path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
build/reports/example/iTrust_v10/edu/ncsu/csc/itrust/action/SetSecurityQuestionAction.html
qynnine/JDiffOriginDemo
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Wed Oct 28 10:24:55 CST 2015 --> <title>SetSecurityQuestionAction</title> <meta name="date" content="2015-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="SetSecurityQuestionAction"; } //--> </script> <noscript> <div>???????? JavaScript?</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="??????"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="??"> <li><a href="../../../../../overview-summary.html">??</a></li> <li><a href="package-summary.html">???</a></li> <li class="navBarCell1Rev">?</li> <li><a href="package-tree.html">?</a></li> <li><a href="../../../../../deprecated-list.html">???</a></li> <li><a href="../../../../../index-all.html">??</a></li> <li><a href="../../../../../help-doc.html">??</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../edu/ncsu/csc/itrust/action/SendMessageAction.html" title="edu.ncsu.csc.itrust.action???"><span class="strong">????</span></a></li> <li><a href="../../../../../edu/ncsu/csc/itrust/action/SurveyAction.html" title="edu.ncsu.csc.itrust.action???"><span class="strong">????</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?edu/ncsu/csc/itrust/action/SetSecurityQuestionAction.html" target="_top">??</a></li> <li><a href="SetSecurityQuestionAction.html" target="_top">???</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">???</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>??:&nbsp;</li> <li>??&nbsp;|&nbsp;</li> <li><a href="#field_summary">??</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">???</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">??</a></li> </ul> <ul class="subNavList"> <li>????:&nbsp;</li> <li><a href="#field_detail">??</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">???</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">??</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">edu.ncsu.csc.itrust.action</div> <h2 title="? SetSecurityQuestionAction" class="title">? SetSecurityQuestionAction</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>edu.ncsu.csc.itrust.action.SetSecurityQuestionAction</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">SetSecurityQuestionAction</span> extends java.lang.Object</pre> <div class="block">Handles setting and retrieving the security questions/answers for users Used by patient/editMyDemographics.jsp, staff/editMyDemographics.jsp, staff/editPersonnell.jsp</div> <dl><dt><span class="strong">??:</span></dt> <dd>laurenhayward</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>????</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="?????, ???????"> <caption><span>??</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">??????</th> <th class="colLast" scope="col">?????</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../../edu/ncsu/csc/itrust/dao/mysql/AuthDAO.html" title="edu.ncsu.csc.itrust.dao.mysql???">AuthDAO</a></code></td> <td class="colLast"><code><strong><a href="../../../../../edu/ncsu/csc/itrust/action/SetSecurityQuestionAction.html#authDAO">authDAO</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private long</code></td> <td class="colLast"><code><strong><a href="../../../../../edu/ncsu/csc/itrust/action/SetSecurityQuestionAction.html#loggedInMID">loggedInMID</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>?????</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="??????, ????????"> <caption><span>???</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">??????</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../edu/ncsu/csc/itrust/action/SetSecurityQuestionAction.html#SetSecurityQuestionAction(edu.ncsu.csc.itrust.dao.DAOFactory, long)">SetSecurityQuestionAction</a></strong>(<a href="../../../../../edu/ncsu/csc/itrust/dao/DAOFactory.html" title="edu.ncsu.csc.itrust.dao???">DAOFactory</a>&nbsp;factory, long&nbsp;rLoggedInMID)</code> <div class="block">Sets up defaults</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>????</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="?????, ???????"> <caption><span>??</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">??????</th> <th class="colLast" scope="col">?????</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private long</code></td> <td class="colLast"><code><strong><a href="../../../../../edu/ncsu/csc/itrust/action/SetSecurityQuestionAction.html#checkMID(long)">checkMID</a></strong>(long&nbsp;mid)</code> <div class="block">Checks to make sure the MID exists in iTrust</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../edu/ncsu/csc/itrust/beans/SecurityQA.html" title="edu.ncsu.csc.itrust.beans???">SecurityQA</a></code></td> <td class="colLast"><code><strong><a href="../../../../../edu/ncsu/csc/itrust/action/SetSecurityQuestionAction.html#retrieveInformation()">retrieveInformation</a></strong>()</code> <div class="block">Returns a SecurityQA bean holding the security info for the currently logged in user</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../edu/ncsu/csc/itrust/action/SetSecurityQuestionAction.html#updateInformation(edu.ncsu.csc.itrust.beans.SecurityQA)">updateInformation</a></strong>(<a href="../../../../../edu/ncsu/csc/itrust/beans/SecurityQA.html" title="edu.ncsu.csc.itrust.beans???">SecurityQA</a>&nbsp;a)</code> <div class="block">Updates information in the database from the information held in the SecurityQA bean passed as a param</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>???????&nbsp;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>??????</h3> <a name="authDAO"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>authDAO</h4> <pre>private&nbsp;<a href="../../../../../edu/ncsu/csc/itrust/dao/mysql/AuthDAO.html" title="edu.ncsu.csc.itrust.dao.mysql???">AuthDAO</a> authDAO</pre> </li> </ul> <a name="loggedInMID"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>loggedInMID</h4> <pre>private&nbsp;long loggedInMID</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>???????</h3> <a name="SetSecurityQuestionAction(edu.ncsu.csc.itrust.dao.DAOFactory, long)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SetSecurityQuestionAction</h4> <pre>public&nbsp;SetSecurityQuestionAction(<a href="../../../../../edu/ncsu/csc/itrust/dao/DAOFactory.html" title="edu.ncsu.csc.itrust.dao???">DAOFactory</a>&nbsp;factory, long&nbsp;rLoggedInMID) throws <a href="../../../../../edu/ncsu/csc/itrust/exception/iTrustException.html" title="edu.ncsu.csc.itrust.exception???">iTrustException</a></pre> <div class="block">Sets up defaults</div> <dl><dt><span class="strong">??:</span></dt><dd><code>factory</code> - The DAOFactory used to create the DAOs used in this action.</dd><dd><code>rLoggedInMID</code> - The MID of the user who is setting their security question.</dd> <dt><span class="strong">??:</span></dt> <dd><code><a href="../../../../../edu/ncsu/csc/itrust/exception/iTrustException.html" title="edu.ncsu.csc.itrust.exception???">iTrustException</a></code></dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>??????</h3> <a name="updateInformation(edu.ncsu.csc.itrust.beans.SecurityQA)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateInformation</h4> <pre>public&nbsp;void&nbsp;updateInformation(<a href="../../../../../edu/ncsu/csc/itrust/beans/SecurityQA.html" title="edu.ncsu.csc.itrust.beans???">SecurityQA</a>&nbsp;a) throws java.lang.Exception</pre> <div class="block">Updates information in the database from the information held in the SecurityQA bean passed as a param</div> <dl><dt><span class="strong">??:</span></dt><dd><code>a</code> - SecurityQuestionBean that holds new information</dd> <dt><span class="strong">??:</span></dt> <dd><code>java.lang.Exception</code></dd></dl> </li> </ul> <a name="retrieveInformation()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>retrieveInformation</h4> <pre>public&nbsp;<a href="../../../../../edu/ncsu/csc/itrust/beans/SecurityQA.html" title="edu.ncsu.csc.itrust.beans???">SecurityQA</a>&nbsp;retrieveInformation() throws <a href="../../../../../edu/ncsu/csc/itrust/exception/iTrustException.html" title="edu.ncsu.csc.itrust.exception???">iTrustException</a></pre> <div class="block">Returns a SecurityQA bean holding the security info for the currently logged in user</div> <dl><dt><span class="strong">??:</span></dt><dd>SecurityQA for loggedInMid</dd> <dt><span class="strong">??:</span></dt> <dd><code><a href="../../../../../edu/ncsu/csc/itrust/exception/iTrustException.html" title="edu.ncsu.csc.itrust.exception???">iTrustException</a></code></dd></dl> </li> </ul> <a name="checkMID(long)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>checkMID</h4> <pre>private&nbsp;long&nbsp;checkMID(long&nbsp;mid) throws <a href="../../../../../edu/ncsu/csc/itrust/exception/iTrustException.html" title="edu.ncsu.csc.itrust.exception???">iTrustException</a></pre> <div class="block">Checks to make sure the MID exists in iTrust</div> <dl><dt><span class="strong">??:</span></dt><dd><code>mid</code> - MID to check</dd> <dt><span class="strong">??:</span></dt><dd>returns the MID if the user is valid, otherwise, throws an exception</dd> <dt><span class="strong">??:</span></dt> <dd><code><a href="../../../../../edu/ncsu/csc/itrust/exception/iTrustException.html" title="edu.ncsu.csc.itrust.exception???">iTrustException</a></code></dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="??????"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="??"> <li><a href="../../../../../overview-summary.html">??</a></li> <li><a href="package-summary.html">???</a></li> <li class="navBarCell1Rev">?</li> <li><a href="package-tree.html">?</a></li> <li><a href="../../../../../deprecated-list.html">???</a></li> <li><a href="../../../../../index-all.html">??</a></li> <li><a href="../../../../../help-doc.html">??</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../edu/ncsu/csc/itrust/action/SendMessageAction.html" title="edu.ncsu.csc.itrust.action???"><span class="strong">????</span></a></li> <li><a href="../../../../../edu/ncsu/csc/itrust/action/SurveyAction.html" title="edu.ncsu.csc.itrust.action???"><span class="strong">????</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?edu/ncsu/csc/itrust/action/SetSecurityQuestionAction.html" target="_top">??</a></li> <li><a href="SetSecurityQuestionAction.html" target="_top">???</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">???</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>??:&nbsp;</li> <li>??&nbsp;|&nbsp;</li> <li><a href="#field_summary">??</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">???</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">??</a></li> </ul> <ul class="subNavList"> <li>????:&nbsp;</li> <li><a href="#field_detail">??</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">???</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">??</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
doc/html/qscrollbar.html
sicily/qt4.8.4
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qscrollbar.cpp --> <title>Qt 4.8: QScrollBar Class Reference</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="modules.html">Modules</a></li> <li><a href="qtgui.html">QtGui</a></li> <li>QScrollBar</li> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#public-functions">Public Functions</a></li> <li class="level1"><a href="#protected-functions">Protected Functions</a></li> <li class="level1"><a href="#details">Detailed Description</a></li> </ul> </div> <h1 class="title">QScrollBar Class Reference</h1> <!-- $$$QScrollBar-brief --> <p>The QScrollBar widget provides a vertical or horizontal scroll bar. <a href="#details">More...</a></p> <!-- @@@QScrollBar --> <pre class="cpp"> <span class="preprocessor">#include &lt;QScrollBar&gt;</span></pre><p><b>Inherits: </b><a href="qabstractslider.html">QAbstractSlider</a>.</p> <ul> <li><a href="qscrollbar-members.html">List of all members, including inherited members</a></li> <li><a href="qscrollbar-qt3.html">Qt 3 support members</a></li> </ul> <a name="public-functions"></a> <h2>Public Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#QScrollBar">QScrollBar</a></b> ( QWidget * <i>parent</i> = 0 )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#QScrollBar-2">QScrollBar</a></b> ( Qt::Orientation <i>orientation</i>, QWidget * <i>parent</i> = 0 )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#dtor.QScrollBar">~QScrollBar</a></b> ()</td></tr> </table> <a name="reimplemented-public-functions"></a> <h2>Reimplemented Public Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> virtual bool </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#event">event</a></b> ( QEvent * <i>event</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual QSize </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#sizeHint">sizeHint</a></b> () const</td></tr> </table> <ul> <li class="fn">22 public functions inherited from <a href="qabstractslider.html#public-functions">QAbstractSlider</a></li> <li class="fn">221 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li> <li class="fn">29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li> <li class="fn">13 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li> </ul> <a name="protected-functions"></a> <h2>Protected Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#initStyleOption">initStyleOption</a></b> ( QStyleOptionSlider * <i>option</i> ) const</td></tr> </table> <a name="reimplemented-protected-functions"></a> <h2>Reimplemented Protected Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#contextMenuEvent">contextMenuEvent</a></b> ( QContextMenuEvent * <i>event</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#hideEvent">hideEvent</a></b> ( QHideEvent * )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#mouseMoveEvent">mouseMoveEvent</a></b> ( QMouseEvent * <i>e</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#mousePressEvent">mousePressEvent</a></b> ( QMouseEvent * <i>e</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#mouseReleaseEvent">mouseReleaseEvent</a></b> ( QMouseEvent * <i>e</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#paintEvent">paintEvent</a></b> ( QPaintEvent * )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qscrollbar.html#sliderChange">sliderChange</a></b> ( SliderChange <i>change</i> )</td></tr> </table> <ul> <li class="fn">8 protected functions inherited from <a href="qabstractslider.html#protected-functions">QAbstractSlider</a></li> <li class="fn">37 protected functions inherited from <a href="qwidget.html#protected-functions">QWidget</a></li> <li class="fn">8 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li> <li class="fn">1 protected function inherited from <a href="qpaintdevice.html#protected-functions">QPaintDevice</a></li> </ul> <h3>Additional Inherited Members</h3> <ul> <li class="fn">11 properties inherited from <a href="qabstractslider.html#properties">QAbstractSlider</a></li> <li class="fn">58 properties inherited from <a href="qwidget.html#properties">QWidget</a></li> <li class="fn">1 property inherited from <a href="qobject.html#properties">QObject</a></li> <li class="fn">2 public slots inherited from <a href="qabstractslider.html#public-slots">QAbstractSlider</a></li> <li class="fn">19 public slots inherited from <a href="qwidget.html#public-slots">QWidget</a></li> <li class="fn">1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li> <li class="fn">6 signals inherited from <a href="qabstractslider.html#signals">QAbstractSlider</a></li> <li class="fn">1 signal inherited from <a href="qwidget.html#signals">QWidget</a></li> <li class="fn">1 signal inherited from <a href="qobject.html#signals">QObject</a></li> <li class="fn">4 static public members inherited from <a href="qwidget.html#static-public-members">QWidget</a></li> <li class="fn">7 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li> <li class="fn">1 protected slot inherited from <a href="qwidget.html#protected-slots">QWidget</a></li> </ul> <a name="details"></a> <!-- $$$QScrollBar-description --> <div class="descr"> <h2>Detailed Description</h2> <p>The QScrollBar widget provides a vertical or horizontal scroll bar.</p> <p>A scroll bar is a control that enables the user to access parts of a document that is larger than the widget used to display it. It provides a visual indication of the user's current position within the document and the amount of the document that is visible. Scroll bars are usually equipped with other controls that enable more accurate navigation. Qt displays scroll bars in a way that is appropriate for each platform.</p> <p>If you need to provide a scrolling view onto another widget, it may be more convenient to use the <a href="qscrollarea.html">QScrollArea</a> class because this provides a viewport widget and scroll bars. QScrollBar is useful if you need to implement similar functionality for specialized widgets using <a href="qabstractscrollarea.html">QAbstractScrollArea</a>; for example, if you decide to subclass <a href="qabstractitemview.html">QAbstractItemView</a>. For most other situations where a slider control is used to obtain a value within a given range, the <a href="qslider.html">QSlider</a> class may be more appropriate for your needs.</p> <table class="generic"> <tr valign="top" class="odd"><td ><p class="centerAlign"><img src="images/qscrollbar-picture.png" alt="" /></p></td><td >Scroll bars typically include four separate controls: a slider, scroll arrows, and a page control.<ul> <li>a. The slider provides a way to quickly go to any part of the document, but does not support accurate navigation within large documents.</li> <li>b. The scroll arrows are push buttons which can be used to accurately navigate to a particular place in a document. For a vertical scroll bar connected to a text editor, these typically move the current position one &quot;line&quot; up or down, and adjust the position of the slider by a small amount. In editors and list boxes a &quot;line&quot; might mean one line of text; in an image viewer it might mean 20 pixels.</li> <li>c. The page control is the area over which the slider is dragged (the scroll bar's background). Clicking here moves the scroll bar towards the click by one &quot;page&quot;. This value is usually the same as the length of the slider.</li> </ul> </td></tr> </table> <p>Each scroll bar has a value that indicates how far the slider is from the start of the scroll bar; this is obtained with <a href="qabstractslider.html#value-prop">value</a>() and set with <a href="qabstractslider.html#value-prop">setValue</a>(). This value always lies within the range of values defined for the scroll bar, from <a href="qabstractslider.html#minimum-prop">minimum()</a> to <a href="qabstractslider.html#minimum-prop">maximum()</a> inclusive. The range of acceptable values can be set with <a href="qabstractslider.html#minimum-prop">setMinimum</a>() and <a href="qabstractslider.html#maximum-prop">setMaximum</a>(). At the minimum value, the top edge of the slider (for a vertical scroll bar) or left edge (for a horizontal scroll bar) will be at the top (or left) end of the scroll bar. At the maximum value, the bottom (or right) edge of the slider will be at the bottom (or right) end of the scroll bar.</p> <p>The length of the slider is usually related to the value of the page step, and typically represents the proportion of the document area shown in a scrolling view. The page step is the amount that the value changes by when the user presses the <b>Page Up</b> and <b>Page Down</b> keys, and is set with <a href="qabstractslider.html#pageStep-prop">setPageStep</a>(). Smaller changes to the value defined by the line step are made using the cursor keys, and this quantity is set with <a href="qabstractslider.html#singleStep-prop">setSingleStep()</a>.</p> <p>Note that the range of values used is independent of the actual size of the scroll bar widget. You do not need to take this into account when you choose values for the range and the page step.</p> <p>The range of values specified for the scroll bar are often determined differently to those for a <a href="qslider.html">QSlider</a> because the length of the slider needs to be taken into account. If we have a document with 100 lines, and we can only show 20 lines in a widget, we may wish to construct a scroll bar with a page step of 20, a minimum value of 0, and a maximum value of 80. This would give us a scroll bar with five &quot;pages&quot;.</p> <table class="generic"> <tr valign="top" class="odd"><td ><img src="images/qscrollbar-values.png" alt="" /></td><td >The relationship between a document length, the range of values used in a scroll bar, and the page step is simple in many common situations. The scroll bar's range of values is determined by subtracting a chosen page step from some value representing the length of the document. In such cases, the following equation is useful: <i>document length</i> = <a href="qabstractslider.html#maximum-prop">maximum</a>() - <a href="qabstractslider.html#minimum-prop">minimum</a>() + <a href="qabstractslider.html#pageStep-prop">pageStep</a>().</td></tr> </table> <p>QScrollBar only provides integer ranges. Note that although QScrollBar handles very large numbers, scroll bars on current screens cannot usefully represent ranges above about 100,000 pixels. Beyond that, it becomes difficult for the user to control the slider using either the keyboard or the mouse, and the scroll arrows will have limited use.</p> <p>ScrollBar inherits a comprehensive set of signals from <a href="qabstractslider.html">QAbstractSlider</a>:</p> <ul> <li><a href="qabstractslider.html#valueChanged">valueChanged()</a> is emitted when the scroll bar's value has changed. The tracking() determines whether this signal is emitted during user interaction.</li> <li><a href="qabstractslider.html#rangeChanged">rangeChanged()</a> is emitted when the scroll bar's range of values has changed.</li> <li><a href="qabstractslider.html#sliderPressed">sliderPressed()</a> is emitted when the user starts to drag the slider.</li> <li><a href="qabstractslider.html#sliderMoved">sliderMoved()</a> is emitted when the user drags the slider.</li> <li><a href="qabstractslider.html#sliderReleased">sliderReleased()</a> is emitted when the user releases the slider.</li> <li><a href="qabstractslider.html#actionTriggered">actionTriggered()</a> is emitted when the scroll bar is changed by user interaction or via the <a href="qabstractslider.html#triggerAction">triggerAction()</a> function.</li> </ul> <p>A scroll bar can be controlled by the keyboard, but it has a default <a href="qwidget.html#focusPolicy-prop">focusPolicy</a>() of <a href="qt.html#FocusPolicy-enum">Qt::NoFocus</a>. Use <a href="qwidget.html#focusPolicy-prop">setFocusPolicy</a>() to enable keyboard interaction with the scroll bar:</p> <ul> <li>Left/Right move a horizontal scroll bar by one single step.</li> <li>Up/Down move a vertical scroll bar by one single step.</li> <li>PageUp moves up one page.</li> <li>PageDown moves down one page.</li> <li>Home moves to the start (mininum).</li> <li>End moves to the end (maximum).</li> </ul> <p>The slider itself can be controlled by using the <a href="qabstractslider.html#triggerAction">triggerAction()</a> function to simulate user interaction with the scroll bar controls. This is useful if you have many different widgets that use a common range of values.</p> <p>Most GUI styles use the <a href="qabstractslider.html#pageStep-prop">pageStep</a>() value to calculate the size of the slider.</p> <table class="generic" width="100%"> <tr valign="top" class="odd"><td ><img src="images/macintosh-horizontalscrollbar.png" alt="Screenshot of a Macintosh style scroll bar" /></td><td >A scroll bar shown in the <a href="gallery-macintosh.html">Macintosh widget style</a>.</td></tr> <tr valign="top" class="even"><td ><img src="images/windowsxp-horizontalscrollbar.png" alt="Screenshot of a Windows XP style scroll bar" /></td><td >A scroll bar shown in the <a href="gallery-windowsxp.html">Windows XP widget style</a>.</td></tr> <tr valign="top" class="odd"><td ><img src="images/plastique-horizontalscrollbar.png" alt="Screenshot of a Plastique style scroll bar" /></td><td >A scroll bar shown in the <a href="gallery-plastique.html">Plastique widget style</a>.</td></tr> </table> </div> <p><b>See also </b><a href="qscrollarea.html">QScrollArea</a>, <a href="qslider.html">QSlider</a>, <a href="qdial.html">QDial</a>, <a href="qspinbox.html">QSpinBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Scroll Bar</a>, and <a href="widgets-sliders.html">Sliders Example</a>.</p> <!-- @@@QScrollBar --> <div class="func"> <h2>Member Function Documentation</h2> <!-- $$$QScrollBar[overload1]$$$QScrollBarQWidget* --> <h3 class="fn"><a name="QScrollBar"></a>QScrollBar::<span class="name">QScrollBar</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>parent</i> = 0 )</h3> <p>Constructs a vertical scroll bar.</p> <p>The <i>parent</i> argument is sent to the <a href="qwidget.html">QWidget</a> constructor.</p> <p>The <a href="qabstractslider.html#minimum-prop">minimum</a> defaults to 0, the <a href="qabstractslider.html#maximum-prop">maximum</a> to 99, with a <a href="qabstractslider.html#singleStep-prop">singleStep</a> size of 1 and a <a href="qabstractslider.html#pageStep-prop">pageStep</a> size of 10, and an initial <a href="qabstractslider.html#value-prop">value</a> of 0.</p> <!-- @@@QScrollBar --> <!-- $$$QScrollBar$$$QScrollBarQt::OrientationQWidget* --> <h3 class="fn"><a name="QScrollBar-2"></a>QScrollBar::<span class="name">QScrollBar</span> ( <span class="type"><a href="qt.html#Orientation-enum">Qt::Orientation</a></span> <i>orientation</i>, <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>parent</i> = 0 )</h3> <p>Constructs a scroll bar with the given <i>orientation</i>.</p> <p>The <i>parent</i> argument is passed to the <a href="qwidget.html">QWidget</a> constructor.</p> <p>The <a href="qabstractslider.html#minimum-prop">minimum</a> defaults to 0, the <a href="qabstractslider.html#maximum-prop">maximum</a> to 99, with a <a href="qabstractslider.html#singleStep-prop">singleStep</a> size of 1 and a <a href="qabstractslider.html#pageStep-prop">pageStep</a> size of 10, and an initial <a href="qabstractslider.html#value-prop">value</a> of 0.</p> <!-- @@@QScrollBar --> <!-- $$$~QScrollBar[overload1]$$$~QScrollBar --> <h3 class="fn"><a name="dtor.QScrollBar"></a>QScrollBar::<span class="name">~QScrollBar</span> ()</h3> <p>Destroys the scroll bar.</p> <!-- @@@~QScrollBar --> <!-- $$$contextMenuEvent[overload1]$$$contextMenuEventQContextMenuEvent* --> <h3 class="fn"><a name="contextMenuEvent"></a><span class="type">void</span> QScrollBar::<span class="name">contextMenuEvent</span> ( <span class="type"><a href="qcontextmenuevent.html">QContextMenuEvent</a></span> * <i>event</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#contextMenuEvent">QWidget::contextMenuEvent</a>().</p> <!-- @@@contextMenuEvent --> <!-- $$$event[overload1]$$$eventQEvent* --> <h3 class="fn"><a name="event"></a><span class="type">bool</span> QScrollBar::<span class="name">event</span> ( <span class="type"><a href="qevent.html">QEvent</a></span> * <i>event</i> )<tt> [virtual]</tt></h3> <p>Reimplemented from <a href="qobject.html#event">QObject::event</a>().</p> <!-- @@@event --> <!-- $$$hideEvent[overload1]$$$hideEventQHideEvent* --> <h3 class="fn"><a name="hideEvent"></a><span class="type">void</span> QScrollBar::<span class="name">hideEvent</span> ( <span class="type"><a href="qhideevent.html">QHideEvent</a></span> * )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#hideEvent">QWidget::hideEvent</a>().</p> <!-- @@@hideEvent --> <!-- $$$initStyleOption[overload1]$$$initStyleOptionQStyleOptionSlider* --> <h3 class="fn"><a name="initStyleOption"></a><span class="type">void</span> QScrollBar::<span class="name">initStyleOption</span> ( <span class="type"><a href="qstyleoptionslider.html">QStyleOptionSlider</a></span> * <i>option</i> ) const<tt> [protected]</tt></h3> <p>Initialize <i>option</i> with the values from this <a href="qscrollbar.html">QScrollBar</a>. This method is useful for subclasses when they need a <a href="qstyleoptionslider.html">QStyleOptionSlider</a>, but don't want to fill in all the information themselves.</p> <p><b>See also </b><a href="qstyleoption.html#initFrom">QStyleOption::initFrom</a>().</p> <!-- @@@initStyleOption --> <!-- $$$mouseMoveEvent[overload1]$$$mouseMoveEventQMouseEvent* --> <h3 class="fn"><a name="mouseMoveEvent"></a><span class="type">void</span> QScrollBar::<span class="name">mouseMoveEvent</span> ( <span class="type"><a href="qmouseevent.html">QMouseEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#mouseMoveEvent">QWidget::mouseMoveEvent</a>().</p> <!-- @@@mouseMoveEvent --> <!-- $$$mousePressEvent[overload1]$$$mousePressEventQMouseEvent* --> <h3 class="fn"><a name="mousePressEvent"></a><span class="type">void</span> QScrollBar::<span class="name">mousePressEvent</span> ( <span class="type"><a href="qmouseevent.html">QMouseEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#mousePressEvent">QWidget::mousePressEvent</a>().</p> <!-- @@@mousePressEvent --> <!-- $$$mouseReleaseEvent[overload1]$$$mouseReleaseEventQMouseEvent* --> <h3 class="fn"><a name="mouseReleaseEvent"></a><span class="type">void</span> QScrollBar::<span class="name">mouseReleaseEvent</span> ( <span class="type"><a href="qmouseevent.html">QMouseEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#mouseReleaseEvent">QWidget::mouseReleaseEvent</a>().</p> <!-- @@@mouseReleaseEvent --> <!-- $$$paintEvent[overload1]$$$paintEventQPaintEvent* --> <h3 class="fn"><a name="paintEvent"></a><span class="type">void</span> QScrollBar::<span class="name">paintEvent</span> ( <span class="type"><a href="qpaintevent.html">QPaintEvent</a></span> * )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#paintEvent">QWidget::paintEvent</a>().</p> <!-- @@@paintEvent --> <!-- $$$sizeHint[overload1]$$$sizeHint --> <h3 class="fn"><a name="sizeHint"></a><span class="type"><a href="qsize.html">QSize</a></span> QScrollBar::<span class="name">sizeHint</span> () const<tt> [virtual]</tt></h3> <p>Reimplemented from <a href="qwidget.html#sizeHint-prop">QWidget::sizeHint</a>().</p> <!-- @@@sizeHint --> <!-- $$$sliderChange[overload1]$$$sliderChangeSliderChange --> <h3 class="fn"><a name="sliderChange"></a><span class="type">void</span> QScrollBar::<span class="name">sliderChange</span> ( <span class="type"><a href="qabstractslider.html#SliderChange-enum">SliderChange</a></span> <i>change</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qabstractslider.html#sliderChange">QAbstractSlider::sliderChange</a>().</p> <!-- @@@sliderChange --> </div> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2012 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
doc/html/qmatrix4x4-qt3.html
kobolabs/qt-everywhere-4.8.0
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qmatrix4x4.cpp --> <title>Qt 4.8: Qt 3 Support Members for QMatrix4x4</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="modules.html">Modules</a></li> <li><a href="qtgui.html">QtGui</a></li> <li>QMatrix4x4</li> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">Qt 3 Support Members for QMatrix4x4</h1> <p><b>The following class members are part of the <a href="qt3support.html">Qt 3 support layer</a>.</b> They are provided to help you port old code to Qt 4. We advise against using them in new code.</p> <p><ul><li><a href="qmatrix4x4.html">QMatrix4x4 class reference</a></li></ul></p> <h2>Related Non-Members</h2> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> QGenericMatrix&lt;N, M, qreal&gt; </td><td class="memItemRight bottomAlign"><b><a href="qmatrix4x4-qt3.html#qGenericMatrixFromMatrix4x4">qGenericMatrixFromMatrix4x4</a></b> ( const QMatrix4x4 &amp; <i>matrix</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> QMatrix4x4 </td><td class="memItemRight bottomAlign"><b><a href="qmatrix4x4-qt3.html#qGenericMatrixToMatrix4x4">qGenericMatrixToMatrix4x4</a></b> ( const QGenericMatrix&lt;N, M, qreal&gt; &amp; <i>matrix</i> )</td></tr> </table> <h2>Related Non-Members</h2> <!-- $$$qGenericMatrixFromMatrix4x4[overload1]$$$qGenericMatrixFromMatrix4x4constQMatrix4x4& --> <h3 class="fn"><a name="qGenericMatrixFromMatrix4x4"></a><span class="type"><a href="qgenericmatrix.html">QGenericMatrix</a></span>&lt;<span class="type">N</span>, <span class="type">M</span>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span>&gt; <span class="name">qGenericMatrixFromMatrix4x4</span> ( const <span class="type">QMatrix4x4</span> &amp; <i>matrix</i> )</h3> <p>Returns a NxM generic matrix constructed from the left-most N columns and top-most M rows of <i>matrix</i>. If N or M is greater than 4, then the remaining elements are filled with elements from the identity matrix.</p> <p><b>See also </b><a href="qmatrix4x4.html#toGenericMatrix">QMatrix4x4::toGenericMatrix</a>().</p> <!-- @@@qGenericMatrixFromMatrix4x4 --> <!-- $$$qGenericMatrixToMatrix4x4[overload1]$$$qGenericMatrixToMatrix4x4constQGenericMatrix<N,M,qreal>& --> <h3 class="fn"><a name="qGenericMatrixToMatrix4x4"></a><span class="type">QMatrix4x4</span> <span class="name">qGenericMatrixToMatrix4x4</span> ( const <span class="type"><a href="qgenericmatrix.html">QGenericMatrix</a></span>&lt;<span class="type">N</span>, <span class="type">M</span>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span>&gt; &amp; <i>matrix</i> )</h3> <p>Returns a 4x4 matrix constructed from the left-most 4 columns and top-most 4 rows of <i>matrix</i>. If <i>matrix</i> has less than 4 columns or rows, the remaining elements are filled with elements from the identity matrix.</p> <p><b>See also </b>QMatrix4x4(const QGenericMatrix &amp;).</p> <!-- @@@qGenericMatrixToMatrix4x4 --> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
QScintilla/doc/html-Qt4Qt5/functions_eval_0x76.html
bitsauce/ASIDE
<!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>QScintilla: Class Members - Enumerator</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">QScintilla &#160;<span id="projectnumber">2.8.2</span> </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.5.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li class="current"><a href="functions_eval.html"><span>Enumerator</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_eval.html#index_a"><span>a</span></a></li> <li><a href="functions_eval_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_eval_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_eval_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_eval_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_eval_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_eval_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_eval_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_eval_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_eval_0x6a.html#index_j"><span>j</span></a></li> <li><a href="functions_eval_0x6b.html#index_k"><span>k</span></a></li> <li><a href="functions_eval_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_eval_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_eval_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_eval_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_eval_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_eval_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_eval_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_eval_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_eval_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_eval_0x75.html#index_u"><span>u</span></a></li> <li class="current"><a href="functions_eval_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_eval_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_eval_0x78.html#index_x"><span>x</span></a></li> <li><a href="functions_eval_0x7a.html#index_z"><span>z</span></a></li> </ul> </div> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_v"></a>- v -</h3><ul> <li>Value : <a class="el" href="classQsciLexerCSS.html#a90d3ef41845377b540d6f66f64c4a0ffacdf1ff5843500ebbfe209bff6c0e4370">QsciLexerCSS</a> , <a class="el" href="classQsciLexerSpice.html#a453b68bd4014d692e9452bc0ad0700c8ab60e5eb1f93052950f0c913b91cacc73">QsciLexerSpice</a> </li> <li>Variable : <a class="el" href="classQsciLexerCMake.html#adf51071f62451ac325eb31424d23195dac5108d9ae30f7b74ce6c621f69531e6e">QsciLexerCMake</a> , <a class="el" href="classQsciLexerCSS.html#a90d3ef41845377b540d6f66f64c4a0ffab7b8d54656b8a5eb94be142ad027f672">QsciLexerCSS</a> , <a class="el" href="classQsciLexerBatch.html#ae81a157e37804af298d233ad7ca6e844ad471bc2288e75b3f82a290f0e143c5f4">QsciLexerBatch</a> , <a class="el" href="classQsciLexerMakefile.html#aa80df134a347efd2cd7e7c451f91ccc7a58d72990db11b97d2dd8dbd8124f8386">QsciLexerMakefile</a> </li> <li>VBScriptComment : <a class="el" href="classQsciLexerHTML.html#aeb537319c7b6341734a12fc8e9803ab1a48028a0028e6c185c8c0a8b3310374ee">QsciLexerHTML</a> </li> <li>VBScriptDefault : <a class="el" href="classQsciLexerHTML.html#aeb537319c7b6341734a12fc8e9803ab1a5da6af0b230ed6209c2ed48574369ae3">QsciLexerHTML</a> </li> <li>VBScriptIdentifier : <a class="el" href="classQsciLexerHTML.html#aeb537319c7b6341734a12fc8e9803ab1aa8f04375ef50150287dcee5c24bcf285">QsciLexerHTML</a> </li> <li>VBScriptKeyword : <a class="el" href="classQsciLexerHTML.html#aeb537319c7b6341734a12fc8e9803ab1a5e5579413c3b931481d5881a18bc9e38">QsciLexerHTML</a> </li> <li>VBScriptNumber : <a class="el" href="classQsciLexerHTML.html#aeb537319c7b6341734a12fc8e9803ab1a71776167656c34320c2c9fc85e8ea33d">QsciLexerHTML</a> </li> <li>VBScriptStart : <a class="el" href="classQsciLexerHTML.html#aeb537319c7b6341734a12fc8e9803ab1aff0c53aa932f6d2150ae3605c686a363">QsciLexerHTML</a> </li> <li>VBScriptString : <a class="el" href="classQsciLexerHTML.html#aeb537319c7b6341734a12fc8e9803ab1a9a3c32775ad47d14eaa8bdb270ce722e">QsciLexerHTML</a> </li> <li>VBScriptUnclosedString : <a class="el" href="classQsciLexerHTML.html#aeb537319c7b6341734a12fc8e9803ab1afe0d2ae2c61751803669067cdb62d4de">QsciLexerHTML</a> </li> <li>VCHome : <a class="el" href="classQsciCommand.html#aeaecb067c0834ba132e204a09dd942c7ac443339cd46d0646cd97870506e91110">QsciCommand</a> </li> <li>VCHomeExtend : <a class="el" href="classQsciCommand.html#aeaecb067c0834ba132e204a09dd942c7a1e0ff1255da4ea0a77750d55a9aaaef4">QsciCommand</a> </li> <li>VCHomeRectExtend : <a class="el" href="classQsciCommand.html#aeaecb067c0834ba132e204a09dd942c7adbf224a91e83518a244bb5a726c69bed">QsciCommand</a> </li> <li>VCHomeWrap : <a class="el" href="classQsciCommand.html#aeaecb067c0834ba132e204a09dd942c7affdd507c7e4221726f980f95910ed5a5">QsciCommand</a> </li> <li>VCHomeWrapExtend : <a class="el" href="classQsciCommand.html#aeaecb067c0834ba132e204a09dd942c7af1db27f7f04534cc2071e71c422e4a45">QsciCommand</a> </li> <li>VerbatimString : <a class="el" href="classQsciLexerCPP.html#ab8ab043b0d2c12e9beb718bf13404b6bafb3585e07f994345f2c21f43f7e2ec1a">QsciLexerCPP</a> </li> <li>VerticalCentreCaret : <a class="el" href="classQsciCommand.html#aeaecb067c0834ba132e204a09dd942c7a593083e106606bf5fb3d2322068c455f">QsciCommand</a> </li> <li>VerticalLine : <a class="el" href="classQsciScintilla.html#a08467ef528d3048db763979f42664496acca6c5051d9438d75b757aaf5a0a6ab6">QsciScintilla</a> </li> </ul> </div> <hr class="footer"/><address class="footer"><small> Generated on Mon May 26 2014 14:42:17 for QScintilla by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.5.1 </small></address> </body> </html>
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/pretty/package-use.html
1fechner/FeatureExtractor
<!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_40) on Wed Feb 10 11:30:59 CST 2016 --> <title>Uses of Package org.hibernate.pretty (Hibernate JavaDocs)</title> <meta name="date" content="2016-02-10"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package org.hibernate.pretty (Hibernate JavaDocs)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/hibernate/pretty/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.hibernate.pretty" class="title">Uses of Package<br>org.hibernate.pretty</h1> </div> <div class="contentContainer">No usage of org.hibernate.pretty</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/hibernate/pretty/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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 &copy; 2001-2016 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p> </body> </html>
doc/html/qt3support.html
kobolabs/qt-everywhere-4.8.0
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- modules.qdoc --> <title>Qt 4.8: Qt3Support Module</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="modules.html">Modules</a></li> <li>Qt3Support</li> </ul> </div> </div> <div class="content mainContent"> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#classes">Classes</a></li> <li class="level1"><a href="#details">Detailed Description</a></li> </ul> </div> <h1 class="title">Qt3Support Module</h1> <span class="subtitle"></span> <!-- $$$Qt3Support-brief --> <p>The Qt3Support module provides classes that ease porting from Qt 3 to Qt 4. <a href="#details">More...</a></p> <!-- @@@Qt3Support --> <a name="classes"></a> <h2>Classes</h2> <table class="annotated"> <tr class="odd topAlign"><td class="tblName"><p><a href="q3accel.html" class="compat">Q3Accel</a></p></td><td class="tblDescr"><p>Handles keyboard accelerator and shortcut keys</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3action.html" class="compat">Q3Action</a></p></td><td class="tblDescr"><p>Abstract user interface action that can appear both in menus and tool bars</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3actiongroup.html" class="compat">Q3ActionGroup</a></p></td><td class="tblDescr"><p>Groups actions together</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3asciicache.html" class="compat">Q3AsciiCache</a></p></td><td class="tblDescr"><p>Template class that provides a cache based on char* keys</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3asciicacheiterator.html" class="compat">Q3AsciiCacheIterator</a></p></td><td class="tblDescr"><p>Iterator for Q3AsciiCache collections</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3asciidict.html" class="compat">Q3AsciiDict</a></p></td><td class="tblDescr"><p>Template class that provides a dictionary based on char* keys</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3asciidictiterator.html" class="compat">Q3AsciiDictIterator</a></p></td><td class="tblDescr"><p>Iterator for Q3AsciiDict collections</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3button.html" class="compat">Q3Button</a></p></td><td class="tblDescr"><p>Compatibility base class of button widgets</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3buttongroup.html" class="compat">Q3ButtonGroup</a></p></td><td class="tblDescr"><p>Organizes QAbstractButton widgets in a group</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3cstring.html" class="compat">Q3CString</a></p></td><td class="tblDescr"><p>Abstraction of the classic C zero-terminated char array (char *)</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3cache.html" class="compat">Q3Cache</a></p></td><td class="tblDescr"><p>Template class that provides a cache based on QString keys</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3cacheiterator.html" class="compat">Q3CacheIterator</a></p></td><td class="tblDescr"><p>Iterator for Q3Cache collections</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3canvas.html" class="compat">Q3Canvas</a></p></td><td class="tblDescr"><p>2D area that can contain Q3CanvasItem objects</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3canvasellipse.html" class="compat">Q3CanvasEllipse</a></p></td><td class="tblDescr"><p>Ellipse or ellipse segment on a Q3Canvas</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3canvasitem.html" class="compat">Q3CanvasItem</a></p></td><td class="tblDescr"><p>Abstract graphic object on a Q3Canvas</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3canvasitemlist.html" class="compat">Q3CanvasItemList</a></p></td><td class="tblDescr"><p>List of Q3CanvasItems</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3canvasline.html" class="compat">Q3CanvasLine</a></p></td><td class="tblDescr"><p>Line on a Q3Canvas</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3canvaspixmap.html" class="compat">Q3CanvasPixmap</a></p></td><td class="tblDescr"><p>Pixmaps for Q3CanvasSprites</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3canvaspixmaparray.html" class="compat">Q3CanvasPixmapArray</a></p></td><td class="tblDescr"><p>Array of Q3CanvasPixmaps</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3canvaspolygon.html" class="compat">Q3CanvasPolygon</a></p></td><td class="tblDescr"><p>Polygon on a Q3Canvas</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3canvaspolygonalitem.html" class="compat">Q3CanvasPolygonalItem</a></p></td><td class="tblDescr"><p>Polygonal canvas item on a Q3Canvas</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3canvasrectangle.html" class="compat">Q3CanvasRectangle</a></p></td><td class="tblDescr"><p>Rectangle on a Q3Canvas</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3canvasspline.html" class="compat">Q3CanvasSpline</a></p></td><td class="tblDescr"><p>Multi-bezier splines on a Q3Canvas</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3canvassprite.html" class="compat">Q3CanvasSprite</a></p></td><td class="tblDescr"><p>Animated canvas item on a Q3Canvas</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3canvastext.html" class="compat">Q3CanvasText</a></p></td><td class="tblDescr"><p>Text object on a Q3Canvas</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3canvasview.html" class="compat">Q3CanvasView</a></p></td><td class="tblDescr"><p>On-screen view of a Q3Canvas</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3checklistitem.html" class="compat">Q3CheckListItem</a></p></td><td class="tblDescr"><p>Checkable list view items</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3checktableitem.html" class="compat">Q3CheckTableItem</a></p></td><td class="tblDescr"><p>Checkboxes in Q3Tables</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3colordrag.html" class="compat">Q3ColorDrag</a></p></td><td class="tblDescr"><p>Drag and drop object for transferring colors between widgets</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3combobox.html" class="compat">Q3ComboBox</a></p></td><td class="tblDescr"><p>Combined button and popup list</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3combotableitem.html" class="compat">Q3ComboTableItem</a></p></td><td class="tblDescr"><p>Means of using comboboxes in Q3Tables</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3databrowser.html" class="compat">Q3DataBrowser</a></p></td><td class="tblDescr"><p>Data manipulation and navigation for data entry forms</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3datatable.html" class="compat">Q3DataTable</a></p></td><td class="tblDescr"><p>Flexible SQL table widget that supports browsing and editing</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3dataview.html" class="compat">Q3DataView</a></p></td><td class="tblDescr"><p>Read-only SQL forms</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3dateedit.html" class="compat">Q3DateEdit</a></p></td><td class="tblDescr"><p>Date editor</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3datetimeedit.html" class="compat">Q3DateTimeEdit</a></p></td><td class="tblDescr"><p>Combines a Q3DateEdit and Q3TimeEdit widget into a single widget for editing datetimes</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3datetimeeditbase.html" class="compat">Q3DateTimeEditBase</a></p></td><td class="tblDescr"><p>Abstraction for date and edit editors</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3deepcopy.html" class="compat">Q3DeepCopy</a></p></td><td class="tblDescr"><p>Template class which ensures that implicitly shared and explicitly shared classes reference unique data</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3dict.html" class="compat">Q3Dict</a></p></td><td class="tblDescr"><p>Template class that provides a dictionary based on QString keys</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3dictiterator.html" class="compat">Q3DictIterator</a></p></td><td class="tblDescr"><p>Iterator for Q3Dict collections</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3dns.html" class="compat">Q3Dns</a></p></td><td class="tblDescr"><p>Asynchronous DNS lookups</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3dockarea.html" class="compat">Q3DockArea</a></p></td><td class="tblDescr"><p>Manages and lays out Q3DockWindows</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3dockwindow.html" class="compat">Q3DockWindow</a></p></td><td class="tblDescr"><p>Widget which can be docked inside a Q3DockArea or floated as a top level window on the desktop</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3dragobject.html" class="compat">Q3DragObject</a></p></td><td class="tblDescr"><p>Encapsulates MIME-based data transfer</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3dropsite.html" class="compat">Q3DropSite</a></p></td><td class="tblDescr"><p>Nothing and does nothing</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3editorfactory.html" class="compat">Q3EditorFactory</a></p></td><td class="tblDescr"><p>Used to create editor widgets for QVariant data types</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3filedialog.html" class="compat">Q3FileDialog</a></p></td><td class="tblDescr"><p>Dialogs that allow users to select files or directories</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3fileiconprovider.html" class="compat">Q3FileIconProvider</a></p></td><td class="tblDescr"><p>Icons for Q3FileDialog to use</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3filepreview.html" class="compat">Q3FilePreview</a></p></td><td class="tblDescr"><p>File previewing in Q3FileDialog</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3frame.html" class="compat">Q3Frame</a></p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3ftp.html" class="compat">Q3Ftp</a></p></td><td class="tblDescr"><p>Implementation of the FTP protocol</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3grid.html" class="compat">Q3Grid</a></p></td><td class="tblDescr"><p>Simple geometry management of its children</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3gridview.html" class="compat">Q3GridView</a></p></td><td class="tblDescr"><p>Abstract base for fixed-size grids</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3groupbox.html" class="compat">Q3GroupBox</a></p></td><td class="tblDescr"><p>Group box frame with a title</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3hbox.html" class="compat">Q3HBox</a></p></td><td class="tblDescr"><p>Horizontal geometry management for its child widgets</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3hboxlayout.html" class="compat">Q3HBoxLayout</a></p></td><td class="tblDescr"><p>Lines up widgets horizontally</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3hbuttongroup.html" class="compat">Q3HButtonGroup</a></p></td><td class="tblDescr"><p>Organizes button widgets in a group with one horizontal row</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3hgroupbox.html" class="compat">Q3HGroupBox</a></p></td><td class="tblDescr"><p>Organizes widgets in a group with one horizontal row</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3header.html" class="compat">Q3Header</a></p></td><td class="tblDescr"><p>Header row or column, e.g&#x2e; for tables and listviews</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3http.html" class="compat">Q3Http</a></p></td><td class="tblDescr"><p>Implementation of the HTTP protocol</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3httpheader.html" class="compat">Q3HttpHeader</a></p></td><td class="tblDescr"><p>Contains header information for HTTP</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3httprequestheader.html" class="compat">Q3HttpRequestHeader</a></p></td><td class="tblDescr"><p>Contains request header information for HTTP</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3httpresponseheader.html" class="compat">Q3HttpResponseHeader</a></p></td><td class="tblDescr"><p>Contains response header information for HTTP</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3icondrag.html" class="compat">Q3IconDrag</a></p></td><td class="tblDescr"><p>Supports drag and drop operations within a Q3IconView</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3icondragitem.html" class="compat">Q3IconDragItem</a></p></td><td class="tblDescr"><p>Encapsulates a drag item</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3iconview.html" class="compat">Q3IconView</a></p></td><td class="tblDescr"><p>Area with movable labelled icons</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3iconviewitem.html" class="compat">Q3IconViewItem</a></p></td><td class="tblDescr"><p>Single item in a Q3IconView</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3imagedrag.html" class="compat">Q3ImageDrag</a></p></td><td class="tblDescr"><p>Drag and drop object for transferring images</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3intcache.html" class="compat">Q3IntCache</a></p></td><td class="tblDescr"><p>Template class that provides a cache based on long keys</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3intcacheiterator.html" class="compat">Q3IntCacheIterator</a></p></td><td class="tblDescr"><p>Iterator for Q3IntCache collections</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3intdict.html" class="compat">Q3IntDict</a></p></td><td class="tblDescr"><p>Template class that provides a dictionary based on long keys</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3intdictiterator.html" class="compat">Q3IntDictIterator</a></p></td><td class="tblDescr"><p>Iterator for Q3IntDict collections</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3listbox.html" class="compat">Q3ListBox</a></p></td><td class="tblDescr"><p>List of selectable, read-only items</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3listboxitem.html" class="compat">Q3ListBoxItem</a></p></td><td class="tblDescr"><p>The base class of all list box items</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3listboxpixmap.html" class="compat">Q3ListBoxPixmap</a></p></td><td class="tblDescr"><p>List box items with a pixmap and optional text</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3listboxtext.html" class="compat">Q3ListBoxText</a></p></td><td class="tblDescr"><p>List box items that display text</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3listview.html" class="compat">Q3ListView</a></p></td><td class="tblDescr"><p>Implements a list/tree view</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3listviewitem.html" class="compat">Q3ListViewItem</a></p></td><td class="tblDescr"><p>Implements a list view item</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3listviewitemiterator.html" class="compat">Q3ListViewItemIterator</a></p></td><td class="tblDescr"><p>Iterator for collections of Q3ListViewItems</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3localfs.html" class="compat">Q3LocalFs</a></p></td><td class="tblDescr"><p>Implementation of a QNetworkProtocol that works on the local file system</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3mainwindow.html" class="compat">Q3MainWindow</a></p></td><td class="tblDescr"><p>Main application window, with a menu bar, dock windows (e.g&#x2e; for toolbars), and a status bar</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3memarray.html" class="compat">Q3MemArray</a></p></td><td class="tblDescr"><p>Template class that provides arrays of simple types</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3mimesourcefactory.html" class="compat">Q3MimeSourceFactory</a></p></td><td class="tblDescr"><p>Extensible provider of mime-typed data</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3multilineedit.html" class="compat">Q3MultiLineEdit</a></p></td><td class="tblDescr"><p>Simple editor for inputting text</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3networkoperation.html" class="compat">Q3NetworkOperation</a></p></td><td class="tblDescr"><p>Common operations for network protocols</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3networkprotocol.html" class="compat">Q3NetworkProtocol</a></p></td><td class="tblDescr"><p>Common API for network protocols</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3paintdevicemetrics.html" class="compat">Q3PaintDeviceMetrics</a></p></td><td class="tblDescr"><p>Information about a paint device</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3painter.html" class="compat">Q3Painter</a></p></td><td class="tblDescr"><p>Qt 3 compatibility wrapper for QPainter</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3picture.html" class="compat">Q3Picture</a></p></td><td class="tblDescr"><p>Paint device that records and replays Q3Painter commands</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3pointarray.html" class="compat">Q3PointArray</a></p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3popupmenu.html" class="compat">Q3PopupMenu</a></p></td><td class="tblDescr"><p>Thin compatibility wrapper around QMenu</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3process.html" class="compat">Q3Process</a></p></td><td class="tblDescr"><p>Used to start external programs and to communicate with them</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3progressbar.html" class="compat">Q3ProgressBar</a></p></td><td class="tblDescr"><p>Horizontal progress bar</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3progressdialog.html" class="compat">Q3ProgressDialog</a></p></td><td class="tblDescr"><p>Feedback on the progress of a slow operation</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3ptrcollection.html" class="compat">Q3PtrCollection</a></p></td><td class="tblDescr"><p>The base class of most pointer-based Qt collections</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3ptrdict.html" class="compat">Q3PtrDict</a></p></td><td class="tblDescr"><p>Template class that provides a dictionary based on void* keys</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3ptrdictiterator.html" class="compat">Q3PtrDictIterator</a></p></td><td class="tblDescr"><p>Iterator for Q3PtrDict collections</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3ptrlist.html" class="compat">Q3PtrList</a></p></td><td class="tblDescr"><p>Template class that provides a list</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3ptrlistiterator.html" class="compat">Q3PtrListIterator</a></p></td><td class="tblDescr"><p>Iterator for Q3PtrList collections</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3ptrqueue.html" class="compat">Q3PtrQueue</a></p></td><td class="tblDescr"><p>Template class that provides a queue</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3ptrstack.html" class="compat">Q3PtrStack</a></p></td><td class="tblDescr"><p>Template class that provides a stack</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3ptrvector.html" class="compat">Q3PtrVector</a></p></td><td class="tblDescr"><p>Template collection class that provides a vector (array)</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3rangecontrol.html" class="compat">Q3RangeControl</a></p></td><td class="tblDescr"><p>Integer value within a range</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3scrollview.html" class="compat">Q3ScrollView</a></p></td><td class="tblDescr"><p>Scrolling area with on-demand scroll bars</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3semaphore.html" class="compat">Q3Semaphore</a></p></td><td class="tblDescr"><p>Robust integer semaphore</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3serversocket.html" class="compat">Q3ServerSocket</a></p></td><td class="tblDescr"><p>TCP-based server</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3shared.html" class="compat">Q3Shared</a></p></td><td class="tblDescr"><p>Used internally for implementing shared classes</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3signal.html" class="compat">Q3Signal</a></p></td><td class="tblDescr"><p>Can be used to send signals for classes that don't inherit QObject</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3simplerichtext.html" class="compat">Q3SimpleRichText</a></p></td><td class="tblDescr"><p>Small displayable piece of rich text</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3socket.html" class="compat">Q3Socket</a></p></td><td class="tblDescr"><p>Buffered TCP connection</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3socketdevice.html" class="compat">Q3SocketDevice</a></p></td><td class="tblDescr"><p>Platform-independent low-level socket API</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3sqlcursor.html" class="compat">Q3SqlCursor</a></p></td><td class="tblDescr"><p>Browsing and editing of SQL tables and views</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3sqleditorfactory.html" class="compat">Q3SqlEditorFactory</a></p></td><td class="tblDescr"><p>Used to create the editors used by Q3DataTable and Q3SqlForm</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3sqlfieldinfo.html" class="compat">Q3SqlFieldInfo</a></p></td><td class="tblDescr"><p>Stores meta data associated with a SQL field</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3sqlform.html" class="compat">Q3SqlForm</a></p></td><td class="tblDescr"><p>Creates and manages data entry forms tied to SQL databases</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3sqlpropertymap.html" class="compat">Q3SqlPropertyMap</a></p></td><td class="tblDescr"><p>Used to map widgets to SQL fields</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3sqlrecordinfo.html" class="compat">Q3SqlRecordInfo</a></p></td><td class="tblDescr"><p>Encapsulates a set of database field meta data</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3sqlselectcursor.html" class="compat">Q3SqlSelectCursor</a></p></td><td class="tblDescr"><p>Browsing of general SQL SELECT statements</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3storeddrag.html" class="compat">Q3StoredDrag</a></p></td><td class="tblDescr"><p>Simple stored-value drag object for arbitrary MIME data</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3strilist.html" class="compat">Q3StrIList</a></p></td><td class="tblDescr"><p>Doubly-linked list of char* with case-insensitive comparison</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3strlist.html" class="compat">Q3StrList</a></p></td><td class="tblDescr"><p>Doubly-linked list of char*</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3strlistiterator.html" class="compat">Q3StrListIterator</a></p></td><td class="tblDescr"><p>Iterator for the Q3StrList and Q3StrIList classes</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3stylesheet.html" class="compat">Q3StyleSheet</a></p></td><td class="tblDescr"><p>Collection of styles for rich text rendering and a generator of tags</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3stylesheetitem.html" class="compat">Q3StyleSheetItem</a></p></td><td class="tblDescr"><p>Encapsulation of a set of text styles</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3syntaxhighlighter.html" class="compat">Q3SyntaxHighlighter</a></p></td><td class="tblDescr"><p>Base class for implementing Q3TextEdit syntax highlighters</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3tabdialog.html" class="compat">Q3TabDialog</a></p></td><td class="tblDescr"><p>Stack of tabbed widgets</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3table.html" class="compat">Q3Table</a></p></td><td class="tblDescr"><p>Flexible editable table widget</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3tableitem.html" class="compat">Q3TableItem</a></p></td><td class="tblDescr"><p>The cell content for Q3Table cells</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3tableselection.html" class="compat">Q3TableSelection</a></p></td><td class="tblDescr"><p>Access to a selected area in a Q3Table</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3textbrowser.html" class="compat">Q3TextBrowser</a></p></td><td class="tblDescr"><p>Rich text browser with hypertext navigation</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3textdrag.html" class="compat">Q3TextDrag</a></p></td><td class="tblDescr"><p>Drag and drop object for transferring plain and Unicode text</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3textedit.html" class="compat">Q3TextEdit</a></p></td><td class="tblDescr"><p>Powerful single-page rich text editor</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3textstream.html" class="compat">Q3TextStream</a></p></td><td class="tblDescr"><p>Basic functions for reading and writing text using a QIODevice</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3textview.html" class="compat">Q3TextView</a></p></td><td class="tblDescr"><p>Rich text viewer</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3timeedit.html" class="compat">Q3TimeEdit</a></p></td><td class="tblDescr"><p>Time editor</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3toolbar.html" class="compat">Q3ToolBar</a></p></td><td class="tblDescr"><p>Movable panel containing widgets such as tool buttons</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3uridrag.html" class="compat">Q3UriDrag</a></p></td><td class="tblDescr"><p>Drag object for a list of URI references</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3url.html" class="compat">Q3Url</a></p></td><td class="tblDescr"><p>URL parser and simplifies working with URLs</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3urloperator.html" class="compat">Q3UrlOperator</a></p></td><td class="tblDescr"><p>Common operations on URLs</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3vbox.html" class="compat">Q3VBox</a></p></td><td class="tblDescr"><p>Vertical geometry management of its child widgets</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3vboxlayout.html" class="compat">Q3VBoxLayout</a></p></td><td class="tblDescr"><p>Lines up widgets vertically</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3vbuttongroup.html" class="compat">Q3VButtonGroup</a></p></td><td class="tblDescr"><p>Organizes button widgets in a vertical column</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3vgroupbox.html" class="compat">Q3VGroupBox</a></p></td><td class="tblDescr"><p>Organizes widgets in a group with one vertical column</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3valuelist.html" class="compat">Q3ValueList</a></p></td><td class="tblDescr"><p>Value-based template class that provides lists</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3valuelistconstiterator.html" class="compat">Q3ValueListConstIterator</a></p></td><td class="tblDescr"><p>Const iterator for Q3ValueList</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3valuelistiterator.html" class="compat">Q3ValueListIterator</a></p></td><td class="tblDescr"><p>Iterator for Q3ValueList</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3valuestack.html" class="compat">Q3ValueStack</a></p></td><td class="tblDescr"><p>Value-based template class that provides a stack</p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3valuevector.html" class="compat">Q3ValueVector</a></p></td><td class="tblDescr"><p>Value-based template class that provides a dynamic array</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3whatsthis.html" class="compat">Q3WhatsThis</a></p></td></tr> <tr class="even topAlign"><td class="tblName"><p><a href="q3widgetstack.html" class="compat">Q3WidgetStack</a></p></td><td class="tblDescr"><p>Stack of widgets of which only the top widget is user-visible</p></td></tr> <tr class="odd topAlign"><td class="tblName"><p><a href="q3wizard.html" class="compat">Q3Wizard</a></p></td><td class="tblDescr"><p>Framework for wizard dialogs</p></td></tr> </table> <!-- $$$Qt3Support-description --> <a name="details"></a> <div class="descr"> <h2>Detailed Description</h2> <a name="qt3support"></a><p><b>Warning:</b> The classes in this module are intended to be used in intermediate stages of a porting process and are not intended to be used in production code.</p> <p>To include the definitions of the module's classes, use the following directive:</p> <pre class="cpp"> <span class="preprocessor">#include &lt;Qt3Support&gt;</span></pre> <p>To link against the module, add this line to your <a href="qmake-manual.html#qmake">qmake</a> <tt>.pro</tt> file:</p> <pre class="cpp"> QT += qt3support</pre> <p><b>Note:</b> Since this module provides compatibility classes for diverse parts of the Qt 3 API, it has dependencies on the <a href="qtcore.html">QtCore</a>, <a href="qtgui.html">QtGui</a>, <a href="qtnetwork.html">QtNetwork</a>, <a href="qtsql.html">QtSql</a>, and <a href="qtxml.html">QtXml</a> modules.</p> </div> <p><b>See also </b><a href="porting4.html">Porting to Qt 4</a>.</p> <!-- @@@Qt3Support --> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
3rdparty/spring-framework-2.5.1/docs/api/org/springframework/web/context/support/class-use/StaticWebApplicationContext.html
cacheonix/cacheonix-core
<!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_03) on Wed Jan 09 13:25:35 CET 2008 --> <TITLE> Uses of Class org.springframework.web.context.support.StaticWebApplicationContext (Spring Framework API 2.5) </TITLE> <META NAME="date" CONTENT="2008-01-09"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.springframework.web.context.support.StaticWebApplicationContext (Spring Framework API 2.5)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/springframework/web/context/support/StaticWebApplicationContext.html" title="class in org.springframework.web.context.support"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/springframework/web/context/support/\class-useStaticWebApplicationContext.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StaticWebApplicationContext.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.springframework.web.context.support.StaticWebApplicationContext</B></H2> </CENTER> No usage of org.springframework.web.context.support.StaticWebApplicationContext <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/springframework/web/context/support/StaticWebApplicationContext.html" title="class in org.springframework.web.context.support"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/springframework/web/context/support/\class-useStaticWebApplicationContext.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StaticWebApplicationContext.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &copy; 2002-2007 <a href=http://www.springframework.org/ target=_top>The Spring Framework</a>.</i> </BODY> </HTML>
external/ZendGdata-1.5.2/documentation/api/core/Zend_Gdata/Zend_Gdata_Gbase_SnippetQuery.html
JojoCMS-Plugins/jojo_gcal
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs For Class Zend_Gdata_Gbase_SnippetQuery</title> <link rel="stylesheet" href="../media/stylesheet.css" /> <script src="../media/lib/classTree.js"></script> <script language="javascript" type="text/javascript"> var imgPlus = new Image(); var imgMinus = new Image(); imgPlus.src = "../media/images/plus.png"; imgMinus.src = "../media/images/minus.png"; function showNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgMinus.src; oTable.style.display = "block"; } function hideNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgPlus.src; oTable.style.display = "none"; } function nodeIsVisible(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); break; } return (oTable && oTable.style.display == "block"); } function toggleNodeVisibility(Node){ if (nodeIsVisible(Node)){ hideNode(Node); }else{ showNode(Node); } } </script> </head> <body> <div class="page-body"> <h2 class="class-name"><img src="../media/images/Class_logo.png" alt=" Class" title=" Class" style="vertical-align: middle"> Zend_Gdata_Gbase_SnippetQuery</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) <a href="#sec-const-summary">Constants</a> (<a href="#sec-consts">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Assists in constructing queries for Google Base Snippets Feed</p> <ul class="tags"> <li><span class="field">copyright:</span> Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)</li> <li><span class="field">link:</span> <a href="http://code.google.com/apis/base/">http://code.google.com/apis/base/</a></li> <li><span class="field">license:</span> <a href="http://framework.zend.com/license/new-bsd">New BSD License</a></li> </ul> <p class="notes"> Located in <a class="field" href="_Gdata---Gbase---SnippetQuery.php.html">/Gdata/Gbase/SnippetQuery.php</a> (line <span class="field">42</span>) </p> <pre><a href="../Zend_Gdata/Zend_Gdata_Query.html">Zend_Gdata_Query</a> | --<a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html">Zend_Gdata_Gbase_Query</a> | --Zend_Gdata_Gbase_SnippetQuery</pre> </div> </div> <a name="sec-const-summary"></a> <div class="info-box"> <div class="info-box-title">Class Constant Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Constants</span> (<a href="#sec-consts">details</a>) <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="const-summary"> <div class="const-title"> <img src="../media/images/Constant.png" alt=" " /> <a href="#BASE_SNIPPET_FEED_URI" title="details" class="const-name">BASE_SNIPPET_FEED_URI</a> = <span class="var-type"> 'http://www.google.com/base/feeds/snippets'</span> </div> </div> </div> </div> <a name="sec-var-summary"></a> <div class="info-box"> <div class="info-box-title">Variable Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) <a href="#sec-const-summary">Constants</a> (<a href="#sec-consts">details</a>) </div> <div class="info-box-body"> <div class="var-summary"> <div class="var-title"> <img src="../media/images/Variable.png" alt=" " /> <span class="var-type">string</span> <a href="#$_defaultFeedUri" title="details" class="var-name">$_defaultFeedUri</a> </div> </div> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-const-summary">Constants</a> (<a href="#sec-consts">details</a>) <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <img src="../media/images/Method.png" alt=" "/> <span class="method-result">string</span> <a href="#getQueryUrl" title="details" class="method-name">getQueryUrl</a> () </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) <a href="#sec-const-summary">Constants</a> (<a href="#sec-consts">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <a name="var$_defaultFeedUri" id="$_defaultFeedUri"><!-- --></A> <div class="evenrow"> <div class="var-header"> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-type">string</span> <span class="var-name">$_defaultFeedUri</span> = <span class="var-default"> self::BASE_SNIPPET_FEED_URI</span> (line <span class="line-number">54</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">The default URI for POST methods</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#var$_defaultFeedUri">Zend_Gdata_Gbase_Query::$_defaultFeedUri</a></dt> <dd>The default URI for POST methods</dd> </dl> </div> <h4>Inherited Variables</h4> <A NAME='inherited_vars'><!-- --></A> <p>Inherited from <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_Query.html">Zend_Gdata_Query</a></span></p> <blockquote> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#var$_category">Zend_Gdata_Query::$_category</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#var$_params">Zend_Gdata_Query::$_params</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#var$_url">Zend_Gdata_Query::$_url</a></span><br> </span> </blockquote> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) <a href="#sec-const-summary">Constants</a> (<a href="#sec-consts">details</a>) <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="methodgetQueryUrl" id="getQueryUrl"><!-- --></a> <div class="oddrow"> <div class="method-header"> <img src="../media/images/Method.png" /> <span class="method-title">getQueryUrl</span> (line <span class="line-number">61</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Returns the query URL generated by this query instance.</p> <ul class="tags"> <li><span class="field">return:</span> The query URL for this instance.</li> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">string</span> <span class="method-name"> getQueryUrl </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetQueryUrl">Zend_Gdata_Query::getQueryUrl()</a></dt> </dl> </div> <h4>Inherited Methods</h4> <a name='inherited_methods'><!-- --></a> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html">Zend_Gdata_Gbase_Query</a></span></p> <blockquote> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodgetAdjust">Zend_Gdata_Gbase_Query::getAdjust()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodgetBq">Zend_Gdata_Gbase_Query::getBq()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodgetContent">Zend_Gdata_Gbase_Query::getContent()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodgetCrowdBy">Zend_Gdata_Gbase_Query::getCrowdBy()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodgetKey">Zend_Gdata_Gbase_Query::getKey()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodgetOrderBy">Zend_Gdata_Gbase_Query::getOrderBy()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodgetRefine">Zend_Gdata_Gbase_Query::getRefine()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodgetSortOrder">Zend_Gdata_Gbase_Query::getSortOrder()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodsetAdjust">Zend_Gdata_Gbase_Query::setAdjust()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodsetBq">Zend_Gdata_Gbase_Query::setBq()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodsetContent">Zend_Gdata_Gbase_Query::setContent()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodsetCrowdBy">Zend_Gdata_Gbase_Query::setCrowdBy()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodsetKey">Zend_Gdata_Gbase_Query::setKey()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodsetOrderBy">Zend_Gdata_Gbase_Query::setOrderBy()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodsetRefine">Zend_Gdata_Gbase_Query::setRefine()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#methodsetSortOrder">Zend_Gdata_Gbase_Query::setSortOrder()</a></span><br> </blockquote> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_Query.html">Zend_Gdata_Query</a></span></p> <blockquote> <img src="../media/images/Constructor.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#method__construct">Zend_Gdata_Query::__construct()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetAlt">Zend_Gdata_Query::getAlt()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetAuthor">Zend_Gdata_Query::getAuthor()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetCategory">Zend_Gdata_Query::getCategory()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetMaxResults">Zend_Gdata_Query::getMaxResults()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetParam">Zend_Gdata_Query::getParam()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetPublishedMax">Zend_Gdata_Query::getPublishedMax()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetPublishedMin">Zend_Gdata_Query::getPublishedMin()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetQuery">Zend_Gdata_Query::getQuery()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetQueryString">Zend_Gdata_Query::getQueryString()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetQueryUrl">Zend_Gdata_Query::getQueryUrl()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetStartIndex">Zend_Gdata_Query::getStartIndex()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetUpdatedMax">Zend_Gdata_Query::getUpdatedMax()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodgetUpdatedMin">Zend_Gdata_Query::getUpdatedMin()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodresetParameters">Zend_Gdata_Query::resetParameters()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetAlt">Zend_Gdata_Query::setAlt()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetAuthor">Zend_Gdata_Query::setAuthor()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetCategory">Zend_Gdata_Query::setCategory()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetMaxResults">Zend_Gdata_Query::setMaxResults()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetParam">Zend_Gdata_Query::setParam()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetPublishedMax">Zend_Gdata_Query::setPublishedMax()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetPublishedMin">Zend_Gdata_Query::setPublishedMin()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetQuery">Zend_Gdata_Query::setQuery()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetStartIndex">Zend_Gdata_Query::setStartIndex()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetUpdatedMax">Zend_Gdata_Query::setUpdatedMax()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#methodsetUpdatedMin">Zend_Gdata_Query::setUpdatedMin()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#method__get">Zend_Gdata_Query::__get()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Query.html#method__set">Zend_Gdata_Query::__set()</a></span><br> </blockquote> </div> </div> <a name="sec-consts"></a> <div class="info-box"> <div class="info-box-title">Class Constants</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Constants</a> (<span class="disabled">details</span>) <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <a name="constBASE_SNIPPET_FEED_URI" id="BASE_SNIPPET_FEED_URI"><!-- --></A> <div class="evenrow"> <div class="const-header"> <img src="../media/images/Variable.png" /> <span class="const-title"> <span class="const-name">BASE_SNIPPET_FEED_URI</span> = <span class="const-default"> 'http://www.google.com/base/feeds/snippets'</span> (line <span class="line-number">47</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Path to the snippets feeds on the Google Base server.</p> </div> <h4>Inherited Constants</h4> <A NAME='inherited_vars'><!-- --></A> <p>Inherited from <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html">Zend_Gdata_Gbase_Query</a></span></p> <blockquote> <img src="../media/images/Variable.png" /> <span class="const-title"> <span class="const-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#constGBASE_ITEM_FEED_URI">Zend_Gdata_Gbase_Query::GBASE_ITEM_FEED_URI</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="const-title"> <span class="const-name"><a href="../Zend_Gdata/Zend_Gdata_Gbase_Query.html#constGBASE_SNIPPET_FEED_URI">Zend_Gdata_Gbase_Query::GBASE_SNIPPET_FEED_URI</a></span><br> </span> </blockquote> </div> </div> <p class="notes" id="credit"> Documentation generated on Thu, 15 May 2008 05:37:56 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.2</a> </p> </div></body> </html>
doc/html/qtabwidget-qt3.html
sicily/qt4.8.4
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qtabwidget.cpp --> <title>Qt 4.8: Qt 3 Support Members for QTabWidget</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="modules.html">Modules</a></li> <li><a href="qtgui.html">QtGui</a></li> <li>QTabWidget</li> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">Qt 3 Support Members for QTabWidget</h1> <p><b>The following class members are part of the <a href="qt3support.html">Qt 3 support layer</a>.</b> They are provided to help you port old code to Qt 4. We advise against using them in new code.</p> <p><ul><li><a href="qtabwidget.html">QTabWidget class reference</a></li></ul></p> <h2>Public Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#QTabWidget-2">QTabWidget</a></b> ( QWidget * <i>parent</i>, const char * <i>name</i>, Qt::WindowFlags <i>f</i> = 0 )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#changeTab">changeTab</a></b> ( QWidget * <i>widget</i>, const QString &amp; <i>label</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#changeTab-2">changeTab</a></b> ( QWidget * <i>widget</i>, const QIcon &amp; <i>icon</i>, const QString &amp; <i>label</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> QWidget * </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#currentPage">currentPage</a></b> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#currentPageIndex">currentPageIndex</a></b> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#insertTab-2">insertTab</a></b> ( QWidget * <i>widget</i>, const QString &amp; <i>label</i>, int <i>index</i> = -1 )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#insertTab-3">insertTab</a></b> ( QWidget * <i>widget</i>, const QIcon &amp; <i>icon</i>, const QString &amp; <i>label</i>, int <i>index</i> = -1 )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#isTabEnabled-2">isTabEnabled</a></b> ( QWidget * <i>widget</i> ) const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#label">label</a></b> ( int <i>index</i> ) const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#margin">margin</a></b> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> QWidget * </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#page">page</a></b> ( int <i>index</i> ) const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#removeTabToolTip">removeTabToolTip</a></b> ( QWidget * <i>widget</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#setMargin">setMargin</a></b> ( int <i>margin</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#setTabEnabled-2">setTabEnabled</a></b> ( QWidget * <i>widget</i>, bool <i>b</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#setTabIconSet">setTabIconSet</a></b> ( QWidget * <i>widget</i>, const QIcon &amp; <i>icon</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#setTabLabel">setTabLabel</a></b> ( QWidget * <i>widget</i>, const QString &amp; <i>label</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#setTabToolTip-2">setTabToolTip</a></b> ( QWidget * <i>widget</i>, const QString &amp; <i>tip</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> QIcon </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#tabIconSet">tabIconSet</a></b> ( QWidget * <i>widget</i> ) const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#tabLabel">tabLabel</a></b> ( QWidget * <i>widget</i> ) const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#tabToolTip-2">tabToolTip</a></b> ( QWidget * <i>widget</i> ) const</td></tr> </table> <ul> <li class="fn">60 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li> <li class="fn">8 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li> <li class="fn">8 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li> </ul> <h2>Public Slots</h2> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#removePage">removePage</a></b> ( QWidget * <i>widget</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#setCurrentPage">setCurrentPage</a></b> ( int <i>index</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#showPage">showPage</a></b> ( QWidget * <i>widget</i> )</td></tr> </table> <ul> <li class="fn">1 public slot inherited from <a href="qwidget.html#public-slots">QWidget</a></li> </ul> <h2>Signals</h2> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#currentChanged-2">currentChanged</a></b> ( QWidget * <i>widget</i> )</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtabwidget-qt3.html#selected">selected</a></b> ( const QString &amp; <i>tabLabel</i> )</td></tr> </table> <h2>Member Function Documentation</h2> <!-- $$$QTabWidget$$$QTabWidgetQWidget*constchar*Qt::WindowFlags --> <h3 class="fn"><a name="QTabWidget-2"></a>QTabWidget::<span class="name">QTabWidget</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>parent</i>, const <span class="type">char</span> * <i>name</i>, <span class="type"><a href="qt.html#WindowType-enum">Qt::WindowFlags</a></span> <i>f</i> = 0 )</h3> <p>Use one of the constructors that doesn't take the <i>name</i> argument and then use <a href="qobject.html#objectName-prop">setObjectName</a>() instead.</p> <!-- @@@QTabWidget --> <!-- $$$changeTab[overload1]$$$changeTabQWidget*constQString& --> <h3 class="fn"><a name="changeTab"></a><span class="type">void</span> QTabWidget::<span class="name">changeTab</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i>, const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>label</i> )</h3> <p>Use <a href="qtabwidget.html#setTabText">setTabText</a>() instead.</p> <!-- @@@changeTab --> <!-- $$$changeTab$$$changeTabQWidget*constQIcon&constQString& --> <h3 class="fn"><a name="changeTab-2"></a><span class="type">void</span> QTabWidget::<span class="name">changeTab</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i>, const <span class="type"><a href="qicon.html">QIcon</a></span> &amp; <i>icon</i>, const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>label</i> )</h3> <p>Use <a href="qtabwidget.html#setTabText">setTabText</a>() and <a href="qtabwidget.html#setTabIcon">setTabIcon</a>() instead.</p> <!-- @@@changeTab --> <!-- $$$currentChanged$$$currentChangedQWidget* --> <h3 class="fn"><a name="currentChanged-2"></a><span class="type">void</span> QTabWidget::<span class="name">currentChanged</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i> )<tt> [signal]</tt></h3> <p>Use currentChanged(int) instead.</p> <!-- @@@currentChanged --> <!-- $$$currentPage[overload1]$$$currentPage --> <h3 class="fn"><a name="currentPage"></a><span class="type"><a href="qwidget.html">QWidget</a></span> * QTabWidget::<span class="name">currentPage</span> () const</h3> <p>Use <a href="qtabwidget.html#currentWidget">currentWidget</a>() instead.</p> <p><b>See also </b><a href="qtabwidget-qt3.html#setCurrentPage">setCurrentPage</a>().</p> <!-- @@@currentPage --> <!-- $$$currentPageIndex[overload1]$$$currentPageIndex --> <h3 class="fn"><a name="currentPageIndex"></a><span class="type">int</span> QTabWidget::<span class="name">currentPageIndex</span> () const</h3> <p>Use <a href="qtabwidget.html#currentIndex-prop">currentIndex</a>() instead.</p> <!-- @@@currentPageIndex --> <!-- $$$insertTab$$$insertTabQWidget*constQString&int --> <h3 class="fn"><a name="insertTab-2"></a><span class="type">void</span> QTabWidget::<span class="name">insertTab</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i>, const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>label</i>, <span class="type">int</span> <i>index</i> = -1 )</h3> <p>Use insertTab(index, widget, label) instead.</p> <!-- @@@insertTab --> <!-- $$$insertTab$$$insertTabQWidget*constQIcon&constQString&int --> <h3 class="fn"><a name="insertTab-3"></a><span class="type">void</span> QTabWidget::<span class="name">insertTab</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i>, const <span class="type"><a href="qicon.html">QIcon</a></span> &amp; <i>icon</i>, const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>label</i>, <span class="type">int</span> <i>index</i> = -1 )</h3> <p>Use insertTab(index, widget, icon, label) instead.</p> <!-- @@@insertTab --> <!-- $$$isTabEnabled$$$isTabEnabledQWidget* --> <h3 class="fn"><a name="isTabEnabled-2"></a><span class="type">bool</span> QTabWidget::<span class="name">isTabEnabled</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i> ) const</h3> <p>Use isTabEnabled(tabWidget-&gt;indexOf(widget)) instead.</p> <!-- @@@isTabEnabled --> <!-- $$$label[overload1]$$$labelint --> <h3 class="fn"><a name="label"></a><span class="type"><a href="qstring.html">QString</a></span> QTabWidget::<span class="name">label</span> ( <span class="type">int</span> <i>index</i> ) const</h3> <p>Use <a href="qtabwidget.html#tabText">tabText</a>() instead.</p> <!-- @@@label --> <!-- $$$margin[overload1]$$$margin --> <h3 class="fn"><a name="margin"></a><span class="type">int</span> QTabWidget::<span class="name">margin</span> () const</h3> <p>This function is kept only to make old code compile. This functionality is no longer supported by <a href="qtabwidget.html">QTabWidget</a>.</p> <p><b>See also </b><a href="qtabwidget-qt3.html#setMargin">setMargin</a>(), <a href="qwidget.html#contentsRect">contentsRect</a>(), and <a href="qwidget.html#setContentsMargins">setContentsMargins</a>().</p> <!-- @@@margin --> <!-- $$$page[overload1]$$$pageint --> <h3 class="fn"><a name="page"></a><span class="type"><a href="qwidget.html">QWidget</a></span> * QTabWidget::<span class="name">page</span> ( <span class="type">int</span> <i>index</i> ) const</h3> <p>Use <a href="qtabwidget.html#widget">widget</a>() instead.</p> <!-- @@@page --> <!-- $$$removePage[overload1]$$$removePageQWidget* --> <h3 class="fn"><a name="removePage"></a><span class="type">void</span> QTabWidget::<span class="name">removePage</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i> )<tt> [slot]</tt></h3> <p>Use removeTab(indexOf(widget)) instead.</p> <!-- @@@removePage --> <!-- $$$removeTabToolTip[overload1]$$$removeTabToolTipQWidget* --> <h3 class="fn"><a name="removeTabToolTip"></a><span class="type">void</span> QTabWidget::<span class="name">removeTabToolTip</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i> )</h3> <p>Use setTabToolTip(tabWidget-&gt;indexOf(widget), QString()) instead.</p> <!-- @@@removeTabToolTip --> <!-- $$$selected[overload1]$$$selectedconstQString& --> <h3 class="fn"><a name="selected"></a><span class="type">void</span> QTabWidget::<span class="name">selected</span> ( const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>tabLabel</i> )<tt> [signal]</tt></h3> <p>This signal is emitted whenever a tab is selected (raised), including during the first <a href="qwidget.html#show">show</a>().</p> <p>You can normally use <a href="qtabwidget.html#currentChanged">currentChanged</a>() instead.</p> <!-- @@@selected --> <!-- $$$setCurrentPage[overload1]$$$setCurrentPageint --> <h3 class="fn"><a name="setCurrentPage"></a><span class="type">void</span> QTabWidget::<span class="name">setCurrentPage</span> ( <span class="type">int</span> <i>index</i> )<tt> [slot]</tt></h3> <p>Use <a href="qtabwidget.html#currentIndex-prop">setCurrentIndex</a>() instead.</p> <p><b>See also </b><a href="qtabwidget-qt3.html#currentPage">currentPage</a>().</p> <!-- @@@setCurrentPage --> <!-- $$$setMargin[overload1]$$$setMarginint --> <h3 class="fn"><a name="setMargin"></a><span class="type">void</span> QTabWidget::<span class="name">setMargin</span> ( <span class="type">int</span> <i>margin</i> )</h3> <p>This function is kept only to make old code compile. This functionality is no longer supported by <a href="qtabwidget.html">QTabWidget</a>.</p> <p><b>See also </b><a href="qtabwidget-qt3.html#margin">margin</a>(), <a href="qwidget.html#contentsRect">contentsRect</a>(), and <a href="qwidget.html#setContentsMargins">setContentsMargins</a>().</p> <!-- @@@setMargin --> <!-- $$$setTabEnabled$$$setTabEnabledQWidget*bool --> <h3 class="fn"><a name="setTabEnabled-2"></a><span class="type">void</span> QTabWidget::<span class="name">setTabEnabled</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i>, <span class="type">bool</span> <i>b</i> )</h3> <p>Use setTabEnabled(tabWidget-&gt;indexOf(widget), b) instead.</p> <!-- @@@setTabEnabled --> <!-- $$$setTabIconSet[overload1]$$$setTabIconSetQWidget*constQIcon& --> <h3 class="fn"><a name="setTabIconSet"></a><span class="type">void</span> QTabWidget::<span class="name">setTabIconSet</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i>, const <span class="type"><a href="qicon.html">QIcon</a></span> &amp; <i>icon</i> )</h3> <p>Use setTabIcon(tabWidget-&gt;indexOf(widget), icon) instead.</p> <p><b>See also </b><a href="qtabwidget-qt3.html#tabIconSet">tabIconSet</a>().</p> <!-- @@@setTabIconSet --> <!-- $$$setTabLabel[overload1]$$$setTabLabelQWidget*constQString& --> <h3 class="fn"><a name="setTabLabel"></a><span class="type">void</span> QTabWidget::<span class="name">setTabLabel</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i>, const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>label</i> )</h3> <p>Use setTabText(tabWidget-&gt;indexOf(widget), label) instead.</p> <p><b>See also </b><a href="qtabwidget-qt3.html#tabLabel">tabLabel</a>().</p> <!-- @@@setTabLabel --> <!-- $$$setTabToolTip$$$setTabToolTipQWidget*constQString& --> <h3 class="fn"><a name="setTabToolTip-2"></a><span class="type">void</span> QTabWidget::<span class="name">setTabToolTip</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i>, const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>tip</i> )</h3> <p>Use setTabToolTip(tabWidget-&gt;indexOf(widget), tip) instead.</p> <!-- @@@setTabToolTip --> <!-- $$$showPage[overload1]$$$showPageQWidget* --> <h3 class="fn"><a name="showPage"></a><span class="type">void</span> QTabWidget::<span class="name">showPage</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i> )<tt> [slot]</tt></h3> <p>Use setCurrentIndex(indexOf(widget)) instead.</p> <!-- @@@showPage --> <!-- $$$tabIconSet[overload1]$$$tabIconSetQWidget* --> <h3 class="fn"><a name="tabIconSet"></a><span class="type"><a href="qicon.html">QIcon</a></span> QTabWidget::<span class="name">tabIconSet</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i> ) const</h3> <p>Use tabIcon(tabWidget-&gt;indexOf(widget)) instead.</p> <p><b>See also </b><a href="qtabwidget-qt3.html#setTabIconSet">setTabIconSet</a>().</p> <!-- @@@tabIconSet --> <!-- $$$tabLabel[overload1]$$$tabLabelQWidget* --> <h3 class="fn"><a name="tabLabel"></a><span class="type"><a href="qstring.html">QString</a></span> QTabWidget::<span class="name">tabLabel</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i> ) const</h3> <p>Use tabText(tabWidget-&gt;indexOf(widget)) instead.</p> <p><b>See also </b><a href="qtabwidget-qt3.html#setTabLabel">setTabLabel</a>().</p> <!-- @@@tabLabel --> <!-- $$$tabToolTip$$$tabToolTipQWidget* --> <h3 class="fn"><a name="tabToolTip-2"></a><span class="type"><a href="qstring.html">QString</a></span> QTabWidget::<span class="name">tabToolTip</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>widget</i> ) const</h3> <p>Use tabToolTip(tabWidget-&gt;indexOf(widget)) instead.</p> <!-- @@@tabToolTip --> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2012 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
sdk/dox/html/GenericDataHeaderWriter_8h_source.html
einon/affymetrix-power-tools
<!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>Affymetrix Power Tools: calvin_files/writers/src/GenericDataHeaderWriter.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&nbsp;List</span></a></li> <li><a href="globals.html"><span>File&nbsp;Members</span></a></li> </ul> </div> <div class="navpath"> <ul> <li><a class="el" href="dir_ea39ae8f86ad78ea6fa1bfc1ed8c4ad6.html">calvin_files</a> </li> <li><a class="el" href="dir_119c4d16ac45dfb2149016cb848c9b5c.html">writers</a> </li> <li><a class="el" href="dir_51eccc45ff6cb1633f2e269630adbdb9.html">src</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <h1>GenericDataHeaderWriter.h</h1> </div> </div> <div class="contents"> <div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">////////////////////////////////////////////////////////////////</span> <a name="l00002"></a>00002 <span class="comment"></span><span class="comment">//</span> <a name="l00003"></a>00003 <span class="comment">// Copyright (C) 2005 Affymetrix, Inc.</span> <a name="l00004"></a>00004 <span class="comment">//</span> <a name="l00005"></a>00005 <span class="comment">// This library is free software; you can redistribute it and/or modify</span> <a name="l00006"></a>00006 <span class="comment">// it under the terms of the GNU Lesser General Public License </span> <a name="l00007"></a>00007 <span class="comment">// (version 2.1) as published by the Free Software Foundation.</span> <a name="l00008"></a>00008 <span class="comment">// </span> <a name="l00009"></a>00009 <span class="comment">// This library is distributed in the hope that it will be useful, but</span> <a name="l00010"></a>00010 <span class="comment">// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY</span> <a name="l00011"></a>00011 <span class="comment">// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License</span> <a name="l00012"></a>00012 <span class="comment">// for more details.</span> <a name="l00013"></a>00013 <span class="comment">// </span> <a name="l00014"></a>00014 <span class="comment">// You should have received a copy of the GNU Lesser General Public License</span> <a name="l00015"></a>00015 <span class="comment">// along with this library; if not, write to the Free Software Foundation, Inc.,</span> <a name="l00016"></a>00016 <span class="comment">// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </span> <a name="l00017"></a>00017 <span class="comment">//</span><span class="comment"></span> <a name="l00018"></a>00018 <span class="comment">////////////////////////////////////////////////////////////////</span> <a name="l00019"></a>00019 <span class="comment"></span> <a name="l00020"></a>00020 <a name="l00021"></a>00021 <span class="preprocessor">#ifndef _GenericDataHeaderWriter_HEADER_</span> <a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define _GenericDataHeaderWriter_HEADER_</span> <a name="l00023"></a>00023 <span class="preprocessor"></span> <a name="l00024"></a>00024 <span class="preprocessor">#include &quot;calvin_files/data/src/GenericDataHeader.h&quot;</span> <a name="l00025"></a>00025 <span class="comment">//</span> <a name="l00026"></a>00026 <span class="preprocessor">#include &lt;fstream&gt;</span> <a name="l00027"></a>00027 <span class="comment">//</span> <a name="l00028"></a>00028 <a name="l00029"></a>00029 <span class="preprocessor">#ifdef _MSC_VER</span> <a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable: 4290) // don&#39;t show warnings about throw keyword on function declarations.</span> <a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#endif</span> <a name="l00032"></a>00032 <span class="preprocessor"></span> <a name="l00033"></a>00033 <span class="keyword">namespace </span>affymetrix_calvin_io <a name="l00034"></a>00034 { <a name="l00035"></a>00035 <a name="l00036"></a><a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeaderWriter.html">00036</a> <span class="keyword">class </span><a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeaderWriter.html">GenericDataHeaderWriter</a> <a name="l00037"></a>00037 { <a name="l00038"></a>00038 <a name="l00039"></a>00039 <span class="keyword">public</span>: <a name="l00040"></a>00040 <a name="l00041"></a>00041 <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeaderWriter.html">GenericDataHeaderWriter</a>() {} <a name="l00042"></a>00042 ~<a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeaderWriter.html">GenericDataHeaderWriter</a>() {} <a name="l00043"></a>00043 <a name="l00044"></a>00044 <span class="keywordtype">void</span> Write(std::ofstream &amp;os, <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeader.html">GenericDataHeader</a> &amp;g); <a name="l00045"></a>00045 <a name="l00046"></a>00046 <span class="keyword">private</span>: <a name="l00047"></a>00047 <a name="l00048"></a>00048 <span class="keywordtype">void</span> WriteFileTypeId(std::ofstream &amp;os, <span class="keyword">const</span> <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeader.html">GenericDataHeader</a> &amp;g) <span class="keyword">const</span>; <a name="l00049"></a>00049 <a name="l00050"></a>00050 <span class="keywordtype">void</span> WriteFileId(std::ofstream &amp;os, <span class="keyword">const</span> <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeader.html">GenericDataHeader</a> &amp;g) <span class="keyword">const</span>; <a name="l00051"></a>00051 <a name="l00052"></a>00052 <span class="keywordtype">void</span> WriteFileCreationTime(std::ofstream &amp;os, <span class="keyword">const</span> <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeader.html">GenericDataHeader</a> &amp;g) <span class="keyword">const</span>; <a name="l00053"></a>00053 <a name="l00054"></a>00054 <span class="keywordtype">void</span> WriteLocale(std::ofstream &amp;os, <span class="keyword">const</span> <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeader.html">GenericDataHeader</a> &amp;g) <span class="keyword">const</span>; <a name="l00055"></a>00055 <a name="l00056"></a>00056 <span class="keywordtype">void</span> WriteNameValParamCnt(std::ofstream &amp;os, <span class="keyword">const</span> <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeader.html">GenericDataHeader</a> &amp;dc) <span class="keyword">const</span>; <a name="l00057"></a>00057 <a name="l00058"></a>00058 <span class="keywordtype">void</span> WriteNameValParams(std::ofstream &amp;os, <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeader.html">GenericDataHeader</a> &amp;g); <a name="l00059"></a>00059 <a name="l00060"></a>00060 <span class="keywordtype">void</span> WriteParentHdrCnt(std::ofstream &amp;os, <span class="keyword">const</span> <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeader.html">GenericDataHeader</a> &amp;dc) <span class="keyword">const</span>; <a name="l00061"></a>00061 <a name="l00062"></a>00062 <span class="keywordtype">void</span> WriteParentHdrs(std::ofstream &amp;os, <a class="code" href="classaffymetrix__calvin__io_1_1GenericDataHeader.html">GenericDataHeader</a> &amp;g); <a name="l00063"></a>00063 }; <a name="l00064"></a>00064 <a name="l00065"></a>00065 } <a name="l00066"></a>00066 <a name="l00067"></a>00067 <span class="preprocessor">#endif // _GenericDataHeaderWriter_HEADER_</span> </pre></div></div> </div> <hr class="footer"/><address class="footer"><small>Generated on Fri Mar 20 2015 18:03:05 for Affymetrix Power Tools by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address> </body> </html>
src/main/resources/net/masterthought/jenkins/CucumberReportPublisher/help-undefinedStepsNumber.html
jenkinsci/cucumber-reports-plugin
<p>Maximum number of undefined steps above which build result is triggered. Provide value -1 if the rule should be skipped.</p>
3rdparty/spring-framework-2.5.1/docs/api/org/springframework/jdbc/core/metadata/class-use/GenericCallMetaDataProvider.html
cacheonix/cacheonix-core
<!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_03) on Wed Jan 09 13:25:39 CET 2008 --> <TITLE> Uses of Class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider (Spring Framework API 2.5) </TITLE> <META NAME="date" CONTENT="2008-01-09"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider (Spring Framework API 2.5)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/springframework/jdbc/core/metadata/GenericCallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/springframework/jdbc/core/metadata/\class-useGenericCallMetaDataProvider.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GenericCallMetaDataProvider.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider</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/springframework/jdbc/core/metadata/GenericCallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata">GenericCallMetaDataProvider</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.jdbc.core.metadata"><B>org.springframework.jdbc.core.metadata</B></A></TD> <TD>Context metadata abstraction for the configuration and execution of a stored procedure call.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.jdbc.core.metadata"><!-- --></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/springframework/jdbc/core/metadata/GenericCallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata">GenericCallMetaDataProvider</A> in <A HREF="../../../../../../org/springframework/jdbc/core/metadata/package-summary.html">org.springframework.jdbc.core.metadata</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../org/springframework/jdbc/core/metadata/GenericCallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata">GenericCallMetaDataProvider</A> in <A HREF="../../../../../../org/springframework/jdbc/core/metadata/package-summary.html">org.springframework.jdbc.core.metadata</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/springframework/jdbc/core/metadata/Db2CallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata">Db2CallMetaDataProvider</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DB2 specific implementation for the <A HREF="../../../../../../org/springframework/jdbc/core/metadata/CallMetaDataProvider.html" title="interface in org.springframework.jdbc.core.metadata"><CODE>CallMetaDataProvider</CODE></A> interface.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/springframework/jdbc/core/metadata/DerbyCallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata">DerbyCallMetaDataProvider</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Derby specific implementation for the <A HREF="../../../../../../org/springframework/jdbc/core/metadata/CallMetaDataProvider.html" title="interface in org.springframework.jdbc.core.metadata"><CODE>CallMetaDataProvider</CODE></A> interface.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/springframework/jdbc/core/metadata/OracleCallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata">OracleCallMetaDataProvider</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Oracle specific implementation for the <A HREF="../../../../../../org/springframework/jdbc/core/metadata/CallMetaDataProvider.html" title="interface in org.springframework.jdbc.core.metadata"><CODE>CallMetaDataProvider</CODE></A> interface.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/springframework/jdbc/core/metadata/SqlServerCallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata">SqlServerCallMetaDataProvider</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQL Server specific implementation for the <A HREF="../../../../../../org/springframework/jdbc/core/metadata/CallMetaDataProvider.html" title="interface in org.springframework.jdbc.core.metadata"><CODE>CallMetaDataProvider</CODE></A> interface.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/springframework/jdbc/core/metadata/SybaseCallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata">SybaseCallMetaDataProvider</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sybase specific implementation for the <A HREF="../../../../../../org/springframework/jdbc/core/metadata/CallMetaDataProvider.html" title="interface in org.springframework.jdbc.core.metadata"><CODE>CallMetaDataProvider</CODE></A> interface.</TD> </TR> </TABLE> &nbsp; <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/springframework/jdbc/core/metadata/GenericCallMetaDataProvider.html" title="class in org.springframework.jdbc.core.metadata"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/springframework/jdbc/core/metadata/\class-useGenericCallMetaDataProvider.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GenericCallMetaDataProvider.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &copy; 2002-2007 <a href=http://www.springframework.org/ target=_top>The Spring Framework</a>.</i> </BODY> </HTML>
doc/html/requirements-embedded-linux.html
kobolabs/qt-everywhere-4.8.0
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- installation.qdoc --> <title>Qt 4.8: Qt for Embedded Linux Requirements</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li>Qt for Embedded Linux Requirements</li> </ul> </div> </div> <div class="content mainContent"> <link rel="prev" href="requirements.html" /> <p class="naviNextPrevious headerNavi"> [Previous: <a href="requirements.html">General Qt Requirements</a>] </p><p/> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#building-qt-for-embedded-linux-with-uclibc">Building Qt for Embedded Linux with uclibc</a></li> <li class="level1"><a href="#memory-requirements">Memory Requirements</a></li> <li class="level1"><a href="#additional-x11-libraries-for-qvfb">Additional X11 Libraries for QVFb</a></li> </ul> </div> <h1 class="title">Qt for Embedded Linux Requirements</h1> <span class="subtitle"></span> <!-- $$$requirements-embedded-linux.html-description --> <div class="descr"> <a name="details"></a> <a name="building-qt-for-embedded-linux-with-uclibc"></a> <h2>Building Qt for Embedded Linux with uclibc</h2> <p>If you intend to include the <a href="qtwebkit.html">QtWebKit</a> module in your Qt build then you should use version <b>uClibc 0.9&#x2e;29 or greater</b> as that is the earliest version with sufficient pthread support.</p> <a name="memory-requirements"></a> <h2>Memory Requirements</h2> <p>The memory and storage requirements for Qt for Embedded Linux depend on a an variety of different factors, including the target architecture and the features enabled in the Qt build.</p> <p>The following table shows typical library sizes for the most common Qt libraries on different architectures, built in release mode with different feature profiles.</p> <table class="generic"> <thead><tr class="qt-style"><th rowspan="2">Architecture</th><th rowspan="2">Compiler</th><th colspan="2"><a href="qtcore.html">QtCore</a></th><th colspan="2"><a href="qtgui.html">QtGui</a></th><th colspan="2"><a href="qtnetwork.html">QtNetwork</a></th><th colspan="2"><a href="qtwebkit.html">QtWebKit</a></th></tr> <tr class="qt-style"><th >Minimal</th><th >Normal</th><th >Minimal</th><th >Normal</th><th >Minimal</th><th >Normal</th><th >Minimal</th><th >Normal</th></tr></thead> <tr valign="top" class="odd"><td >linux-x86-g++</td><td >GCC 4.2&#x2e;4</td><td >1.7M</td><td >2.7M</td><td >3.3M</td><td >9.9M</td><td >653K</td><td >1.1M</td><td >N/A</td><td >17M</td></tr> <tr valign="top" class="even"><td >linux-arm-g++</td><td >GCC 4.1&#x2e;1</td><td >1.9M</td><td >3.2M</td><td >4.1M</td><td >11M</td><td >507K</td><td >1.0M</td><td >N/A</td><td >17M</td></tr> <tr valign="top" class="odd"><td >linux-mips-g++ (MIPS32)</td><td >GCC 4.2&#x2e;4</td><td >2.0M</td><td >3.2M</td><td >4.5M</td><td >12M</td><td >505K</td><td >1003K</td><td >N/A</td><td >21M</td></tr> </table> <p>Library sizes are given in the following units: K = 1024 bytes; M = 1024K. <a href="qtwebkit.html">QtWebKit</a> is excluded from the minimal configuration.</p> <p>The <a href="fine-tuning-features.html">Fine-Tuning Features in Qt</a> document covers the process of configuring Qt builds to avoid the inclusion of unnecessary features.</p> <a name="additional-x11-libraries-for-qvfb"></a> <h2>Additional X11 Libraries for QVFb</h2> <p>The Virtual Framebuffer (QVFb) application requires the <tt>libxtst</tt> library in addition to the libraries used to build Qt for X11. This library enables the use of the Record extension to the X protocol to be used in applications.</p> </div> <p><b>See also </b><a href="known-issues.html">Known Issues</a>.</p> <!-- @@@requirements-embedded-linux.html --> <p class="naviNextPrevious footerNavi"> [Previous: <a href="requirements.html">General Qt Requirements</a>] </p> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
doc/javacode/html/classorg_1_1ccnx_1_1ccn_1_1test_1_1io_1_1_c_c_n_versioned_input_stream_test.html
ryanrhymes/mobiccnx
<!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>Content-Centric Networking in Java: org.ccnx.ccn.test.io.CCNVersionedInputStreamTest Class Reference</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="main.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="namespaces.html"><span>Packages</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <div class="navpath"><b>org</b>.<b>ccnx</b>.<b>ccn</b>.<a class="el" href="namespaceorg_1_1ccnx_1_1ccn_1_1test.html">test</a>.<b>io</b>.<a class="el" href="classorg_1_1ccnx_1_1ccn_1_1test_1_1io_1_1_c_c_n_versioned_input_stream_test.html">CCNVersionedInputStreamTest</a> </div> </div> <div class="contents"> <h1>org.ccnx.ccn.test.io.CCNVersionedInputStreamTest Class Reference</h1><!-- doxytag: class="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest" --> <p>Test for versioned input streams. <a href="#_details">More...</a></p> <p><a href="classorg_1_1ccnx_1_1ccn_1_1test_1_1io_1_1_c_c_n_versioned_input_stream_test-members.html">List of all members.</a></p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a754a9ae6bb467325709da6206dc52b6a"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testCCNVersionedInputStreamContentNameLongPublisherKeyIDCCNLibrary" ref="a754a9ae6bb467325709da6206dc52b6a" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>testCCNVersionedInputStreamContentNameLongPublisherKeyIDCCNLibrary</b> () throws Exception </td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a88068f801b3c0ab4f65e7be24b1d9326"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testCCNVersionedInputStreamContentNamePublisherKeyIDCCNLibrary" ref="a88068f801b3c0ab4f65e7be24b1d9326" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>testCCNVersionedInputStreamContentNamePublisherKeyIDCCNLibrary</b> () throws Exception </td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2bf09c6b2787a050599239ecf03e6905"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testCCNVersionedInputStreamContentName" ref="a2bf09c6b2787a050599239ecf03e6905" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>testCCNVersionedInputStreamContentName</b> () throws Exception </td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a64e56b3772c6957af0cff9ea9b2ccd7f"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testCCNVersionedInputStreamContentNameCCNLibrary" ref="a64e56b3772c6957af0cff9ea9b2ccd7f" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>testCCNVersionedInputStreamContentNameCCNLibrary</b> () throws Exception </td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a507c88ff24033306288e5ba5bd692419"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testCCNVersionedInputStreamContentNameInt" ref="a507c88ff24033306288e5ba5bd692419" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>testCCNVersionedInputStreamContentNameInt</b> () throws Exception </td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0c086b0c1eed52c9d254627f991aa8b6"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testCCNVersionedInputStreamContentObjectCCNLibrary" ref="a0c086b0c1eed52c9d254627f991aa8b6" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>testCCNVersionedInputStreamContentObjectCCNLibrary</b> () throws Exception </td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a62c688f754825b2b9a8cb0ba90f339f9"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testReadByteArray" ref="a62c688f754825b2b9a8cb0ba90f339f9" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>testReadByteArray</b> () throws Exception </td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1d61e63fc34100721d16e34d1df87985"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testReadProblematicLengths" ref="a1d61e63fc34100721d16e34d1df87985" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>testReadProblematicLengths</b> () throws Exception </td></tr> <tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7e010c0a33a1d252c8e32d9bd55993fd"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::setUpBeforeClass" ref="a7e010c0a33a1d252c8e32d9bd55993fd" args="()" --> static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>setUpBeforeClass</b> () throws Exception </td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a15496f0cfb3780696318897901a9c2a6"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::cleanupAfterClass" ref="a15496f0cfb3780696318897901a9c2a6" args="()" --> static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>cleanupAfterClass</b> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">static byte[]&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1test_1_1io_1_1_c_c_n_versioned_input_stream_test.html#acee94bff71c4718a667a6c7e6740eb6b">writeFile</a> (<a class="el" href="classorg_1_1ccnx_1_1ccn_1_1test_1_1_flosser.html">Flosser</a> flosser, <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1protocol_1_1_content_name.html">ContentName</a> completeName, int fileLength, Random randBytes) throws IOException, NoSuchAlgorithmException </td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae52b66ee88130e110ee03f420ef93a65"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::readFile" ref="ae52b66ee88130e110ee03f420ef93a65" args="(InputStream inputStream, int fileLength)" --> static byte[]&nbsp;</td><td class="memItemRight" valign="bottom"><b>readFile</b> (InputStream inputStream, int fileLength) throws IOException </td></tr> <tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a188135f7a3795250f7d677b29d3f7961"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testArgumentRunner" ref="a188135f7a3795250f7d677b29d3f7961" args="(CCNVersionedInputStream vfirst, CCNVersionedInputStream vlatest)" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>testArgumentRunner</b> (<a class="el" href="classorg_1_1ccnx_1_1ccn_1_1io_1_1_c_c_n_versioned_input_stream.html">CCNVersionedInputStream</a> vfirst, <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1io_1_1_c_c_n_versioned_input_stream.html">CCNVersionedInputStream</a> vlatest) throws Exception </td></tr> <tr><td colspan="2"><h2>Static Package Attributes</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a859b773b4d6786b44c17cb56369b91ab"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::defaultStreamName" ref="a859b773b4d6786b44c17cb56369b91ab" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1protocol_1_1_content_name.html">ContentName</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>defaultStreamName</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a69d9b155184d31ec4d83be29cd5c6ca2"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::firstVersionName" ref="a69d9b155184d31ec4d83be29cd5c6ca2" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1protocol_1_1_content_name.html">ContentName</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>firstVersionName</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae5df7d455c67700a9164de5f829e36cb"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::firstVersionLength" ref="ae5df7d455c67700a9164de5f829e36cb" args="" --> static int&nbsp;</td><td class="memItemRight" valign="bottom"><b>firstVersionLength</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad05f8a300e8c2aff8937fd8d5e1cfcae"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::firstVersionMaxSegment" ref="ad05f8a300e8c2aff8937fd8d5e1cfcae" args="" --> static int&nbsp;</td><td class="memItemRight" valign="bottom"><b>firstVersionMaxSegment</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a41207888573bc4f43dee1c5192a0b57c"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::firstVersionDigest" ref="a41207888573bc4f43dee1c5192a0b57c" args="" --> static byte[]&nbsp;</td><td class="memItemRight" valign="bottom"><b>firstVersionDigest</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a01fc3fe4caf8c5038d39d89e433bede4"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::middleVersionName" ref="a01fc3fe4caf8c5038d39d89e433bede4" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1protocol_1_1_content_name.html">ContentName</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>middleVersionName</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9b83c46dbde6242b2d1dedef57615bca"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::middleVersionLength" ref="a9b83c46dbde6242b2d1dedef57615bca" args="" --> static int&nbsp;</td><td class="memItemRight" valign="bottom"><b>middleVersionLength</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab89155b397bfd141b7ad53296cb35833"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::middleVersionMaxSegment" ref="ab89155b397bfd141b7ad53296cb35833" args="" --> static int&nbsp;</td><td class="memItemRight" valign="bottom"><b>middleVersionMaxSegment</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a89396d63beb8da7ba530c5dab5769895"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::middleVersionDigest" ref="a89396d63beb8da7ba530c5dab5769895" args="" --> static byte[]&nbsp;</td><td class="memItemRight" valign="bottom"><b>middleVersionDigest</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0532ca10303bcebfa07807c7923650fd"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::latestVersionName" ref="a0532ca10303bcebfa07807c7923650fd" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1protocol_1_1_content_name.html">ContentName</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>latestVersionName</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac0dbc4040da57c8786fbfd89849548e6"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::latestVersionLength" ref="ac0dbc4040da57c8786fbfd89849548e6" args="" --> static int&nbsp;</td><td class="memItemRight" valign="bottom"><b>latestVersionLength</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a07d53163acddf2fbc03dcef6eed4c087"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::latestVersionMaxSegment" ref="a07d53163acddf2fbc03dcef6eed4c087" args="" --> static int&nbsp;</td><td class="memItemRight" valign="bottom"><b>latestVersionMaxSegment</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a08822d5bac32d2c7faaed0aef7c23cad"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::latestVersionDigest" ref="a08822d5bac32d2c7faaed0aef7c23cad" args="" --> static byte[]&nbsp;</td><td class="memItemRight" valign="bottom"><b>latestVersionDigest</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a13640a3d16d24609bcb55fd743f0c212"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::outputHandle" ref="a13640a3d16d24609bcb55fd743f0c212" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1_c_c_n_handle.html">CCNHandle</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>outputHandle</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8a829ab8ce8537cbddad259e328c6ea1"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::inputHandle" ref="a8a829ab8ce8537cbddad259e328c6ea1" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1_c_c_n_handle.html">CCNHandle</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>inputHandle</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9cda165cc0138d1fea09924b2667598c"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::inputHandle2" ref="a9cda165cc0138d1fea09924b2667598c" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1_c_c_n_handle.html">CCNHandle</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>inputHandle2</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aca70fc7ce889f9a37ff8118a45faa444"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::reader" ref="aca70fc7ce889f9a37ff8118a45faa444" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1io_1_1_c_c_n_reader.html">CCNReader</a>&nbsp;</td><td class="memItemRight" valign="bottom"><b>reader</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0740a3e60bb0dd4a230f375a75ed95b7"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::MAX_FILE_SIZE" ref="a0740a3e60bb0dd4a230f375a75ed95b7" args="" --> static final int&nbsp;</td><td class="memItemRight" valign="bottom"><b>MAX_FILE_SIZE</b> = 1024*1024</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8285049633470c3f27f1a7ab7ce1a20d"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::BUF_SIZE" ref="a8285049633470c3f27f1a7ab7ce1a20d" args="" --> static final int&nbsp;</td><td class="memItemRight" valign="bottom"><b>BUF_SIZE</b> = 4096</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adc38e9f6707c3aad382fa3755646c09c"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::MERKLE_TREE_LENGTH" ref="adc38e9f6707c3aad382fa3755646c09c" args="" --> static final int&nbsp;</td><td class="memItemRight" valign="bottom"><b>MERKLE_TREE_LENGTH</b> = <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1profiles_1_1_segmentation_profile.html#a47ec5bad88f59ebc5be6b33a40bcd228">SegmentationProfile.DEFAULT_BLOCKSIZE</a> * <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1io_1_1_c_c_n_output_stream.html#a470e6741042f5b5ef64c11890a331678">CCNOutputStream.BLOCK_BUF_COUNT</a></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static int[]&nbsp;</td><td class="memItemRight" valign="bottom"><b>problematicLengths</b></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa3fe8bb6d428346a17e85ed139a432f1"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::problematicDigests" ref="aa3fe8bb6d428346a17e85ed139a432f1" args="" --> static byte[][]&nbsp;</td><td class="memItemRight" valign="bottom"><b>problematicDigests</b> = new byte[problematicLengths.length][]</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0f516904d5e261c2739bfe760da3fb28"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::problematicNames" ref="a0f516904d5e261c2739bfe760da3fb28" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1protocol_1_1_content_name.html">ContentName</a>[]&nbsp;</td><td class="memItemRight" valign="bottom"><b>problematicNames</b> = new <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1protocol_1_1_content_name.html">ContentName</a>[problematicLengths.length]</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3d6480c74daf711ee38acbdac3f933d8"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::testHelper" ref="a3d6480c74daf711ee38acbdac3f933d8" args="" --> static <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1test_1_1_c_c_n_test_helper.html">CCNTestHelper</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1test_1_1io_1_1_c_c_n_versioned_input_stream_test.html#a3d6480c74daf711ee38acbdac3f933d8">testHelper</a> = new <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1test_1_1_c_c_n_test_helper.html">CCNTestHelper</a>(CCNVersionedInputStreamTest.class)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Handle naming for the test. <br/></td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p>Test for versioned input streams. </p> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="acee94bff71c4718a667a6c7e6740eb6b"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::writeFile" ref="acee94bff71c4718a667a6c7e6740eb6b" args="(Flosser flosser, ContentName completeName, int fileLength, Random randBytes)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">static byte [] org.ccnx.ccn.test.io.CCNVersionedInputStreamTest.writeFile </td> <td>(</td> <td class="paramtype"><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1test_1_1_flosser.html">Flosser</a>&nbsp;</td> <td class="paramname"> <em>flosser</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1protocol_1_1_content_name.html">ContentName</a>&nbsp;</td> <td class="paramname"> <em>completeName</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&nbsp;</td> <td class="paramname"> <em>fileLength</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">Random&nbsp;</td> <td class="paramname"> <em>randBytes</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td> throws IOException, NoSuchAlgorithmException <code> [static]</code></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>completeName</em>&nbsp;</td><td></td></tr> <tr><td valign="top"></td><td valign="top"><em>fileLength</em>&nbsp;</td><td></td></tr> <tr><td valign="top"></td><td valign="top"><em>randBytes</em>&nbsp;</td><td></td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd></dd></dl> <dl><dt><b>Exceptions:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>IOException</em>&nbsp;</td><td></td></tr> <tr><td valign="top"></td><td valign="top"><em>NoSuchAlgorithmException</em>&nbsp;</td><td></td></tr> </table> </dd> </dl> </div> </div> <hr/><h2>Member Data Documentation</h2> <a class="anchor" id="a7d4e5dcb41111cdfcd4843c38679b6a5"></a><!-- doxytag: member="org::ccnx::ccn::test::io::CCNVersionedInputStreamTest::problematicLengths" ref="a7d4e5dcb41111cdfcd4843c38679b6a5" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int [] org.ccnx.ccn.test.io.CCNVersionedInputStreamTest.problematicLengths<code> [static, package]</code></td> </tr> </table> </div> <div class="memdoc"> <b>Initial value:</b><div class="fragment"><pre class="fragment"> { SegmentationProfile.DEFAULT_BLOCKSIZE, SegmentationProfile.DEFAULT_BLOCKSIZE/2, SegmentationProfile.DEFAULT_BLOCKSIZE*2, ((int)(SegmentationProfile.DEFAULT_BLOCKSIZE*1.5)), ((<span class="keywordtype">int</span>)(SegmentationProfile.DEFAULT_BLOCKSIZE*2.5)), MERKLE_TREE_LENGTH + SegmentationProfile.DEFAULT_BLOCKSIZE, MERKLE_TREE_LENGTH + SegmentationProfile.DEFAULT_BLOCKSIZE/2, MERKLE_TREE_LENGTH + SegmentationProfile.DEFAULT_BLOCKSIZE*2, MERKLE_TREE_LENGTH + ((<span class="keywordtype">int</span>)(SegmentationProfile.DEFAULT_BLOCKSIZE*1.5)), MERKLE_TREE_LENGTH + ((<span class="keywordtype">int</span>)(SegmentationProfile.DEFAULT_BLOCKSIZE*2.5))} </pre></div> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>src/org/ccnx/ccn/test/io/CCNVersionedInputStreamTest.java</li> </ul> </div> <hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Aug 21 14:55:32 2012 for Content-Centric Networking in Java by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address> </body> </html>
samples/Grid/grid_02.html
skc3779/axisj
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="../../jquery/jquery.min.js"></script> <style> table.scroll { width: 100%; /* Optional */ /* border-collapse: collapse; */ border-spacing: 0; border: 2px solid black; } table.scroll tbody, table.scroll thead { display: block; } thead tr th { height: 30px; line-height: 30px; /*text-align: left;*/ } table.scroll tbody { height: 100px; overflow-y: auto; overflow-x: hidden; } tbody { border-top: 2px solid black; } tbody td, thead th { width: 20%; /* Optional */ border-right: 1px solid black; } tbody td:last-child, thead th:last-child { border-right: none; } </style> <script> $(function(){ // Change the selector if needed var $table = $('table.scroll'), $bodyCells = $table.find('tbody tr:first').children(), colWidth; // Adjust the width of thead cells when window resizes $(window).resize(function() { // Get the tbody columns width array colWidth = $bodyCells.map(function() { return $(this).width(); }).get(); // Set the width of thead columns $table.find('thead tr').children().each(function(i, v) { $(v).width(colWidth[i]); }); }).resize(); // Trigger resize handler }); </script> </head> <body> <table class="scroll"> <thead> <tr> <th>Head 1</th> <th>Head 2</th> <th>Head 3</th> <th>Head 4</th> <th>Head 5</th> </tr> </thead> <tbody> <tr> <td>Content 1</td> <td>Content 2</td> <td>Content 3</td> <td>Content 4</td> <td>Content 5</td> </tr> <tr> <td>Content 1</td> <td>Lorem ipsum dolor sit amet.</td> <td>Content 3</td> <td>Content 4</td> <td>Content 5</td> </tr> <tr> <td>Content 1</td> <td>Content 2</td> <td>Content 3</td> <td>Content 4</td> <td>Content 5</td> </tr> <tr> <td>Content 1</td> <td>Content 2</td> <td>Content 3</td> <td>Content 4</td> <td>Content 5</td> </tr> <tr> <td>Content 1</td> <td>Content 2</td> <td>Content 3</td> <td>Content 4</td> <td>Content 5</td> </tr> <tr> <td>Content 1</td> <td>Content 2</td> <td>Content 3</td> <td>Content 4</td> <td>Content 5</td> </tr> <tr> <td>Content 1</td> <td>Content 2</td> <td>Content 3</td> <td>Content 4</td> <td>Content 5</td> </tr> </tbody> </table> </body> </html>
docs/reference/libqmi-glib/html/libqmi-glib-WDS-Get-Default-Settings.html
mkotsbak/libqmi-deb
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>WDS Get Default Settings</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libqmi-glib Reference Manual"> <link rel="up" href="ch04.html#id-1.5.4" title="WDS Requests"> <link rel="prev" href="libqmi-glib-WDS-Get-Profile-Settings.html" title="WDS Get Profile Settings"> <link rel="next" href="libqmi-glib-WDS-Get-Current-Settings.html" title="WDS Get Current Settings"> <meta name="generator" content="GTK-Doc V1.19 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="libqmi-glib-WDS-Get-Profile-Settings.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch04.html#id-1.5.4"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libqmi-glib Reference Manual</th> <td><a accesskey="n" href="libqmi-glib-WDS-Get-Current-Settings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#libqmi-glib-WDS-Get-Default-Settings.synopsis" class="shortcut">Top</a>  |  <a href="#libqmi-glib-WDS-Get-Default-Settings.description" class="shortcut">Description</a>  |  <a href="#libqmi-glib-WDS-Get-Default-Settings.object-hierarchy" class="shortcut">Object Hierarchy</a> </td></tr> </table> <div class="refentry"> <a name="libqmi-glib-WDS-Get-Default-Settings"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="libqmi-glib-WDS-Get-Default-Settings.top_of_page"></a>WDS Get Default Settings</span></h2> <p>WDS Get Default Settings</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <a name="libqmi-glib-WDS-Get-Default-Settings.synopsis"></a><h2>Synopsis</h2> <a name="QmiMessageWdsGetDefaultSettingsInput"></a><a name="QmiMessageWdsGetDefaultSettingsOutput"></a><pre class="synopsis"> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput-struct" title="QmiMessageWdsGetDefaultSettingsInput">QmiMessageWdsGetDefaultSettingsInput</a>; <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput-struct" title="QmiMessageWdsGetDefaultSettingsOutput">QmiMessageWdsGetDefaultSettingsOutput</a>; <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="returnvalue">QmiMessageWdsGetDefaultSettingsInput</span></a> * <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-input-new" title="qmi_message_wds_get_default_settings_input_new ()">qmi_message_wds_get_default_settings_input_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>); <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="returnvalue">QmiMessageWdsGetDefaultSettingsInput</span></a> * <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-input-ref" title="qmi_message_wds_get_default_settings_input_ref ()">qmi_message_wds_get_default_settings_input_ref</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *self</code></em>); <span class="returnvalue">void</span> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-input-unref" title="qmi_message_wds_get_default_settings_input_unref ()">qmi_message_wds_get_default_settings_input_unref</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *self</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-input-get-profile-type" title="qmi_message_wds_get_default_settings_input_get_profile_type ()">qmi_message_wds_get_default_settings_input_get_profile_type</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsProfileType"><span class="type">QmiWdsProfileType</span></a> *profile_type</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-input-set-profile-type" title="qmi_message_wds_get_default_settings_input_set_profile_type ()">qmi_message_wds_get_default_settings_input_set_profile_type</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsProfileType"><span class="type">QmiWdsProfileType</span></a> profile_type</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="returnvalue">QmiMessageWdsGetDefaultSettingsOutput</span></a> * <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-ref" title="qmi_message_wds_get_default_settings_output_ref ()">qmi_message_wds_get_default_settings_output_ref</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>); <span class="returnvalue">void</span> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-unref" title="qmi_message_wds_get_default_settings_output_unref ()">qmi_message_wds_get_default_settings_output_unref</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-result" title="qmi_message_wds_get_default_settings_output_get_result ()">qmi_message_wds_get_default_settings_output_get_result</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-ipv6-address-preference" title="qmi_message_wds_get_default_settings_output_get_ipv6_address_preference ()">qmi_message_wds_get_default_settings_output_get_ipv6_address_preference</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> **ipv6_address_preference_address</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-profile-name" title="qmi_message_wds_get_default_settings_output_get_profile_name ()">qmi_message_wds_get_default_settings_output_get_profile_name</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **profile_name</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-pdp-type" title="qmi_message_wds_get_default_settings_output_get_pdp_type ()">qmi_message_wds_get_default_settings_output_get_pdp_type</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsPdpType"><span class="type">QmiWdsPdpType</span></a> *pdp_type</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-apn-name" title="qmi_message_wds_get_default_settings_output_get_apn_name ()">qmi_message_wds_get_default_settings_output_get_apn_name</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **apn_name</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-primary-ipv4-dns-address" title="qmi_message_wds_get_default_settings_output_get_primary_ipv4_dns_address ()">qmi_message_wds_get_default_settings_output_get_primary_ipv4_dns_address</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *primary_ipv4_dns_address</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-secondary-ipv4-dns-address" title="qmi_message_wds_get_default_settings_output_get_secondary_ipv4_dns_address ()">qmi_message_wds_get_default_settings_output_get_secondary_ipv4_dns_address</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *secondary_ipv4_dns_address</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-gprs-requested-qos" title="qmi_message_wds_get_default_settings_output_get_gprs_requested_qos ()">qmi_message_wds_get_default_settings_output_get_gprs_requested_qos</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_precedence_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_delay_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_reliability_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_peak_throughput_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_mean_throughput_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-gprs-minimum-qos" title="qmi_message_wds_get_default_settings_output_get_gprs_minimum_qos ()">qmi_message_wds_get_default_settings_output_get_gprs_minimum_qos</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_precedence_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_delay_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_reliability_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_peak_throughput_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_mean_throughput_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-username" title="qmi_message_wds_get_default_settings_output_get_username ()">qmi_message_wds_get_default_settings_output_get_username</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **username</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-password" title="qmi_message_wds_get_default_settings_output_get_password ()">qmi_message_wds_get_default_settings_output_get_password</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **password</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-authentication" title="qmi_message_wds_get_default_settings_output_get_authentication ()">qmi_message_wds_get_default_settings_output_get_authentication</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsAuthentication"><span class="type">QmiWdsAuthentication</span></a> *authentication</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-ipv4-address-preference" title="qmi_message_wds_get_default_settings_output_get_ipv4_address_preference ()">qmi_message_wds_get_default_settings_output_get_ipv4_address_preference</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *ipv4_address_preference</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-pcscf-address-using-pco" title="qmi_message_wds_get_default_settings_output_get_pcscf_address_using_pco ()">qmi_message_wds_get_default_settings_output_get_pcscf_address_using_pco</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *pcscf_address_using_pco</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-pcscf-address-using-dhcp" title="qmi_message_wds_get_default_settings_output_get_pcscf_address_using_dhcp ()">qmi_message_wds_get_default_settings_output_get_pcscf_address_using_dhcp</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *pcscf_address_using_dhcp</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-imcn-flag" title="qmi_message_wds_get_default_settings_output_get_imcn_flag ()">qmi_message_wds_get_default_settings_output_get_imcn_flag</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *imcn_flag</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-ipv6-primary-dns-address-preference" title="qmi_message_wds_get_default_settings_output_get_ipv6_primary_dns_address_preference ()">qmi_message_wds_get_default_settings_output_get_ipv6_primary_dns_address_preference</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> **ipv6_primary_dns_address_preference</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-ipv6-secondary-dns-address-preference" title="qmi_message_wds_get_default_settings_output_get_ipv6_secondary_dns_address_preference ()">qmi_message_wds_get_default_settings_output_get_ipv6_secondary_dns_address_preference</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> **ipv6_secondary_dns_address_preference</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-get-extended-error-code" title="qmi_message_wds_get_default_settings_output_get_extended_error_code ()">qmi_message_wds_get_default_settings_output_get_extended_error_code</a> (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsDsProfileError"><span class="type">QmiWdsDsProfileError</span></a> *extended_error_code</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <span class="returnvalue">void</span> <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-client-wds-get-default-settings" title="qmi_client_wds_get_default_settings ()">qmi_client_wds_get_default_settings</a> (<em class="parameter"><code><a class="link" href="QmiClientWds.html" title="QmiClientWds"><span class="type">QmiClientWds</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *input</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timeout</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="returnvalue">QmiMessageWdsGetDefaultSettingsOutput</span></a> * <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-client-wds-get-default-settings-finish" title="qmi_client_wds_get_default_settings_finish ()">qmi_client_wds_get_default_settings_finish</a> (<em class="parameter"><code><a class="link" href="QmiClientWds.html" title="QmiClientWds"><span class="type">QmiClientWds</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); </pre> </div> <div class="refsect1"> <a name="libqmi-glib-WDS-Get-Default-Settings.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> GBoxed +----QmiMessageWdsGetDefaultSettingsInput </pre> <pre class="synopsis"> GBoxed +----QmiMessageWdsGetDefaultSettingsOutput </pre> </div> <div class="refsect1"> <a name="libqmi-glib-WDS-Get-Default-Settings.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1"> <a name="libqmi-glib-WDS-Get-Default-Settings.details"></a><h2>Details</h2> <div class="refsect2"> <a name="QmiMessageWdsGetDefaultSettingsInput-struct"></a><h3>QmiMessageWdsGetDefaultSettingsInput</h3> <pre class="programlisting">typedef struct _QmiMessageWdsGetDefaultSettingsInput QmiMessageWdsGetDefaultSettingsInput;</pre> <p> The <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> structure contains private data and should only be accessed using the provided API. </p> </div> <hr> <div class="refsect2"> <a name="QmiMessageWdsGetDefaultSettingsOutput-struct"></a><h3>QmiMessageWdsGetDefaultSettingsOutput</h3> <pre class="programlisting">typedef struct _QmiMessageWdsGetDefaultSettingsOutput QmiMessageWdsGetDefaultSettingsOutput;</pre> <p> The <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> structure contains private data and should only be accessed using the provided API. </p> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-input-new"></a><h3>qmi_message_wds_get_default_settings_input_new ()</h3> <pre class="programlisting"><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="returnvalue">QmiMessageWdsGetDefaultSettingsInput</span></a> * qmi_message_wds_get_default_settings_input_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Allocates a new <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the newly created <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a>. The returned value should be freed with <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-input-unref" title="qmi_message_wds_get_default_settings_input_unref ()"><code class="function">qmi_message_wds_get_default_settings_input_unref()</code></a>.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-input-ref"></a><h3>qmi_message_wds_get_default_settings_input_ref ()</h3> <pre class="programlisting"><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="returnvalue">QmiMessageWdsGetDefaultSettingsInput</span></a> * qmi_message_wds_get_default_settings_input_ref (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *self</code></em>);</pre> <p> Atomically increments the reference count of <em class="parameter"><code>self</code></em> by one. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the new reference to <em class="parameter"><code>self</code></em>.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-input-unref"></a><h3>qmi_message_wds_get_default_settings_input_unref ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> qmi_message_wds_get_default_settings_input_unref (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *self</code></em>);</pre> <p> Atomically decrements the reference count of <em class="parameter"><code>self</code></em> by one. If the reference count drops to 0, <em class="parameter"><code>self</code></em> is completely disposed. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a>.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-input-get-profile-type"></a><h3>qmi_message_wds_get_default_settings_input_get_profile_type ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_input_get_profile_type (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsProfileType"><span class="type">QmiWdsProfileType</span></a> *profile_type</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'Profile Type' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>profile_type</code></em> :</span></p></td> <td>a placeholder for the output <a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsProfileType"><span class="type">QmiWdsProfileType</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-input-set-profile-type"></a><h3>qmi_message_wds_get_default_settings_input_set_profile_type ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_input_set_profile_type (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsProfileType"><span class="type">QmiWdsProfileType</span></a> profile_type</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Set the 'Profile Type' field in the message. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>profile_type</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsProfileType"><span class="type">QmiWdsProfileType</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em> was successfully set, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-ref"></a><h3>qmi_message_wds_get_default_settings_output_ref ()</h3> <pre class="programlisting"><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="returnvalue">QmiMessageWdsGetDefaultSettingsOutput</span></a> * qmi_message_wds_get_default_settings_output_ref (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>);</pre> <p> Atomically increments the reference count of <em class="parameter"><code>self</code></em> by one. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the new reference to <em class="parameter"><code>self</code></em>.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-unref"></a><h3>qmi_message_wds_get_default_settings_output_unref ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> qmi_message_wds_get_default_settings_output_unref (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>);</pre> <p> Atomically decrements the reference count of <em class="parameter"><code>self</code></em> by one. If the reference count drops to 0, <em class="parameter"><code>self</code></em> is completely disposed. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-result"></a><h3>qmi_message_wds_get_default_settings_output_get_result ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_result (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the result of the QMI operation. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a QmiMessageWdsGetDefaultSettingsOutput.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the QMI operation succeeded, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em> is set.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-ipv6-address-preference"></a><h3>qmi_message_wds_get_default_settings_output_get_ipv6_address_preference ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_ipv6_address_preference (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> **ipv6_address_preference_address</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'IPv6 Address Preference' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>ipv6_address_preference_address</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> elements, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required. Do not free it, it is owned by <em class="parameter"><code>self</code></em>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-profile-name"></a><h3>qmi_message_wds_get_default_settings_output_get_profile_name ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_profile_name (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **profile_name</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'Profile Name' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>profile_name</code></em> :</span></p></td> <td>a placeholder for the output constant string, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-pdp-type"></a><h3>qmi_message_wds_get_default_settings_output_get_pdp_type ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_pdp_type (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsPdpType"><span class="type">QmiWdsPdpType</span></a> *pdp_type</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'PDP Type' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>pdp_type</code></em> :</span></p></td> <td>a placeholder for the output <a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsPdpType"><span class="type">QmiWdsPdpType</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-apn-name"></a><h3>qmi_message_wds_get_default_settings_output_get_apn_name ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_apn_name (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **apn_name</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'APN Name' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>apn_name</code></em> :</span></p></td> <td>a placeholder for the output constant string, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-primary-ipv4-dns-address"></a><h3>qmi_message_wds_get_default_settings_output_get_primary_ipv4_dns_address ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_primary_ipv4_dns_address (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *primary_ipv4_dns_address</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'Primary IPv4 DNS Address' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>primary_ipv4_dns_address</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-secondary-ipv4-dns-address"></a><h3>qmi_message_wds_get_default_settings_output_get_secondary_ipv4_dns_address ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_secondary_ipv4_dns_address (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *secondary_ipv4_dns_address</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'Secondary IPv4 DNS Address' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>secondary_ipv4_dns_address</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-gprs-requested-qos"></a><h3>qmi_message_wds_get_default_settings_output_get_gprs_requested_qos ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_gprs_requested_qos (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_precedence_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_delay_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_reliability_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_peak_throughput_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_requested_qos_mean_throughput_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'GPRS Requested QoS' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_requested_qos_precedence_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_requested_qos_delay_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_requested_qos_reliability_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_requested_qos_peak_throughput_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_requested_qos_mean_throughput_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-gprs-minimum-qos"></a><h3>qmi_message_wds_get_default_settings_output_get_gprs_minimum_qos ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_gprs_minimum_qos (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_precedence_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_delay_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_reliability_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_peak_throughput_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *gprs_minimum_qos_mean_throughput_class</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'GPRS Minimum QoS' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_minimum_qos_precedence_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_minimum_qos_delay_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_minimum_qos_reliability_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_minimum_qos_peak_throughput_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>gprs_minimum_qos_mean_throughput_class</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-username"></a><h3>qmi_message_wds_get_default_settings_output_get_username ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_username (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **username</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'Username' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>username</code></em> :</span></p></td> <td>a placeholder for the output constant string, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-password"></a><h3>qmi_message_wds_get_default_settings_output_get_password ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_password (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **password</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'Password' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>password</code></em> :</span></p></td> <td>a placeholder for the output constant string, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-authentication"></a><h3>qmi_message_wds_get_default_settings_output_get_authentication ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_authentication (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsAuthentication"><span class="type">QmiWdsAuthentication</span></a> *authentication</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'Authentication' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>authentication</code></em> :</span></p></td> <td>a placeholder for the output <a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsAuthentication"><span class="type">QmiWdsAuthentication</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-ipv4-address-preference"></a><h3>qmi_message_wds_get_default_settings_output_get_ipv4_address_preference ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_ipv4_address_preference (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *ipv4_address_preference</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'IPv4 Address Preference' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>ipv4_address_preference</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-pcscf-address-using-pco"></a><h3>qmi_message_wds_get_default_settings_output_get_pcscf_address_using_pco ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_pcscf_address_using_pco (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *pcscf_address_using_pco</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'PCSCF Address Using PCO' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>pcscf_address_using_pco</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-pcscf-address-using-dhcp"></a><h3>qmi_message_wds_get_default_settings_output_get_pcscf_address_using_dhcp ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_pcscf_address_using_dhcp (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *pcscf_address_using_dhcp</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'PCSCF Address Using DHCP' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>pcscf_address_using_dhcp</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-imcn-flag"></a><h3>qmi_message_wds_get_default_settings_output_get_imcn_flag ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_imcn_flag (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *imcn_flag</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'IMCN Flag' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>imcn_flag</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-ipv6-primary-dns-address-preference"></a><h3>qmi_message_wds_get_default_settings_output_get_ipv6_primary_dns_address_preference ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_ipv6_primary_dns_address_preference (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> **ipv6_primary_dns_address_preference</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'IPv6 Primary DNS Address Preference' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>ipv6_primary_dns_address_preference</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> elements, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required. Do not free it, it is owned by <em class="parameter"><code>self</code></em>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-ipv6-secondary-dns-address-preference"></a><h3>qmi_message_wds_get_default_settings_output_get_ipv6_secondary_dns_address_preference ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_ipv6_secondary_dns_address_preference (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> **ipv6_secondary_dns_address_preference</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'IPv6 Secondary DNS Address Preference' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>ipv6_secondary_dns_address_preference</code></em> :</span></p></td> <td>a placeholder for the output <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> elements, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required. Do not free it, it is owned by <em class="parameter"><code>self</code></em>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-message-wds-get-default-settings-output-get-extended-error-code"></a><h3>qmi_message_wds_get_default_settings_output_get_extended_error_code ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> qmi_message_wds_get_default_settings_output_get_extended_error_code (<em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsDsProfileError"><span class="type">QmiWdsDsProfileError</span></a> *extended_error_code</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Get the 'Extended Error Code' field from <em class="parameter"><code>self</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>extended_error_code</code></em> :</span></p></td> <td>a placeholder for the output <a class="link" href="libqmi-glib-WDS-enumerations-and-flags.html#QmiWdsDsProfileError"><span class="type">QmiWdsDsProfileError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not required.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the field is found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-client-wds-get-default-settings"></a><h3>qmi_client_wds_get_default_settings ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> qmi_client_wds_get_default_settings (<em class="parameter"><code><a class="link" href="QmiClientWds.html" title="QmiClientWds"><span class="type">QmiClientWds</span></a> *self</code></em>, <em class="parameter"><code><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a> *input</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timeout</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p> Asynchronously sends a Get Default Settings request to the device. </p> <p> When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the thread-default main loop of the thread you are calling this method from. </p> <p> You can then call <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-client-wds-get-default-settings-finish" title="qmi_client_wds_get_default_settings_finish ()"><code class="function">qmi_client_wds_get_default_settings_finish()</code></a> to get the result of the operation. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="QmiClientWds.html" title="QmiClientWds"><span class="type">QmiClientWds</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>input</code></em> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsInput"><span class="type">QmiMessageWdsGetDefaultSettingsInput</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>timeout</code></em> :</span></p></td> <td>maximum time to wait for the method to complete, in seconds.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td> <td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> <td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> <td>user data to pass to <em class="parameter"><code>callback</code></em>.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="qmi-client-wds-get-default-settings-finish"></a><h3>qmi_client_wds_get_default_settings_finish ()</h3> <pre class="programlisting"><a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="returnvalue">QmiMessageWdsGetDefaultSettingsOutput</span></a> * qmi_client_wds_get_default_settings_finish (<em class="parameter"><code><a class="link" href="QmiClientWds.html" title="QmiClientWds"><span class="type">QmiClientWds</span></a> *self</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Finishes an async operation started with <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-client-wds-get-default-settings" title="qmi_client_wds_get_default_settings ()"><code class="function">qmi_client_wds_get_default_settings()</code></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td> <td>a <a class="link" href="QmiClientWds.html" title="QmiClientWds"><span class="type">QmiClientWds</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td> <td>the <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> obtained from the <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-client-wds-get-default-settings" title="qmi_client_wds_get_default_settings ()"><code class="function">qmi_client_wds_get_default_settings()</code></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#QmiMessageWdsGetDefaultSettingsOutput"><span class="type">QmiMessageWdsGetDefaultSettingsOutput</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em> is set. The returned value should be freed with <a class="link" href="libqmi-glib-WDS-Get-Default-Settings.html#qmi-message-wds-get-default-settings-output-unref" title="qmi_message_wds_get_default_settings_output_unref ()"><code class="function">qmi_message_wds_get_default_settings_output_unref()</code></a>.</td> </tr> </tbody> </table></div> </div> </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.19</div> </body> </html>
doc/html/draganddrop-dropsite-dropsitewindow-cpp.html
kobolabs/qt-everywhere-4.8.0
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.8: dropsitewindow.cpp Example File (draganddrop/dropsite/dropsitewindow.cpp)</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">dropsitewindow.cpp Example File</h1> <span class="small-subtitle">draganddrop/dropsite/dropsitewindow.cpp</span> <!-- $$$draganddrop/dropsite/dropsitewindow.cpp-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <span class="comment">/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation ([email protected]) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follows: ** ** &quot;Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: ** * Redistributions of source code must retain the above copyright ** notice, this list of conditions and the following disclaimer. ** * Redistributions in binary form must reproduce the above copyright ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. ** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor ** the names of its contributors may be used to endorse or promote ** products derived from this software without specific prior written ** permission. ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&quot; ** $QT_END_LICENSE$ ** ****************************************************************************/</span> <span class="preprocessor">#include &lt;QtGui&gt;</span> <span class="preprocessor">#include &quot;droparea.h&quot;</span> <span class="preprocessor">#include &quot;dropsitewindow.h&quot;</span> DropSiteWindow<span class="operator">::</span>DropSiteWindow() { abstractLabel <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qlabel.html">QLabel</a></span>(tr(<span class="string">&quot;This example accepts drags from other &quot;</span> <span class="string">&quot;applications and displays the MIME types &quot;</span> <span class="string">&quot;provided by the drag object.&quot;</span>)); abstractLabel<span class="operator">-</span><span class="operator">&gt;</span>setWordWrap(<span class="keyword">true</span>); abstractLabel<span class="operator">-</span><span class="operator">&gt;</span>adjustSize(); dropArea <span class="operator">=</span> <span class="keyword">new</span> DropArea; connect(dropArea<span class="operator">,</span> SIGNAL(changed(<span class="keyword">const</span> <span class="type"><a href="qmimedata.html">QMimeData</a></span><span class="operator">*</span>))<span class="operator">,</span> <span class="keyword">this</span><span class="operator">,</span> SLOT(updateFormatsTable(<span class="keyword">const</span> <span class="type"><a href="qmimedata.html">QMimeData</a></span><span class="operator">*</span>))); <span class="type"><a href="qstringlist.html">QStringList</a></span> labels; labels <span class="operator">&lt;</span><span class="operator">&lt;</span> tr(<span class="string">&quot;Format&quot;</span>) <span class="operator">&lt;</span><span class="operator">&lt;</span> tr(<span class="string">&quot;Content&quot;</span>); formatsTable <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qtablewidget.html">QTableWidget</a></span>; formatsTable<span class="operator">-</span><span class="operator">&gt;</span>setColumnCount(<span class="number">2</span>); formatsTable<span class="operator">-</span><span class="operator">&gt;</span>setEditTriggers(<span class="type"><a href="qabstractitemview.html">QAbstractItemView</a></span><span class="operator">::</span>NoEditTriggers); formatsTable<span class="operator">-</span><span class="operator">&gt;</span>setHorizontalHeaderLabels(labels); formatsTable<span class="operator">-</span><span class="operator">&gt;</span>horizontalHeader()<span class="operator">-</span><span class="operator">&gt;</span>setStretchLastSection(<span class="keyword">true</span>); clearButton <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qpushbutton.html">QPushButton</a></span>(tr(<span class="string">&quot;Clear&quot;</span>)); quitButton <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qpushbutton.html">QPushButton</a></span>(tr(<span class="string">&quot;Quit&quot;</span>)); buttonBox <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qdialogbuttonbox.html">QDialogButtonBox</a></span>; buttonBox<span class="operator">-</span><span class="operator">&gt;</span>addButton(clearButton<span class="operator">,</span> <span class="type"><a href="qdialogbuttonbox.html">QDialogButtonBox</a></span><span class="operator">::</span>ActionRole); buttonBox<span class="operator">-</span><span class="operator">&gt;</span>addButton(quitButton<span class="operator">,</span> <span class="type"><a href="qdialogbuttonbox.html">QDialogButtonBox</a></span><span class="operator">::</span>RejectRole); connect(quitButton<span class="operator">,</span> SIGNAL(pressed())<span class="operator">,</span> <span class="keyword">this</span><span class="operator">,</span> SLOT(close())); connect(clearButton<span class="operator">,</span> SIGNAL(pressed())<span class="operator">,</span> dropArea<span class="operator">,</span> SLOT(clear())); <span class="type"><a href="qvboxlayout.html">QVBoxLayout</a></span> <span class="operator">*</span>mainLayout <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qvboxlayout.html">QVBoxLayout</a></span>; mainLayout<span class="operator">-</span><span class="operator">&gt;</span>addWidget(abstractLabel); mainLayout<span class="operator">-</span><span class="operator">&gt;</span>addWidget(dropArea); mainLayout<span class="operator">-</span><span class="operator">&gt;</span>addWidget(formatsTable); mainLayout<span class="operator">-</span><span class="operator">&gt;</span>addWidget(buttonBox); setLayout(mainLayout); setWindowTitle(tr(<span class="string">&quot;Drop Site&quot;</span>)); setMinimumSize(<span class="number">350</span><span class="operator">,</span> <span class="number">500</span>); } <span class="type">void</span> DropSiteWindow<span class="operator">::</span>updateFormatsTable(<span class="keyword">const</span> <span class="type"><a href="qmimedata.html">QMimeData</a></span> <span class="operator">*</span>mimeData) { formatsTable<span class="operator">-</span><span class="operator">&gt;</span>setRowCount(<span class="number">0</span>); <span class="keyword">if</span> (<span class="operator">!</span>mimeData) <span class="keyword">return</span>; foreach (<span class="type"><a href="qstring.html">QString</a></span> format<span class="operator">,</span> mimeData<span class="operator">-</span><span class="operator">&gt;</span>formats()) { <span class="type"><a href="qtablewidgetitem.html">QTableWidgetItem</a></span> <span class="operator">*</span>formatItem <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qtablewidgetitem.html">QTableWidgetItem</a></span>(format); formatItem<span class="operator">-</span><span class="operator">&gt;</span>setFlags(<span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>ItemIsEnabled); formatItem<span class="operator">-</span><span class="operator">&gt;</span>setTextAlignment(<span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>AlignTop <span class="operator">|</span> <span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>AlignLeft); <span class="type"><a href="qstring.html">QString</a></span> text; <span class="keyword">if</span> (format <span class="operator">=</span><span class="operator">=</span> <span class="string">&quot;text/plain&quot;</span>) { text <span class="operator">=</span> mimeData<span class="operator">-</span><span class="operator">&gt;</span>text()<span class="operator">.</span>simplified(); } <span class="keyword">else</span> <span class="keyword">if</span> (format <span class="operator">=</span><span class="operator">=</span> <span class="string">&quot;text/html&quot;</span>) { text <span class="operator">=</span> mimeData<span class="operator">-</span><span class="operator">&gt;</span>html()<span class="operator">.</span>simplified(); } <span class="keyword">else</span> <span class="keyword">if</span> (format <span class="operator">=</span><span class="operator">=</span> <span class="string">&quot;text/uri-list&quot;</span>) { <span class="type"><a href="qlist.html">QList</a></span><span class="operator">&lt;</span><span class="type"><a href="qurl.html">QUrl</a></span><span class="operator">&gt;</span> urlList <span class="operator">=</span> mimeData<span class="operator">-</span><span class="operator">&gt;</span>urls(); <span class="keyword">for</span> (<span class="type">int</span> i <span class="operator">=</span> <span class="number">0</span>; i <span class="operator">&lt;</span> urlList<span class="operator">.</span>size() <span class="operator">&amp;</span><span class="operator">&amp;</span> i <span class="operator">&lt;</span> <span class="number">32</span>; <span class="operator">+</span><span class="operator">+</span>i) text<span class="operator">.</span>append(urlList<span class="operator">[</span>i<span class="operator">]</span><span class="operator">.</span>toString() <span class="operator">+</span> <span class="string">&quot; &quot;</span>); } <span class="keyword">else</span> { <span class="type"><a href="qbytearray.html">QByteArray</a></span> data <span class="operator">=</span> mimeData<span class="operator">-</span><span class="operator">&gt;</span>data(format); <span class="keyword">for</span> (<span class="type">int</span> i <span class="operator">=</span> <span class="number">0</span>; i <span class="operator">&lt;</span> data<span class="operator">.</span>size() <span class="operator">&amp;</span><span class="operator">&amp;</span> i <span class="operator">&lt;</span> <span class="number">32</span>; <span class="operator">+</span><span class="operator">+</span>i) { <span class="type"><a href="qstring.html">QString</a></span> hex <span class="operator">=</span> <span class="type"><a href="qstring.html">QString</a></span>(<span class="string">&quot;%1&quot;</span>)<span class="operator">.</span>arg(<span class="type"><a href="qtglobal.html#uchar-typedef">uchar</a></span>(data<span class="operator">[</span>i<span class="operator">]</span>)<span class="operator">,</span> <span class="number">2</span><span class="operator">,</span> <span class="number">16</span><span class="operator">,</span> <span class="type"><a href="qchar.html">QChar</a></span>(<span class="char">'0'</span>)) <span class="operator">.</span>toUpper(); text<span class="operator">.</span>append(hex <span class="operator">+</span> <span class="string">&quot; &quot;</span>); } } <span class="type">int</span> row <span class="operator">=</span> formatsTable<span class="operator">-</span><span class="operator">&gt;</span>rowCount(); formatsTable<span class="operator">-</span><span class="operator">&gt;</span>insertRow(row); formatsTable<span class="operator">-</span><span class="operator">&gt;</span>setItem(row<span class="operator">,</span> <span class="number">0</span><span class="operator">,</span> <span class="keyword">new</span> <span class="type"><a href="qtablewidgetitem.html">QTableWidgetItem</a></span>(format)); formatsTable<span class="operator">-</span><span class="operator">&gt;</span>setItem(row<span class="operator">,</span> <span class="number">1</span><span class="operator">,</span> <span class="keyword">new</span> <span class="type"><a href="qtablewidgetitem.html">QTableWidgetItem</a></span>(text)); } formatsTable<span class="operator">-</span><span class="operator">&gt;</span>resizeColumnToContents(<span class="number">0</span>); }</pre> </div> <!-- @@@draganddrop/dropsite/dropsitewindow.cpp --> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
llrp/llrp_commander/xref/org/fosstrak/llrp/commander/editors/BinarySingleValue.html
Fosstrak/fosstrak.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <title>BinarySingleValue xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../apidocs/org/fosstrak/llrp/commander/editors/BinarySingleValue.html">View Javadoc</a></div><pre> <a name="1" href="#1">1</a> <em class="jxr_comment">/*</em> <a name="2" href="#2">2</a> <em class="jxr_comment"> * </em> <a name="3" href="#3">3</a> <em class="jxr_comment"> * Fosstrak LLRP Commander (www.fosstrak.org)</em> <a name="4" href="#4">4</a> <em class="jxr_comment"> * </em> <a name="5" href="#5">5</a> <em class="jxr_comment"> * Copyright (C) 2008 ETH Zurich</em> <a name="6" href="#6">6</a> <em class="jxr_comment"> *</em> <a name="7" href="#7">7</a> <em class="jxr_comment"> * This program is free software: you can redistribute it and/or modify</em> <a name="8" href="#8">8</a> <em class="jxr_comment"> * it under the terms of the GNU General Public License as published by</em> <a name="9" href="#9">9</a> <em class="jxr_comment"> * the Free Software Foundation, either version 3 of the License, or</em> <a name="10" href="#10">10</a> <em class="jxr_comment"> * (at your option) any later version.</em> <a name="11" href="#11">11</a> <em class="jxr_comment"> *</em> <a name="12" href="#12">12</a> <em class="jxr_comment"> * This program is distributed in the hope that it will be useful,</em> <a name="13" href="#13">13</a> <em class="jxr_comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</em> <a name="14" href="#14">14</a> <em class="jxr_comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em> <a name="15" href="#15">15</a> <em class="jxr_comment"> * GNU General Public License for more details.</em> <a name="16" href="#16">16</a> <em class="jxr_comment"> *</em> <a name="17" href="#17">17</a> <em class="jxr_comment"> * You should have received a copy of the GNU General Public License</em> <a name="18" href="#18">18</a> <em class="jxr_comment"> * along with this program. If not, see &lt;<a href="http://www.gnu.org/licenses/&gt;" target="alexandria_uri">http://www.gnu.org/licenses/&gt;</a> </em> <a name="19" href="#19">19</a> <em class="jxr_comment"> *</em> <a name="20" href="#20">20</a> <em class="jxr_comment"> */</em> <a name="21" href="#21">21</a> <a name="22" href="#22">22</a> <strong class="jxr_keyword">package</strong> org.fosstrak.llrp.commander.editors; <a name="23" href="#23">23</a> <a name="24" href="#24">24</a> <em class="jxr_javadoccomment">/**</em> <a name="25" href="#25">25</a> <em class="jxr_javadoccomment"> * Single entry in Binary Viewer.</em> <a name="26" href="#26">26</a> <em class="jxr_javadoccomment"> * </em> <a name="27" href="#27">27</a> <em class="jxr_javadoccomment"> * @author Haoning Zhang</em> <a name="28" href="#28">28</a> <em class="jxr_javadoccomment"> * @version 1.0</em> <a name="29" href="#29">29</a> <em class="jxr_javadoccomment"> */</em> <a name="30" href="#30">30</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/fosstrak/llrp/commander/editors/BinarySingleValue.html">BinarySingleValue</a> { <a name="31" href="#31">31</a> <a name="32" href="#32">32</a> <strong class="jxr_keyword">private</strong> String key, value, description; <a name="33" href="#33">33</a> <strong class="jxr_keyword">private</strong> <a href="../../../../../org/fosstrak/llrp/commander/editors/BinaryMessage.html">BinaryMessage</a> parent; <a name="34" href="#34">34</a> <a name="35" href="#35">35</a> <em class="jxr_javadoccomment">/**</em> <a name="36" href="#36">36</a> <em class="jxr_javadoccomment"> * Constructor, initialize with one BinaryMessage node</em> <a name="37" href="#37">37</a> <em class="jxr_javadoccomment"> * as parent.</em> <a name="38" href="#38">38</a> <em class="jxr_javadoccomment"> * </em> <a name="39" href="#39">39</a> <em class="jxr_javadoccomment"> * @param aParent Parent node of this entry</em> <a name="40" href="#40">40</a> <em class="jxr_javadoccomment"> */</em> <a name="41" href="#41">41</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/fosstrak/llrp/commander/editors/BinarySingleValue.html">BinarySingleValue</a>(<a href="../../../../../org/fosstrak/llrp/commander/editors/BinaryMessage.html">BinaryMessage</a> aParent) { <a name="42" href="#42">42</a> parent = aParent; <a name="43" href="#43">43</a> } <a name="44" href="#44">44</a> <a name="45" href="#45">45</a> <em class="jxr_javadoccomment">/**</em> <a name="46" href="#46">46</a> <em class="jxr_javadoccomment"> * Get the Parent node as one &lt;code&gt;BinaryMessage&lt;/code&gt; instance.</em> <a name="47" href="#47">47</a> <em class="jxr_javadoccomment"> * </em> <a name="48" href="#48">48</a> <em class="jxr_javadoccomment"> * @return Parent node</em> <a name="49" href="#49">49</a> <em class="jxr_javadoccomment"> */</em> <a name="50" href="#50">50</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/fosstrak/llrp/commander/editors/BinaryMessage.html">BinaryMessage</a> getParent() { <a name="51" href="#51">51</a> <strong class="jxr_keyword">return</strong> parent; <a name="52" href="#52">52</a> } <a name="53" href="#53">53</a> <a name="54" href="#54">54</a> <em class="jxr_javadoccomment">/**</em> <a name="55" href="#55">55</a> <em class="jxr_javadoccomment"> * Get the name of the Key</em> <a name="56" href="#56">56</a> <em class="jxr_javadoccomment"> * </em> <a name="57" href="#57">57</a> <em class="jxr_javadoccomment"> * @return Name of the Key</em> <a name="58" href="#58">58</a> <em class="jxr_javadoccomment"> */</em> <a name="59" href="#59">59</a> <strong class="jxr_keyword">public</strong> String getKey() { <a name="60" href="#60">60</a> <strong class="jxr_keyword">return</strong> key; <a name="61" href="#61">61</a> } <a name="62" href="#62">62</a> <a name="63" href="#63">63</a> <em class="jxr_javadoccomment">/**</em> <a name="64" href="#64">64</a> <em class="jxr_javadoccomment"> * Set the key</em> <a name="65" href="#65">65</a> <em class="jxr_javadoccomment"> * </em> <a name="66" href="#66">66</a> <em class="jxr_javadoccomment"> * @param aKey Name of the Key</em> <a name="67" href="#67">67</a> <em class="jxr_javadoccomment"> */</em> <a name="68" href="#68">68</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setKey(String aKey) { <a name="69" href="#69">69</a> key = aKey; <a name="70" href="#70">70</a> } <a name="71" href="#71">71</a> <a name="72" href="#72">72</a> <em class="jxr_javadoccomment">/**</em> <a name="73" href="#73">73</a> <em class="jxr_javadoccomment"> * Get the value of the entry</em> <a name="74" href="#74">74</a> <em class="jxr_javadoccomment"> * </em> <a name="75" href="#75">75</a> <em class="jxr_javadoccomment"> * @return Value of the entry</em> <a name="76" href="#76">76</a> <em class="jxr_javadoccomment"> */</em> <a name="77" href="#77">77</a> <strong class="jxr_keyword">public</strong> String getValue() { <a name="78" href="#78">78</a> <strong class="jxr_keyword">return</strong> value; <a name="79" href="#79">79</a> } <a name="80" href="#80">80</a> <a name="81" href="#81">81</a> <em class="jxr_javadoccomment">/**</em> <a name="82" href="#82">82</a> <em class="jxr_javadoccomment"> * Set the value of the entry</em> <a name="83" href="#83">83</a> <em class="jxr_javadoccomment"> * </em> <a name="84" href="#84">84</a> <em class="jxr_javadoccomment"> * @param aValue Value of the entry</em> <a name="85" href="#85">85</a> <em class="jxr_javadoccomment"> */</em> <a name="86" href="#86">86</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setValue(String aValue) { <a name="87" href="#87">87</a> value = aValue; <a name="88" href="#88">88</a> } <a name="89" href="#89">89</a> <a name="90" href="#90">90</a> <em class="jxr_javadoccomment">/**</em> <a name="91" href="#91">91</a> <em class="jxr_javadoccomment"> * Get the description of the entry</em> <a name="92" href="#92">92</a> <em class="jxr_javadoccomment"> * </em> <a name="93" href="#93">93</a> <em class="jxr_javadoccomment"> * @return Description of the entry</em> <a name="94" href="#94">94</a> <em class="jxr_javadoccomment"> */</em> <a name="95" href="#95">95</a> <strong class="jxr_keyword">public</strong> String getDescription() { <a name="96" href="#96">96</a> <strong class="jxr_keyword">return</strong> description; <a name="97" href="#97">97</a> } <a name="98" href="#98">98</a> <a name="99" href="#99">99</a> <em class="jxr_javadoccomment">/**</em> <a name="100" href="#100">100</a> <em class="jxr_javadoccomment"> * Set the description of the entry</em> <a name="101" href="#101">101</a> <em class="jxr_javadoccomment"> * </em> <a name="102" href="#102">102</a> <em class="jxr_javadoccomment"> * @param aDescription Description of the entry</em> <a name="103" href="#103">103</a> <em class="jxr_javadoccomment"> */</em> <a name="104" href="#104">104</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setDescription(String aDescription) { <a name="105" href="#105">105</a> description = aDescription; <a name="106" href="#106">106</a> } <a name="107" href="#107">107</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
external/ZendGdata-1.5.2/documentation/api/core/Zend_Gdata/Zend_Gdata_Calendar_ListFeed.html
JojoCMS-Plugins/jojo_gcal
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs For Class Zend_Gdata_Calendar_ListFeed</title> <link rel="stylesheet" href="../media/stylesheet.css" /> <script src="../media/lib/classTree.js"></script> <script language="javascript" type="text/javascript"> var imgPlus = new Image(); var imgMinus = new Image(); imgPlus.src = "../media/images/plus.png"; imgMinus.src = "../media/images/minus.png"; function showNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgMinus.src; oTable.style.display = "block"; } function hideNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgPlus.src; oTable.style.display = "none"; } function nodeIsVisible(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); break; } return (oTable && oTable.style.display == "block"); } function toggleNodeVisibility(Node){ if (nodeIsVisible(Node)){ hideNode(Node); }else{ showNode(Node); } } </script> </head> <body> <div class="page-body"> <h2 class="class-name"><img src="../media/images/Class_logo.png" alt=" Class" title=" Class" style="vertical-align: middle"> Zend_Gdata_Calendar_ListFeed</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Represents the meta-feed list of calendars</p> <ul class="tags"> <li><span class="field">copyright:</span> Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)</li> <li><span class="field">license:</span> <a href="http://framework.zend.com/license/new-bsd">New BSD License</a></li> </ul> <p class="notes"> Located in <a class="field" href="_Gdata---Calendar---ListFeed.php.html">/Gdata/Calendar/ListFeed.php</a> (line <span class="field">40</span>) </p> <pre><a href="../Zend_Gdata/Zend_Gdata_App_Base.html">Zend_Gdata_App_Base</a> | --<a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html">Zend_Gdata_App_FeedEntryParent</a> | --<a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html">Zend_Gdata_App_FeedSourceParent</a> | --<a href="../Zend_Gdata/Zend_Gdata_App_Feed.html">Zend_Gdata_App_Feed</a> | --<a href="../Zend_Gdata/Zend_Gdata_Feed.html">Zend_Gdata_Feed</a> | --Zend_Gdata_Calendar_ListFeed</pre> </div> </div> <a name="sec-var-summary"></a> <div class="info-box"> <div class="info-box-title">Variable Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="var-summary"> <div class="var-title"> <img src="../media/images/Variable.png" alt=" " /> <span class="var-type">string</span> <a href="#$_entryClassName" title="details" class="var-name">$_entryClassName</a> </div> <div class="var-title"> <img src="../media/images/Variable.png" alt=" " /> <span class="var-type">string</span> <a href="#$_feedClassName" title="details" class="var-name">$_feedClassName</a> </div> <div class="var-title"> <img src="../media/images/Variable.png" alt=" " /> <span class="var-type">mixed</span> <a href="#$_timezone" title="details" class="var-name">$_timezone</a> </div> </div> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <img src="../media/images/Constructor.png" alt=" "/> <span class="method-result">Zend_Gdata_Calendar_ListFeed</span> <a href="#__construct" title="details" class="method-name">__construct</a> ([<span class="var-type"></span>&nbsp;<span class="var-name">$element</span> = <span class="var-default">null</span>]) </div> <div class="method-definition"> <img src="../media/images/Method.png" alt=" "/> <span class="method-result">void</span> <a href="#getDOM" title="details" class="method-name">getDOM</a> ([<span class="var-type"></span>&nbsp;<span class="var-name">$doc</span> = <span class="var-default">null</span>]) </div> <div class="method-definition"> <img src="../media/images/Method.png" alt=" "/> <span class="method-result">void</span> <a href="#getTimezone" title="details" class="method-name">getTimezone</a> () </div> <div class="method-definition"> <img src="../media/images/Method.png" alt=" "/> <span class="method-result">Zend_Gdata_Extension_ListEntry</span> <a href="#setTimezone" title="details" class="method-name">setTimezone</a> (<span class="var-type"><a href="../Zend_Gdata/Zend_Gdata_Calendar_Extension_Timezone.html">Zend_Gdata_Calendar_Extension_Timezone</a></span>&nbsp;<span class="var-name">$value</span>) </div> <div class="method-definition"> <img src="../media/images/Method.png" alt=" "/> <span class="method-result">void</span> <a href="#takeChildFromDOM" title="details" class="method-name">takeChildFromDOM</a> (<span class="var-type"></span>&nbsp;<span class="var-name">$child</span>) </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <a name="var$_entryClassName" id="$_entryClassName"><!-- --></A> <div class="evenrow"> <div class="var-header"> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-type">string</span> <span class="var-name">$_entryClassName</span> = <span class="var-default"> 'Zend_Gdata_Calendar_ListEntry'</span> (line <span class="line-number">49</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">The classname for individual feed elements.</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../Zend_Gdata/Zend_Gdata_Feed.html#var$_entryClassName">Zend_Gdata_Feed::$_entryClassName</a></dt> <dd>The classname for individual feed elements.</dd> </dl> </div> <a name="var$_feedClassName" id="$_feedClassName"><!-- --></A> <div class="oddrow"> <div class="var-header"> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-type">string</span> <span class="var-name">$_feedClassName</span> = <span class="var-default"> 'Zend_Gdata_Calendar_ListFeed'</span> (line <span class="line-number">56</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">The classname for the feed.</p> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <a name="var$_timezone" id="$_timezone"><!-- --></A> <div class="evenrow"> <div class="var-header"> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$_timezone</span> = <span class="var-default"> null</span> (line <span class="line-number">42</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> </div> <h4>Inherited Variables</h4> <A NAME='inherited_vars'><!-- --></A> <p>Inherited from <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_Feed.html">Zend_Gdata_Feed</a></span></p> <blockquote> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#var$_itemsPerPage">Zend_Gdata_Feed::$_itemsPerPage</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#var$_startIndex">Zend_Gdata_Feed::$_startIndex</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#var$_totalResults">Zend_Gdata_Feed::$_totalResults</a></span><br> </span> </blockquote> <p>Inherited from <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html">Zend_Gdata_App_Feed</a></span></p> <blockquote> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#var$_entry">Zend_Gdata_App_Feed::$_entry</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#var$_entryIndex">Zend_Gdata_App_Feed::$_entryIndex</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#var$_rootElement">Zend_Gdata_App_Feed::$_rootElement</a></span><br> </span> </blockquote> <p>Inherited from <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html">Zend_Gdata_App_FeedSourceParent</a></span></p> <blockquote> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#var$_generator">Zend_Gdata_App_FeedSourceParent::$_generator</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#var$_icon">Zend_Gdata_App_FeedSourceParent::$_icon</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#var$_logo">Zend_Gdata_App_FeedSourceParent::$_logo</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#var$_subtitle">Zend_Gdata_App_FeedSourceParent::$_subtitle</a></span><br> </span> </blockquote> <p>Inherited from <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html">Zend_Gdata_App_FeedEntryParent</a></span></p> <blockquote> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#var$_author">Zend_Gdata_App_FeedEntryParent::$_author</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#var$_category">Zend_Gdata_App_FeedEntryParent::$_category</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#var$_contributor">Zend_Gdata_App_FeedEntryParent::$_contributor</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#var$_httpClient">Zend_Gdata_App_FeedEntryParent::$_httpClient</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#var$_id">Zend_Gdata_App_FeedEntryParent::$_id</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#var$_link">Zend_Gdata_App_FeedEntryParent::$_link</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#var$_rights">Zend_Gdata_App_FeedEntryParent::$_rights</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#var$_title">Zend_Gdata_App_FeedEntryParent::$_title</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#var$_updated">Zend_Gdata_App_FeedEntryParent::$_updated</a></span><br> </span> </blockquote> <p>Inherited from <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html">Zend_Gdata_App_Base</a></span></p> <blockquote> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#var$_extensionAttributes">Zend_Gdata_App_Base::$_extensionAttributes</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#var$_extensionElements">Zend_Gdata_App_Base::$_extensionElements</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#var$_namespaces">Zend_Gdata_App_Base::$_namespaces</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#var$_rootNamespace">Zend_Gdata_App_Base::$_rootNamespace</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#var$_rootNamespaceURI">Zend_Gdata_App_Base::$_rootNamespaceURI</a></span><br> </span> <img src="../media/images/Variable.png" /> <span class="var-title"> <span class="var-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#var$_text">Zend_Gdata_App_Base::$_text</a></span><br> </span> </blockquote> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="method__construct" id="__construct"><!-- --></a> <div class="oddrow"> <div class="method-header"> <img src="../media/images/Constructor.png" /> <span class="method-title">Constructor __construct</span> (line <span class="line-number">58</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">Zend_Gdata_Calendar_ListFeed</span> <span class="method-name"> __construct </span> ([<span class="var-type"></span>&nbsp;<span class="var-name">$element</span> = <span class="var-default">null</span>]) </div> <ul class="parameters"> <li> <span class="var-type"></span> <span class="var-name">$element</span> </li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../Zend_Gdata/Zend_Gdata_Feed.html#method__construct">Zend_Gdata_Feed::__construct()</a></dt> </dl> </div> <a name="methodgetDOM" id="getDOM"><!-- --></a> <div class="evenrow"> <div class="method-header"> <img src="../media/images/Method.png" /> <span class="method-title">getDOM</span> (line <span class="line-number">66</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getDOM </span> ([<span class="var-type"></span>&nbsp;<span class="var-name">$doc</span> = <span class="var-default">null</span>]) </div> <ul class="parameters"> <li> <span class="var-type"></span> <span class="var-name">$doc</span> </li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodgetDOM">Zend_Gdata_Feed::getDOM()</a></dt> </dl> </div> <a name="methodgetTimezone" id="getTimezone"><!-- --></a> <div class="oddrow"> <div class="method-header"> <img src="../media/images/Method.png" /> <span class="method-title">getTimezone</span> (line <span class="line-number">90</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getTimezone </span> () </div> </div> <a name="methodsetTimezone" id="setTimezone"><!-- --></a> <div class="evenrow"> <div class="method-header"> <img src="../media/images/Method.png" /> <span class="method-title">setTimezone</span> (line <span class="line-number">99</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">return:</span> Provides a fluent interface</li> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">Zend_Gdata_Extension_ListEntry</span> <span class="method-name"> setTimezone </span> (<span class="var-type"><a href="../Zend_Gdata/Zend_Gdata_Calendar_Extension_Timezone.html">Zend_Gdata_Calendar_Extension_Timezone</a></span>&nbsp;<span class="var-name">$value</span>) </div> <ul class="parameters"> <li> <span class="var-type"><a href="../Zend_Gdata/Zend_Gdata_Calendar_Extension_Timezone.html">Zend_Gdata_Calendar_Extension_Timezone</a></span> <span class="var-name">$value</span> </li> </ul> </div> <a name="methodtakeChildFromDOM" id="takeChildFromDOM"><!-- --></a> <div class="oddrow"> <div class="method-header"> <img src="../media/images/Method.png" /> <span class="method-title">takeChildFromDOM</span> (line <span class="line-number">75</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> protected</li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> takeChildFromDOM </span> (<span class="var-type"></span>&nbsp;<span class="var-name">$child</span>) </div> <ul class="parameters"> <li> <span class="var-type"></span> <span class="var-name">$child</span> </li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodtakeChildFromDOM">Zend_Gdata_Feed::takeChildFromDOM()</a></dt> <dd>Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.</dd> </dl> </div> <h4>Inherited Methods</h4> <a name='inherited_methods'><!-- --></a> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_Feed.html">Zend_Gdata_Feed</a></span></p> <blockquote> <img src="../media/images/Constructor.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#method__construct">Zend_Gdata_Feed::__construct()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodgetDOM">Zend_Gdata_Feed::getDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodgetItemsPerPage">Zend_Gdata_Feed::getItemsPerPage()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodgetStartIndex">Zend_Gdata_Feed::getStartIndex()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodgetTotalResults">Zend_Gdata_Feed::getTotalResults()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodsetItemsPerPage">Zend_Gdata_Feed::setItemsPerPage()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodsetStartIndex">Zend_Gdata_Feed::setStartIndex()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodsetTotalResults">Zend_Gdata_Feed::setTotalResults()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_Feed.html#methodtakeChildFromDOM">Zend_Gdata_Feed::takeChildFromDOM()</a></span><br> </blockquote> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html">Zend_Gdata_App_Feed</a></span></p> <blockquote> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodaddEntry">Zend_Gdata_App_Feed::addEntry()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodcount">Zend_Gdata_App_Feed::count()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodcurrent">Zend_Gdata_App_Feed::current()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodgetDOM">Zend_Gdata_App_Feed::getDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodgetEntry">Zend_Gdata_App_Feed::getEntry()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodkey">Zend_Gdata_App_Feed::key()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodnext">Zend_Gdata_App_Feed::next()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodoffsetExists">Zend_Gdata_App_Feed::offsetExists()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodoffsetGet">Zend_Gdata_App_Feed::offsetGet()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodoffsetSet">Zend_Gdata_App_Feed::offsetSet()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodoffsetUnset">Zend_Gdata_App_Feed::offsetUnset()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodrewind">Zend_Gdata_App_Feed::rewind()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodsetEntry">Zend_Gdata_App_Feed::setEntry()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodtakeChildFromDOM">Zend_Gdata_App_Feed::takeChildFromDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#methodvalid">Zend_Gdata_App_Feed::valid()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Feed.html#method__get">Zend_Gdata_App_Feed::__get()</a></span><br> </blockquote> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html">Zend_Gdata_App_FeedSourceParent</a></span></p> <blockquote> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodgetDOM">Zend_Gdata_App_FeedSourceParent::getDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodgetGenerator">Zend_Gdata_App_FeedSourceParent::getGenerator()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodgetIcon">Zend_Gdata_App_FeedSourceParent::getIcon()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodgetlogo">Zend_Gdata_App_FeedSourceParent::getlogo()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodgetSubtitle">Zend_Gdata_App_FeedSourceParent::getSubtitle()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodsetGenerator">Zend_Gdata_App_FeedSourceParent::setGenerator()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodsetHttpClient">Zend_Gdata_App_FeedSourceParent::setHttpClient()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodsetIcon">Zend_Gdata_App_FeedSourceParent::setIcon()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodsetlogo">Zend_Gdata_App_FeedSourceParent::setlogo()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodsetSubtitle">Zend_Gdata_App_FeedSourceParent::setSubtitle()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#methodtakeChildFromDOM">Zend_Gdata_App_FeedSourceParent::takeChildFromDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedSourceParent.html#method__get">Zend_Gdata_App_FeedSourceParent::__get()</a></span><br> </blockquote> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html">Zend_Gdata_App_FeedEntryParent</a></span></p> <blockquote> <img src="../media/images/Constructor.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#method__construct">Zend_Gdata_App_FeedEntryParent::__construct()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetAlternateLink">Zend_Gdata_App_FeedEntryParent::getAlternateLink()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetAuthor">Zend_Gdata_App_FeedEntryParent::getAuthor()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetCategory">Zend_Gdata_App_FeedEntryParent::getCategory()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetContributor">Zend_Gdata_App_FeedEntryParent::getContributor()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetDOM">Zend_Gdata_App_FeedEntryParent::getDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetEditLink">Zend_Gdata_App_FeedEntryParent::getEditLink()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetHttpClient">Zend_Gdata_App_FeedEntryParent::getHttpClient()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetId">Zend_Gdata_App_FeedEntryParent::getId()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetLicenseLink">Zend_Gdata_App_FeedEntryParent::getLicenseLink()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetLink">Zend_Gdata_App_FeedEntryParent::getLink()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetNextLink">Zend_Gdata_App_FeedEntryParent::getNextLink()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetPreviousLink">Zend_Gdata_App_FeedEntryParent::getPreviousLink()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetRights">Zend_Gdata_App_FeedEntryParent::getRights()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetSelfLink">Zend_Gdata_App_FeedEntryParent::getSelfLink()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetTitle">Zend_Gdata_App_FeedEntryParent::getTitle()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetTitleValue">Zend_Gdata_App_FeedEntryParent::getTitleValue()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodgetUpdated">Zend_Gdata_App_FeedEntryParent::getUpdated()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodsetAuthor">Zend_Gdata_App_FeedEntryParent::setAuthor()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodsetCategory">Zend_Gdata_App_FeedEntryParent::setCategory()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodsetContributor">Zend_Gdata_App_FeedEntryParent::setContributor()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodsetHttpClient">Zend_Gdata_App_FeedEntryParent::setHttpClient()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodsetId">Zend_Gdata_App_FeedEntryParent::setId()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodsetLink">Zend_Gdata_App_FeedEntryParent::setLink()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodsetRights">Zend_Gdata_App_FeedEntryParent::setRights()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodsetTitle">Zend_Gdata_App_FeedEntryParent::setTitle()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodsetUpdated">Zend_Gdata_App_FeedEntryParent::setUpdated()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_FeedEntryParent.html#methodtakeChildFromDOM">Zend_Gdata_App_FeedEntryParent::takeChildFromDOM()</a></span><br> </blockquote> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html">Zend_Gdata_App_Base</a></span></p> <blockquote> <img src="../media/images/Constructor.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#method__construct">Zend_Gdata_App_Base::__construct()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodencode">Zend_Gdata_App_Base::encode()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodgetDOM">Zend_Gdata_App_Base::getDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodgetExtensionAttributes">Zend_Gdata_App_Base::getExtensionAttributes()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodgetExtensionElements">Zend_Gdata_App_Base::getExtensionElements()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodgetText">Zend_Gdata_App_Base::getText()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodgetXML">Zend_Gdata_App_Base::getXML()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodlookupNamespace">Zend_Gdata_App_Base::lookupNamespace()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodregisterNamespace">Zend_Gdata_App_Base::registerNamespace()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodsaveXML">Zend_Gdata_App_Base::saveXML()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodsetExtensionAttributes">Zend_Gdata_App_Base::setExtensionAttributes()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodsetExtensionElements">Zend_Gdata_App_Base::setExtensionElements()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodsetText">Zend_Gdata_App_Base::setText()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodtakeAttributeFromDOM">Zend_Gdata_App_Base::takeAttributeFromDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodtakeChildFromDOM">Zend_Gdata_App_Base::takeChildFromDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodtransferFromDOM">Zend_Gdata_App_Base::transferFromDOM()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#methodtransferFromXML">Zend_Gdata_App_Base::transferFromXML()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#method__get">Zend_Gdata_App_Base::__get()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#method__isset">Zend_Gdata_App_Base::__isset()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#method__set">Zend_Gdata_App_Base::__set()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#method__toString">Zend_Gdata_App_Base::__toString()</a></span><br> <img src="../media/images/Method.png" alt=" "/> <span class="method-name"><a href="../Zend_Gdata/Zend_Gdata_App_Base.html#method__unset">Zend_Gdata_App_Base::__unset()</a></span><br> </blockquote> </div> </div> <p class="notes" id="credit"> Documentation generated on Thu, 15 May 2008 05:37:00 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.2</a> </p> </div></body> </html>
libdb/docs/api_java/db_set_feedback.html
community-ssu/evolution-data-server
<!--$Id: db_set_feedback.html,v 1.1.1.1 2003/11/20 22:14:32 toshok Exp $--> <!--Copyright 1997-2002 by Sleepycat Software, Inc.--> <!--All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB: Db.set_feedback</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++"> </head> <body bgcolor=white> <a name="2"><!--meow--></a> <table width="100%"><tr valign=top> <td> <h1>Db.set_feedback</h1> </td> <td align=right> <a href="../api_java/c_index.html"><img src="../images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../images/ref.gif" alt="Ref"></a> </td></tr></table> <hr size=1 noshade> <tt> <h3><pre> import com.sleepycat.db.*; <p> public interface DbFeedback { public abstract void feedback(Db db, int opcode, int pct); } public class Db { public void set_feedback(DbFeedback db_feedback) throws DbException; ... } </pre></h3> <h1>Description</h1> <p>Some operations performed by the Berkeley DB library can take non-trivial amounts of time. The Db.set_feedback method can be used by applications to monitor progress within these operations. <p>When an operation is likely to take a long time, Berkeley DB will call the specified callback method. This method must be declared with three arguments: the first will be a reference to the enclosing database handle; the second a flag value; and the third the percent of the operation that has been completed, specified as an integer value between 0 and 100. It is up to the callback method to display this information in an appropriate manner. <p>The <b>opcode</b> argument may take on any of the following values: <p><dl compact> <p><dt><a name="Db.DB_UPGRADE">Db.DB_UPGRADE</a><dd>The underlying database is being upgraded. <p><dt><a name="Db.DB_VERIFY">Db.DB_VERIFY</a><dd>The underlying database is being verified. </dl> <p>The Db.set_feedback interface may be called at any time during the life of the application. <p>The Db.set_feedback method throws an exception that encapsulates a non-zero error value on failure. <h1>Class</h1> <a href="../api_java/db_class.html">Db</a> <h1>See Also</h1> <a href="../api_java/db_list.html">Databases and Related Methods</a> </tt> <table width="100%"><tr><td><br></td><td align=right> <a href="../api_java/c_index.html"><img src="../images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../images/ref.gif" alt="Ref"></a> </td></tr></table> <p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font> </body> </html>
LayoutTests/fast/regions/text-region-split-vertical-rl.html
youfoh/webkit-efl
<!DOCTYPE html> <style> html { -webkit-writing-mode: vertical-rl; } #content { -webkit-flow-into: flow; } .region { -webkit-flow-from: flow; } .finished #content, .finished .region { display: none; } #region1 { width: 70px; height: 60px; } #region2 { width: 200px; height: 100px; } #region3 { width: 110px; height: 120px; } #region4 { width: 220px; height: 100px; } #region5 { width: 110px; height: 200px; } #region6 { width: 300px; height: 120px; } </style> <div id="content"> <p style="-webkit-region-break-after: always"><b class="check region1">Text in region 1.</b> This paragraph has "<i>-webkit-region-break-after: always</i>". <b class="check region2">There should be nothing in this region after this line.</b></p> <p><b class="check region3">First element in the region 3.</b> Some text inside a flow. Some text inside a flow. Some text inside a flow. <b class="check region4">Text in region 4.</b> </p> <p> <!-- Using the paragraph element to test nested blocks region-breaks. --> <div><span class="check region4">Simple line in region 4.</span></div> <div style="-webkit-margin-before:80px;"><b class="check region5">First line in region 5.</b> This paragraph displays in region 5 because it has a margin-top, which is too high to fit in the previous region.</div> <div style="-webkit-region-break-before: always"><b class="check region6">First line in region 6.</b> This paragraph uses "<i>-webkit-region-break-before: always</i>".</div> </p> </div> <div id="region1" class="region"></div> <div id="region2" class="region"></div> <div id="region3" class="region"></div> <div id="region4" class="region"></div> <div id="region5" class="region"></div> <div id="region6" class="region"></div> <script src="resources/helper.js"></script> <script> if (window.layoutTestController) layoutTestController.dumpAsText(); if (testContentToRegionsMapping()) document.body.className = "finished"; </script>
3rdparty/spring-framework-2.5.1/docs/api/org/springframework/jdbc/datasource/package-summary.html
cacheonix/cacheonix-core
<!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_03) on Wed Jan 09 13:25:23 CET 2008 --> <TITLE> org.springframework.jdbc.datasource (Spring Framework API 2.5) </TITLE> <META NAME="date" CONTENT="2008-01-09"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.springframework.jdbc.datasource (Spring Framework API 2.5)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/springframework/jdbc/core/support/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../org/springframework/jdbc/datasource/lookup/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/springframework/jdbc/datasource/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package org.springframework.jdbc.datasource </H2> Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations. <P> <B>See:</B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/ConnectionHandle.html" title="interface in org.springframework.jdbc.datasource">ConnectionHandle</A></B></TD> <TD>Simple interface to be implemented by handles for a JDBC Connection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/ConnectionProxy.html" title="interface in org.springframework.jdbc.datasource">ConnectionProxy</A></B></TD> <TD>Subinterface of <A HREF="http://java.sun.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql"><CODE>Connection</CODE></A> to be implemented by Connection proxies.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/SmartDataSource.html" title="interface in org.springframework.jdbc.datasource">SmartDataSource</A></B></TD> <TD>Extension of the <code>javax.sql.DataSource</code> interface, to be implemented by special DataSources that return JDBC Connections in an unwrapped fashion.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/AbstractDataSource.html" title="class in org.springframework.jdbc.datasource">AbstractDataSource</A></B></TD> <TD>Abstract base class for Spring's <A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A> implementations, taking care of the padding.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/ConnectionHolder.html" title="class in org.springframework.jdbc.datasource">ConnectionHolder</A></B></TD> <TD>Connection holder, wrapping a JDBC Connection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/DataSourceTransactionManager.html" title="class in org.springframework.jdbc.datasource">DataSourceTransactionManager</A></B></TD> <TD><A HREF="../../../../org/springframework/transaction/PlatformTransactionManager.html" title="interface in org.springframework.transaction"><CODE>PlatformTransactionManager</CODE></A> implementation for a single JDBC <A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/DataSourceUtils.html" title="class in org.springframework.jdbc.datasource">DataSourceUtils</A></B></TD> <TD>Helper class that provides static methods for obtaining JDBC Connections from a <A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/DelegatingDataSource.html" title="class in org.springframework.jdbc.datasource">DelegatingDataSource</A></B></TD> <TD>JDBC <A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A> implementation that delegates all calls to a given target <A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/DriverManagerDataSource.html" title="class in org.springframework.jdbc.datasource">DriverManagerDataSource</A></B></TD> <TD>Simple implementation of the standard JDBC DataSource interface, configuring a plain old JDBC Driver via bean properties, and returning a new Connection for every <code>getConnection</code> call.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/IsolationLevelDataSourceAdapter.html" title="class in org.springframework.jdbc.datasource">IsolationLevelDataSourceAdapter</A></B></TD> <TD>An adapter for a target <A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A>, applying the current Spring transaction's isolation level (and potentially specified user credentials) to every <code>getConnection</code> call.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/JdbcTransactionObjectSupport.html" title="class in org.springframework.jdbc.datasource">JdbcTransactionObjectSupport</A></B></TD> <TD>Convenient base class for JDBC-aware transaction objects.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/LazyConnectionDataSourceProxy.html" title="class in org.springframework.jdbc.datasource">LazyConnectionDataSourceProxy</A></B></TD> <TD>Proxy for a target DataSource, fetching actual JDBC Connections lazily, i.e. not until first creation of a Statement.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/SimpleConnectionHandle.html" title="class in org.springframework.jdbc.datasource">SimpleConnectionHandle</A></B></TD> <TD>Simple implementation of the <A HREF="../../../../org/springframework/jdbc/datasource/ConnectionHandle.html" title="interface in org.springframework.jdbc.datasource"><CODE>ConnectionHandle</CODE></A> interface, containing a given JDBC Connection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/SingleConnectionDataSource.html" title="class in org.springframework.jdbc.datasource">SingleConnectionDataSource</A></B></TD> <TD>Implementation of SmartDataSource that wraps a single Connection which is not closed after use.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/TransactionAwareDataSourceProxy.html" title="class in org.springframework.jdbc.datasource">TransactionAwareDataSourceProxy</A></B></TD> <TD>Proxy for a target JDBC <A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A>, adding awareness of Spring-managed transactions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/UserCredentialsDataSourceAdapter.html" title="class in org.springframework.jdbc.datasource">UserCredentialsDataSourceAdapter</A></B></TD> <TD>An adapter for a target JDBC <A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A>, applying the specified user credentials to every standard <code>getConnection()</code> call, implicitly invoking <code>getConnection(username, password)</code> on the target.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/springframework/jdbc/datasource/WebSphereDataSourceAdapter.html" title="class in org.springframework.jdbc.datasource">WebSphereDataSourceAdapter</A></B></TD> <TD><A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A> implementation that delegates all calls to a WebSphere target <A HREF="http://java.sun.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A>, typically obtained from JNDI, applying a current isolation level and/or current user credentials to every Connection obtained from it.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="package_description"><!-- --></A><H2> Package org.springframework.jdbc.datasource Description </H2> <P> Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations. <P> <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/springframework/jdbc/core/support/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../org/springframework/jdbc/datasource/lookup/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/springframework/jdbc/datasource/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &copy; 2002-2007 <a href=http://www.springframework.org/ target=_top>The Spring Framework</a>.</i> </BODY> </HTML>
docs/HTML/Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_messagehandler_php.html
pear/Net_SmartIRC
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>PEAR API Documentation :: Net_SmartIRC</title> <link rel="stylesheet" href="../media/style.css" /> <script language="javascript" type="text/javascript"> var subdir = "../"; </script> <script src="../media/lib/classTree.js"></script> <link id="webfx-tab-style-sheet" type="text/css" rel="stylesheet" href="../media/lib/tab.webfx.css" /> <script type="text/javascript" src="../media/lib/tabpane.js"></script> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> <script language="javascript" type="text/javascript" src="../media/TreeMenu.js"></script> <script language="javascript" type="text/javascript" src="../media/lib/ua.js"></script> <script language="javascript" type="text/javascript"> var imgPlus = new Image(); var imgMinus = new Image(); imgPlus.src = "../media/images/plus.gif"; imgMinus.src = "../media/images/minus.gif"; function showNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgMinus.src; oTable.style.display = "block"; } function hideNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgPlus.src; oTable.style.display = "none"; } function nodeIsVisible(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); break; } return (oTable && oTable.style.display == "block"); } function toggleNodeVisibility(Node){ if (nodeIsVisible(Node)){ hideNode(Node); }else{ showNode(Node); } } </script> </head> <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff" text="#000000" link="#006600" alink="#cccc00" vlink="#003300" > <a name="TOP" /></a> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr bgcolor="#339900"> <td align="left" width="120"> <a href="http://pear.php.net"> <img src="../media/images/pearlogo.gif" width="104" height="50" vspace="2" hspace="5" alt="PEAR" border="0"> </a> </td> <td align="left" valign="middle" width="20"> &nbsp; </td> <td align="left" valign="middle"> <span class="Headline">PEAR API Documentation :: Net_SmartIRC</span> </td> <td align="right" valign="bottom" class="upperright"> <a href="http://pear.php.net/package-info.php?package=Net_SmartIRC" class="upperright">Package Homepage</a>&nbsp;|&nbsp; <a href="http://pear.php.net/package-info.php?package=Net_SmartIRC" class="upperright">Download ApiDoc</a> &nbsp;<br> </td> </tr> <tr bgcolor="#003300"><td colspan="4"></td></tr> <tr bgcolor="#006600"> <td align="right" valign="top" colspan="4" class="menu"> [ <a href="../classtrees_Net_SmartIRC.html" class="menu">class tree: Net_SmartIRC</a> ] [ <a href="../elementindex_Net_SmartIRC.html" class="menu">index: Net_SmartIRC</a> ] [ <a href="../elementindex.html" class="menu">all elements</a> ] &nbsp;<br /> </td> </tr> <tr bgcolor="#003300"><td colspan="4"></td></tr> </table> <table cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td bgcolor="#f0f0f0" width="100"> <table width="280" border="0" cellpadding="4" cellspacing="0"> <tr valign="top"> <td style="font-size: 90%" align="left" width="280"> <div id="ric"> <a href="../ric_CHANGELOG.html">CHANGELOG</a><br /> <a href="../ric_README.html">README</a><br /> </div> <br> <span class="green"><b>Packages:</b></span><br /> <ul> <li><a href="../li_Net_SmartIRC.html">Net_SmartIRC</a></li> </ul> <br /><br /> <div class="menu"> <script language="Javascript"> if (document.getElementById) { var tree = new WebFXTree('Package : Net_SmartIRC', '../li_Net_SmartIRC.html'); tree.setBehavior('classic'); tree.openIcon = '../media/images/Disk.gif'; tree.icon = '../media/images/Disk.gif'; var elements = new WebFXTreeItem('Index of elements', '../elementindex_Net_SmartIRC.html'); elements.openIcon = '../media/images/file.png'; elements.icon = '../media/images/file.png'; tree.add(elements); var tree_function = new WebFXTreeItem('Function(s)', ''); tree_function.openIcon = '../media/images/Functions.gif'; tree_function.icon = '../media/images/Functions.gif'; tree.add(tree_function); var iconClassFolder = '../media/images/classFolder.gif'; var iconClass = '../media/images/Class.gif'; var iconFunctionFolder = '../media/images/Functions.gif'; var iconFunction = '../media/images/PublicMethod.gif'; var iconFileFolderOpen = '../media/images/FolderOpened.gif'; var iconFileFolderClosed = '../media/images/foldericon.png'; var iconFile = '../media/images/file.png'; var subpackagetree_classe = new WebFXTreeItem('Class(es)', '../classtrees_Net_SmartIRC.html'); subpackagetree_classe.openIcon = iconClassFolder;; subpackagetree_classe.icon = iconClassFolder; var classe = new WebFXTreeItem('mybot', '../Net_SmartIRC/mybot.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC', '../Net_SmartIRC/Net_SmartIRC.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_actionhandler', '../Net_SmartIRC/Net_SmartIRC_actionhandler.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_base', '../Net_SmartIRC/Net_SmartIRC_base.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_channel', '../Net_SmartIRC/Net_SmartIRC_channel.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_channeluser', '../Net_SmartIRC/Net_SmartIRC_channeluser.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_data', '../Net_SmartIRC/Net_SmartIRC_data.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_Error', '../Net_SmartIRC/Net_SmartIRC_Error.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_irccommands', '../Net_SmartIRC/Net_SmartIRC_irccommands.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_ircuser', '../Net_SmartIRC/Net_SmartIRC_ircuser.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_listenfor', '../Net_SmartIRC/Net_SmartIRC_listenfor.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_messagehandler', '../Net_SmartIRC/Net_SmartIRC_messagehandler.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_timehandler', '../Net_SmartIRC/Net_SmartIRC_timehandler.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('Net_SmartIRC_user', '../Net_SmartIRC/Net_SmartIRC_user.html'); classe.openIcon = iconClass; classe.icon = iconClass; subpackagetree_classe.add(classe); tree.add(subpackagetree_classe); var subpackagetree_classe = new WebFXTreeItem('File(s)', ''); subpackagetree_classe.openIcon = iconFileFolderOpen; subpackagetree_classe.icon = iconFileFolderClosed; var classe = new WebFXTreeItem('defines.php', '../Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_defines_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('example.php', '../Net_SmartIRC/_SmartIRC-0.5.5_examples_example_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('example2.php', '../Net_SmartIRC/_SmartIRC-0.5.5_examples_example2_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('example3.php', '../Net_SmartIRC/_SmartIRC-0.5.5_examples_example3_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('example4.php', '../Net_SmartIRC/_SmartIRC-0.5.5_examples_example4_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('example5.php', '../Net_SmartIRC/_SmartIRC-0.5.5_examples_example5_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('example6.php', '../Net_SmartIRC/_SmartIRC-0.5.5_examples_example6_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('example7.php', '../Net_SmartIRC/_SmartIRC-0.5.5_examples_example7_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('irccommands.php', '../Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_irccommands_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('messagehandler.php', '../Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_messagehandler_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); var classe = new WebFXTreeItem('SmartIRC.php', '../Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_php.html'); classe.openIcon = iconFile; classe.icon = iconFile; subpackagetree_classe.add(classe); tree.add(subpackagetree_classe); document.write(tree); } </script> </div> <noscript> <img src="../media/images/Disk.gif" border="0" align="top">&nbsp;<a href="../li_Net_SmartIRC.html" class="green" ><span valign="middle" class="green">Package: Net_SmartIRC</span></a><br> <img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../elementindex_Net_SmartIRC.html" class="green" ><span valign="middle" class="green">Index of elements</span></a><br> <img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Functions.gif" border="0" align="top">&nbsp;<span valign="middle" class="green">Function(s)</span><br> <img src="../media/images/Tminus.png" border="0" align="top"><img src="../media/images/classFolder.gif" border="0" align="top">&nbsp;<a href="../classtrees_Net_SmartIRC.html" class="green" ><span valign="middle" class="green">Class(es)</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/mybot.html" class="green" ><span valign="middle" class="green">mybot</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC.html" class="green" ><span valign="middle" class="green">Net_SmartIRC</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_actionhandler.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_actionhandler</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_base.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_base</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_channel.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_channel</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_channeluser.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_channeluser</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_data.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_data</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_Error.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_Error</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_irccommands.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_irccommands</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_ircuser.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_ircuser</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_listenfor.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_listenfor</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_messagehandler.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_messagehandler</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_timehandler.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_timehandler</span></a><br> <img src="../media/images/I.png" border="0" align="top"><img src="../media/images/L.png" border="0" align="top"><img src="../media/images/Class.gif" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/Net_SmartIRC_user.html" class="green" ><span valign="middle" class="green">Net_SmartIRC_user</span></a><br> <img src="../media/images/Lminus.png" border="0" align="top"><img src="../media/images/FolderOpened.gif" border="0" align="top">&nbsp;<span valign="middle" class="green">File(s)</span><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_defines_php.html" class="green" ><span valign="middle" class="green">defines.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_examples_example_php.html" class="green" ><span valign="middle" class="green">example.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_examples_example2_php.html" class="green" ><span valign="middle" class="green">example2.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_examples_example3_php.html" class="green" ><span valign="middle" class="green">example3.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_examples_example4_php.html" class="green" ><span valign="middle" class="green">example4.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_examples_example5_php.html" class="green" ><span valign="middle" class="green">example5.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_examples_example6_php.html" class="green" ><span valign="middle" class="green">example6.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_examples_example7_php.html" class="green" ><span valign="middle" class="green">example7.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_irccommands_php.html" class="green" ><span valign="middle" class="green">irccommands.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/T.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_messagehandler_php.html" class="green" ><span valign="middle" class="green">messagehandler.php</span></a><br> <img src="../media/images/spacer2.gif" border="0" align="top"><img src="../media/images/L.png" border="0" align="top"><img src="../media/images/file.png" border="0" align="top">&nbsp;<a href="../Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_php.html" class="green" ><span valign="middle" class="green">SmartIRC.php</span></a><br> </noscript> </td> </tr> </table> </td> <td bgcolor="#cccccc" width="2" background="../media/images/checkerboard.gif"><img src="../media/images/spacer.gif" width="2" height="1" border="0" alt="" /><br /></td> <td> <table width="100%" cellpadding="10" cellspacing="0"> <tr> <td valign="top"> <br> <br> <div class="contents"> <h2>Classes:</h2> <dt><a href="../Net_SmartIRC/Net_SmartIRC_messagehandler.html">Net_SmartIRC_messagehandler</a></dt> <dd>$Id$</dd> </div><br /><br /> <h2>Page Details:</h2> <span class="title">Tags:</span><br> <div class="tags"> <ul> <li><b>Package:</b>&nbsp;-&nbsp;Net_SmartIRC</li> </ul> </div> <br /><br /> <br /><br /> <br /><br /> <br /> <div class="credit"> <hr /> Documentation generated on Wed, 23 Jul 2003 19:59:10 +0200 by <a href="http://www.phpdoc.org" class="green">phpDocumentor 1.2.0beta1c</a><br> HTML layout done by <a href="http://pear.php.net/wishlist.php/dickmann" class="green">Christian Dickmann</a> and originally <i>inspired by </i><a href="http://www.phpedit.com" class="green">PHPEdit</a><br> </div> </td> </tr> </table> </td> </tr> </table> </body> </html>
SmartServoGui/resources/specs/AX-12W.html
emericg/SmartServoFramework
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/strict.dtd"> <html> <head> <meta name="qrichtext" content="1" /> <meta charset="utf-8" /> <style type="text/css"> .tg {border-collapse:collapse;} .tg td{font-family:Arial, sans-serif;font-size:14px;padding:6px 12px;border-style:solid;border-width:1px;border-color:white;} .tg th{font-family:Arial, sans-serif;font-size:18px;padding:12px 6px;border-style:solid;border-width:2px;border-color:white;} .tg .tg-title{text-align:center;font-weight:bold;background-color:#656565;color:#ffffff;} .tg .tg-legend{text-align:center;font-weight:bold;background-color:#efefef;color:#009901;} .tg .tg-tech{text-align:left;} </style> </head> <body><table class="tg" width="100%"> <tr> <th class="tg-legend" width="33%"></th> <th class="tg-title" width="66%">AX-12W</th> </tr> <tr> <td class="tg-legend" width="33%">Dimensions</td> <td class="tg-tech" width="66%">32mm * 50mm * 38mm</td> </tr> <tr> <td class="tg-legend" width="33%">Weight</td> <td class="tg-tech" width="66%">52.9g</td> </tr> <tr> <td class="tg-legend" width="33%">Materials</td> <td class="tg-tech" width="66%">Engineering Plastic</td> </tr> <tr> <td class="tg-legend" width="33%">MCU</td> <td class="tg-tech" width="66%">PIC18F2620</td> </tr> <tr> <td class="tg-legend" width="33%"></td> <td class="tg-tech" width="66%"></td> </tr> <tr> <td class="tg-legend" width="33%">Motor</td> <td class="tg-tech" width="66%">Cored Motor</td> </tr> <tr> <td class="tg-legend" width="33%">Gear Material</td> <td class="tg-tech" width="66%">Plastic</td> </tr> <tr> <td class="tg-legend" width="33%">Reduction Ratio</td> <td class="tg-tech" width="66%">32:1</td> </tr> <tr> <td class="tg-legend" width="33%"></td> <td class="tg-tech" width="66%"></td> </tr> <tr> <td class="tg-legend" width="33%">Resolution</td> <td class="tg-tech" width="66%">0.29° (1024 steps)</td> </tr> <tr> <td class="tg-legend" width="33%">Operating Angle</td> <td class="tg-tech" width="66%">0° ~ 300° / Endless Turn</td> </tr> <tr> <td class="tg-legend" width="33%"></td> <td class="tg-tech" width="66%"></td> </tr> <tr> <td class="tg-legend" width="33%">Input Voltage</td> <td class="tg-tech" width="66%">9V ~ 12V (Recommended Voltage 11.1V)</td> </tr> <tr> <td class="tg-legend" width="33%">Rated Current</td> <td class="tg-tech" width="66%">50 mA (standby) / 1400 mA (maximum)</td> </tr> <tr> <td class="tg-legend" width="33%">Stall Torque</td> <td class="tg-tech" width="66%">2.0 kg·cm or 0.2 N·m (at 12V)</td> </tr> <tr> <td class="tg-legend" width="33%">No Load Speed</td> <td class="tg-tech" width="66%">470 RPM (at 12V, wheel mode), 54 RPM (at 12V, joint mode)</td> </tr> <tr> <td class="tg-legend" width="33%">Running Temperature</td> <td class="tg-tech" width="66%">-5°C ~ +70°C</td> </tr> <tr> <td class="tg-legend" width="33%"></td> <td class="tg-tech" width="66%"></td> </tr> <tr> <td class="tg-legend" width="33%">Control algorithm</td> <td class="tg-tech" width="66%">Position</td> </tr> <tr> <td class="tg-legend" width="33%">Feedbacks</td> <td class="tg-tech" width="66%">Position (potentiometer), Speed, Temperature, Load (estimated from consumed current), Input Voltage</td> </tr> <tr> <td class="tg-legend" width="33%"></td> <td class="tg-tech" width="66%"></td> </tr> <tr> <td class="tg-legend" width="33%">Communication link</td> <td class="tg-tech" width="66%">TTL Level Multi Drop (daisy chain type connector)</td> </tr> <tr> <td class="tg-legend" width="33%">Baudrates</td> <td class="tg-tech" width="66%">7343bps ~ 1 Mbps</td> </tr> <tr> <td class="tg-legend" width="33%">IDs Range</td> <td class="tg-tech" width="66%">254 ID (0~253)</td> </tr> </tbody> </table> </body> </html>
tnk1/messages/forums_832.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <link rel='stylesheet' href='../../_script/klli.css' /> <link rel='stylesheet' href='../_themes/klli.css' /> <link rel='canonical' href='http://tora.us.fm/tnk1/messages/forums_832.html' /> <title>áçéøúå ùì àãí/ ùéø îàú: àäåáä ÷ìééï(c)</title> <meta name='author' content='àäåáä ÷ìééå ' /> <meta name='receiver' content='' /> <meta name='jmQovc' content='tnk1/messages/forums_832.html' /> <meta name='tvnit' content='' /> </head> <body lang='he' class='jyr'><div class='pnim'> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../index.html'>øàùé</a>&gt;<a href='../forums.html'>ôåøåîéí, ãéåðéí</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>áçéøúå ùì àãí/ ùéø îàú: àäåáä ÷ìééï(c)</h1> <div id='idfields'> <p>îàú: àäåáä ÷ìééå </p> </div> <script type='text/javascript' src='../../_script/vars.js'></script> <script type='text/javascript'>kotrt()</script> <p class='teur_tguva'>ðëúá á: 12:27:58&nbsp;&nbsp;30.09.2016, ëúåñôú/úâåáä ì: <a href='../forums.html'>ôåøåîéí, ãéåðéí</a></p> <div id='tokn'> <p>áçéøúå ùì àãí/ ùéø îàú: àäåáä ÷ìééï©</p><p>ìçåôù ðåìã äàãí<br />ìúåê àååéø äòåìí <br />ëåç áçéøä áéãå<br />ìàï éåáéì ùøáéèå.</p><p> ðòîã áöåîú ãøëéí<br /> ìôúò ùøùøú ñìòéí<br /> îéí çééí áå÷òéí<br />ëãáù åðåôú öåôéí.</p><p>æëéí èäåøéí ëø÷éò<br />àéëåúí äöîà éôúéò<br />ìà òì äìçí ìáãå <br />éùáéò àðåù ðôùå.</p><p>åîìàä äàøõ ãòä<br />ëîéí ìéí îëñéí<br />çæåï àçøéú äéîéí<br />÷åøí òåø åâéãéí.<br />äòøä: äùéø áäùøàú ôøùú ðéöáéí [çåîù ãáøéí]<br /></p> <br /> <br /> </div><!--tokn--> <h2 id='tguvot'>úâåáåú</h2> <ul id='ultguvot'> <li></li> </ul><!--end--> <script type='text/javascript'>tguva();txtit()</script> </div><!--pnim--> </body> </html>
doc/javadoc/internal/gate/jape/functest/class-use/TestJape2.html
liuhongchao/GATE_Developer_7.0
<!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_24) on Thu Feb 09 13:44:19 GMT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class gate.jape.functest.TestJape2 (GATE JavaDoc (including private members)) </TITLE> <META NAME="date" CONTENT="2012-02-09"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class gate.jape.functest.TestJape2 (GATE JavaDoc (including private members))"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../gate/jape/functest/TestJape2.html" title="class in gate.jape.functest"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?gate/jape/functest//class-useTestJape2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TestJape2.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>gate.jape.functest.TestJape2</B></H2> </CENTER> No usage of gate.jape.functest.TestJape2 <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../gate/jape/functest/TestJape2.html" title="class in gate.jape.functest"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?gate/jape/functest//class-useTestJape2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TestJape2.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
files/digital_experience_to_build_relationship_with_neig/styles.css
amitux/uxcorner
body { margin:0px; background-image:none; position:static; left:auto; width:960px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u1 { position:fixed; left:0px; top:0px; width:960px; height:105px; overflow:hidden; } #u1_state0 { position:absolute; left:0px; top:0px; width:960px; height:105px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-image:none; } #u1_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u2 { position:absolute; left:0px; top:0px; width:2460px; height:105px; } #u2_img { position:absolute; left:0px; top:0px; width:2460px; height:105px; } #u3 { position:absolute; left:2px; top:44px; width:2456px; visibility:hidden; word-wrap:break-word; } #u4 { position:absolute; left:71px; top:46px; width:177px; height:14px; font-family:'MyriadApple-Bold', 'Myriad Apple Bold', 'Myriad Apple'; font-weight:700; font-style:normal; } #u4_img { position:absolute; left:0px; top:0px; width:177px; height:14px; } #u5 { position:absolute; left:0px; top:0px; width:177px; white-space:nowrap; } #u6 { position:absolute; left:20px; top:32px; width:41px; height:41px; } #u6_img { position:absolute; left:0px; top:0px; width:41px; height:41px; } #u7 { position:absolute; left:2px; top:12px; width:37px; visibility:hidden; word-wrap:break-word; } #u8 { position:fixed; right:80px; top:68px; } #u8_state0 { position:relative; left:0px; top:0px; background-image:none; } #u8_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u9 { position:absolute; left:0px; top:0px; width:81px; height:30px; font-family:'MyriadApple-Bold', 'Myriad Apple Bold', 'Myriad Apple'; font-weight:700; font-style:normal; color:#000000; text-align:center; } #u9_img { position:absolute; left:0px; top:0px; width:81px; height:30px; } #u9_img.selected { } #u9.selected { } #u9_img.mouseOver { } #u9.mouseOver { } #u10 { position:absolute; left:0px; top:8px; width:81px; word-wrap:break-word; } #u11 { position:absolute; left:98px; top:0px; width:81px; height:30px; font-family:'MyriadApple-Bold', 'Myriad Apple Bold', 'Myriad Apple'; font-weight:700; font-style:normal; color:#000000; text-align:center; } #u11_img { position:absolute; left:0px; top:0px; width:81px; height:30px; } #u11_img.selected { } #u11.selected { } #u11_img.mouseOver { } #u11.mouseOver { } #u12 { position:absolute; left:0px; top:8px; width:81px; word-wrap:break-word; } #u13 { position:absolute; left:197px; top:0px; width:81px; height:30px; font-family:'MyriadApple-Bold', 'Myriad Apple Bold', 'Myriad Apple'; font-weight:700; font-style:normal; color:#000000; text-align:center; } #u13_img { position:absolute; left:0px; top:0px; width:81px; height:30px; } #u13_img.selected { } #u13.selected { } #u13_img.mouseOver { } #u13.mouseOver { } #u14 { position:absolute; left:0px; top:8px; width:81px; word-wrap:break-word; } #u15 { position:absolute; left:295px; top:0px; width:81px; height:30px; font-family:'MyriadApple-Bold', 'Myriad Apple Bold', 'Myriad Apple'; font-weight:700; font-style:normal; color:#000000; text-align:center; } #u15_img { position:absolute; left:0px; top:0px; width:81px; height:30px; } #u15_img.selected { } #u15.selected { } #u15_img.mouseOver { } #u15.mouseOver { } #u16 { position:absolute; left:0px; top:8px; width:81px; word-wrap:break-word; } #u17 { position:absolute; left:0px; top:105px; width:960px; height:565px; overflow:hidden; } #u17_state0 { position:absolute; left:0px; top:0px; width:960px; height:565px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-image:url('../../images/works/u31.png'); background-position:left bottom; background-repeat:no-repeat; background-attachment:scroll; background-size:cover; } #u17_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u18 { position:absolute; left:0px; top:0px; width:1640px; height:700px; color:#FFFFFF; } #u18_img { position:absolute; left:0px; top:0px; width:1640px; height:700px; } #u19 { position:absolute; left:2px; top:342px; width:1636px; visibility:hidden; white-space:nowrap; } #u20 { position:fixed; left:50%; margin-left:-455px; top:130px; width:910px; height:520px; overflow:hidden; } #u20_state0 { position:absolute; left:0px; top:0px; width:910px; height:520px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-image:none; } #u20_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u21 { position:absolute; left:20px; top:113px; width:870px; height:90px; font-family:'MyriadApple-Medium', 'Myriad Apple Medium', 'Myriad Apple'; font-style:normal; } #u21_img { position:absolute; left:0px; top:0px; width:870px; height:90px; } #u22 { position:absolute; left:0px; top:0px; width:870px; word-wrap:break-word; } #u23 { position:absolute; left:20px; top:213px; width:862px; height:90px; font-family:'MyriadApple-Medium', 'Myriad Apple Medium', 'Myriad Apple'; font-style:normal; } #u23_img { position:absolute; left:0px; top:0px; width:862px; height:90px; } #u24 { position:absolute; left:0px; top:0px; width:862px; word-wrap:break-word; } #u25 { position:absolute; left:20px; top:327px; width:890px; height:51px; font-family:'MyriadApple-Medium', 'Myriad Apple Medium', 'Myriad Apple'; font-style:normal; } #u25_img { position:absolute; left:0px; top:0px; width:890px; height:51px; } #u26 { position:absolute; left:0px; top:0px; width:890px; word-wrap:break-word; } #u27 { position:absolute; left:0px; top:45px; width:890px; height:10px; } #u27_start { position:absolute; left:0px; top:-5px; width:18px; height:20px; } #u27_end { position:absolute; left:873px; top:-5px; width:18px; height:20px; } #u27_line { position:absolute; left:0px; top:5px; width:890px; height:1px; } #u28 { position:absolute; left:144px; top:15px; width:601px; height:28px; font-family:'OstrichSansRounded-Medium', 'Ostrich Sans Rounded Medium', 'Ostrich Sans Rounded'; font-weight:500; font-style:normal; font-size:28px; text-align:center; } #u28_img { position:absolute; left:0px; top:0px; width:601px; height:28px; } #u29 { position:absolute; left:0px; top:0px; width:601px; word-wrap:break-word; } #u30 { position:absolute; left:380px; top:53px; width:126px; height:27px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:18px; color:#999999; text-align:center; } #u30_img { position:absolute; left:0px; top:0px; width:126px; height:27px; } #u30_img.selected { } #u30.selected { } #u30_img.mouseOver { } #u30.mouseOver { } #u31 { position:absolute; left:0px; top:4px; width:126px; word-wrap:break-word; } #u32 { position:absolute; left:232px; top:53px; width:126px; height:27px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:18px; color:#999999; text-align:center; } #u32_img { position:absolute; left:0px; top:0px; width:126px; height:27px; } #u32_img.selected { } #u32.selected { } #u32_img.mouseOver { } #u32.mouseOver { } #u33 { position:absolute; left:0px; top:4px; width:126px; word-wrap:break-word; } #u34 { position:absolute; left:528px; top:53px; width:126px; height:27px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:18px; color:#999999; text-align:center; } #u34_img { position:absolute; left:0px; top:0px; width:126px; height:27px; } #u34_img.selected { } #u34.selected { } #u34_img.mouseOver { } #u34.mouseOver { } #u35 { position:absolute; left:0px; top:4px; width:126px; word-wrap:break-word; } #u36 { position:absolute; left:142px; top:400px; width:112px; height:112px; font-family:'MyriadApple-Bold', 'Myriad Apple Bold', 'Myriad Apple'; font-weight:700; font-style:normal; } #u36_img { position:absolute; left:0px; top:0px; width:112px; height:112px; } #u37 { position:absolute; left:2px; top:42px; width:108px; word-wrap:break-word; } #u38 { position:absolute; left:306px; top:400px; width:112px; height:112px; font-family:'MyriadApple-Bold', 'Myriad Apple Bold', 'Myriad Apple'; font-weight:700; font-style:normal; } #u38_img { position:absolute; left:0px; top:0px; width:112px; height:112px; } #u39 { position:absolute; left:2px; top:42px; width:108px; word-wrap:break-word; } #u40 { position:absolute; left:468px; top:400px; width:112px; height:112px; font-family:'MyriadApple-Bold', 'Myriad Apple Bold', 'Myriad Apple'; font-weight:700; font-style:normal; } #u40_img { position:absolute; left:0px; top:0px; width:112px; height:112px; } #u41 { position:absolute; left:2px; top:49px; width:108px; word-wrap:break-word; } #u42 { position:absolute; left:632px; top:400px; width:112px; height:112px; font-family:'MyriadApple-Bold', 'Myriad Apple Bold', 'Myriad Apple'; font-weight:700; font-style:normal; } #u42_img { position:absolute; left:0px; top:0px; width:112px; height:112px; } #u43 { position:absolute; left:2px; top:49px; width:108px; word-wrap:break-word; } #u20_state1 { position:absolute; left:0px; top:0px; width:910px; height:520px; visibility:hidden; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-image:none; } #u20_state1_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u44 { position:absolute; left:0px; top:110px; width:870px; height:120px; font-family:'MyriadApple-Medium', 'Myriad Apple Medium', 'Myriad Apple'; font-style:normal; } #u44_img { position:absolute; left:0px; top:0px; width:870px; height:120px; } #u45 { position:absolute; left:0px; top:0px; width:870px; word-wrap:break-word; } #u46 { position:absolute; left:0px; top:199px; width:890px; height:20px; font-family:'MyriadApple-Medium', 'Myriad Apple Medium', 'Myriad Apple'; font-weight:500; font-style:normal; } #u46_img { position:absolute; left:0px; top:0px; width:890px; height:20px; } #u47 { position:absolute; left:0px; top:0px; width:890px; word-wrap:break-word; } #u48 { position:absolute; left:0px; top:45px; width:890px; height:10px; } #u48_start { position:absolute; left:0px; top:-5px; width:18px; height:20px; } #u48_end { position:absolute; left:873px; top:-5px; width:18px; height:20px; } #u48_line { position:absolute; left:0px; top:5px; width:890px; height:1px; } #u49 { position:absolute; left:144px; top:15px; width:601px; height:28px; font-family:'OstrichSansRounded-Medium', 'Ostrich Sans Rounded Medium', 'Ostrich Sans Rounded'; font-weight:500; font-style:normal; font-size:28px; text-align:center; } #u49_img { position:absolute; left:0px; top:0px; width:601px; height:28px; } #u50 { position:absolute; left:0px; top:0px; width:601px; word-wrap:break-word; } #u51 { position:absolute; left:380px; top:53px; width:126px; height:27px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:18px; color:#999999; text-align:center; } #u51_img { position:absolute; left:0px; top:0px; width:126px; height:27px; } #u51_img.selected { } #u51.selected { } #u51_img.mouseOver { } #u51.mouseOver { } #u52 { position:absolute; left:0px; top:4px; width:126px; word-wrap:break-word; } #u53 { position:absolute; left:232px; top:53px; width:126px; height:27px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:18px; color:#999999; text-align:center; } #u53_img { position:absolute; left:0px; top:0px; width:126px; height:27px; } #u53_img.selected { } #u53.selected { } #u53_img.mouseOver { } #u53.mouseOver { } #u54 { position:absolute; left:0px; top:4px; width:126px; word-wrap:break-word; } #u55 { position:absolute; left:528px; top:53px; width:126px; height:27px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:18px; color:#999999; text-align:center; } #u55_img { position:absolute; left:0px; top:0px; width:126px; height:27px; } #u55_img.selected { } #u55.selected { } #u55_img.mouseOver { } #u55.mouseOver { } #u56 { position:absolute; left:0px; top:4px; width:126px; word-wrap:break-word; } #u57 { position:absolute; left:465px; top:190px; width:194px; height:136px; } #u57_img { position:absolute; left:0px; top:0px; width:194px; height:136px; } #u58 { position:absolute; left:2px; top:60px; width:190px; visibility:hidden; word-wrap:break-word; } #u59 { position:absolute; left:669px; top:190px; width:218px; height:136px; } #u59_img { position:absolute; left:0px; top:0px; width:218px; height:136px; } #u60 { position:absolute; left:2px; top:60px; width:214px; visibility:hidden; word-wrap:break-word; } #u61 { position:absolute; left:0px; top:230px; width:446px; height:64px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:14px; } #u61_img { position:absolute; left:0px; top:0px; width:446px; height:64px; } #u62 { position:absolute; left:0px; top:0px; width:446px; word-wrap:break-word; } #u63 { position:absolute; left:465px; top:336px; width:194px; height:122px; } #u63_img { position:absolute; left:0px; top:0px; width:194px; height:122px; } #u64 { position:absolute; left:2px; top:53px; width:190px; visibility:hidden; word-wrap:break-word; } #u65 { position:absolute; left:0px; top:304px; width:890px; height:20px; font-family:'MyriadApple-Medium', 'Myriad Apple Medium', 'Myriad Apple'; font-weight:500; font-style:normal; } #u65_img { position:absolute; left:0px; top:0px; width:890px; height:20px; } #u66 { position:absolute; left:0px; top:0px; width:890px; word-wrap:break-word; } #u67 { position:absolute; left:0px; top:335px; width:446px; height:80px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-style:normal; font-size:14px; } #u67_img { position:absolute; left:0px; top:0px; width:446px; height:80px; } #u68 { position:absolute; left:0px; top:0px; width:446px; word-wrap:break-word; } #u69 { position:absolute; left:669px; top:336px; width:218px; height:122px; } #u69_img { position:absolute; left:0px; top:0px; width:218px; height:122px; } #u70 { position:absolute; left:2px; top:53px; width:214px; visibility:hidden; word-wrap:break-word; } #u71 { position:absolute; left:0px; top:438px; width:890px; height:20px; font-family:'MyriadApple-Medium', 'Myriad Apple Medium', 'Myriad Apple'; font-weight:500; font-style:normal; } #u71_img { position:absolute; left:0px; top:0px; width:890px; height:20px; } #u72 { position:absolute; left:0px; top:0px; width:890px; word-wrap:break-word; } #u73 { position:absolute; left:0px; top:469px; width:720px; height:32px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:14px; } #u73_img { position:absolute; left:0px; top:0px; width:720px; height:32px; } #u74 { position:absolute; left:0px; top:0px; width:720px; word-wrap:break-word; } #u20_state2 { position:absolute; left:0px; top:0px; width:910px; height:520px; visibility:hidden; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-image:none; } #u20_state2_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u75 { position:absolute; left:0px; top:120px; width:890px; height:170px; font-family:'MyriadApple-Medium', 'Myriad Apple Medium', 'Myriad Apple'; font-style:normal; } #u75_img { position:absolute; left:0px; top:0px; width:890px; height:170px; } #u76 { position:absolute; left:0px; top:0px; width:890px; word-wrap:break-word; } #u78 { position:absolute; left:0px; top:45px; width:890px; height:10px; } #u78_start { position:absolute; left:0px; top:-5px; width:18px; height:20px; } #u78_end { position:absolute; left:873px; top:-5px; width:18px; height:20px; } #u78_line { position:absolute; left:0px; top:5px; width:890px; height:1px; } #u79 { position:absolute; left:144px; top:15px; width:601px; height:28px; font-family:'OstrichSansRounded-Medium', 'Ostrich Sans Rounded Medium', 'Ostrich Sans Rounded'; font-weight:500; font-style:normal; font-size:28px; text-align:center; } #u79_img { position:absolute; left:0px; top:0px; width:601px; height:28px; } #u80 { position:absolute; left:0px; top:0px; width:601px; word-wrap:break-word; } #u81 { position:absolute; left:380px; top:53px; width:126px; height:27px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:18px; color:#999999; text-align:center; } #u81_img { position:absolute; left:0px; top:0px; width:126px; height:27px; } #u81_img.selected { } #u81.selected { } #u81_img.mouseOver { } #u81.mouseOver { } #u82 { position:absolute; left:0px; top:4px; width:126px; word-wrap:break-word; } #u83 { position:absolute; left:232px; top:53px; width:126px; height:27px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:18px; color:#999999; text-align:center; } #u83_img { position:absolute; left:0px; top:0px; width:126px; height:27px; } #u83_img.selected { } #u83.selected { } #u83_img.mouseOver { } #u83.mouseOver { } #u84 { position:absolute; left:0px; top:4px; width:126px; word-wrap:break-word; } #u85 { position:absolute; left:528px; top:53px; width:126px; height:27px; font-family:'MyriadApple-Text', 'Myriad Apple Text', 'Myriad Apple'; font-weight:400; font-style:normal; font-size:18px; color:#999999; text-align:center; } #u85_img { position:absolute; left:0px; top:0px; width:126px; height:27px; } #u85_img.selected { } #u85.selected { } #u85_img.mouseOver { } #u85.mouseOver { } #u86 { position:absolute; left:0px; top:4px; width:126px; word-wrap:break-word; } #u87 { position:absolute; left:471px; top:216px; width:403px; height:240px; } #u87_input { position:absolute; left:0px; top:0px; width:403px; height:240px; } #u88 { position:absolute; left:18px; top:216px; width:428px; height:239px; } #u88_img { position:absolute; left:0px; top:0px; width:428px; height:239px; } #u89 { position:absolute; left:2px; top:112px; width:424px; visibility:hidden; word-wrap:break-word; } #u90 { position:absolute; left:193px; top:223px; width:266px; height:24px; } #u90_img { position:absolute; left:0px; top:0px; width:266px; height:24px; } #u91 { position:absolute; left:2px; top:4px; width:262px; visibility:hidden; word-wrap:break-word; }
tryg/sug/hqrbt_qrbn_hpsx.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <link rel='stylesheet' href='../../_script/klli.css' /> <link rel='stylesheet' href='../_themes/klli.css' /> <title>ä÷øáú ÷øáï äôñç</title> <meta name='author' content="" /> <meta name='receiver' content="" /> <meta name='jmQovc' content='tryg/sug/hqrbt_qrbn_hpsx' /> <meta name='tvnit' content='mcwot' /> </head> <body lang='he' class='mcwwt_zmn'><div class='pnim'> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a href='../index.html'>øàùé</a>&gt;<a href='../sug/ecm.html'>îöååú ìôé òöí</a>&gt;<a href='../sug/ecm_bhmh.html'>çéåú</a>&gt;<a href='../sug/ecm_bjr_qwdj.html'>áùø ÷åãù</a>&gt;<a href='../sug/ecm-erua_bjr-psx.html'>áùø ÷åãù - çâ ôñç</a>&gt;</div> <div class='NiwutElyon'><a href='../index.html'>øàùé</a>&gt;<a href='../sug/erua_zmn.html'>îöååú ìôé æîï</a>&gt;<a href='../sug/erua_zmn_zbxy_mwedym.html'>ä÷øáä - æîï</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>ä÷øáú ÷øáï äôñç</h1> <div id='idfields'> </div> <script type='text/javascript' src='../../_script/vars.js'></script> <script type='text/javascript'>kotrt()</script> <ul id='ulbnim'> <li>îöåä: <a href='../mcwa/090.html' class='mcwh'>ìà ìäðéç àîåøé äôñç ìäéôñì áìéðä</a></li> <li>îàîø: <a href='http://www.etzion.org.il/dk/1to899/119daf.htm#Heading2' class='mamr' target='_blank'>ä÷ùø áéï îöååú úôéìéï, îæåæä, ãí äôñç åãí äîéìä<small> / ø' éò÷á îãï -> ãó ÷ùø 119</small></a></li> </ul><!--end--> <script type='text/javascript'>AnalyzeBnim(); ktov_bnim_mcwot('mcwot')</script> <h2 id='tguvot'></h2> <script type='text/javascript'>tguva();txtit()</script> </div><!--pnim--> </body> </html>
html/classSession-members.html
filipe-marques/eagle
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>Eagle PHP Framework: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Eagle PHP Framework &#160;<span id="projectnumber">2.0.0</span> </div> <div id="projectbrief">Discrete PHP Framework for easy and fast development</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="functions.html"><span>Class&#160;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">Session Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classSession.html">Session</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classSession.html#a1661dab5f97e1fb80ba16a1098a73649">delete</a>($key)</td><td class="entry"><a class="el" href="classSession.html">Session</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classSession.html#aa0ff929fe7a40f05c52601f9a412bd8f">exists</a>($key)</td><td class="entry"><a class="el" href="classSession.html">Session</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classSession.html#ac56bfc0d6e5297c29a425aae2c9206d0">flash</a>($key, $message= '')</td><td class="entry"><a class="el" href="classSession.html">Session</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classSession.html#a555ab9c7731c0103b16baf165e34efe8">get</a>($key)</td><td class="entry"><a class="el" href="classSession.html">Session</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classSession.html#ae889db37578e8d7caa71a13e9b40e02c">put</a>($key, $value)</td><td class="entry"><a class="el" href="classSession.html">Session</a></td><td class="entry"><span class="mlabel">static</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Sun Jul 26 2015 13:08:29 for Eagle PHP Framework by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
presentations/fosdem2015/force.html
medialab/manylines
<!-- START SIGMA IMPORTS --> <script src="js/sigma.min.js"></script> <script src="js/sigma.layout.forceAtlas2.min.js"></script> <script src="js/sigma.parsers.json.min.js"></script> <!-- END SIGMA IMPORTS --> <div id="container"> <style> #graph-container { top: 0; bottom: 0; left: 0; right: 0; position: absolute; z-index: 10; } #layout { position: absolute; top: 20px; left: 20px; z-index: 20; } </style> <div id="graph-container"> <button id="layout">Layout</button> </div> </div> <script> /** * Just a simple example to show how to use the sigma.layout.forceAtlas2 * plugin: * * A random graph is generated, such that its nodes are separated in some * distinct clusters. Each cluster has its own color, and the density of * links is stronger inside the clusters. So, we expect the algorithm to * regroup the nodes of each cluster. */ sigma.parsers.json('resources/EuroSiS.json', { container: 'graph-container', settings: { edgeColor: 'default', defaultEdgeColor: '#ccc', defaultEdgeSize: 0.8 } }, function(s) { window.s = s; // Start the ForceAtlas2 algorithm: s.startForceAtlas2({worker: true, barnesHutOptimize: false, iterationsPerRender: 2}); var running = true; document.getElementById('layout').onclick = function() { if (running) s.killForceAtlas2(); else s.startForceAtlas2(); running = !running; }; }); </script>
qt-everywhere-opensource-src-4.7.4/doc/html/widgets-shapedclock-shapedclock-cpp.html
ssangkong/NVRAM_KWU
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.7: shapedclock.cpp Example File (widgets/shapedclock/shapedclock.cpp)</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">shapedclock.cpp Example File</h1> <span class="small-subtitle">widgets/shapedclock/shapedclock.cpp</span> <!-- $$$widgets/shapedclock/shapedclock.cpp-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <span class="comment">/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation ([email protected]) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follows: ** ** &quot;Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: ** * Redistributions of source code must retain the above copyright ** notice, this list of conditions and the following disclaimer. ** * Redistributions in binary form must reproduce the above copyright ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. ** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor ** the names of its contributors may be used to endorse or promote ** products derived from this software without specific prior written ** permission. ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&quot; ** $QT_END_LICENSE$ ** ****************************************************************************/</span> <span class="preprocessor">#include &lt;QtGui&gt;</span> <span class="preprocessor">#include &quot;shapedclock.h&quot;</span> ShapedClock<span class="operator">::</span>ShapedClock(<span class="type"><a href="qwidget.html">QWidget</a></span> <span class="operator">*</span>parent) : <span class="type"><a href="qwidget.html">QWidget</a></span>(parent<span class="operator">,</span> <span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>FramelessWindowHint <span class="operator">|</span> <span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>WindowSystemMenuHint) { <span class="type"><a href="qtimer.html">QTimer</a></span> <span class="operator">*</span>timer <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qtimer.html">QTimer</a></span>(<span class="keyword">this</span>); connect(timer<span class="operator">,</span> SIGNAL(timeout())<span class="operator">,</span> <span class="keyword">this</span><span class="operator">,</span> SLOT(update())); timer<span class="operator">-</span><span class="operator">&gt;</span>start(<span class="number">1000</span>); <span class="type"><a href="qaction.html">QAction</a></span> <span class="operator">*</span>quitAction <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qaction.html">QAction</a></span>(tr(<span class="string">&quot;E&amp;xit&quot;</span>)<span class="operator">,</span> <span class="keyword">this</span>); quitAction<span class="operator">-</span><span class="operator">&gt;</span>setShortcut(tr(<span class="string">&quot;Ctrl+Q&quot;</span>)); connect(quitAction<span class="operator">,</span> SIGNAL(triggered())<span class="operator">,</span> qApp<span class="operator">,</span> SLOT(quit())); addAction(quitAction); setContextMenuPolicy(<span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>ActionsContextMenu); setToolTip(tr(<span class="string">&quot;Drag the clock with the left mouse button.\n&quot;</span> <span class="string">&quot;Use the right mouse button to open a context menu.&quot;</span>)); setWindowTitle(tr(<span class="string">&quot;Shaped Analog Clock&quot;</span>)); } <span class="type">void</span> ShapedClock<span class="operator">::</span>mousePressEvent(<span class="type"><a href="qmouseevent.html">QMouseEvent</a></span> <span class="operator">*</span>event) { <span class="keyword">if</span> (event<span class="operator">-</span><span class="operator">&gt;</span>button() <span class="operator">=</span><span class="operator">=</span> <span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>LeftButton) { dragPosition <span class="operator">=</span> event<span class="operator">-</span><span class="operator">&gt;</span>globalPos() <span class="operator">-</span> frameGeometry()<span class="operator">.</span>topLeft(); event<span class="operator">-</span><span class="operator">&gt;</span>accept(); } } <span class="type">void</span> ShapedClock<span class="operator">::</span>mouseMoveEvent(<span class="type"><a href="qmouseevent.html">QMouseEvent</a></span> <span class="operator">*</span>event) { <span class="keyword">if</span> (event<span class="operator">-</span><span class="operator">&gt;</span>buttons() <span class="operator">&amp;</span> <span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>LeftButton) { move(event<span class="operator">-</span><span class="operator">&gt;</span>globalPos() <span class="operator">-</span> dragPosition); event<span class="operator">-</span><span class="operator">&gt;</span>accept(); } } <span class="type">void</span> ShapedClock<span class="operator">::</span>paintEvent(<span class="type"><a href="qpaintevent.html">QPaintEvent</a></span> <span class="operator">*</span>) { <span class="keyword">static</span> <span class="keyword">const</span> <span class="type"><a href="qpoint.html">QPoint</a></span> hourHand<span class="operator">[</span><span class="number">3</span><span class="operator">]</span> <span class="operator">=</span> { <span class="type"><a href="qpoint.html">QPoint</a></span>(<span class="number">7</span><span class="operator">,</span> <span class="number">8</span>)<span class="operator">,</span> <span class="type"><a href="qpoint.html">QPoint</a></span>(<span class="operator">-</span><span class="number">7</span><span class="operator">,</span> <span class="number">8</span>)<span class="operator">,</span> <span class="type"><a href="qpoint.html">QPoint</a></span>(<span class="number">0</span><span class="operator">,</span> <span class="operator">-</span><span class="number">40</span>) }; <span class="keyword">static</span> <span class="keyword">const</span> <span class="type"><a href="qpoint.html">QPoint</a></span> minuteHand<span class="operator">[</span><span class="number">3</span><span class="operator">]</span> <span class="operator">=</span> { <span class="type"><a href="qpoint.html">QPoint</a></span>(<span class="number">7</span><span class="operator">,</span> <span class="number">8</span>)<span class="operator">,</span> <span class="type"><a href="qpoint.html">QPoint</a></span>(<span class="operator">-</span><span class="number">7</span><span class="operator">,</span> <span class="number">8</span>)<span class="operator">,</span> <span class="type"><a href="qpoint.html">QPoint</a></span>(<span class="number">0</span><span class="operator">,</span> <span class="operator">-</span><span class="number">70</span>) }; <span class="type"><a href="qcolor.html">QColor</a></span> hourColor(<span class="number">127</span><span class="operator">,</span> <span class="number">0</span><span class="operator">,</span> <span class="number">127</span>); <span class="type"><a href="qcolor.html">QColor</a></span> minuteColor(<span class="number">0</span><span class="operator">,</span> <span class="number">127</span><span class="operator">,</span> <span class="number">127</span><span class="operator">,</span> <span class="number">191</span>); <span class="type">int</span> side <span class="operator">=</span> <a href="qtglobal.html#qMin">qMin</a>(width()<span class="operator">,</span> height()); <span class="type"><a href="qtime.html">QTime</a></span> time <span class="operator">=</span> <span class="type"><a href="qtime.html">QTime</a></span><span class="operator">::</span>currentTime(); <span class="type"><a href="qpainter.html">QPainter</a></span> painter(<span class="keyword">this</span>); painter<span class="operator">.</span>setRenderHint(<span class="type"><a href="qpainter.html">QPainter</a></span><span class="operator">::</span>Antialiasing); painter<span class="operator">.</span>translate(width() <span class="operator">/</span> <span class="number">2</span><span class="operator">,</span> height() <span class="operator">/</span> <span class="number">2</span>); painter<span class="operator">.</span>scale(side <span class="operator">/</span> <span class="number">200.0</span><span class="operator">,</span> side <span class="operator">/</span> <span class="number">200.0</span>); painter<span class="operator">.</span>setPen(<span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>NoPen); painter<span class="operator">.</span>setBrush(hourColor); painter<span class="operator">.</span>save(); painter<span class="operator">.</span>rotate(<span class="number">30.0</span> <span class="operator">*</span> ((time<span class="operator">.</span>hour() <span class="operator">+</span> time<span class="operator">.</span>minute() <span class="operator">/</span> <span class="number">60.0</span>))); painter<span class="operator">.</span>drawConvexPolygon(hourHand<span class="operator">,</span> <span class="number">3</span>); painter<span class="operator">.</span>restore(); painter<span class="operator">.</span>setPen(hourColor); <span class="keyword">for</span> (<span class="type">int</span> i <span class="operator">=</span> <span class="number">0</span>; i <span class="operator">&lt;</span> <span class="number">12</span>; <span class="operator">+</span><span class="operator">+</span>i) { painter<span class="operator">.</span>drawLine(<span class="number">88</span><span class="operator">,</span> <span class="number">0</span><span class="operator">,</span> <span class="number">96</span><span class="operator">,</span> <span class="number">0</span>); painter<span class="operator">.</span>rotate(<span class="number">30.0</span>); } painter<span class="operator">.</span>setPen(<span class="type"><a href="qt.html">Qt</a></span><span class="operator">::</span>NoPen); painter<span class="operator">.</span>setBrush(minuteColor); painter<span class="operator">.</span>save(); painter<span class="operator">.</span>rotate(<span class="number">6.0</span> <span class="operator">*</span> (time<span class="operator">.</span>minute() <span class="operator">+</span> time<span class="operator">.</span>second() <span class="operator">/</span> <span class="number">60.0</span>)); painter<span class="operator">.</span>drawConvexPolygon(minuteHand<span class="operator">,</span> <span class="number">3</span>); painter<span class="operator">.</span>restore(); painter<span class="operator">.</span>setPen(minuteColor); <span class="keyword">for</span> (<span class="type">int</span> j <span class="operator">=</span> <span class="number">0</span>; j <span class="operator">&lt;</span> <span class="number">60</span>; <span class="operator">+</span><span class="operator">+</span>j) { <span class="keyword">if</span> ((j <span class="operator">%</span> <span class="number">5</span>) <span class="operator">!</span><span class="operator">=</span> <span class="number">0</span>) painter<span class="operator">.</span>drawLine(<span class="number">92</span><span class="operator">,</span> <span class="number">0</span><span class="operator">,</span> <span class="number">96</span><span class="operator">,</span> <span class="number">0</span>); painter<span class="operator">.</span>rotate(<span class="number">6.0</span>); } } <span class="type">void</span> ShapedClock<span class="operator">::</span>resizeEvent(<span class="type"><a href="qresizeevent.html">QResizeEvent</a></span> <span class="operator">*</span> <span class="comment">/* event */</span>) { <span class="type">int</span> side <span class="operator">=</span> <a href="qtglobal.html#qMin">qMin</a>(width()<span class="operator">,</span> height()); <span class="type"><a href="qregion.html">QRegion</a></span> maskedRegion(width() <span class="operator">/</span> <span class="number">2</span> <span class="operator">-</span> side <span class="operator">/</span> <span class="number">2</span><span class="operator">,</span> height() <span class="operator">/</span> <span class="number">2</span> <span class="operator">-</span> side <span class="operator">/</span> <span class="number">2</span><span class="operator">,</span> side<span class="operator">,</span> side<span class="operator">,</span> <span class="type"><a href="qregion.html">QRegion</a></span><span class="operator">::</span>Ellipse); setMask(maskedRegion); } <span class="type"><a href="qsize.html">QSize</a></span> ShapedClock<span class="operator">::</span>sizeHint() <span class="keyword">const</span> { <span class="keyword">return</span> <span class="type"><a href="qsize.html">QSize</a></span>(<span class="number">100</span><span class="operator">,</span> <span class="number">100</span>); }</pre> </div> <!-- @@@widgets/shapedclock/shapedclock.cpp --> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
docs/documentation/dir_3e2cfa8511b7b1b93eabb3c36882e3bb.html
clement-chollet/Easy-Video-Edition
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Easy video edition: EasyVideoEdition/obj/Debug/View Directory Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <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">Easy video edition &#160;<span id="projectnumber">0.9.30</span> </div> <div id="projectbrief">WPF application for video edition</div> </td> <td> <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> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> </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('dir_3e2cfa8511b7b1b93eabb3c36882e3bb.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">View Directory Reference</div> </div> </div><!--header--> <div class="contents"> </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_c59f98b817d6c47658a954dc2ff43082.html">EasyVideoEdition</a></li><li class="navelem"><a class="el" href="dir_64f9e0baa858bc2a1764694dbebbd51d.html">obj</a></li><li class="navelem"><a class="el" href="dir_8bd05a3cf97a9d6b4bae7f96017b38de.html">Debug</a></li><li class="navelem"><a class="el" href="dir_3e2cfa8511b7b1b93eabb3c36882e3bb.html">View</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
third-party/gstreamer/gst-plugins-base/docs/plugins/html/gst-plugins-base-plugins-vorbisdec.html
cpopescu/whispermedialib
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>vorbisdec</title> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> <link rel="start" href="index.html" title="GStreamer Base Plugins 0.10 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-base Elements"> <link rel="prev" href="gst-plugins-base-plugins-volume.html" title="volume"> <link rel="next" href="gst-plugins-base-plugins-vorbisenc.html" title="vorbisenc"> <meta name="generator" content="GTK-Doc V1.10 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="chapter" href="ch01.html" title="gst-plugins-base Elements"> <link rel="chapter" href="ch02.html" title="gst-plugins-base Plugins"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="gst-plugins-base-plugins-volume.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">GStreamer Base Plugins 0.10 Plugins Reference Manual</th> <td><a accesskey="n" href="gst-plugins-base-plugins-vorbisenc.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"><nobr><a href="#gst-plugins-base-plugins-vorbisdec.synopsis" class="shortcut">Top</a>  |  <a href="#gst-plugins-base-plugins-vorbisdec.description" class="shortcut">Description</a>  |  <a href="#gst-plugins-base-plugins-vorbisdec.object-hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr> </table> <div class="refentry" lang="en"> <a name="gst-plugins-base-plugins-vorbisdec"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="gst-plugins-base-plugins-vorbisdec.top_of_page"></a>vorbisdec</span></h2> <p>vorbisdec — a decoder that decodes Vorbis to raw audio</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <a name="gst-plugins-base-plugins-vorbisdec.synopsis"></a><h2>Synopsis</h2> <a name="GstVorbisDec"></a><pre class="synopsis"> <a class="link" href="gst-plugins-base-plugins-vorbisdec.html#GstVorbisDec-struct" title="GstVorbisDec">GstVorbisDec</a>; </pre> </div> <div class="refsect1" lang="en"> <a name="gst-plugins-base-plugins-vorbisdec.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> GObject +----GstObject +----GstElement +----GstVorbisDec </pre> </div> <div class="refsect1" lang="en"> <a name="gst-plugins-base-plugins-vorbisdec.description"></a><h2>Description</h2> <p> </p> <div class="refsect2" lang="en"> <a name="id2613577"></a><h3>Example pipelines</h3> <p> This element decodes a Vorbis stream to raw float audio. <a class="ulink" href="http://www.vorbis.com/" target="_top">Vorbis</a> is a royalty-free audio codec maintained by the <a class="ulink" href="http://www.xiph.org/" target="_top">Xiph.org Foundation</a>. </p> <p> </p> <pre class="programlisting"> gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! alsasink </pre> <p> Decode an Ogg/Vorbis. To create an Ogg/Vorbis file refer to the documentation of vorbisenc. </p> </div> <p> </p> <p> Last reviewed on 2006-03-01 (0.10.4)</p> <div class="refsect2" lang="en"> <a name="id2601897"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">plugin</span></p></td> <td> <a class="link" href="gst-plugins-base-plugins-plugin-vorbis.html#plugin-vorbis">vorbis</a> </td> </tr> <tr> <td><p><span class="term">author</span></p></td> <td>Benjamin Otte &lt;[email protected]&gt;</td> </tr> <tr> <td><p><span class="term">class</span></p></td> <td>Codec/Decoder/Audio</td> </tr> </tbody> </table></div> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">name</span></p></td> <td>sink</td> </tr> <tr> <td><p><span class="term">direction</span></p></td> <td>sink</td> </tr> <tr> <td><p><span class="term">presence</span></p></td> <td>always</td> </tr> <tr> <td><p><span class="term">details</span></p></td> <td>audio/x-vorbis</td> </tr> </tbody> </table></div> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">name</span></p></td> <td>src</td> </tr> <tr> <td><p><span class="term">direction</span></p></td> <td>source</td> </tr> <tr> <td><p><span class="term">presence</span></p></td> <td>always</td> </tr> <tr> <td><p><span class="term">details</span></p></td> <td>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 256 ], endianness=(int)1234, width=(int)32</td> </tr> </tbody> </table></div> </div> <p> </p> </div> <div class="refsect1" lang="en"> <a name="gst-plugins-base-plugins-vorbisdec.details"></a><h2>Details</h2> <div class="refsect2" lang="en"> <a name="GstVorbisDec-struct"></a><h3>GstVorbisDec</h3> <pre class="programlisting">typedef struct _GstVorbisDec GstVorbisDec;</pre> <p> Opaque data structure.</p> <p> </p> </div> </div> <div class="refsect1" lang="en"> <a name="gst-plugins-base-plugins-vorbisdec.see-also"></a><h2>See Also</h2> vorbisenc, oggdemux </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.10</div> </body> </html>
lib/net/frozencode/jniolib/server/class-use/JNioSSLChannel.html
Arcbe/GPVM
<!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) on Mon Apr 21 21:33:54 CDT 2014 --> <title>Uses of Class net.frozencode.jniolib.server.JNioSSLChannel</title> <meta name="date" content="2014-04-21"> <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 net.frozencode.jniolib.server.JNioSSLChannel"; } } 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="../../../../../net/frozencode/jniolib/server/JNioSSLChannel.html" title="class in net.frozencode.jniolib.server">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?net/frozencode/jniolib/server/class-use/JNioSSLChannel.html" target="_top">Frames</a></li> <li><a href="JNioSSLChannel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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.frozencode.jniolib.server.JNioSSLChannel" class="title">Uses of Class<br>net.frozencode.jniolib.server.JNioSSLChannel</h2> </div> <div class="classUseContainer">No usage of net.frozencode.jniolib.server.JNioSSLChannel</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="../../../../../net/frozencode/jniolib/server/JNioSSLChannel.html" title="class in net.frozencode.jniolib.server">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?net/frozencode/jniolib/server/class-use/JNioSSLChannel.html" target="_top">Frames</a></li> <li><a href="JNioSSLChannel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
pl/doc/Manual/softlicense.html
nhesusrz/EditorDePlanes
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>SWI-Prolog 5.7.14 Reference Manual: Section E.3</TITLE><LINK REL=home HREF="index.html"> <LINK REL=contents HREF="Contents.html"> <LINK REL=index HREF="DocIndex.html"> <LINK REL=summary HREF="summary.html"> <LINK REL=previous HREF="contrib.html"> <LINK REL=next HREF="summary.html"> <STYLE type="text/css"> /* Style sheet for SWI-Prolog latex2html */ dd.defbody { margin-bottom: 1em; } dt.pubdef { background-color: #c5e1ff; } .bib dd { margin-bottom: 1em; } .bib dt { float: left; margin-right: 1.3ex; } pre.code { margin-left: 1.5em; margin-right: 1.5em; border: 1px dotted; padding-top: 5px; padding-left: 5px; padding-bottom: 5px; background-color: #f8f8f8; } div.navigate { text-align: center; background-color: #f0f0f0; border: 1px dotted; padding: 5px; } div.title { text-align: center; padding-bottom: 1em; font-size: 200%; font-weight: bold; } div.author { text-align: center; font-style: italic; } div.abstract { margin-top: 2em; background-color: #f0f0f0; border: 1px dotted; padding: 5px; margin-left: 10%; margin-right:10%; } div.abstract-title { text-align: center; padding: 5px; font-size: 120%; font-weight: bold; } div.toc-h1 { font-size: 200%; font-weight: bold; } div.toc-h2 { font-size: 120%; font-weight: bold; margin-left: 2em; } div.toc-h3 { font-size: 100%; font-weight: bold; margin-left: 4em; } div.toc-h4 { font-size: 100%; margin-left: 6em; } span.sec-nr { } span.sec-title { } span.pred-ext { font-weight: bold; } span.pred-tag { float: right; font-size: 80%; font-style: italic; color: #202020; } /* Footnotes */ sup.fn { color: blue; text-decoration: underline; } span.fn-text { display: none; } sup.fn span {display: none;} sup:hover span { display: block !important; position: absolute; top: auto; left: auto; width: 80%; color: #000; background: white; border: 2px solid; padding: 5px; margin: 10px; z-index: 100; font-size: smaller; } </STYLE> </HEAD> <BODY BGCOLOR="white"> <DIV class="navigate"><A class="nav" href="index.html"><IMG SRC="home.gif" BORDER=0 ALT="Home"></A> <A class="nav" href="Contents.html"><IMG SRC="index.gif" BORDER=0 ALT="Contents"></A> <A class="nav" href="DocIndex.html"><IMG SRC="yellow_pages.gif" BORDER=0 ALT="Index"></A> <A class="nav" href="summary.html"><IMG SRC="info.gif" BORDER=0 ALT="Summary"></A> <A class="nav" href="contrib.html"><IMG SRC="prev.gif" BORDER=0 ALT="Previous"></A> <A class="nav" href="summary.html"><IMG SRC="next.gif" BORDER=0 ALT="Next"></A> </DIV> <H2><A NAME="sec:E.3"><SPAN class="sec-nr">E.3</SPAN> <SPAN class="sec-title">Software support to keep track of license conditions</SPAN></A></H2> <A NAME="sec:softlicense"></A> <P>Given the above, it is possible that SWI-Prolog packages and extensions will rely on the GPL.<SUP class="fn">88<SPAN class="fn-text">On the Unix version, the default toplevel uses the GNU readline library for command-line editing. This library is distributed under the GPL. In practice this problem is small as most final applications have Prolog embedded, without direct access to the commandline and therefore without need for <CODE>libreadline</CODE>.</SPAN></SUP> The predicates below allow for registering license requirements for Prolog files and foreign modules. The predicate <A NAME="idx:evallicense0:1701"></A><A class="pred" href="softlicense.html#eval_license/0">eval_license/0</A> reports which components from the currenly configured system are distributed under copy-left and open source enforcing licenses (the GPL) and therefore must be replaced before distributing linked applications under non-free license conditions. <DL> <DT class="pubdef"><A NAME="eval_license/0"><STRONG>eval_license</STRONG></A></DT> <DD class="defbody"> Evaluate the license conditions of all loaded components. If the system contains one or more components that are licenced under GPL-like restrictions the system indicates this program may only be distributed under the <CODE>GPL</CODE> license as well as which components prohibit the use of other license conditions.</DD> <DT class="pubdef"><A NAME="license/2"><STRONG>license</STRONG>(<VAR>+LicenseId, +Component</VAR>)</A></DT> <DD class="defbody"> Register the fact that <VAR>Component</VAR> is distributed under a license identified by <VAR>LicenseId</VAR>. The most important <VAR>LicenseId</VAR>'s are: <DL> <DT><STRONG>swipl</STRONG></DT> <DD class="defbody"> Indicates this module is distributed under the GNU General Public License (GPL) with the SWI-Prolog exception:<SUP class="fn">89<SPAN class="fn-text">This exception is a straight re-phrasing of the license used for <CODE>libgcc</CODE>, the GNU-C runtime library facing similar technical issues.</SPAN></SUP> <BLOCKQUOTE><I>As a special exception, if you link this library with other files, compiled with SWI-Prolog, to produce an executable, this library does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. </I></BLOCKQUOTE> <P>This should be the default for software contributed to the SWI-Prolog project as it allows the community to prosper both in the free and non-free world. Still, people using SWI-Prolog to create non-free applications must contribute sources to improvements they make to the community.</DD> <DT><STRONG>lgpl</STRONG></DT> <DD class="defbody"> This is the default license for foreign-libraries linked with SWI-Prolog. Use <A class="func" href="softlicense.html#PL_license()">PL_license()</A> to register the condition from foreign code.</DD> <DT><STRONG>gpl</STRONG></DT> <DD class="defbody"> Indicates this module is strictly Free Software, which implies it cannot be used together with any module that is incompatible with the GPL. Please only use these conditions when forced by other code used in the component. </DD> </DL> <P>Other licenses known to the system are <CODE>guile</CODE>, <CODE>gnu_ada</CODE>, <CODE>x11</CODE>, <CODE>expat</CODE>, <CODE>sml</CODE>, <CODE>public_domain</CODE>, <CODE>cryptix</CODE>, <CODE>bsd</CODE>, <CODE>zlib</CODE>, constlgpl_compatible and <CODE>gpl_compatible</CODE>. New licenses can be defined by adding clauses for the multifile predicate license:license/3. Below is an example. The second argument is either <CODE>gpl</CODE> or <CODE>lgpl</CODE> to indicate compatibility with these licenses. Other values cause the license to interpreted as <EM>proprietary</EM>. Proprietary licenses are reported by <A NAME="idx:evallicense0:1702"></A><A class="pred" href="softlicense.html#eval_license/0">eval_license/0</A>. See the file <CODE>boot/license.pl</CODE> for details. <PRE class="code"> :- multifile license:license/3. license:license(mylicense, lgpl, [ comment('My personal license'), url('http://www.mine.org/license.html') ]). :- license(mylicense). </PRE> </DD> <DT class="pubdef"><A NAME="license/1"><STRONG>license</STRONG>(<VAR>+LicenseId</VAR>)</A></DT> <DD class="defbody"> Intented as a directive in Prolog source files. It takes the current filename and calls <A NAME="idx:license2:1703"></A><A class="pred" href="softlicense.html#license/2">license/2</A>.</DD> <DT class="pubdef"><A NAME="PL_license()"><VAR>void</VAR> <STRONG>PL_license</STRONG>(<VAR>const char *LicenseId, const char *Component</VAR>)</A></DT> <DD class="defbody"> Intended for the install() procedure of foreign libraries. This call can be made <EM>before</EM> <A class="func" href="foreigninclude.html#PL_initialise()">PL_initialise()</A>. </DD> </DL> </BODY></HTML>
tnk1/ljon/jorj/lwz1.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <title>ìåæ1</title> <link rel='stylesheet' type='text/css' href='../../../_script/klli.css' /> <link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' /> <meta name='author' content="" /> <meta name='receiver' content="" /> <meta name='jmQovc' content="tnk1/ljon/jorj/lwz1" /> <meta name='tvnit' content="tnk_jorj" /> <meta name='description' lang='he' content="ìåæ1" /> <meta name='description' lang='en' content="this page is in Hebrew" /> <meta name='keywords' lang='he' content="ìåæ1 áúð&quot;ê,ìåæ1" /> </head> <!-- PHP Programming by Erel Segal - Rent a Brain http://tora.us.fm/rentabrain --> <body lang='he' dir='rtl' id = 'tnk1_ljon_jorj_lwz1' class='jzmj tnk_jorj'> <div class='pnim'> <script type='text/javascript' src='../../../_script/vars.js'></script> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/ljon/index.html'>ìùåï äî÷øà</a>&gt;<a href='../../../tnk1/ljon/jorj/index.html'>ùåøùéí</a>&gt;<a href='../../../tnk1/ljon/jorj/lwz.html'>ìåæ</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>ìåæ1</h1> <div id='idfields'> <p>÷åã: ìåæ1 áúð"ê</p> <p>ñåâ: ùæîù</p> <p>îàú: </p> <p>àì: </p> </div> <script type='text/javascript'>kotrt()</script> <ul id='ulbnim'> <li>äâãøä_ëììéú: <a href='../../../tnk1/kma/qjrim1/lz.html' class='hgdrh_kllyt dor1'>= òðééðå òéååú åäñúøä<small> / àøàì -> ñâìåú îùìé</small></a></li> <li>ôåòì: <span class='pwel dor1'>äìéæ (äôòéì)</span>&nbsp;&nbsp;&nbsp; <div class='dor2'> <a href='../../../tnk1/kma/qjrim1/lz.html' class='hgdrh' title='ðìåæ='>= ñø åðñúø</a> <span class='hgdrh'>= òì-ãøê çñøé ô-ð.</span>&nbsp;&nbsp; </div><!--dor2--> </li> <li>ôåòì: <span class='pwel dor1'>ìæ (ôòì)</span>&nbsp;&nbsp;&nbsp; <div class='dor2'> <a href='../../../tnk1/kma/qjrim1/lz.html' class='hgdrh' title='ðìåæ='>= ñø åðñúø</a> <span class='hgdrh'>[ø÷ áòúéã "éìåæå"].</span>&nbsp;&nbsp; </div><!--dor2--> </li> <li>îåôùè: <span class='mwpjf dor1'>ìæåú (îåôùè)</span>&nbsp;&nbsp;&nbsp; <div class='dor2'> <span class='hgdrh'>= òì-ãøê ðçé ì-ä.</span>&nbsp;&nbsp; </div><!--dor2--> </li> <li>ôåòì: <span class='pwel dor1'>ðìåæ (ðôòì)</span>&nbsp;&nbsp;&nbsp; <div class='dor2'> <a href='../../../tnk1/kma/qjrim1/lz.html' class='hgdrh' title='ðìåæ='>= àãí ùäúðäâåúå îòååúú, äîñúéø àú îòùéå</a> <span class='hgdrh'>[ø÷ ááéðåðé].</span>&nbsp;&nbsp; </div><!--dor2--> </li> <li>öéìåí: <span class='cylwm dor1'><img src='' /></span>&nbsp;&nbsp;</li> <li>îàîø: <a href='../../../tnk1/ktuv/mjly/tkjitim.html' class='mamr dor1'>úëùéèéí ëîùì ìçëîä<small> / àøàì -> ñâìåú îùìé</small></a></li> </ul><!--end--> <script type='text/javascript'> AnalyzeBnim(); ktov_bnim_jorj(); </script> <h2 id='tguvot'>úåñôåú åúâåáåú</h2> <script type='text/javascript'>ktov_bnim_axrim("<"+"ul>","</"+"ul>")</script> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body> </html>
qt-everywhere-opensource-src-4.7.4/doc/html/activeqt-opengl.html
ssangkong/NVRAM_KWU
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- opengl.qdoc --> <title>Qt 4.7: OpenGL Example (ActiveQt)</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="all-examples.html">Examples</a></li> <li>OpenGL Example (ActiveQt)</li> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">OpenGL Example (ActiveQt)</h1> <span class="subtitle"></span> <!-- $$$activeqt/opengl-description --> <div class="descr"> <a name="details"></a> <p>Files:</p> <ul> <li><a href="activeqt-opengl-glbox-cpp.html">activeqt/opengl/glbox.cpp</a></li> <li><a href="activeqt-opengl-glbox-h.html">activeqt/opengl/glbox.h</a></li> <li><a href="activeqt-opengl-globjwin-cpp.html">activeqt/opengl/globjwin.cpp</a></li> <li><a href="activeqt-opengl-globjwin-h.html">activeqt/opengl/globjwin.h</a></li> <li><a href="activeqt-opengl-main-cpp.html">activeqt/opengl/main.cpp</a></li> <li><a href="activeqt-opengl-opengl-pro.html">activeqt/opengl/opengl.pro</a></li> </ul> <p>The OpenGL example demonstrates the use of the default factory and <a href="qaxfactory.html#isServer">QAxFactory::isServer</a>(), and the implementation of an additional COM interface using <a href="qaxbindable.html">QAxBindable</a> and <a href="qaxaggregated.html">QAxAggregated</a>. The server executable can run both as an ActiveX server and as a stand-alone application.</p> <p>The ActiveX control in this example uses the QGlWidget class in Qt to render an OpenGL scene in an ActiveX. The control exposes a few methods to change the scene.</p> <p>The application uses the default factory as provided by the QAXFACTORY_DEFAULT macro to expose the <tt>GLBox</tt> widget as an ActiveX control.</p> <pre class="cpp"> <span class="preprocessor">#include &lt;QAxFactory&gt;</span> <a href="qaxfactory.html#QAXFACTORY_DEFAULT">QAXFACTORY_DEFAULT</a>( GLBox<span class="operator">,</span> <span class="string">&quot;{5fd9c22e-ed45-43fa-ba13-1530bb6b03e0}&quot;</span><span class="operator">,</span> <span class="string">&quot;{33b051af-bb25-47cf-a390-5cfd2987d26a}&quot;</span><span class="operator">,</span> <span class="string">&quot;{8c996c29-eafa-46ac-a6f9-901951e765b5}&quot;</span><span class="operator">,</span> <span class="string">&quot;{2c3c183a-eeda-41a4-896e-3d9c12c3577d}&quot;</span><span class="operator">,</span> <span class="string">&quot;{83e16271-6480-45d5-aaf1-3f40b7661ae4}&quot;</span> )</pre> <p>The implementation of <tt>main</tt> initializes the <a href="qapplication.html">QApplication</a> object, and uses <tt>QAxFactory::isServer()</tt> to determine whether or not it is appropriate to create and show the application interface.</p> <pre class="cpp"> <span class="comment">/* The main program is here. */</span> <span class="type">int</span> main( <span class="type">int</span> argc<span class="operator">,</span> <span class="type">char</span> <span class="operator">*</span><span class="operator">*</span>argv ) { <span class="type"><a href="qapplication.html">QApplication</a></span><span class="operator">::</span>setColorSpec( <span class="type"><a href="qapplication.html">QApplication</a></span><span class="operator">::</span>CustomColor ); <span class="type"><a href="qapplication.html">QApplication</a></span> a(argc<span class="operator">,</span>argv); <span class="keyword">if</span> ( <span class="operator">!</span><span class="type"><a href="qglformat.html">QGLFormat</a></span><span class="operator">::</span>hasOpenGL() ) { <a href="qtglobal.html#qWarning">qWarning</a>( <span class="string">&quot;This system has no OpenGL support. Exiting.&quot;</span> ); <span class="keyword">return</span> <span class="operator">-</span><span class="number">1</span>; } <span class="keyword">if</span> ( <span class="operator">!</span><span class="type"><a href="qaxfactory.html">QAxFactory</a></span><span class="operator">::</span>isServer() ) { GLObjectWindow w; w<span class="operator">.</span>resize( <span class="number">400</span><span class="operator">,</span> <span class="number">350</span> ); w<span class="operator">.</span>show(); <span class="keyword">return</span> a<span class="operator">.</span>exec(); } <span class="keyword">return</span> a<span class="operator">.</span>exec(); }</pre> <p>The <tt>GLBox</tt> class inherits from both the <a href="qglwidget.html">QGLWidget</a> class to be able to render OpenGL, and from <a href="qaxbindable.html">QAxBindable</a>.</p> <pre class="cpp"> <span class="preprocessor">#include &lt;QAxBindable&gt;</span> <span class="keyword">class</span> GLBox : <span class="keyword">public</span> <span class="type"><a href="qglwidget.html">QGLWidget</a></span><span class="operator">,</span> <span class="keyword">public</span> <span class="type"><a href="qaxbindable.html">QAxBindable</a></span> { Q_OBJECT</pre> <p>The class reimplements the <a href="qaxbindable.html#createAggregate">QAxBindable::createAggregate</a>() function from <a href="qaxbindable.html">QAxBindable</a> to return the pointer to a <a href="qaxaggregated.html">QAxAggregated</a> object.</p> <pre class="cpp"> <span class="keyword">public</span>: GLBox( <span class="type"><a href="qwidget.html">QWidget</a></span><span class="operator">*</span> parent<span class="operator">,</span> <span class="keyword">const</span> <span class="type">char</span><span class="operator">*</span> name <span class="operator">=</span> <span class="number">0</span> ); <span class="operator">~</span>GLBox(); <span class="type"><a href="qaxaggregated.html">QAxAggregated</a></span> <span class="operator">*</span>createAggregate(); <span class="keyword">public</span> <span class="keyword">slots</span>: <span class="type">void</span> setXRotation( <span class="type">int</span> degrees );</pre> <p>The rest of the class declaration and the implementation of the OpenGL rendering is identical to the original &quot;box&quot; example.</p> <p>The implementation file of the <tt>GLBox</tt> class includes the <tt>objsafe.h</tt> system header, in which the <tt>IObjectSafety</tt> COM interface is defined.</p> <pre class="cpp"> <span class="preprocessor">#include &lt;objsafe.h&gt;</span></pre> <p>A class <tt>ObjectSafetyImpl</tt> is declared using multiple inheritance to subclass the <a href="qaxaggregated.html">QAxAggregated</a> class, and to implement the IObjectSafety interface.</p> <pre class="cpp"> <span class="keyword">class</span> ObjectSafetyImpl : <span class="keyword">public</span> <span class="type"><a href="qaxaggregated.html">QAxAggregated</a></span><span class="operator">,</span> <span class="keyword">public</span> IObjectSafety { <span class="keyword">public</span>:</pre> <p>The class declares a default constructor, and implements the queryInterface function to support the IObjectSafety interface.</p> <pre class="cpp"> ObjectSafetyImpl() {} <span class="type">long</span> queryInterface( <span class="keyword">const</span> <span class="type"><a href="quuid.html">QUuid</a></span> <span class="operator">&amp;</span>iid<span class="operator">,</span> <span class="type">void</span> <span class="operator">*</span><span class="operator">*</span>iface ) { <span class="operator">*</span>iface <span class="operator">=</span> <span class="number">0</span>; <span class="keyword">if</span> ( iid <span class="operator">=</span><span class="operator">=</span> IID_IObjectSafety ) <span class="operator">*</span>iface <span class="operator">=</span> (IObjectSafety<span class="operator">*</span>)<span class="keyword">this</span>; <span class="keyword">else</span> <span class="keyword">return</span> E_NOINTERFACE; AddRef(); <span class="keyword">return</span> S_OK; }</pre> <p>Since every COM interface inherits <tt>IUnknown</tt> the <tt>QAXAGG_IUNKNOWN</tt> macro is used to provide the default implementation of the <tt>IUnknown</tt> interface. The macro is defined to delegate all calls to <tt>QueryInterface</tt>, <tt>AddRef</tt> and <tt>Release</tt> to the interface returned by the controllingUnknown() function.</p> <pre class="cpp"> QAXAGG_IUNKNOWN;</pre> <p>The implementation of the <tt>IObjectSafety</tt> interface provides the caller with information about supported and enabled safety options, and returns <tt>S_OK</tt> for all calls to indicate that the ActiveX control is safe.</p> <pre class="cpp"> HRESULT WINAPI GetInterfaceSafetyOptions( REFIID riid<span class="operator">,</span> DWORD <span class="operator">*</span>pdwSupportedOptions<span class="operator">,</span> DWORD <span class="operator">*</span>pdwEnabledOptions ) { <span class="operator">*</span>pdwSupportedOptions <span class="operator">=</span> INTERFACESAFE_FOR_UNTRUSTED_DATA <span class="operator">|</span> INTERFACESAFE_FOR_UNTRUSTED_CALLER; <span class="operator">*</span>pdwEnabledOptions <span class="operator">=</span> INTERFACESAFE_FOR_UNTRUSTED_DATA <span class="operator">|</span> INTERFACESAFE_FOR_UNTRUSTED_CALLER; <span class="keyword">return</span> S_OK; } HRESULT WINAPI SetInterfaceSafetyOptions( REFIID riid<span class="operator">,</span> DWORD pdwSupportedOptions<span class="operator">,</span> DWORD pdwEnabledOptions ) { <span class="keyword">return</span> S_OK; } };</pre> <p>The implementation of the <tt>createAggregate()</tt> function just returns a new <tt>ObjectSafetyImpl</tt> object.</p> <pre class="cpp"> <span class="type"><a href="qaxaggregated.html">QAxAggregated</a></span> <span class="operator">*</span>GLBox<span class="operator">::</span>createAggregate() { <span class="keyword">return</span> <span class="keyword">new</span> ObjectSafetyImpl(); }</pre> <p>To build the example you must first build the <a href="qaxserver.html">QAxServer</a> library. Then run <tt>qmake</tt> and your make tool in <tt>examples/activeqt/wrapper</tt>.</p> <p>The <a href="qaxserver-demo-opengl.html">demonstration</a> requires your WebBrowser to support ActiveX controls, and scripting to be enabled.</p> <p>In contrast to the other <a href="qaxserver.html">QAxServer</a> examples Internet Explorer will not open a dialog box to ask the user whether or not the scripting of the GLBox control should be allowed (the exact browser behaviour depends on the security settings in the Internet Options dialog).</p> <pre class="cpp"> &lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt; function setRot( form ) { GLBox.setXRotation( form.XEdit.value ); GLBox.setYRotation( form.YEdit.value ); GLBox.setZRotation( form.ZEdit.value ); } &lt;/SCRIPT&gt; &lt;p /&gt; An OpenGL scene:&lt;br /&gt; &lt;object ID=&quot;GLBox&quot; CLASSID=&quot;CLSID:5fd9c22e-ed45-43fa-ba13-1530bb6b03e0&quot; CODEBASE=&quot;http://qt.nokia.com/demos/openglax.cab&quot;&gt; [Object not available! Did you forget to build and register the server?] &lt;/object&gt;&lt;br /&gt; &lt;form&gt; Rotate the scene:&lt;br /&gt; X:&lt;input type=&quot;edit&quot; ID=&quot;XEdit&quot; value=&quot;0&quot; /&gt;&lt;br /&gt; Y:&lt;input type=&quot;edit&quot; name=&quot;YEdit&quot; value=&quot;0&quot; /&gt;&lt;br /&gt; Z:&lt;input type=&quot;edit&quot; name=&quot;ZEdit&quot; value=&quot;0&quot; /&gt;&lt;br /&gt; &lt;input type=&quot;button&quot; value=&quot;Set&quot; onClick=&quot;setRot(this.form)&quot; /&gt; &lt;/form&gt;</pre> </div> <!-- @@@activeqt/opengl --> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
tnk1/ljon/jorj/edr3.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <title>òãø3</title> <link rel='stylesheet' type='text/css' href='../../../_script/klli.css' /> <link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' /> <meta name='author' content="" /> <meta name='receiver' content="" /> <meta name='jmQovc' content="tnk1/ljon/jorj/edr3" /> <meta name='tvnit' content="tnk_jorj" /> <meta name='description' lang='he' content="òãø3" /> <meta name='description' lang='en' content="this page is in Hebrew" /> <meta name='keywords' lang='he' content="òãø3 áúð&quot;ê,òãø3" /> </head> <!-- PHP Programming by Erel Segal - Rent a Brain http://tora.us.fm/rentabrain --> <body lang='he' dir='rtl' id = 'tnk1_ljon_jorj_edr3' class='jzmj tnk_jorj'> <div class='pnim'> <script type='text/javascript' src='../../../_script/vars.js'></script> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/ljon/index.html'>ìùåï äî÷øà</a>&gt;<a href='../../../tnk1/ljon/jorj/index.html'>ùåøùéí</a>&gt;<a href='../../../tnk1/ljon/jorj/edr.html'>òãø</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>òãø3</h1> <div id='idfields'> <p>÷åã: òãø3 áúð"ê</p> <p>ñåâ: ùæîù</p> <p>îàú: </p> <p>àì: </p> </div> <script type='text/javascript'>kotrt()</script> <ul id='ulbnim'> <li>äâãøä_ëììéú: <span class='hgdrh_kllyt dor1'>= òðéðå çôéøä áòáåãú äàãîä.<small> [ùáé"ì]</small></span>&nbsp;&nbsp;</li> <li>ëìé: <span class='kly dor1'>îòãø (ëìé çéúåê)</span>&nbsp;&nbsp;&nbsp; <div class='dor2'> <span class='hgdrh'>= ëìé çôéøä.</span>&nbsp;&nbsp; </div><!--dor2--> </li> <li>ôåòì: <span class='pwel dor1'>ðòãø3 (ðôòì)</span>&nbsp;&nbsp;</li> <li>öéìåí: <span class='cylwm dor1'><img src='' /></span>&nbsp;&nbsp;</li> <li><a href='../../../tnk1/nvia/yjayhu/yj-07-25.html'>ääøéí àùø áîòãø éòãøåï <small>/ àøàì</small></a> &nbsp;&nbsp;<span class='date'>[ðëúá á-07:54:26&nbsp;&nbsp;07.01.2013]</span></li> </ul><!--end--> <script type='text/javascript'> AnalyzeBnim(); ktov_bnim_jorj(); </script> <h2 id='tguvot'>úåñôåú åúâåáåú</h2> <script type='text/javascript'>ktov_bnim_axrim("<"+"ul>","</"+"ul>")</script> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body> </html>
niimanga/templates/layouts/home.html
suryakencana/niimanga
<!DOCTYPE html> <html lang="en"> <head itemscope="" itemtype="http://schema.org/WebSite"> <title itemprop="name">Niimanga - The only manga reader page you'll ever need</title> <meta name="google-site-verification" content="FzQopyckxKtbbqgfhuWqTfTjd4emmUlwIYHYbBZNkR4"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=yes"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="icon" href="${request.static_url('niimanga:public/res/favicon.ico')}" type="image/x-icon"> <link rel="shortcut icon" href="${request.static_url('niimanga:public/res/favicon.ico')}" type="image/x-icon"> <meta name="description" content="Niimanga - Manga reader for free and enjoying what you'll need to reading manga popular series" > <meta property="og:locale" content="en_US" > <meta property="og:type" content="article" > <meta property="og:title" content="Niimanga - The only manga reader page you'll ever need" > <meta property="og:description" content="Niimanga - Manga reader for free and enjoying what you'll need to reading manga popular series" > <meta property="og:url" content="http://www.niimanga.net" > <meta property="og:site_name" content="niimanga" > <meta property="og:image" content="${request.static_url('niimanga:public/res/share.png')}"> <meta name="twitter:card" content="summary_large_image" > <meta name="twitter:description" content="Niimanga - Manga reader for free and enjoying what you'll need to reading manga popular series" > <meta name="twitter:title" content="Niimanga - The only manga reader page you'll ever need" > <meta name="twitter:domain" content="http://www.niimanga.net" > <meta name="twitter:image" content="${request.static_url('niimanga:public/res/share.png')}"> <meta name="twitter:site" content="@niimanga" > <meta name="twitter:creator" content="@suryakencana007" > <link rel="canonical" href="http://www.niimanga.net" > <link rel="alternate" href="http://www.niimanga.net/" > <link rel="publisher" href="https://plus.google.com/109363191390818524400" > <link rel="author" href="https://twitter.com/@suryakencana007" > <link itemprop="url" href="http://www.niimanga.net"> <meta property="fb:app_id" content="844212729007674"> </head> <body> </body> </html>
webapp/public/javascripts/angular/table/templates/table.html
franciscovn/terrama2
<div> <div class="col-md-12"> <!-- Modal to import data series from another project--> <div ng-if="extra.importFromAnotherProject" class="modal fade" id="projectsDataSeries" tabindex="-1" role="dialog" aria-labelledby="infoModalLabel"> <div class="modal-dialog modal-sm" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="infoModalLabel">{{ i18n.__('Choose data series') }}</h4> </div> <div class="modal-body"> <label>{{ i18n.__('Projects') }}:</label> <select class="form-control" ng-options="project.name for project in extra.projects" ng-model="selectedProject" ng-change="extra.listDataSeries(selectedProject);"> </select> <div ng-if="selectedProject" > <label>{{ i18n.__('Data series') }}:</label> <select class="form-control" ng-options="dataS.name for dataS in extra.dataSeries" ng-model="selectedDataSeries" ng-change="extra.dataSeriesChange(selectedDataSeries)"></select> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary pull-right" data-dismiss="modal" ng-disabled="!extra.selectedDataSeries" ng-click="extra.importDataSeries()">{{ i18n.__('Import') }}</button> <button type="button" class="btn btn-primary pull-left" data-dismiss="modal">{{ i18n.__('Cancel') }}</button> </div> </div> </div> </div> <!-- Modal --> <div ng-if="isFunction(remove)" id="{{ modalId }}" class="modal fade modal-danger" ng-init="removalModalCreated=true" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog modal-sm" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="myModalLabel">{{ i18n.__('Removal Confirmation') }}</h4> </div> <div class="modal-body"> {{ i18n.__('Are you sure?') }} </div> <div class="modal-footer"> <button type="button" class="btn btn-outline" data-dismiss="modal" ng-click="resetObjectToRemove()">{{ i18n.__('Cancel') }}</button> <button type="button" class="btn btn-outline" data-dismiss="modal" ng-click="removeOperation()">{{ i18n.__('OK') }}</button> </div> </div> </div> </div> <!-- Info Modal --> <div ng-if="extra.service" class="modal fade" id="infoModal" tabindex="-1" role="dialog" aria-labelledby="infoModalLabel"> <div class="modal-dialog modal-sm" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="infoModalLabel">{{ i18n.__('Service info') }}</h4> </div> <div class="modal-body"> <p><b>{{ i18n.__('Service version')}}</b>{{": " + serviceVersion}}</p> <p><b>{{ i18n.__('Service start time')}}</b>{{": " + serviceStartTime}}</p> <p ng-if="showServiceLoggerOffline" style="color: red;"><b>{{ i18n.__('The service can not access the log database!')}}</b></p> <p ng-if="maps_server_connection === false" style="color: red;"><b>{{ i18n.__('The service can not access the map server!')}}</b></p> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" data-dismiss="modal">{{ i18n.__('Close') }}</button> </div> </div> </div> </div> <!-- Service Error Modal --> <div ng-if="extra.service" class="modal fade" id="serviceErrorModal" tabindex="-1" role="dialog" aria-labelledby="serviceErrorModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="serviceErrorModalTitle">{{ i18n.__('Service error') }}</h4> </div> <div class="modal-body"> <p></p> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" data-dismiss="modal">{{ i18n.__('Close') }}</button> </div> </div> </div> </div> <div class="col-md-12"> <div class="col-md-8 col-xs-12"> <div class="form-group"> <input class="form-control" id="searchNameInput" ng-model="searchInput" style="margin-top: 24px;" placeholder="{{ i18n.__('Type to search') }}" type="text"> </div> </div> <div class="col-md-2 col-xs-6"> <div class="form-group"> <button class="btn btn-default" style="margin-top: 24px;" ng-click="showHideAdvancedFilter()" ng-show="extra.advancedFilters.length > 0"><i class="fa fa-search" style="margin-right: 5px;"></i>{{ i18n.__('Advanced') }}</button> </div> </div> <div class="col-md-2 col-xs-6 terrama2-nopadding-box" ng-show="linkToAdd"> <div class="form-group"> <button ng-show="extra.service && extra.service.hasServiceOffline() && model.length > 0" class="btn btn-primary" ng-disabled="extra.service.starting" ng-click="extra.service.startAll()" style="margin-top: 24px;" data-toggle="tooltip" data-placement="bottom" title="{{ i18n.__('Start all services') }}"> <i class="fa fa-magic" style="margin-right: 5px;"></i> {{ i18n.__('Start all') }} </button> <button ng-show="extra.service && !extra.service.hasServiceOffline() && model.length > 0" class="btn btn-danger" ng-disabled="extra.service.stoping" ng-click="extra.service.stopAll()" style="margin-top: 24px;" data-toggle="tooltip" data-placement="bottom" title="{{ i18n.__('Stop all services') }}"> <i class="fa fa-power-off" style="margin-right: 5px;"></i> {{ i18n.__('Stop all') }} </button> <a ng-show="extra.import" title='{{ i18n.__("Import") }}' class="btn btn-default pull-right" style="margin-top: 24px;" data-toggle="tooltip" data-placement="top" ng-click="extra.import()" ng-disabled="extra.isImporting"> <span class="loading ng-hide" ng-show="extra.isImporting"> <i class="fa fa-refresh fa-spin"></i> </span> <i class="fa fa-upload"></i> </a> <a ng-href="{{ extra.canRemove ? linkToAdd : ''}}" ng-show="!extra.importFromAnotherProject" ng-disabled="!extra.canRemove" class="btn btn-default pull-right" data-toggle="tooltip" data-placement="top" title='{{ i18n.__("Add new") }}' style="margin-top: 24px;margin-right: 10px;"> <i class="fa fa-plus"></i> </a> <div class="btn-group pull-right" style="margin-top: 24px;margin-right: 10px;" ng-show="extra.importFromAnotherProject"> <a type="button" class="btn btn-default" ng-href="{{ extra.canRemove ? linkToAdd : ''}}" ng-disabled="!extra.canRemove"> <i class="fa fa-plus"></i> </a> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" ng-disabled="!extra.canRemove"> <span class="caret"></span> <span class="sr-only"></span> </button> <ul class="dropdown-menu terrama2-button-dropdown-import"> <li><a href="javascript::void();" data-ng-click="showProjectsModal();" ng-bind="i18n.__('Import data series')"></a></li> </ul> </div> </div> </div> </div> <div class="col-md-12" style="margin: 0 0 10px 5px;" ng-show="showAdvancedFilter && extra.advancedFilters.length > 0"> <div class="col-md-12 col-xs-12"> <div class="col-md-2" ng-repeat="advancedFilter in extra.advancedFilters"> <div class="form-group"> <div class="checkbox"> <span style="font-weight: 700;"><input type="checkbox" ng-model="advancedFilter.checked" ng-click="executeAdvancedFilter()"/> {{ i18n.__(advancedFilter.name) }}</span> </div> </div> </div> </div> </div> </div> <div class="col-md-12 col-xs-12"> <table class="table table-hover"> <tbody id="searchList"> <!-- header --> <tr style="font-weight: bold;"> <td ng-show="isFunction(icon()) && model.length > 0"></td> <td ng-repeat="field in displayFields">{{ i18n.__(field) }}</td> <td ng-if="extra.service"></td> <td ng-if="extra.service">Status</td> <td ng-if="extra.export"></td> <td ng-if="isFunction(remove)"> </tr> <tr ng-repeat="element in filteredModel = (model | filter:searchInput | filter:showInTableFilter) | pagingToolLimit: 10 | orderBy: orderElementby track by $index"> <td ng-show="isFunction(icon())" style="width: 50px;"> <img style="margin-left: 5px;" ng-if="iconProperties.type === 'img'" ng-src="{{ icon()(element) }}" alt="" max-width="{{ width }}" height="{{ height }}"/> <span ng-if="iconProperties.type === 'icon'" class="label"> <i class="terrama2-alert-icon {{ icon()(element) }}"></i> </span> </td> <td ng-repeat="field in identityFields "> <a ng-href="{{ makeLink(element) }}" ng-if="link" ng-bind="processField(field, element)"></a> </td> <td ng-if="extra.project" class="pull-cell-left"> <a ng-href="{{ extra.canEdit(element) ? extra.project.edit(element) : ''}}" class="btn btn-default btn-sm" ng-disabled="!extra.canEdit(element)"> <i class="fa fa-pencil"></i> {{ i18n.__("Edit") }} </button> </td> <td ng-if="extra.service"> <button ng-show="element.showErrorButton && element.hasError" ng-click="showErrorInfo(element)" class="btn btn-default btn-sm pull-right" style="color: red; border-color: red; width: 34px; height: 30px;"> <i class="fa fa-warning"></i> </button> <button ng-show="element.online" ng-click="showInfo(element)" class="btn btn-default btn-sm pull-right" style="width: 34px; height: 30px;" ng-class="{'service-warning': !element.logger_online || element.maps_server_connection === false}"> <i ng-class="{ 'fa fa-info': element.logger_online && element.maps_server_connection !== false, 'fa fa-warning': !element.logger_online || element.maps_server_connection === false}" ></i> </button> </td> <td ng-if="extra.service" class="pull-cell-left"> <!-- loading --> <span ng-if="element.loading" class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span> <i ng-show="!element.loading" title="{{ element.online ? element.requestingForClose ? 'Finalizing...' : 'Online' : 'Offline' }}" class="fa fa-circle" style="color: {{ element.online ? 'green' : 'red' }}"></i> <button class="btn btn-primary btn-sm" ng-show="!element.checking && !element.online && !element.loading" style="margin-left: 20px;" ng-click="extra.service.handler(element)" ng-disabled="element.loading"> <i class="fa fa-magic" style="margin-right: 5px;"></i>{{ i18n.__('Start') }} </button> <button type="button" ng-if="element.loading && !element.online" class="btn btn-primary btn-sm" ng-disabled="element.loading" style="margin-left: 19px"> <i class="fa fa-magic" style="margin-right: 5px;"></i> {{ i18n.__("Starting...") }} </button> <button type="button" ng-if="element.checking" class="btn btn-primary btn-sm" ng-disabled="element.checking" style="margin-left: 19px"> <i class="glyphicon glyphicon-info-sign" style="margin-right: 5px;"></i> {{ i18n.__("Checking...") }} </button> <button class="btn btn-danger btn-sm" ng-show="!element.checking && element.online && !element.loading" style="margin-left: 20px;" ng-click="extra.service.handler(element)" ng-disabled="element.loading"> <i class="fa fa-power-off" style="margin-right: 5px;"></i>{{ i18n.__('Stop') }} </button> <button type="button" ng-if="!element.checking && element.loading && element.online" class="btn btn-danger btn-sm" ng-disabled="element.loading" style="margin-left: 19px"> <i class="fa fa-power-off" style="margin-right: 5px;"></i> {{ i18n.__("Finalizing...") }} </button> </td> <td ng-if="extra.export" class="pull-cell-left"> <button class="btn btn-default btn-sm" data-toggle="tooltip" data-placement="top" ng-click="extra.openExportModal(element)" ng-disabled="extra.isExporting" title='{{ i18n.__("Export") }}'> <span class="loading ng-hide" ng-show="extra.isExporting"> <i class="fa fa-refresh fa-spin"></i> </span> <i class="fa fa-download" ng-show="!extra.isExporting"></i> </button> </td> <td ng-if="extra.showRunButton" ng-disabled class="pull-cell-left"> <button ng-disabled="!extra.canRun(element) || extra.disabledButtons(element) || !extra.canRemove" class="btn btn-default btn-sm" ng-class="{ 'loading-button': extra.disabledButtons(element) }" ng-click="extra.run(element)"> <span class="glyphicon glyphicon-play"></span> <span class="hidden-xs" ng-bind="i18n.__('Run')"></span> </button> </td> <td ng-if="isFunction(remove)" class="pull-cell-left" data-toggle="tooltip" data-placement="top" title="{{ extra.canRemove ? i18n.__('Remove data') : i18n.__('User is not allowed') }}"> <button class="btn btn-sm btn-danger" ng-click="confirmRemoval(element)" ng-disabled="isFunction(extra.canRemove) ? !extra.canRemove(element) : !extra.canRemove"> <span class="glyphicon glyphicon-remove"></span> <span class="hidden-xs"></span> <span ng-bind="i18n.__('Remove')"></span> </button> </td> </tr> <tr ng-show="!filteredModel.length"> <td colspan="2" ng-bind="i18n.__(emptyMessage)"></td> </tr> </tbody> </table> <div class="col-md-offset-4 col-md-6 col-xs-12"> <terrama2-paging-tool max-pages="10" size="filteredModel.length" on-change=""></terrama2-paging-tool> </div> </div> </div>
gestion/css/template.css
espe-scirc/OpenAPI-Madiba
/********** /* Grille - 960.gs **********/ .container_16 { max-width: 960px; width: 92%; margin: 0 auto; } .grid_6, .grid_8, .grid_10, .grid_16 { display:inline; float: left; position: relative; margin-left: 1%; margin-right: 1%; } .container_16 .grid_6 { width:35.5%; } .container_16 .grid_8 { width:48.0%; } .container_16 .grid_10 { width:60.5%; } .container_16 .grid_16 { width:98.0%; } .clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; } /*************** /* Formulaire ***************/ form#formulaire { margin: 0 auto; background: #0097b6; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; counter-reset: fieldsets; padding: 20px; width: 500px; } form#formulaire fieldset { border: none; margin-bottom: 10px; } form#formulaire fieldset:last-of-type { margin-bottom: 0; } form#formulaire ol li { background: rgba(255,255,255,.3); background: #4cb6cb; border-color: rgba(255,255,255,.6); border-style: solid; border-width: 2px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; line-height: 30px; list-style: none; padding: 5px 10px; margin-bottom: 2px; } form#formulaire ol ol li { background: none; border: none; float: left; } form#formulaire label { float: left; font-size: 15px; width: 150px; } form#formulaire fieldset fieldset label { background:none no-repeat left 50%; line-height: 20px; padding: 0 0 0 30px; width: auto; } form#formulaire fieldset fieldset label:hover { cursor: pointer; } form#formulaire input:not([type=radio]), form#formulaire textarea { background: #ffffff; border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; font: italic 15px Georgia, "Times New Roman", Times, serif; outline: none; padding: 5px; width: 200px; } form#formulaire input:not([type=submit]):focus, form#formulaire textarea:focus { background: #eaeaea; } form#formulaire input[type=radio] { float: left; margin-right: 5px; } form#formulaire button { background: #cecece; border: none; -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px; color: #ffffff; display: block; font: 15px Georgia, "Times New Roman", Times, serif; letter-spacing: 1px; margin: auto; padding: 5px 20px; text-shadow: 0 1px 1px #000000; text-transform: uppercase; } form#formulaire button:hover { background: #4cb6cb; cursor: pointer; } /************ /* Tableau ************/ .bordered { font-size: 16px; background: #e1e1e1; border: solid #ccc 1px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 1px 1px #ccc; -moz-box-shadow: 0 1px 1px #ccc; box-shadow: 0 1px 1px #ccc; } .bordered tr:hover { background: #c7e1ff; -o-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } .bordered td, .bordered th { vertical-align:middle; border-left: 1px solid #bbb; border-top: 1px solid #bbb; padding: 10px; text-align: center; } .bordered .hidden { border-top: 1px dashed #bbb; border-bottom: 1px double #bbb; } .bordered th { background-color: #57bbd0; -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; border-top: none; text-shadow: 0 1px 0 rgba(255,255,255,.5); } .bordered td:first-child, .bordered th:first-child { border-left: none; } .bordered tr:last-child td:first-child { -moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px; } .bordered tr:last-child td:last-child { -moz-border-radius: 0 0 6px 0; -webkit-border-radius: 0 0 6px 0; border-radius: 0 0 6px 0; } /********** /* Header **********/ header[role=banner] { background:#fff; border-bottom:4px solid #0097b6; padding: 19px 0; overflow: hidden; } header figure { border: 3px solid #eee; float: right; height: 156px; width: 450px; } header figure img { height: 150px; position: relative; width: 445px; } header hgroup { float: left; padding: 42px 0; } header hgroup h1 { color:#555; font-family:'DroidSansBold', Arial, sans-serif; } header hgroup h2 { color:#cecece; font-style: italic; text-shadow: 1px 1px 0 rgba(0,0,0,.3); } /*************** /* Menu Haut ***************/ #menu_haut { border: 1px solid #0097b6; height: 50px; padding: 10px; max-width: 960px; width: 92%; margin: auto; background: #e1e1e1; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; } #menu_haut ul{ list-style-type : none; padding : 2px; margin : 0px; } #menu_haut li{ display: inline; padding: 15px; } #menu_haut li a { text-decoration : none; background : #e1e1e1; color : #000; padding: 5px; margin: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } #menu_haut li a:hover { text-decoration : none; background: #0097b6; color : #000; } /******************* /* Menu Compteur *******************/ .menu_compteurs { border-radius: 5px; border-collapse: separate; font-size: 12px; background: #e1e1e1; border: 1px solid #ccc; } .menu_compteurs th, td { padding:5px; vertical-align:center; } /*************** /* Corps - Main ***************/ body { padding: 0; margin: 0; min-height:100%; } section[role=main] { padding: 21px 0; overflow: hidden; } section[role=main] > div { margin-top: 45px; } section[role=main] h3 { border-bottom: 1px solid #e1e1e1; padding: 0 0 20px 60px; margin-top: 0px; position: relative; } section[role=main] h3:after, h3:before { content: ' '; display: block; height: 50px; left: 0; position: absolute; top: -15px; width: 50px; } section[role=main] h3:before { background-color: #0097b6; border-radius: 25px; } section[role=main] h4 { border-bottom: 1px dashed #e1e1e1; text-align: center; } /*************** /* footer ***************/ section[role=foot] { padding: 21px 0; overflow: hidden; font-size:12px; color:#a1a1a1; } section[role=foot] > div { margin-top:0px; border-top: 1px solid #e1e1e1; } section[role=foot] p { margin-top:5px; line-height:15px; } /*************** /* Pictos titres ***************/ section[role=main] h3:after { background:url('../img/pictos-titre.png') no-repeat 11px 10px; } section[role=main] .competences h3:after { background-position: 11px -34px; } section[role=main] .malettes h3:after { background-position: 11px -86px; } section[role=main] .formations h3:after { background-position: 10px -139px; } section[role=main] .loisirs h3:after { background-position: 10px -250px; } section[role=main] .contact h3:after { background-position: 11px -194px; } .menu_principal ul, .formations ul { margin-left: 60px; } section[role=main] h4 { margin-bottom: 0px; } section[role=main] h4 strong { color: #147393; font-weight: normal; } .menu_principal li, .formations li { margin-bottom: 21px; } .menu_principal li:last-child, .formations li:last-child { margin-bottom: 21px; } .menu_principal li p, .formations li p { margin-left: 30px; } /********************************************** /* Affichage sous forme de tags **********************************************/ .competences .tags li { background-color:#33a4c9; border:1px solid #1b91b7; border-radius: 15px; color:#fff; display: inline-block; line-height: 13px; margin: 0 7px 17px 0; padding: 5px 10px; } /************************************************ /* Affichage sous forme de barres *************************************************/ .apropos .barres li { margin-bottom: 21px; position: relative; } .apropos .barres li:after { background: #e1e1e1; bottom: -4px; content: ' '; display: block; height: 5px; position: absolute; width:100%; } .apropos .barres li span { background: #33a4c9; bottom: -4px; content: ' '; display: block; height: 5px; left: 0; position: absolute; width: inherit; z-index: 1; } /* JQuery UI customisation */ .ui-dialog > .ui-widget-header {background: #57bbd0;} .ui-autocomplete .ui-menu-item .ui-state-focus { background:#e1e1e1; } /*********** /* Pictos ***********/ .lieu, .dates, .phone, .mail, .site, .form, .twitter, .facebook, .dribbble, .skype { background: url('../img/pictos-gris.png') no-repeat; padding-left: 25px; margin: 0 10px 1px 10px; } .lieu { background-position: 0 -2px; color: #999; } .dates { background-position: 0 -22px; color: #999; } .phone { background-position: 0 -40px; } .mail { background-position: 0 -58px; } .site { background-position: 0 -80px; } .form { background-position: 0 -100px; } .twitter { background-position: 0 -122px; } .facebook { background-position: 0 -140px; } .dribbble { background-position: 0 -160px; } .skype { background-position: 0 -180px; }
docs/namespaceglados.html
HZDR-FWDF/RISA
<!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>RISA: glados Namespace Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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">RISA </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&#160;Page</span></a></li> <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <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="namespaces.html"><span>Namespace&#160;List</span></a></li> <li><a href="namespacemembers.html"><span>Namespace&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div 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('namespaceglados.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="#namespaces">Namespaces</a> &#124; <a href="#nested-classes">Classes</a> &#124; <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">glados Namespace Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceglados_1_1cuda"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceglados_1_1cuda.html">cuda</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceglados_1_1def"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceglados_1_1def.html">def</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceglados_1_1loaders"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceglados_1_1loaders.html">loaders</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceglados_1_1pipeline"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceglados_1_1pipeline.html">pipeline</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceglados_1_1savers"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceglados_1_1savers.html">savers</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1base__ptr.html">base_ptr</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_circular_buffer.html">CircularBuffer</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_image.html">Image</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_image_loader.html">ImageLoader</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_image_saver.html">ImageSaver</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_memory_pool.html">MemoryPool</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This class acts as a Memory pool and initializes memory at program initialization. <a href="classglados_1_1_memory_pool.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_observer.html">Observer</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1pitched__ptr.html">pitched_ptr</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1ptr.html">ptr</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_queue.html">Queue</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_singleton.html">Singleton</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_subject.html">Subject</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classglados_1_1_volume.html">Volume</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:a06c445df08111ff6db8d968ab807b729"><td class="memItemLeft" align="right" valign="top">auto&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceglados.html#a06c445df08111ff6db8d968ab807b729">readDirectory</a> (const std::string &amp;) -&gt; std::vector&lt; std::string &gt;</td></tr> <tr class="separator:a06c445df08111ff6db8d968ab807b729"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aeb476f8116af34c14ba6944a54206696"><td class="memItemLeft" align="right" valign="top">auto&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceglados.html#aeb476f8116af34c14ba6944a54206696">createDirectory</a> (const std::string &amp;) -&gt; bool</td></tr> <tr class="separator:aeb476f8116af34c14ba6944a54206696"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afe25be3b6a0e000c851db5849027cf5a"><td class="memTemplParams" colspan="2">template&lt;class T1 , class C1 , class Ptr1 , class T2 , class C2 , class Ptr2 &gt; </td></tr> <tr class="memitem:afe25be3b6a0e000c851db5849027cf5a"><td class="memTemplItemLeft" align="right" valign="top">auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceglados.html#afe25be3b6a0e000c851db5849027cf5a">operator==</a> (const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T1, C1, Ptr1 &gt; &amp;x, const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T2, C2, Ptr2 &gt; &amp;y) noexcept-&gt; bool</td></tr> <tr class="separator:afe25be3b6a0e000c851db5849027cf5a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acab8d34baab4e87ae29fb95a4dbcd19d"><td class="memTemplParams" colspan="2">template&lt;class T1 , class C1 , class Ptr1 , class T2 , class C2 , class Ptr2 &gt; </td></tr> <tr class="memitem:acab8d34baab4e87ae29fb95a4dbcd19d"><td class="memTemplItemLeft" align="right" valign="top">auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceglados.html#acab8d34baab4e87ae29fb95a4dbcd19d">operator!=</a> (const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T1, C1, Ptr1 &gt; &amp;x, const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T2, C2, Ptr2 &gt; &amp;y) noexcept-&gt; bool</td></tr> <tr class="separator:acab8d34baab4e87ae29fb95a4dbcd19d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a657ea657e282d3e66cb354360e96fb07"><td class="memTemplParams" colspan="2">template&lt;class T , class C , class Ptr &gt; </td></tr> <tr class="memitem:a657ea657e282d3e66cb354360e96fb07"><td class="memTemplItemLeft" align="right" valign="top">auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceglados.html#a657ea657e282d3e66cb354360e96fb07">operator==</a> (const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T, C, Ptr &gt; &amp;x, std::nullptr_t) noexcept-&gt; bool</td></tr> <tr class="separator:a657ea657e282d3e66cb354360e96fb07"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acd8e6fe2403b4600fbf7f15b8490f5e9"><td class="memTemplParams" colspan="2">template&lt;class T , class C , class Ptr &gt; </td></tr> <tr class="memitem:acd8e6fe2403b4600fbf7f15b8490f5e9"><td class="memTemplItemLeft" align="right" valign="top">auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceglados.html#acd8e6fe2403b4600fbf7f15b8490f5e9">operator==</a> (std::nullptr_t, const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T, C, Ptr &gt; &amp;x) noexcept-&gt; bool</td></tr> <tr class="separator:acd8e6fe2403b4600fbf7f15b8490f5e9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acede573f524e94f9e7a50d7fd0f7d378"><td class="memTemplParams" colspan="2">template&lt;class T , class C , class Ptr &gt; </td></tr> <tr class="memitem:acede573f524e94f9e7a50d7fd0f7d378"><td class="memTemplItemLeft" align="right" valign="top">auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceglados.html#acede573f524e94f9e7a50d7fd0f7d378">operator!=</a> (const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T, C, Ptr &gt; &amp;x, std::nullptr_t) noexcept-&gt; bool</td></tr> <tr class="separator:acede573f524e94f9e7a50d7fd0f7d378"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa69e03d62539e5cf37d3c45125fc48a3"><td class="memTemplParams" colspan="2">template&lt;class T , class C , class Ptr &gt; </td></tr> <tr class="memitem:aa69e03d62539e5cf37d3c45125fc48a3"><td class="memTemplItemLeft" align="right" valign="top">auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceglados.html#aa69e03d62539e5cf37d3c45125fc48a3">operator!=</a> (std::nullptr_t, const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T, C, Ptr &gt; &amp;x) noexcept-&gt; bool</td></tr> <tr class="separator:aa69e03d62539e5cf37d3c45125fc48a3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad87e2011e039cfa353edf3310c25c7e9"><td class="memTemplParams" colspan="2">template&lt;class T &gt; </td></tr> <tr class="memitem:ad87e2011e039cfa353edf3310c25c7e9"><td class="memTemplItemLeft" align="right" valign="top">auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceglados.html#ad87e2011e039cfa353edf3310c25c7e9">queue_limit</a> (T t) -&gt; std::size_t</td></tr> <tr class="separator:ad87e2011e039cfa353edf3310c25c7e9"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>ddRF provides two types of pointers: A simple ("one-dimensional") one and a pitched ("multi-dimensional") one. Implementations for different hardware have to provide CopyPolicy and Ptr for the underlying operations. </p> </div><h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="aeb476f8116af34c14ba6944a54206696"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">auto glados::createDirectory </td> <td>(</td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>path</em></td><td>)</td> <td> -&gt; bool</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_filesystem_8cpp_source.html#l00070">70</a> of file <a class="el" href="_filesystem_8cpp_source.html">Filesystem.cpp</a>.</p> </div> </div> <a class="anchor" id="acab8d34baab4e87ae29fb95a4dbcd19d"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T1 , class C1 , class Ptr1 , class T2 , class C2 , class Ptr2 &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">auto glados::operator!= </td> <td>(</td> <td class="paramtype">const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T1, C1, Ptr1 &gt; &amp;&#160;</td> <td class="paramname"><em>x</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T2, C2, Ptr2 &gt; &amp;&#160;</td> <td class="paramname"><em>y</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td> -&gt; bool </td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">noexcept</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_memory_8h_source.html#l00110">110</a> of file <a class="el" href="_memory_8h_source.html">Memory.h</a>.</p> </div> </div> <a class="anchor" id="acede573f524e94f9e7a50d7fd0f7d378"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T , class C , class Ptr &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">auto glados::operator!= </td> <td>(</td> <td class="paramtype">const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T, C, Ptr &gt; &amp;&#160;</td> <td class="paramname"><em>x</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">std::nullptr_t&#160;</td> <td class="paramname">&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td> -&gt; bool </td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">noexcept</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_memory_8h_source.html#l00128">128</a> of file <a class="el" href="_memory_8h_source.html">Memory.h</a>.</p> </div> </div> <a class="anchor" id="aa69e03d62539e5cf37d3c45125fc48a3"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T , class C , class Ptr &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">auto glados::operator!= </td> <td>(</td> <td class="paramtype">std::nullptr_t&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T, C, Ptr &gt; &amp;&#160;</td> <td class="paramname"><em>x</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td> -&gt; bool </td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">noexcept</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_memory_8h_source.html#l00134">134</a> of file <a class="el" href="_memory_8h_source.html">Memory.h</a>.</p> </div> </div> <a class="anchor" id="afe25be3b6a0e000c851db5849027cf5a"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T1 , class C1 , class Ptr1 , class T2 , class C2 , class Ptr2 &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">auto glados::operator== </td> <td>(</td> <td class="paramtype">const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T1, C1, Ptr1 &gt; &amp;&#160;</td> <td class="paramname"><em>x</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T2, C2, Ptr2 &gt; &amp;&#160;</td> <td class="paramname"><em>y</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td> -&gt; bool </td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">noexcept</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_memory_8h_source.html#l00104">104</a> of file <a class="el" href="_memory_8h_source.html">Memory.h</a>.</p> </div> </div> <a class="anchor" id="a657ea657e282d3e66cb354360e96fb07"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T , class C , class Ptr &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">auto glados::operator== </td> <td>(</td> <td class="paramtype">const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T, C, Ptr &gt; &amp;&#160;</td> <td class="paramname"><em>x</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">std::nullptr_t&#160;</td> <td class="paramname">&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td> -&gt; bool </td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">noexcept</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_memory_8h_source.html#l00116">116</a> of file <a class="el" href="_memory_8h_source.html">Memory.h</a>.</p> </div> </div> <a class="anchor" id="acd8e6fe2403b4600fbf7f15b8490f5e9"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T , class C , class Ptr &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">auto glados::operator== </td> <td>(</td> <td class="paramtype">std::nullptr_t&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classglados_1_1base__ptr.html">base_ptr</a>&lt; T, C, Ptr &gt; &amp;&#160;</td> <td class="paramname"><em>x</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td> -&gt; bool </td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">noexcept</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_memory_8h_source.html#l00122">122</a> of file <a class="el" href="_memory_8h_source.html">Memory.h</a>.</p> </div> </div> <a class="anchor" id="ad87e2011e039cfa353edf3310c25c7e9"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T &gt; </div> <table class="memname"> <tr> <td class="memname">auto glados::queue_limit </td> <td>(</td> <td class="paramtype">T&#160;</td> <td class="paramname"><em>t</em></td><td>)</td> <td> -&gt; std::size_t </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_queue_8h_source.html#l00036">36</a> of file <a class="el" href="_queue_8h_source.html">Queue.h</a>.</p> </div> </div> <a class="anchor" id="a06c445df08111ff6db8d968ab807b729"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">auto glados::readDirectory </td> <td>(</td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>path</em></td><td>)</td> <td> -&gt; std::vector&lt;std::string&gt;</td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_filesystem_8cpp_source.html#l00039">39</a> of file <a class="el" href="_filesystem_8cpp_source.html">Filesystem.cpp</a>.</p> </div> </div> </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="namespaceglados.html">glados</a></li> <li class="footer">Generated on Mon Dec 12 2016 10:36:52 for RISA 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>
docs/reports/deprecated.html
battis/simplecache
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title> &raquo; Deprecated elements </title> <meta name="author" content=""/> <meta name="description" content=""/> <link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> <link href="../css/font-awesome.min.css" rel="stylesheet"> <link href="../css/prism.css" rel="stylesheet" media="all"/> <link href="../css/template.css" rel="stylesheet" media="all"/> <!--[if lt IE 9]> <script src="../js/html5.js"></script> <![endif]--> <script src="../js/jquery-1.11.0.min.js"></script> <script src="../js/ui/1.10.4/jquery-ui.min.js"></script> <script src="../js/bootstrap.min.js"></script> <script src="../js/jquery.smooth-scroll.js"></script> <script src="../js/prism.min.js"></script> <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit--> <link rel="shortcut icon" href="../images/favicon.ico"/> <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/> <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/> <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <i class="icon-ellipsis-vertical"></i> </a> <a class="brand" href="../index.html">SimpleCache</a> <div class="nav-collapse"> <ul class="nav pull-right"> <li class="dropdown"> <a href="../index.html" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b> </a> <ul class="dropdown-menu"> <li><a href="../namespaces/Battis.html">\Battis</a></li> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../graphs/class.html"> <i class="icon-list-alt"></i>&#160;Class hierarchy diagram </a> </li> </ul> </li> <li class="dropdown" id="reports-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../reports/errors.html"> <i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">0</span> </a> </li> <li> <a href="../reports/markers.html"> <i class="icon-list-alt"></i>&#160;Markers <span class="label label-info pull-right">0</span> </a> </li> <li> <a href="../reports/deprecated.html"> <i class="icon-list-alt"></i>&#160;Deprecated <span class="label label-info pull-right">0</span> </a> </li> </ul> </li> </ul> </div> </div> </div> <!--<div class="go_to_top">--> <!--<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>--> <!--</div>--> </div> <div id="___" class="container-fluid"> <div class="row-fluid"> <div class="span2 sidebar"> <ul class="side-nav nav nav-list"> <li class="nav-header">Navigation</li> </ul> </div> <div class="span10 offset2"> <ul class="breadcrumb"> <li><a href="../"><i class="icon-remove-sign"></i></a><span class="divider">\</span></li> <li>Deprecated elements</li> </ul> <div id="marker-accordion"> <div class="alert alert-info">No deprecated elements have been found in this project.</div> </table> </div> </div> </div> </div> <footer class="row-fluid"> <section class="span10 offset2"> <section class="row-fluid"> <section class="span10 offset1"> <section class="row-fluid footer-sections"> <section class="span4"> <h1><i class="icon-code"></i></h1> <div> <ul> <li><a href="../namespaces/Battis.html">\Battis</a></li> </ul> </div> </section> <section class="span4"> <h1><i class="icon-bar-chart"></i></h1> <div> <ul> <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li> </ul> </div> </section> <section class="span4"> <h1><i class="icon-pushpin"></i></h1> <div> <ul> <li><a href="../reports/errors.html">Errors</a></li> <li><a href="../reports/markers.html">Markers</a></li> </ul> </div> </section> </section> </section> </section> <section class="row-fluid"> <section class="span10 offset1"> <hr /> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored on June 1st, 2017 at 11:55. </section> </section> </section> </footer> </div> </body> </html>
qt-everywhere-opensource-src-4.7.4/doc/html/demos-sub-attaq-animationmanager-h.html
ssangkong/NVRAM_KWU
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.7: animationmanager.h Example File (demos/sub-attaq/animationmanager.h)</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">animationmanager.h Example File</h1> <span class="small-subtitle">demos/sub-attaq/animationmanager.h</span> <!-- $$$demos/sub-attaq/animationmanager.h-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <span class="comment">/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation ([email protected]) ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** GNU Lesser General Public License Usage ** This file may be used under the terms of the GNU Lesser General Public ** License version 2.1 as published by the Free Software Foundation and ** appearing in the file LICENSE.LGPL included in the packaging of this ** file. Please review the following information to ensure the GNU Lesser ** General Public License version 2.1 requirements will be met: ** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU General ** Public License version 3.0 as published by the Free Software Foundation ** and appearing in the file LICENSE.GPL included in the packaging of this ** file. Please review the following information to ensure the GNU General ** Public License version 3.0 requirements will be met: ** http://www.gnu.org/copyleft/gpl.html. ** ** Other Usage ** Alternatively, this file may be used in accordance with the terms and ** conditions contained in a signed written agreement between you and Nokia. ** ** ** ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/</span> <span class="preprocessor">#ifndef ANIMATIONMANAGER_H</span> <span class="preprocessor">#define ANIMATIONMANAGER_H</span> <span class="preprocessor">#include &lt;QtCore/QObject&gt;</span> <span class="keyword">class</span> <span class="type"><a href="qabstractanimation.html">QAbstractAnimation</a></span>; <span class="keyword">class</span> AnimationManager : <span class="keyword">public</span> <span class="type"><a href="qobject.html">QObject</a></span> { Q_OBJECT <span class="keyword">public</span>: AnimationManager(); <span class="type">void</span> registerAnimation(<span class="type"><a href="qabstractanimation.html">QAbstractAnimation</a></span> <span class="operator">*</span>anim); <span class="type">void</span> unregisterAnimation(<span class="type"><a href="qabstractanimation.html">QAbstractAnimation</a></span> <span class="operator">*</span>anim); <span class="type">void</span> unregisterAllAnimations(); <span class="keyword">static</span> AnimationManager <span class="operator">*</span>self(); <span class="keyword">public</span> <span class="keyword">slots</span>: <span class="type">void</span> pauseAll(); <span class="type">void</span> resumeAll(); <span class="keyword">private</span> <span class="keyword">slots</span>: <span class="type">void</span> unregisterAnimation_helper(<span class="type"><a href="qobject.html">QObject</a></span> <span class="operator">*</span>obj); <span class="keyword">private</span>: <span class="keyword">static</span> AnimationManager <span class="operator">*</span>instance; <span class="type"><a href="qlist.html">QList</a></span><span class="operator">&lt;</span><span class="type"><a href="qabstractanimation.html">QAbstractAnimation</a></span> <span class="operator">*</span><span class="operator">&gt;</span> animations; }; <span class="preprocessor">#endif // ANIMATIONMANAGER_H</span></pre> </div> <!-- @@@demos/sub-attaq/animationmanager.h --> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
view/ventas_articulo_precios.html
KalimochoAz/facturacion_base
<div role="tabpanel" class="tab-pane" id="precios"> <form action="{$fsc->url()}#precios" method="post" class="form"> <input type="hidden" name="referencia" value="{$fsc->articulo->referencia}"/> <input type="hidden" id="iva" name="iva" value="{$fsc->articulo->get_iva()}"/> <div class="container-fluid" style="margin-top: 10px;"> <div class="row"> <div class="col-sm-4"> <div class="form-group"> Precio: <div class="input-group"> <span class="input-group-addon">{$fsc->simbolo_divisa()}</span> <input type="text" class="form-control" id="pvp" name="pvp" value="{$fsc->articulo->pvp}" autocomplete="off" onkeyup="cambiar_pvp()" onclick="this.select()"/> </div> <p class="help-block"> El precio se guarda con <b>{#FS_NF0_ART#} decimales</b>. Puedes cambiarlo desde el <a href="index.php?page=admin_home#avanzado">panel de control</a>. </p> </div> </div> <div class="col-sm-4"> <div class="form-group"> <a href="{$fsc->impuesto->url()}">{#FS_IVA#}</a>: <select class="form-control" name="codimpuesto" onchange="this.form.submit()"> {loop="$fsc->impuesto->all()"} {if="$value->codimpuesto==$fsc->articulo->codimpuesto"} <option value="{$value->codimpuesto}" selected="">{$value->descripcion}</option> {else} <option value="{$value->codimpuesto}">{$value->descripcion}</option> {/if} {/loop} </select> </div> </div> <div class="col-sm-4"> <div class="form-group"> Precio+{#FS_IVA#}: <div class="input-group"> <input type="text" class="form-control" id="pvpi" name="pvpiva" value="{$fsc->articulo->pvp_iva()}" autocomplete="off" onkeyup="cambiar_pvpi()" onclick="this.select()"/> <span class="input-group-addon" title="precio redondeado">{$fsc->show_precio($fsc->articulo->pvp_iva(), FALSE, TRUE, FS_NF0_ART)}</span> </div> <p class="help-block">Último cambio de precio: {$fsc->articulo->factualizado}</p> </div> </div> </div> <div class="row"> <div class="col-sm-4"> <div class="form-group"> Precio de Coste: {if="$fsc->articulo->secompra AND FS_COST_IS_AVERAGE"} <input type="text" name="coste" id="coste" class="form-control" value="{$fsc->articulo->preciocoste()}" disabled="disabled"> <p class="help-block"> El precio de compra se calcula automáticamente. Si quieres editarlo puedes desmarcar <b>se compra</b> en la primera pestaña, o bien cambiar la configuración de precio de coste desde la configuración del <a href="index.php?page=admin_almacenes">almacén</a>. </p> {else} <input type="text" name="preciocoste" id="coste" class="form-control" value="{$fsc->articulo->preciocoste()}" onclick="this.select()" autocomplete="off"> {/if} </div> </div> <div class="col-sm-4"> <div class="form-group"> Margen sobre precio de coste <div class="input-group"> <span class="input-group-addon">%</span> <input type="text" class="form-control" id="margen" name="margen" value="0" autocomplete="off" onkeyup="cambiar_margen()" onclick="this.select()"/> </div> <p class="help-block">Sirve para calcular el Precio, pero no se almacena (todavía).</p> </div> </div> <div class="col-sm-4"> <div class="hidden-xs"><br/></div> <button class="btn btn-sm btn-primary" type="submit" onclick="this.disabled = true;this.form.submit();"> <span class="glyphicon glyphicon-floppy-disk"></span>&nbsp; Guardar </button> <div class="visible-xs"><br/></div> </div> </div> <div class="row"> <div class="col-sm-12"> <br/> <ul class="nav nav-pills" role="tablist"> <li role="presentation" class="active"> <a href="#tarifas" aria-controls="tarifas" role="tab" data-toggle="tab"> <i class="fa fa-usd" aria-hidden="true"></i> Tarifas </a> </li> <li role="presentation"> <a href="#proveedores" aria-controls="proveedores" role="tab" data-toggle="tab"> <i class="fa fa-users" aria-hidden="true"></i> Proveedores </a> </li> </ul> </div> </div> <div class="tab-content"> <div role="tabpanel" class="tab-pane active" id="tarifas"> <div class="row"> <div class="col-sm-12"> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th colspan="2" class="text-left">Tarifa</th> <th class="text-left">Aplicar</th> <th class="text-right">Nuevo Precio</th> <th class="text-right">Nuevo Precio+{#FS_IVA#}</th> </tr> </thead> {loop="$fsc->get_tarifas()"} <tr> <td width="120"><div class="form-control"><a href="{$value->tarifa_url}">{$value->codtarifa}</a></div></td> <td><div class="form-control">{$value->tarifa_nombre}</div></td> <td><div class="form-control">{$value->tarifa_diff}</div></td> <td class="text-right"> <div class="form-control">{$fsc->show_precio($value->pvp*(100 - $value->dtopor)/100, FALSE, TRUE, FS_NF0_ART)}</div> </td> <td class="text-right"> <div class="form-control">{$fsc->show_precio($value->pvp*(100 - $value->dtopor)/100*(100 + $value->get_iva())/100, FALSE, TRUE, FS_NF0_ART)}</div> </td> </tr> {else} <tr class="warning"> <td colspan="5">No hay tarifas definidas.</td> </tr> {/loop} </table> </div> </div> </div> <div class="row"> <div class="col-sm-2"> <a class="btn btn-sm btn-success" href="index.php?page=ventas_articulos#tarifas"> <span class="glyphicon glyphicon-plus-sign"></span>&nbsp; Nueva tarifa </a> </div> <div class="col-sm-10"> <p class='help-block text-right'> <span class="glyphicon glyphicon-exclamation-sign"></span> <b>Importante</b>: ten en cuenta que si la tarifa tiene marcado <b>precio mínimo</b>, por mucho que cambies no podrás poner un precio inferior al precio de coste. De la misma manera, si la tarifa tiene marcado <b>precio máximo</b>, nunca podrás superar el precio de venta del artículo. </p> </div> </div> </div> <div role="tabpanel" class="tab-pane" id="proveedores"> <div class="row"> <div class="col-sm-12"> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th>Proveedor</th> <th>Ref. Proveedor</th> <th class="text-right">Precio</th> <th class="text-right">Descuento</th> <th class="text-right">Total+{#FS_IVA#}</th> <th class="text-right">Stock</th> </tr> </thead> {loop="$fsc->get_articulo_proveedores()"} <tr> <td><a href="{$value->url_proveedor()}">{$value->nombre_proveedor()}</a></td> <td>{$value->refproveedor}</td> <td class="text-right">{$fsc->show_precio($value->precio)}</td> <td class="text-right">{$fsc->show_numero($value->dto)} %</td> <td class="text-right">{$fsc->show_precio($value->total_iva())}</td> <td class="text-right"> {if="$value->nostock"}-{else}{$value->stock}{/if} </td> </tr> {else} <tr><td colspan="6" class="warning">Sin resultados.</td></tr> {/loop} </table> </div> </div> </div> <div class="row"> <div class="col-sm-12"> <p class="help-block"> <span class="glyphicon glyphicon-exclamation-sign"></span> Estos son los proveedores a los que <b>has comprado</b> este producto, sus referencias, su último precio, descuento y su stock, si lo ofrecen. Si quieres que un proveedor aparezca aquí, crea un {#FS_PEDIDO#} o {#FS_ALBARAN#} de compra con ese proveedor y este artículo. </p> </div> </div> </div> </div> </div> </form> </div>
bwh/archSpec/introduction-to-dita.html
Jorsek/BetterWebHelp
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en-us" lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2005"/> <meta name="DC.rights.owner" content="(C) Copyright 2005"/> <meta name="DC.Type" content="concept"/> <meta name="DC.Title" content="Introduction to DITA"/> <meta name="abstract" content="The Darwin Information Typing Architecture (DITA) is an XML-based architecture for authoring, producing, and delivering topic-oriented, information-typed content that can be reused and single-sourced in a variety of ways. While DITA historically has been driven by the requirements of large-scale technical documentation authoring, management, and delivery, it is a standard that is applicable to any kind of publication or information that might be presented to readers, including interactive training and educational materials, standards, reports, business documents, trade books, travel and nature guides, and more."/> <meta name="description" content="The Darwin Information Typing Architecture (DITA) is an XML-based architecture for authoring, producing, and delivering topic-oriented, information-typed content that can be reused and single-sourced in a variety of ways. While DITA historically has been driven by the requirements of large-scale technical documentation authoring, management, and delivery, it is a standard that is applicable to any kind of publication or information that might be presented to readers, including interactive training and educational materials, standards, reports, business documents, trade books, travel and nature guides, and more."/> <meta name="DC.Relation" scheme="URI" content="../archSpec-base.html"/> <meta name="DC.Relation" scheme="URI" content="../archSpec/about_specification_source.html"/> <meta name="DC.Relation" scheme="URI" content="../archSpec/dita-terminology.html"/> <meta name="DC.Relation" scheme="URI" content="../archSpec/basic-concepts.html"/> <meta name="DC.Relation" scheme="URI" content="../archSpec/fileext.html"/> <meta name="DC.Relation" scheme="URI" content="../archSpec/single_sourcing.html"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="introduction-to-dita"/> <title>Introduction to DITA</title> </head> <body id="introduction-to-dita"> <h1 class="title topictitle1">Introduction to DITA</h1> <div class="body conbody"><p class="shortdesc">The Darwin Information Typing Architecture (DITA) is an XML-based architecture for authoring, producing, and delivering topic-oriented, information-typed content that can be reused and single-sourced in a variety of ways. While DITA historically has been driven by the requirements of large-scale technical documentation authoring, management, and delivery, it is a standard that is applicable to any kind of publication or information that might be presented to readers, including interactive training and educational materials, standards, reports, business documents, trade books, travel and nature guides, and more. </p> <p class="p">DITA is designed for creating new document types and describing new information domains based on existing types and domains. The process for creating new types and domains is called specialization. Specialization enables the creation of very specific, targeted document-type definitions that still can share the common output transformations and design rules developed for more general types and domains; this is similar to how classes in an object-oriented system can inherit the methods of ancestor classes.</p> <p class="p">Because DITA topics are XML conforming, they can be readily viewed, edited, and validated using standard XML tools, although realizing the full potential of DITA requires using DITA-aware tools.</p> </div> <div xmlns:functx="http://www.functx.com" class="related-links"> <ol class="olchildlinks"> <li class="link olchildlink"><a class="- topic/link ajaxLink" href="archSpec/../archSpec/about_specification_source.html">About the specification source</a><br/> The DITA specification is authored as a DITA content set and published using the DITA Open Toolkit. It is an example of a complex document that is developed by a team of people and uses many DITA features, including key references (keyrefs) and content references (conrefs).</li> <li class="link olchildlink"><a class="- topic/link ajaxLink" href="archSpec/../archSpec/dita-terminology.html">DITA terminology and notation</a><br/> The DITA specification uses specific notation and terms to define the components of the DITA standard. </li> <li class="link olchildlink"><a class="- topic/link ajaxLink" href="archSpec/../archSpec/basic-concepts.html">Basic concepts</a><br/> DITA has been designed to satisfy requirements for information typing, semantic markup, modularity, reuse, interchange, and production of different deliverable forms from a single source. These topics provide an overview of the key DITA features and facilities that serve to satisfy these requirements.</li> <li class="link olchildlink"><a class="- topic/link ajaxLink" href="archSpec/../archSpec/fileext.html">File naming conventions</a><br/> DITA uses certain naming conventions and file extension for topics, maps, modules, and document-type implementation files.</li> <li class="link olchildlink"><a class="- topic/link ajaxLink" href="archSpec/../archSpec/single_sourcing.html">Producing different deliverables from a single source</a><br/> DITA is designed to produce multiple deliverable formats from a single set of DITA content. This means that many rendition details are specified neither in the DITA specification nor in the DITA content; the rendition details are defined and controlled by the processors.</li> </ol> <div class="familylinks"> <div class="parentlink"><strong>Parent topic:</strong> <a class="- topic/link ajaxLink" href="archSpec/../archSpec-base.html" title="Base DITA includes the topic, map elements, metadata, classification, and specialization elements. It also includes domains for hazard statement, typographic, and utility elements">Architectural Specification: Base</a></div> </div> </div> </body> </html>
tnk1/messages/nvir_mlkima_htxps_0_0_0_1.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <link rel='stylesheet' href='../../_script/klli.css' /> <link rel='stylesheet' href='../_themes/klli.css' /> <title>úâåáä ì: úâåáä ì: îãåò øçöå äæåðåú áãí àçàá?</title> <meta name='author' content='àøðåï' /> <meta name='receiver' content='naharon @ hotmail.com' /> <meta name='jmQovc' content='tnk1/messages/nvir_mlkima_htxps_0_0_0_1' /> <meta name='tvnit' content='' /> </head><body class='tguva'><div class='pnim'> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'> <a href='../index.html'>øàùé</a>&gt;<a href='../messages/nvir_mlkima_htxps_0_0_0.html'>úâåáä ì: îãåò øçöå äæåðåú áãí àçàá?</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>úâåáä ì: úâåáä ì: îãåò øçöå äæåðåú áãí àçàá?</h1> <div style='display:none'> <p>îàú: àøðåï <p>àì: naharon @ hotmail.com </div> <script type='text/javascript' src='../../_script/vars.js'></script> <script type='text/javascript'>kotrt()</script> <p class='teur_tguva'>úâåáä ì: <a href='../messages/nvir_mlkima_htxps_0_0_0.html'>úâåáä ì: îãåò øçöå äæåðåú áãí àçàá?</a> ùðëúáä á11:55:45&nbsp;&nbsp;11.05.2005 <hr /> <div id='tokn'> òí ëì äëáåã ìøùé, àáì ìåîø ùäæåðåú äéå áøëá äîìçîä ùì àçàá, æä ÷öú éìãåúé àå çñø äâéåï. ìà äéå ìå ñé÷åø äîìçîä àå ÷ìèú. áøëá ùéù áå î÷åí ìùðééí ÷ùä ìäåñéó áå æåðä àå 2. åáëìì, îé ìå÷ç æåðåú ì÷øá? äåà öøéê àåúï ìàçø îëï. (øàä äùáæ"ðéí ùì äñåøéí áøîä). ôéøåùå ùì äîöåãåú éåúø äâéåðé. åàú äãîåé áéï ëìá ìæåðä äåà ì÷ç îäúåøä. (àéï áæä çéãåù àå úîéää)<br />äîìáéí-àí ëåðúå äéà ùäåà îúàø ìòöîå îöá ëæä ðéçà. àáì ìåîø ùëê äéä? øàä ìòéì-øùé <br /> <br /> </div><!--tokn--> <h2 id='tguvot'>úâåáåú </h2> <ul id='ultguvot'> </ul><!--end--> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body></html>
webstat/awstats.fonarik.ua.browserdetail.022014.html
dmitriyzhdankin/fonarikloc
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta name="generator" content="AWStats 7.1 (build 1.983) from config file awstats.fonarik.ua.conf (http://www.awstats.org)"> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="description" content="Awstats - Advanced Web Statistics for fonarik.ua (2014-02) - browserdetail"> <title>Statistics for fonarik.ua (2014-02) - browserdetail</title> <style type="text/css"> body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; } .aws_bodyl { } .aws_border { border-collapse: collapse; background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0px; margin-bottom: 0px; } .aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; color: #000000; } .aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; } .aws_data { background-color: #FFFFFF; border-top-width: 1px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } .aws_formfield { font: 13px verdana, arial, helvetica; } .aws_button { font-family: arial,verdana,helvetica, sans-serif; font-size: 12px; border: 1px solid #ccd7e0; background-image : url(/awstatsicons/other/button.gif); } th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; } th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; } td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; } td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px;} td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px; } b { font-weight: bold; } a { font: 11px verdana, arial, helvetica, sans-serif; } a:link { color: #0011BB; text-decoration: none; } a:visited { color: #0011BB; text-decoration: none; } a:hover { color: #605040; text-decoration: underline; } .currentday { font-weight: bold; } </style> </head> <body style="margin-top: 0px"> <a name="top"></a> <a name="menu">&nbsp;</a> <form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=fonarik.ua&amp;output=browserdetail" style="padding: 0px 0px 0px 0px; margin-top: 0"> <table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%"> <tr><td> <table class="aws_data sortable" border="0" cellpadding="1" cellspacing="0" width="100%"> <tr><td class="aws" valign="middle"><b>Statistics for:</b>&nbsp;</td><td class="aws" valign="middle"><span style="font-size: 14px;">fonarik.ua</span></td><td align="right" rowspan="3"><a href="http://awstats.sourceforge.net" target="awstatshome"><img src="/awstatsicons/other/awstats_logo6.png" border="0" /></a></td></tr> <tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b>&nbsp;</td><td class="aws" valign="middle"><span style="font-size: 12px;">16 Mar 2014 - 00:01</span></td></tr> <tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><span style="font-size: 14px;">Month Feb 2014</span></td></tr> </table> </td></tr></table> </form><br /> <table> <tr><td class="aws"><a href="javascript:parent.window.close();">Close window</a></td></tr> </table> <a name="browsersversions">&nbsp;</a><br /><table class="aws_border sortable" border="0" cellpadding="2" cellspacing="0" width="100%"> <tr><td class="aws_title" width="70%">Browsers </td><td class="aws_blank">&nbsp;</td></tr> <tr><td colspan="2"> <table class="aws_data" border="1" cellpadding="2" cellspacing="0" width="100%"> <tr bgcolor="#ECECEC"><th colspan="2">Versions</th><th width="80">Grabber</th><th bgcolor="#4477DD" width="80">Pages</th><th bgcolor="#4477DD" width="80">Percent</th><th bgcolor="#66DDEE" width="80">Hits</th><th bgcolor="#66DDEE" width="80">Percent</th><th>&nbsp;</th></tr> <tr bgcolor="#F6F6F6"><td class="aws" colspan="2"><b>MSIE</b></td><td>&nbsp;</td><td><b>3,661</b></td><td><b>0.2 %</b></td><td><b>77,509</b></td><td><b>2.4 %</b></td><td>&nbsp;</td></tr> <tr><td width="32"><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 10.6</td><td>No</td><td>6</td><td>0 %</td><td>6</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 10.0</td><td>No</td><td>595</td><td>0 %</td><td>14,967</td><td>0.4 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="4" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 9.0</td><td>No</td><td>995</td><td>0 %</td><td>15,269</td><td>0.4 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="4" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 8.0</td><td>No</td><td>1,104</td><td>0 %</td><td>40,360</td><td>1.2 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="9" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 7.0</td><td>No</td><td>270</td><td>0 %</td><td>3,746</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 6.1</td><td>No</td><td>0</td><td>0 %</td><td>5</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 6.0</td><td>No</td><td>667</td><td>0 %</td><td>2,942</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 5.5</td><td>No</td><td>18</td><td>0 %</td><td>18</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 5.0</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 4.01</td><td>No</td><td>2</td><td>0 %</td><td>192</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/msie.png" alt='' title='' /></td><td class="aws">Msie 2.0</td><td>No</td><td>3</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr bgcolor="#F6F6F6"><td class="aws" colspan="2"><b>FIREFOX</b></td><td>&nbsp;</td><td><b>14,327</b></td><td><b>1 %</b></td><td><b>348,237</b></td><td><b>10.8 %</b></td><td>&nbsp;</td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 30.0</td><td>No</td><td>6</td><td>0 %</td><td>219</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 29.0</td><td>No</td><td>4</td><td>0 %</td><td>194</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 28.0</td><td>No</td><td>183</td><td>0 %</td><td>5,198</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 27.0</td><td>No</td><td>6,979</td><td>0.5 %</td><td>169,223</td><td>5.2 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="37" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 26.0.666.1.0.14</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 26.0.1</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 26.0</td><td>No</td><td>4,936</td><td>0.3 %</td><td>130,639</td><td>4 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="28" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 25.0</td><td>No</td><td>131</td><td>0 %</td><td>5,060</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 24.0</td><td>No</td><td>154</td><td>0 %</td><td>6,091</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 23.0</td><td>No</td><td>35</td><td>0 %</td><td>1,298</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 22.0</td><td>No</td><td>68</td><td>0 %</td><td>1,935</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 21.0</td><td>No</td><td>294</td><td>0 %</td><td>2,676</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 20.0</td><td>No</td><td>29</td><td>0 %</td><td>1,361</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 19.0</td><td>No</td><td>75</td><td>0 %</td><td>646</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 18.0</td><td>No</td><td>16</td><td>0 %</td><td>643</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 17.0</td><td>No</td><td>107</td><td>0 %</td><td>1,309</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 16.0</td><td>No</td><td>150</td><td>0 %</td><td>1,717</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 15.0.1</td><td>No</td><td>356</td><td>0 %</td><td>2,789</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 15.0</td><td>No</td><td>11</td><td>0 %</td><td>117</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 14.0.1</td><td>No</td><td>54</td><td>0 %</td><td>934</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 14.0</td><td>No</td><td>5</td><td>0 %</td><td>5</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 13.0.1</td><td>No</td><td>37</td><td>0 %</td><td>822</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 13.0</td><td>No</td><td>1</td><td>0 %</td><td>38</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 12.0</td><td>No</td><td>171</td><td>0 %</td><td>2,520</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 11.0</td><td>No</td><td>34</td><td>0 %</td><td>861</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 10.0.12</td><td>No</td><td>0</td><td>0 %</td><td>4</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 10.0.6</td><td>No</td><td>27</td><td>0 %</td><td>27</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 10.0.3</td><td>No</td><td>22</td><td>0 %</td><td>701</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 10.0.2</td><td>No</td><td>20</td><td>0 %</td><td>365</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 10.0.1</td><td>No</td><td>7</td><td>0 %</td><td>228</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 10.0</td><td>No</td><td>14</td><td>0 %</td><td>555</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 9.0.1</td><td>No</td><td>11</td><td>0 %</td><td>351</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 9.0</td><td>No</td><td>10</td><td>0 %</td><td>200</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 8.0.1</td><td>No</td><td>0</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 8.0</td><td>No</td><td>7</td><td>0 %</td><td>409</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 7.0.1</td><td>No</td><td>3</td><td>0 %</td><td>70</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 7.0</td><td>No</td><td>15</td><td>0 %</td><td>225</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 6.0.2</td><td>No</td><td>8</td><td>0 %</td><td>276</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 6.0.1</td><td>No</td><td>6</td><td>0 %</td><td>110</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 6.0</td><td>No</td><td>16</td><td>0 %</td><td>461</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 5.0.1</td><td>No</td><td>27</td><td>0 %</td><td>891</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 5.0</td><td>No</td><td>10</td><td>0 %</td><td>317</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 4.0.1</td><td>No</td><td>9</td><td>0 %</td><td>368</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 4.0</td><td>No</td><td>5</td><td>0 %</td><td>167</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.28</td><td>No</td><td>6</td><td>0 %</td><td>278</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.24</td><td>No</td><td>8</td><td>0 %</td><td>55</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.23</td><td>No</td><td>15</td><td>0 %</td><td>372</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.22</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.20</td><td>No</td><td>3</td><td>0 %</td><td>427</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.19</td><td>No</td><td>1</td><td>0 %</td><td>53</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.18</td><td>No</td><td>1</td><td>0 %</td><td>39</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.15</td><td>No</td><td>1</td><td>0 %</td><td>59</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.14</td><td>No</td><td>1</td><td>0 %</td><td>144</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.13</td><td>No</td><td>11</td><td>0 %</td><td>382</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.12</td><td>No</td><td>23</td><td>0 %</td><td>795</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.11</td><td>No</td><td>2</td><td>0 %</td><td>49</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.10</td><td>No</td><td>1</td><td>0 %</td><td>39</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.8</td><td>No</td><td>29</td><td>0 %</td><td>783</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.7</td><td>No</td><td>1</td><td>0 %</td><td>59</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.6</td><td>No</td><td>3</td><td>0 %</td><td>45</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.3</td><td>No</td><td>33</td><td>0 %</td><td>634</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6.2</td><td>No</td><td>5</td><td>0 %</td><td>328</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.6</td><td>No</td><td>5</td><td>0 %</td><td>246</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.5.15</td><td>No</td><td>1</td><td>0 %</td><td>126</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.5.13</td><td>No</td><td>2</td><td>0 %</td><td>74</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.5.7</td><td>No</td><td>72</td><td>0 %</td><td>72</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.5.6</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.5.5</td><td>No</td><td>11</td><td>0 %</td><td>262</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.5.3</td><td>No</td><td>7</td><td>0 %</td><td>342</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.5</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.0.19</td><td>No</td><td>8</td><td>0 %</td><td>166</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.0.10</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.0.7</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.0.4</td><td>No</td><td>3</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 3.0</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 2.0.0.20</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 2.0.0.2</td><td>No</td><td>18</td><td>0 %</td><td>367</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 1.6</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/firefox.png" alt='' title='' /></td><td class="aws">Firefox 1.5.0.11</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr bgcolor="#F6F6F6"><td class="aws" colspan="2"><b>NETSCAPE</b></td><td>&nbsp;</td><td><b>157</b></td><td><b>0 %</b></td><td><b>350</b></td><td><b>0 %</b></td><td>&nbsp;</td></tr> <tr><td><img src="/awstatsicons/browser/netscape.png" alt='' title='' /></td><td class="aws">Netscape 7.1</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/netscape.png" alt='' title='' /></td><td class="aws">Netscape 5.0</td><td>No</td><td>7</td><td>0 %</td><td>199</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/netscape.png" alt='' title='' /></td><td class="aws">Netscape 4.76</td><td>No</td><td>111</td><td>0 %</td><td>111</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/netscape.png" alt='' title='' /></td><td class="aws">Netscape 4.61</td><td>No</td><td>3</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/netscape.png" alt='' title='' /></td><td class="aws">Netscape 3.0</td><td>No</td><td>3</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/netscape.png" alt='' title='' /></td><td class="aws">Netscape 0.91</td><td>No</td><td>33</td><td>0 %</td><td>33</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr bgcolor="#F6F6F6"><td class="aws" colspan="2"><b>SVN</b></td><td>&nbsp;</td><td><b>0</b></td><td><b>0 %</b></td><td><b>1</b></td><td><b>0 %</b></td><td>&nbsp;</td></tr> <tr><td><img src="/awstatsicons/browser/svn.png" alt='' title='' /></td><td class="aws">Svn 040</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr bgcolor="#F6F6F6"><td class="aws" colspan="2"><b>OPERA</b></td><td>&nbsp;</td><td><b>12,611</b></td><td><b>0.9 %</b></td><td><b>371,123</b></td><td><b>11.5 %</b></td><td>&nbsp;</td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 12.80</td><td>No</td><td>4</td><td>0 %</td><td>4</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 12.0</td><td>No</td><td>13</td><td>0 %</td><td>13</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 10.00</td><td>No</td><td>1</td><td>0 %</td><td>43</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 9.80</td><td>No</td><td>12,562</td><td>0.9 %</td><td>370,765</td><td>11.5 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="3" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="80" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 9.64</td><td>No</td><td>4</td><td>0 %</td><td>157</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 9.63</td><td>No</td><td>2</td><td>0 %</td><td>63</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 9.50</td><td>No</td><td>0</td><td>0 %</td><td>12</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 9.27</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 9.7</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 9.0</td><td>No</td><td>3</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 9.00</td><td>No</td><td>7</td><td>0 %</td><td>7</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 8.01</td><td>No</td><td>9</td><td>0 %</td><td>48</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/opera.png" alt='' title='' /></td><td class="aws">Opera 8.00</td><td>No</td><td>6</td><td>0 %</td><td>6</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr bgcolor="#F6F6F6"><td class="aws" colspan="2"><b>SAFARI</b></td><td>&nbsp;</td><td><b>3,071</b></td><td><b>0.2 %</b></td><td><b>85,735</b></td><td><b>2.6 %</b></td><td>&nbsp;</td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 7.0.2</td><td>No</td><td>23</td><td>0 %</td><td>810</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 7.0.1</td><td>No</td><td>320</td><td>0 %</td><td>9,450</td><td>0.2 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="3" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 7.0</td><td>No</td><td>886</td><td>0 %</td><td>28,497</td><td>0.8 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="7" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 6.1.2</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 6.1.1</td><td>No</td><td>51</td><td>0 %</td><td>1,592</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 6.1</td><td>No</td><td>1</td><td>0 %</td><td>39</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 6.0.5</td><td>No</td><td>68</td><td>0 %</td><td>2,411</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 6.0.4</td><td>No</td><td>2</td><td>0 %</td><td>67</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 6.0.3</td><td>No</td><td>0</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 6.0</td><td>No</td><td>557</td><td>0 %</td><td>12,096</td><td>0.3 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="3" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.11.2</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.1.9</td><td>No</td><td>114</td><td>0 %</td><td>2,111</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.1.7</td><td>No</td><td>75</td><td>0 %</td><td>2,204</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.1.6</td><td>No</td><td>0</td><td>0 %</td><td>5</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.1.5</td><td>No</td><td>1</td><td>0 %</td><td>62</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.1.3</td><td>No</td><td>12</td><td>0 %</td><td>12</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.1.2</td><td>No</td><td>8</td><td>0 %</td><td>208</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.1</td><td>No</td><td>214</td><td>0 %</td><td>6,015</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.0.5</td><td>No</td><td>16</td><td>0 %</td><td>16</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.0.4</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.0.2</td><td>No</td><td>50</td><td>0 %</td><td>1,302</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 5.0</td><td>No</td><td>118</td><td>0 %</td><td>3,375</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 4.0.4</td><td>No</td><td>84</td><td>0 %</td><td>1,940</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 4.0.3</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 4.0</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 3.2.1</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 3.1.1</td><td>No</td><td>7</td><td>0 %</td><td>7</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 2.0.1</td><td>No</td><td>23</td><td>0 %</td><td>362</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari 1.0</td><td>No</td><td>1</td><td>0 %</td><td>37</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/safari.png" alt='' title='' /></td><td class="aws">Safari ?</td><td>No</td><td>438</td><td>0 %</td><td>13,107</td><td>0.4 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="3" height="5" /><br /></td></tr> <tr bgcolor="#F6F6F6"><td class="aws" colspan="2"><b>CHROME</b></td><td>&nbsp;</td><td><b>63,189</b></td><td><b>4.7 %</b></td><td><b>1,026,474</b></td><td><b>31.8 %</b></td><td>&nbsp;</td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 35.0.1853.0</td><td>No</td><td>1</td><td>0 %</td><td>79</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1847.11</td><td>No</td><td>1</td><td>0 %</td><td>61</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1840.2</td><td>No</td><td>2</td><td>0 %</td><td>72</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1838.2</td><td>No</td><td>1</td><td>0 %</td><td>53</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1837.4</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1835.3</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1825.4</td><td>No</td><td>2</td><td>0 %</td><td>108</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1823.4</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1818.0</td><td>No</td><td>2</td><td>0 %</td><td>67</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1813.0</td><td>No</td><td>0</td><td>0 %</td><td>13</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1809.0</td><td>No</td><td>5</td><td>0 %</td><td>302</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 34.0.1808.0</td><td>No</td><td>4</td><td>0 %</td><td>136</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.135</td><td>No</td><td>21</td><td>0 %</td><td>366</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.132</td><td>No</td><td>16</td><td>0 %</td><td>1,014</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.117</td><td>No</td><td>18,146</td><td>1.3 %</td><td>166,802</td><td>5.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="4" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="36" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.115</td><td>No</td><td>11</td><td>0 %</td><td>554</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.112</td><td>No</td><td>2</td><td>0 %</td><td>85</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.93</td><td>No</td><td>4</td><td>0 %</td><td>247</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.91</td><td>No</td><td>52</td><td>0 %</td><td>1,196</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.70</td><td>No</td><td>3</td><td>0 %</td><td>149</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.58</td><td>No</td><td>16</td><td>0 %</td><td>768</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.46</td><td>No</td><td>15</td><td>0 %</td><td>567</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.29</td><td>No</td><td>13</td><td>0 %</td><td>577</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1750.22</td><td>No</td><td>3</td><td>0 %</td><td>130</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1736.2</td><td>No</td><td>1</td><td>0 %</td><td>116</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1726.0</td><td>No</td><td>1</td><td>0 %</td><td>71</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 33.0.1712.4</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1750.1</td><td>No</td><td>3</td><td>0 %</td><td>119</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1700.107</td><td>No</td><td>26,461</td><td>2 %</td><td>414,936</td><td>12.8 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="6" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="89" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1700.103</td><td>No</td><td>3</td><td>0 %</td><td>96</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1700.102</td><td>No</td><td>6,638</td><td>0.5 %</td><td>121,755</td><td>3.7 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="27" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1700.99</td><td>No</td><td>1,277</td><td>0 %</td><td>38,337</td><td>1.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="9" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1700.77</td><td>No</td><td>16</td><td>0 %</td><td>505</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1700.76</td><td>No</td><td>1,100</td><td>0 %</td><td>27,242</td><td>0.8 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="6" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1700.72</td><td>No</td><td>95</td><td>0 %</td><td>3,450</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1700.68</td><td>No</td><td>1</td><td>0 %</td><td>52</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1700.41</td><td>No</td><td>4</td><td>0 %</td><td>89</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 32.0.1653.0</td><td>No</td><td>4</td><td>0 %</td><td>75</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.1.0.0</td><td>No</td><td>16</td><td>0 %</td><td>743</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.1700.0</td><td>No</td><td>75</td><td>0 %</td><td>787</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.1650.63</td><td>No</td><td>709</td><td>0 %</td><td>20,300</td><td>0.6 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="5" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.1650.59</td><td>No</td><td>97</td><td>0 %</td><td>1,800</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.1650.57</td><td>No</td><td>294</td><td>0 %</td><td>8,570</td><td>0.2 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.1650.48</td><td>No</td><td>256</td><td>0 %</td><td>2,856</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.1650.26</td><td>No</td><td>1</td><td>0 %</td><td>53</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.1650.16</td><td>No</td><td>6</td><td>0 %</td><td>6</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.1626.5</td><td>No</td><td>2</td><td>0 %</td><td>192</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.1603.0</td><td>No</td><td>0</td><td>0 %</td><td>7</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 31.0.0.0</td><td>No</td><td>1</td><td>0 %</td><td>126</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1650.0</td><td>No</td><td>1</td><td>0 %</td><td>79</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.13014</td><td>No</td><td>1,411</td><td>0.1 %</td><td>40,294</td><td>1.2 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="9" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.13012</td><td>No</td><td>2</td><td>0 %</td><td>39</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.12987</td><td>No</td><td>2</td><td>0 %</td><td>93</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.12975</td><td>No</td><td>12</td><td>0 %</td><td>533</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.12786</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.12785</td><td>No</td><td>2,057</td><td>0.1 %</td><td>58,632</td><td>1.8 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="13" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.12218</td><td>No</td><td>4</td><td>0 %</td><td>90</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.12124</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.114</td><td>No</td><td>7</td><td>0 %</td><td>211</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.105</td><td>No</td><td>0</td><td>0 %</td><td>20</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.101</td><td>No</td><td>143</td><td>0 %</td><td>4,931</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.92</td><td>No</td><td>1</td><td>0 %</td><td>19</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.82</td><td>No</td><td>2</td><td>0 %</td><td>194</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.69</td><td>No</td><td>57</td><td>0 %</td><td>2,693</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1599.66</td><td>No</td><td>8</td><td>0 %</td><td>301</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.1551.0</td><td>No</td><td>65</td><td>0 %</td><td>2,044</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 30.0.0.0</td><td>No</td><td>17</td><td>0 %</td><td>421</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1600.1</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1547.76</td><td>No</td><td>47</td><td>0 %</td><td>1,502</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1547.72</td><td>No</td><td>18</td><td>0 %</td><td>384</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1547.66</td><td>No</td><td>51</td><td>0 %</td><td>1,149</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1547.65</td><td>No</td><td>6</td><td>0 %</td><td>205</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1547.62</td><td>No</td><td>4</td><td>0 %</td><td>207</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1547.59</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1547.57</td><td>No</td><td>88</td><td>0 %</td><td>2,410</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1547.32</td><td>No</td><td>10</td><td>0 %</td><td>98</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1547.23</td><td>No</td><td>4</td><td>0 %</td><td>59</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 29.0.1508.0</td><td>No</td><td>17</td><td>0 %</td><td>218</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.1.0.0</td><td>No</td><td>4</td><td>0 %</td><td>60</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1550.1</td><td>No</td><td>2</td><td>0 %</td><td>102</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1550.0</td><td>No</td><td>0</td><td>0 %</td><td>4</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1501.430</td><td>No</td><td>106</td><td>0 %</td><td>2,896</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1501.426</td><td>No</td><td>1</td><td>0 %</td><td>121</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1501.404</td><td>No</td><td>60</td><td>0 %</td><td>1,736</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1501.372</td><td>No</td><td>4</td><td>0 %</td><td>192</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1501.283</td><td>No</td><td>47</td><td>0 %</td><td>1,347</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1500.95</td><td>No</td><td>1,302</td><td>0 %</td><td>26,846</td><td>0.8 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="6" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1500.94</td><td>No</td><td>33</td><td>0 %</td><td>1,306</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1500.75</td><td>No</td><td>173</td><td>0 %</td><td>5,477</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1500.74</td><td>No</td><td>115</td><td>0 %</td><td>3,659</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1500.73</td><td>No</td><td>79</td><td>0 %</td><td>1,664</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1500.72</td><td>No</td><td>57</td><td>0 %</td><td>1,537</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1500.71</td><td>No</td><td>161</td><td>0 %</td><td>4,130</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1500.63</td><td>No</td><td>8</td><td>0 %</td><td>101</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1500.45</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 28.0.1470.0</td><td>No</td><td>41</td><td>0 %</td><td>696</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 27.1.0.0</td><td>No</td><td>8</td><td>0 %</td><td>109</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 27.0.1500.0</td><td>No</td><td>1</td><td>0 %</td><td>53</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 27.0.1453.116</td><td>No</td><td>0</td><td>0 %</td><td>89</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 27.0.1453.111</td><td>No</td><td>1</td><td>0 %</td><td>34</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 27.0.1453.110</td><td>No</td><td>69</td><td>0 %</td><td>2,562</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 27.0.1453.95</td><td>No</td><td>6</td><td>0 %</td><td>216</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 27.0.1453.94</td><td>No</td><td>9</td><td>0 %</td><td>333</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 27.0.1453.93</td><td>No</td><td>32</td><td>0 %</td><td>817</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 26.0.1450.0</td><td>No</td><td>7</td><td>0 %</td><td>261</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 26.0.1410.64</td><td>No</td><td>8</td><td>0 %</td><td>383</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 26.0.1410.63</td><td>No</td><td>6</td><td>0 %</td><td>340</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 26.0.1410.58</td><td>No</td><td>4</td><td>0 %</td><td>111</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 26.0.1410.43</td><td>No</td><td>138</td><td>0 %</td><td>3,782</td><td>0.1 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 26.0.1403.0</td><td>No</td><td>2</td><td>0 %</td><td>265</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 26.0.1388.0</td><td>No</td><td>7</td><td>0 %</td><td>175</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 25.0.1400.0</td><td>No</td><td>4</td><td>0 %</td><td>145</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 25.0.1364.172</td><td>No</td><td>36</td><td>0 %</td><td>922</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 25.0.1364.169</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 25.0.1364.152</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 25.0.1364.99</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 25.0.1364.97</td><td>No</td><td>21</td><td>0 %</td><td>507</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 25.0.1314.0</td><td>No</td><td>1</td><td>0 %</td><td>202</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 25.0.1234.12</td><td>No</td><td>2</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 24.0.1312.71</td><td>No</td><td>32</td><td>0 %</td><td>1,066</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 24.0.1312.57</td><td>No</td><td>21</td><td>0 %</td><td>564</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 24.0.1312.56</td><td>No</td><td>3</td><td>0 %</td><td>174</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 24.0.1312.52</td><td>No</td><td>1</td><td>0 %</td><td>38</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 24.0.1293.0</td><td>No</td><td>7</td><td>0 %</td><td>220</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 23.0.1271.97</td><td>No</td><td>129</td><td>0 %</td><td>680</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 23.0.1271.95</td><td>No</td><td>6</td><td>0 %</td><td>265</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 23.0.1271.91</td><td>No</td><td>1</td><td>0 %</td><td>54</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 23.0.1271.64</td><td>No</td><td>2</td><td>0 %</td><td>5</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 23.0.1262.0</td><td>No</td><td>1</td><td>0 %</td><td>59</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 23.0.912.77</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 23.0.1.0</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 22.0.1229.96</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 22.0.1229.95</td><td>No</td><td>1</td><td>0 %</td><td>31</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 22.0.1229.94</td><td>No</td><td>11</td><td>0 %</td><td>65</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 22.0.1229.92</td><td>No</td><td>1</td><td>0 %</td><td>53</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 22.0.1229.79</td><td>No</td><td>90</td><td>0 %</td><td>2,602</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 22.0.1207.1</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 22.0.1106.241</td><td>No</td><td>1</td><td>0 %</td><td>51</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 22.0.1105.412</td><td>No</td><td>7</td><td>0 %</td><td>184</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 22.0.1104.222</td><td>No</td><td>1</td><td>0 %</td><td>59</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 21.0.1231.0</td><td>No</td><td>15</td><td>0 %</td><td>518</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 21.0.1230.0</td><td>No</td><td>7</td><td>0 %</td><td>41</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 21.0.1228.0</td><td>No</td><td>17</td><td>0 %</td><td>500</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 21.0.1200.0</td><td>No</td><td>1</td><td>0 %</td><td>78</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 21.0.1180.89</td><td>No</td><td>1</td><td>0 %</td><td>41</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 21.0.1180.83</td><td>No</td><td>2</td><td>0 %</td><td>81</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 21.0.1180.79</td><td>No</td><td>32</td><td>0 %</td><td>746</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 21.0.1174.0</td><td>No</td><td>0</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 20.0.1207.0</td><td>No</td><td>5</td><td>0 %</td><td>119</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 20.0.1132.57</td><td>No</td><td>21</td><td>0 %</td><td>132</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 20.0.1092.0</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 19.1.1084.5409</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 19.1.1084.5408</td><td>No</td><td>0</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 19.0.1100.0</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 19.0.1084.5409</td><td>No</td><td>2</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 19.0.1084.56</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 19.0.1084.52</td><td>No</td><td>2</td><td>0 %</td><td>107</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 19.0.1084.46</td><td>No</td><td>1</td><td>0 %</td><td>53</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 19.0.1036.7</td><td>No</td><td>1</td><td>0 %</td><td>37</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.6.872.0</td><td>No</td><td>2</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.0.1025.1634</td><td>No</td><td>17</td><td>0 %</td><td>110</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.0.1025.308</td><td>No</td><td>9</td><td>0 %</td><td>323</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.0.1025.168</td><td>No</td><td>1</td><td>0 %</td><td>53</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.0.1025.166</td><td>No</td><td>59</td><td>0 %</td><td>1,796</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.0.1025.164</td><td>No</td><td>14</td><td>0 %</td><td>246</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.0.1025.151</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.0.1025.142</td><td>No</td><td>51</td><td>0 %</td><td>1,138</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.0.1025.45</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 18.0.966.0</td><td>No</td><td>76</td><td>0 %</td><td>2,837</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 17.0.1000.1</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 17.0.963.79</td><td>No</td><td>1</td><td>0 %</td><td>160</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 17.0.963.56</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 17.0.963.47</td><td>No</td><td>57</td><td>0 %</td><td>1,515</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 17.0.963.46</td><td>No</td><td>32</td><td>0 %</td><td>1,001</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 17.0.963.26</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 17.0.963.12</td><td>No</td><td>4</td><td>0 %</td><td>4</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 16.0.912.77</td><td>No</td><td>33</td><td>0 %</td><td>357</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 16.0.912.75</td><td>No</td><td>1</td><td>0 %</td><td>38</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 16.0.912.63</td><td>No</td><td>4</td><td>0 %</td><td>124</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 16.0.883.0</td><td>No</td><td>1</td><td>0 %</td><td>112</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 15.0.874.121</td><td>No</td><td>4</td><td>0 %</td><td>256</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 15.0.874.120</td><td>No</td><td>2</td><td>0 %</td><td>92</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 15.0.874.106</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 15.0.874.102</td><td>No</td><td>6</td><td>0 %</td><td>413</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 15.0.874.15</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 15.0.874.5</td><td>No</td><td>0</td><td>0 %</td><td>20</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 14.0.835.202</td><td>No</td><td>19</td><td>0 %</td><td>492</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 14.0.835.163</td><td>No</td><td>11</td><td>0 %</td><td>377</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 13.0.782.220</td><td>No</td><td>1</td><td>0 %</td><td>80</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 13.0.782.107</td><td>No</td><td>3</td><td>0 %</td><td>68</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 12.0.742.122</td><td>No</td><td>2</td><td>0 %</td><td>91</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 12.0.742.112</td><td>No</td><td>16</td><td>0 %</td><td>514</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 12.0.742.100</td><td>No</td><td>41</td><td>0 %</td><td>842</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 12.0.712.0</td><td>No</td><td>1</td><td>0 %</td><td>53</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 11.0.696.68</td><td>No</td><td>1</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 11.0.696.60</td><td>No</td><td>1</td><td>0 %</td><td>56</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 11.0.696.34</td><td>No</td><td>89</td><td>0 %</td><td>2,639</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 11.0.696.3</td><td>No</td><td>11</td><td>0 %</td><td>165</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 11.0.672.2</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 10.0.650.0</td><td>No</td><td>1</td><td>0 %</td><td>137</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 10.0.648.204</td><td>No</td><td>0</td><td>0 %</td><td>4</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 9.0.597.107</td><td>No</td><td>6</td><td>0 %</td><td>233</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 9.0.597.84</td><td>No</td><td>1</td><td>0 %</td><td>57</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 9.0.597.2</td><td>No</td><td>2</td><td>0 %</td><td>105</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 9.0.597</td><td>No</td><td>44</td><td>0 %</td><td>1,253</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 9.0.587.0</td><td>No</td><td>1</td><td>0 %</td><td>47</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 8.0.552.237</td><td>No</td><td>0</td><td>0 %</td><td>2</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 8.0.552.224</td><td>No</td><td>31</td><td>0 %</td><td>1,060</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 8.0.552.215</td><td>No</td><td>2</td><td>0 %</td><td>67</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 8.0.552.210</td><td>No</td><td>1</td><td>0 %</td><td>36</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 8.0.552.200</td><td>No</td><td>1</td><td>0 %</td><td>38</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 8.0.549.0</td><td>No</td><td>14</td><td>0 %</td><td>237</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 7.0.520.1</td><td>No</td><td>2</td><td>0 %</td><td>81</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 7.0.517.44</td><td>No</td><td>8</td><td>0 %</td><td>575</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 7.0.517.8</td><td>No</td><td>4</td><td>0 %</td><td>239</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 6.0.472.63</td><td>No</td><td>1</td><td>0 %</td><td>40</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 6.0.472.62</td><td>No</td><td>2</td><td>0 %</td><td>55</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 6.0.422.0</td><td>No</td><td>1</td><td>0 %</td><td>53</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 6.0.417.0</td><td>No</td><td>2</td><td>0 %</td><td>54</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 6.0.408.1</td><td>No</td><td>10</td><td>0 %</td><td>184</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 5.0.381</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 5.0.375.127</td><td>No</td><td>2</td><td>0 %</td><td>98</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 5.0.375.99</td><td>No</td><td>5</td><td>0 %</td><td>203</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 5.0.307.7</td><td>No</td><td>18</td><td>0 %</td><td>20</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 4.1.249.1045</td><td>No</td><td>4</td><td>0 %</td><td>177</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 4.0.249.78</td><td>No</td><td>11</td><td>0 %</td><td>249</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 4.0.237.0</td><td>No</td><td>0</td><td>0 %</td><td>14</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 4.0.202.0</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 3.0.197.11</td><td>No</td><td>4</td><td>0 %</td><td>121</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 3.0.195.38</td><td>No</td><td>2</td><td>0 %</td><td>54</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chrome.png" alt='' title='' /></td><td class="aws">Chrome 1.0.154.59</td><td>No</td><td>39</td><td>0 %</td><td>703</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr bgcolor="#F6F6F6"><td class="aws" colspan="2"><b>KONQUEROR</b></td><td>&nbsp;</td><td><b>1</b></td><td><b>0 %</b></td><td><b>1</b></td><td><b>0 %</b></td><td>&nbsp;</td></tr> <tr><td><img src="/awstatsicons/browser/konqueror.png" alt='' title='' /></td><td class="aws">Konqueror 4.8</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr bgcolor="#F6F6F6"><td class="aws" colspan="2"><b>Others</b></td><td>&nbsp;</td><td><b>1,220,071</b></td><td><b>92.6 %</b></td><td><b>1,313,695</b></td><td><b>40.7 %</b></td><td>&nbsp;</td></tr> <tr><td><img src="/awstatsicons/browser/unknown.png" alt='' title='' /></td><td class="aws"><span style="color: #666688">Unknown</span></td><td width="80">?</td><td>1,216,731</td><td>92.3 %</td><td>1,217,187</td><td>37.7 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="261" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="261" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/android.png" alt='' title='' /></td><td class="aws">Android browser (PDA/Phone browser)</td><td>No</td><td>1,735</td><td>0.1 %</td><td>50,963</td><td>1.5 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="11" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/mozilla.png" alt='' title='' /></td><td class="aws">Mozilla</td><td>No</td><td>1,402</td><td>0.1 %</td><td>39,381</td><td>1.2 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="9" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/pdaphone.png" alt='' title='' /></td><td class="aws">LG (PDA/Phone browser)</td><td>No</td><td>76</td><td>0 %</td><td>2,704</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/ibrowse.png" alt='' title='' /></td><td class="aws">iBrowse</td><td>No</td><td>38</td><td>0 %</td><td>1,667</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/pdaphone.png" alt='' title='' /></td><td class="aws">IPhone (PDA/Phone browser)</td><td>No</td><td>30</td><td>0 %</td><td>417</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/pdaphone.png" alt='' title='' /></td><td class="aws">Nokia Browser (PDA/Phone browser)</td><td>No</td><td>19</td><td>0 %</td><td>488</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/iceweasel.png" alt='' title='' /></td><td class="aws">Iceweasel</td><td>No</td><td>16</td><td>0 %</td><td>16</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/pdaphone.png" alt='' title='' /></td><td class="aws">Samsung (PDA/Phone browser)</td><td>No</td><td>10</td><td>0 %</td><td>347</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/adobe.png" alt='' title='' /></td><td class="aws">Acrobat Webcapture</td><td><b>Yes</b></td><td>3</td><td>0 %</td><td>3</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/pdaphone.png" alt='' title='' /></td><td class="aws">Sony/Ericsson Browser (PDA/Phone browser)</td><td>No</td><td>3</td><td>0 %</td><td>274</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/notavailable.png" alt='' title='' /></td><td class="aws">ABrowse</td><td>No</td><td>3</td><td>0 %</td><td>54</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/pdaphone.png" alt='' title='' /></td><td class="aws">Alcatel Browser (PDA/Phone browser)</td><td>No</td><td>2</td><td>0 %</td><td>4</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/pdaphone.png" alt='' title='' /></td><td class="aws">Motorola Browser (PDA/Phone browser)</td><td>No</td><td>1</td><td>0 %</td><td>47</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/chimera.png" alt='' title='' /></td><td class="aws">Camino</td><td>No</td><td>1</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/seamonkey.png" alt='' title='' /></td><td class="aws">SeaMonkey</td><td>No</td><td>1</td><td>0 %</td><td>141</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="2" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> <tr><td><img src="/awstatsicons/browser/pdaphone.png" alt='' title='' /></td><td class="aws">Vodaphone browser (PDA/Phone browser)</td><td>No</td><td>0</td><td>0 %</td><td>1</td><td>0 %</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="1" height="5" /><br /><img src="/awstatsicons/other/hh.png" width="2" height="5" /><br /></td></tr> </table></td></tr></table><br /> <br /><br /> <span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 7.1 (build 1.983)</b> - <a href="http://www.awstats.org" target="awstatshome">Created by awstats</a></span><br /> <br /> </body> </html>
src/ThirdPartyLibraries/Common.Logging/doc/api/html/Common.Logging~Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter.~ctor2.html
aozora/arashi
<html dir="LTR" xmlns:ndoc="urn:ndoc-schema"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta content="history" name="save" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>ConsoleOutLoggerFactoryAdapter Constructor</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">Common Logging 2.0 API Reference</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">ConsoleOutLoggerFactoryAdapter Constructor</h1> </div> </div> <div id="nstext"> <p> Initializes a new instance of the <a href="Common.Logging~Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter.html">ConsoleOutLoggerFactoryAdapter</a> class. </p> <div class="syntax"> <span class="lang">[Visual Basic]</span> <br />Public Overloads Sub New( _<br />   ByVal <i>properties</i> As <a href="">NameValueCollection</a> _<br />)</div> <div class="syntax"> <span class="lang">[C#]</span> <br /> <a href="Common.Logging~Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter.html">ConsoleOutLoggerFactoryAdapter</a>(<br />   <a href="">NameValueCollection</a> <i>properties</i><br />);</div> <h4 class="dtH4">Parameters</h4> <dl> <dt> <i>properties</i> </dt> <dd>The name value collection, typically specified by the user in a configuration section named common/logging.</dd> </dl> <h4 class="dtH4">Remarks</h4> <p> Looks for level, showDateTime, showLogName, dateTimeFormat items from <i>properties</i> for use when the GetLogger methods are called. <a href="Common.Logging~Common.Logging.ConfigurationSectionHandler.html">ConfigurationSectionHandler</a> for more information on how to use the standard .NET application configuraiton file (App.config/Web.config) to configure this adapter. </p> <h4 class="dtH4">See Also</h4> <p> <a href="Common.Logging~Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter.html">ConsoleOutLoggerFactoryAdapter Class</a> | <a href="Common.Logging~Common.Logging.Simple.html">Common.Logging.Simple Namespace</a> | <a href="Common.Logging~Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter~Constructors.html">ConsoleOutLoggerFactoryAdapter Constructor Overload List</a></p> <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"> <param name="Keyword" value="ConsoleOutLoggerFactoryAdapter class, constructor&#xD;&#xA; "> </param> </object> <hr /> <div id="footer"> <p> <a href="mailto:[email protected]?subject=Common%20Logging%202.0%20API%20Reference%20Documentation%20Feedback:%20ConsoleOutLoggerFactoryAdapter Constructor ">Send comments on this topic.</a> </p> <p> <a>© The Common Infrastructure Libraries for .NET Team 2009 All Rights Reserved.</a> </p> <p>Generated from assembly Common.Logging [2.0.0.0] by <a href="http://ndoc3.sourceforget.net">NDoc3</a></p> </div> </div> </body> </html>
templates/deploylist.html
damondengxin/opsmanager
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>deploylist</title> </head> <body> <table border="1" align="center" width="800"> <tr align="center" > <td> 选择 </td> <td> 项目 </td> <td> 当前发布版本 </td> <td> 部署机器 </td> <td> 机器ip </td> <td> 状态 </td> </tr> {% for p in d_list %} <tr align="center"> <td><input type="checkbox" name='修改' value="修改"> </td> <td>{{ p.project }}</td> <td>{{ p.curentversion }}</td> <td>{{ p.deployhost }}</td> <td>{{ p.hostip }}</td> <td> {{ p.get_status_display }}</td> </tr> {% endfor %} </table> <hr style="FILTER: alpha(opacity=100,finishopacity=0,style=2)" width="80%" color=#987cb9 SIZE=10> <a href="/deploy/deployinfo">发布项目</a> <a href="/deploy/deployadd"> 添加项目</a> <a href="#">修改项目</a> <a href="#">删除项目</a> </body> </html>
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/findbugs/SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING.html
leodmurillo/sonar
<p>The code creates an SQL prepared statement from a nonconstant String. If unchecked, tainted data from a user is used in building this String, SQL injection could be used to make the prepared statement do something unexpected and undesirable. </p>
EWSJavaAPI_1.2/doc/microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html
daitangio/exchangews
<!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_22) on Wed Nov 09 19:33:07 IST 2011 --> <TITLE> WebAsyncCallStateAnchor </TITLE> <META NAME="date" CONTENT="2011-11-09"> <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="WebAsyncCallStateAnchor"; } } </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="../../../../microsoft/exchange/webservices/data/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../microsoft/exchange/webservices/data/WaitHandle.html" title="class in microsoft.exchange.webservices.data"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../microsoft/exchange/webservices/data/WebClientUrl.html" title="class in microsoft.exchange.webservices.data"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="WebAsyncCallStateAnchor.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<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"> microsoft.exchange.webservices.data</FONT> <BR> Class WebAsyncCallStateAnchor</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>microsoft.exchange.webservices.data.WebAsyncCallStateAnchor</B> </PRE> <HR> <DL> <DT><PRE>public class <B>WebAsyncCallStateAnchor</B><DT>extends java.lang.Object</DL> </PRE> <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="../../../../microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html#WebAsyncCallStateAnchor(microsoft.exchange.webservices.data.ServiceRequestBase, microsoft.exchange.webservices.data.HttpWebRequest, microsoft.exchange.webservices.data.AsyncCallback, java.lang.Object)">WebAsyncCallStateAnchor</A></B>(microsoft.exchange.webservices.data.ServiceRequestBase&nbsp;serviceRequest, microsoft.exchange.webservices.data.HttpWebRequest&nbsp;webRequest, microsoft.exchange.webservices.data.AsyncCallback&nbsp;asyncCallback, java.lang.Object&nbsp;asyncState)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construtctor</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;microsoft.exchange.webservices.data.AsyncCallback</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html#getAsyncCallback()">getAsyncCallback</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.Object</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html#getAsyncState()">getAsyncState</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;microsoft.exchange.webservices.data.HttpWebRequest</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html#getHttpWebRequest()">getHttpWebRequest</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;microsoft.exchange.webservices.data.ServiceRequestBase</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html#getServiceRequest()">getServiceRequest</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html#setAsyncCallback(microsoft.exchange.webservices.data.AsyncCallback)">setAsyncCallback</A></B>(microsoft.exchange.webservices.data.AsyncCallback&nbsp;asyncCallback)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html#setAsynncState(java.lang.Object)">setAsynncState</A></B>(java.lang.Object&nbsp;wasasyncState)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html#setHttpWebRequest(microsoft.exchange.webservices.data.HttpWebRequest)">setHttpWebRequest</A></B>(microsoft.exchange.webservices.data.HttpWebRequest&nbsp;waswebRequest)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html#setServiceRequest(microsoft.exchange.webservices.data.ServiceRequestBase)">setServiceRequest</A></B>(microsoft.exchange.webservices.data.ServiceRequestBase&nbsp;wasserviceRequest)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>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> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="WebAsyncCallStateAnchor(microsoft.exchange.webservices.data.ServiceRequestBase, microsoft.exchange.webservices.data.HttpWebRequest, microsoft.exchange.webservices.data.AsyncCallback, java.lang.Object)"><!-- --></A><H3> WebAsyncCallStateAnchor</H3> <PRE> public <B>WebAsyncCallStateAnchor</B>(microsoft.exchange.webservices.data.ServiceRequestBase&nbsp;serviceRequest, microsoft.exchange.webservices.data.HttpWebRequest&nbsp;webRequest, microsoft.exchange.webservices.data.AsyncCallback&nbsp;asyncCallback, java.lang.Object&nbsp;asyncState) throws java.lang.Exception</PRE> <DL> <DD>Construtctor <P> <DL> <DT><B>Throws:</B> <DD><CODE>java.lang.Exception</CODE></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="getServiceRequest()"><!-- --></A><H3> getServiceRequest</H3> <PRE> public microsoft.exchange.webservices.data.ServiceRequestBase <B>getServiceRequest</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setAsyncCallback(microsoft.exchange.webservices.data.AsyncCallback)"><!-- --></A><H3> setAsyncCallback</H3> <PRE> public void <B>setAsyncCallback</B>(microsoft.exchange.webservices.data.AsyncCallback&nbsp;asyncCallback)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAsyncCallback()"><!-- --></A><H3> getAsyncCallback</H3> <PRE> public microsoft.exchange.webservices.data.AsyncCallback <B>getAsyncCallback</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setServiceRequest(microsoft.exchange.webservices.data.ServiceRequestBase)"><!-- --></A><H3> setServiceRequest</H3> <PRE> public void <B>setServiceRequest</B>(microsoft.exchange.webservices.data.ServiceRequestBase&nbsp;wasserviceRequest)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setHttpWebRequest(microsoft.exchange.webservices.data.HttpWebRequest)"><!-- --></A><H3> setHttpWebRequest</H3> <PRE> public void <B>setHttpWebRequest</B>(microsoft.exchange.webservices.data.HttpWebRequest&nbsp;waswebRequest)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getHttpWebRequest()"><!-- --></A><H3> getHttpWebRequest</H3> <PRE> public microsoft.exchange.webservices.data.HttpWebRequest <B>getHttpWebRequest</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setAsynncState(java.lang.Object)"><!-- --></A><H3> setAsynncState</H3> <PRE> public void <B>setAsynncState</B>(java.lang.Object&nbsp;wasasyncState)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAsyncState()"><!-- --></A><H3> getAsyncState</H3> <PRE> public java.lang.Object <B>getAsyncState</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=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="../../../../microsoft/exchange/webservices/data/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../microsoft/exchange/webservices/data/WaitHandle.html" title="class in microsoft.exchange.webservices.data"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../microsoft/exchange/webservices/data/WebClientUrl.html" title="class in microsoft.exchange.webservices.data"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?microsoft/exchange/webservices/data/WebAsyncCallStateAnchor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="WebAsyncCallStateAnchor.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
doc/org/jgap/distr/grid/common/package-tree.html
suegy/JGAP
<!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_02) on Tue Apr 03 12:42:16 CEST 2012 --> <TITLE> org.jgap.distr.grid.common Class Hierarchy </TITLE> <META NAME="date" CONTENT="2012-04-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="org.jgap.distr.grid.common Class Hierarchy"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> JGAP</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/jgap/distr/grid/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/jgap/distr/grid/gp/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/jgap/distr/grid/common/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package org.jgap.distr.grid.common </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">org.jgap.distr.grid.common.<A HREF="../../../../../org/jgap/distr/grid/common/BasicContext.html" title="class in org.jgap.distr.grid.common"><B>BasicContext</B></A> (implements java.io.Serializable) <LI TYPE="circle">org.jgap.distr.grid.common.<A HREF="../../../../../org/jgap/distr/grid/common/ClientStatus.html" title="class in org.jgap.distr.grid.common"><B>ClientStatus</B></A><LI TYPE="circle">org.jgap.distr.grid.common.<A HREF="../../../../../org/jgap/distr/grid/common/CommonConfiguration.html" title="class in org.jgap.distr.grid.common"><B>CommonConfiguration</B></A><LI TYPE="circle">org.jgap.distr.grid.common.<A HREF="../../../../../org/jgap/distr/grid/common/ResultData.html" title="class in org.jgap.distr.grid.common"><B>ResultData</B></A><LI TYPE="circle">org.jgap.distr.grid.common.<A HREF="../../../../../org/jgap/distr/grid/common/ResultVerification.html" title="class in org.jgap.distr.grid.common"><B>ResultVerification</B></A><LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable) <UL> <LI TYPE="circle">java.lang.Exception<UL> <LI TYPE="circle">org.jgap.distr.grid.common.<A HREF="../../../../../org/jgap/distr/grid/common/NoWorkResultsFoundException.html" title="class in org.jgap.distr.grid.common"><B>NoWorkResultsFoundException</B></A><LI TYPE="circle">org.jgap.distr.grid.common.<A HREF="../../../../../org/jgap/distr/grid/common/WorkRequestsSendException.html" title="class in org.jgap.distr.grid.common"><B>WorkRequestsSendException</B></A><LI TYPE="circle">org.jgap.distr.grid.common.<A HREF="../../../../../org/jgap/distr/grid/common/WorkResultNotFoundException.html" title="class in org.jgap.distr.grid.common"><B>WorkResultNotFoundException</B></A></UL> </UL> </UL> </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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> JGAP</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/jgap/distr/grid/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/jgap/distr/grid/gp/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/jgap/distr/grid/common/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
docs/sourcefile/dimensionswrapper0d_r8p.f90.html
victorsndvg/FPL
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="A modern Fortran dictionary"> <meta name="author" content="Víctor Sande Veiga" > <link rel="icon" href="../favicon.png"> <title>DimensionsWrapper0D_R8P.f90 &ndash; FPL</title> <link href="../css/bootstrap.min.css" rel="stylesheet"> <link href="../css/pygments.css" rel="stylesheet"> <link href="../css/font-awesome.min.css" rel="stylesheet"> <link href="../css/local.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <script src="../js/jquery-2.1.3.min.js"></script> <script src="../js/svg-pan-zoom.min.js"></script> </head> <body> <!-- Fixed navbar --> <nav class="navbar navbar-inverse 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">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">FPL </a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="dropdown hidden-xs visible-sm visible-md hidden-lg"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Contents <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="../lists/files.html">Source Files</a></li> <li><a href="../lists/modules.html">Modules</a></li> <li><a href="../lists/procedures.html">Procedures</a></li> <li><a href="../lists/types.html">Derived Types</a></li> <li><a href="../lists/programs.html">Programs</a></li> </ul> </li> <li class="visible-xs hidden-sm visible-lg"><a href="../lists/files.html">Source Files</a></li> <li class="visible-xs hidden-sm visible-lg"><a href="../lists/modules.html">Modules</a></li> <li class="visible-xs hidden-sm visible-lg"><a href="../lists/procedures.html">Procedures</a></li> <li class="visible-xs hidden-sm visible-lg"><a href="../lists/types.html">Derived Types</a></li> <li class="visible-xs hidden-sm visible-lg"><a href="../lists/programs.html">Programs</a></li> </ul> <form action="../search.html" class="navbar-form navbar-right" role="search"> <div class="form-group"> <input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required> </div> <!-- <button type="submit" class="btn btn-default">Submit</button> --> </form> </div><!--/.nav-collapse --> </div> </nav> <div class="container"> <div class="row"> <h1>DimensionsWrapper0D_R8P.f90 <small>Source File</small> </h1> <div class="row"> <div class="col-lg-12"> <div class="well well-sm"> <ul class="list-inline" style="margin-bottom:0px;display:inline"> <li><i class="fa fa-list-ol"></i> <a data-toggle="tooltip" data-placement="bottom" data-html="true" title=" 0.7% of total for source files.">114 statements</a> </li> <li><i class="fa fa-code"></i><a href="../src/DimensionsWrapper0D_R8P.f90"> Source File</a></li> </ul> <ol class="breadcrumb in-well text-right"> <li class="active">DimensionsWrapper0D_R8P.f90</li> </ol> </div> </div> </div> <script> $(function () { $('[data-toggle="tooltip"]').tooltip() }) </script> </div> <div class="row"> <div class="col-md-3 hidden-xs hidden-sm visible-md visible-lg"> <div id="sidebar"> <div class="panel panel-primary"> <div class="panel-heading text-left"><h3 class="panel-title"><a data-toggle="collapse" href="#mods-0">Modules</a></h3></div> <div id="mods-0" class="panel-collapse collapse"> <div class="list-group"> <a class="list-group-item" href="../module/dimensionswrapper0d_r8p.html">DimensionsWrapper0D_R8P</a> </div> </div> </div> <div class="panel panel-primary"> <div class="panel-heading text-left"><h3 class="panel-title">Source Code</h3></div> <div class="list-group"> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_r8p.f90.html#src">DimensionsWrapper0D_R8P.f90</a> </div> </div> <hr> <div class="panel panel-default"> <div class="panel-heading text-left"><h3 class="panel-title"><a data-toggle="collapse" href="#allfiles-0">All Source Files</a></h3></div> <div id="allfiles-0" class="panel-collapse collapse"> <div class="list-group"> <a class="list-group-item" href="../sourcefile/circle.f90.html">Circle.f90</a> <a class="list-group-item" href="../sourcefile/circlewrapper.f90.html">CircleWrapper.f90</a> <a class="list-group-item" href="../sourcefile/circlewrapperfactory.f90.html">CircleWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/compact_real.f90.html">compact_real.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper.f90.html">DimensionsWrapper.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d.f90.html">DimensionsWrapper0D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_dlca.f90.html">DimensionsWrapper0D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_i1p.f90.html">DimensionsWrapper0D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_i2p.f90.html">DimensionsWrapper0D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_i4p.f90.html">DimensionsWrapper0D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_i8p.f90.html">DimensionsWrapper0D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_l.f90.html">DimensionsWrapper0D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_r4p.f90.html">DimensionsWrapper0D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_r8p.f90.html">DimensionsWrapper0D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d.f90.html">DimensionsWrapper1D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_dlca.f90.html">DimensionsWrapper1D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_i1p.f90.html">DimensionsWrapper1D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_i2p.f90.html">DimensionsWrapper1D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_i4p.f90.html">DimensionsWrapper1D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_i8p.f90.html">DimensionsWrapper1D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_l.f90.html">DimensionsWrapper1D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_r4p.f90.html">DimensionsWrapper1D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_r8p.f90.html">DimensionsWrapper1D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d.f90.html">DimensionsWrapper2D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_dlca.f90.html">DimensionsWrapper2D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_i1p.f90.html">DimensionsWrapper2D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_i2p.f90.html">DimensionsWrapper2D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_i4p.f90.html">DimensionsWrapper2D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_i8p.f90.html">DimensionsWrapper2D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_l.f90.html">DimensionsWrapper2D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_r4p.f90.html">DimensionsWrapper2D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_r8p.f90.html">DimensionsWrapper2D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d.f90.html">DimensionsWrapper3D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_dlca.f90.html">DimensionsWrapper3D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_i1p.f90.html">DimensionsWrapper3D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_i2p.f90.html">DimensionsWrapper3D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_i4p.f90.html">DimensionsWrapper3D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_i8p.f90.html">DimensionsWrapper3D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_l.f90.html">DimensionsWrapper3D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_r4p.f90.html">DimensionsWrapper3D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_r8p.f90.html">DimensionsWrapper3D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d.f90.html">DimensionsWrapper4D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_dlca.f90.html">DimensionsWrapper4D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_i1p.f90.html">DimensionsWrapper4D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_i2p.f90.html">DimensionsWrapper4D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_i4p.f90.html">DimensionsWrapper4D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_i8p.f90.html">DimensionsWrapper4D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_l.f90.html">DimensionsWrapper4D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_r4p.f90.html">DimensionsWrapper4D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_r8p.f90.html">DimensionsWrapper4D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d.f90.html">DimensionsWrapper5D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_dlca.f90.html">DimensionsWrapper5D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_i1p.f90.html">DimensionsWrapper5D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_i2p.f90.html">DimensionsWrapper5D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_i4p.f90.html">DimensionsWrapper5D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_i8p.f90.html">DimensionsWrapper5D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_l.f90.html">DimensionsWrapper5D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_r4p.f90.html">DimensionsWrapper5D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_r8p.f90.html">DimensionsWrapper5D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d.f90.html">DimensionsWrapper6D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_dlca.f90.html">DimensionsWrapper6D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_i1p.f90.html">DimensionsWrapper6D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_i2p.f90.html">DimensionsWrapper6D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_i4p.f90.html">DimensionsWrapper6D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_i8p.f90.html">DimensionsWrapper6D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_l.f90.html">DimensionsWrapper6D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_r4p.f90.html">DimensionsWrapper6D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_r8p.f90.html">DimensionsWrapper6D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d.f90.html">DimensionsWrapper7D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_dlca.f90.html">DimensionsWrapper7D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_i1p.f90.html">DimensionsWrapper7D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_i2p.f90.html">DimensionsWrapper7D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_i4p.f90.html">DimensionsWrapper7D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_i8p.f90.html">DimensionsWrapper7D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_l.f90.html">DimensionsWrapper7D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_r4p.f90.html">DimensionsWrapper7D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_r8p.f90.html">DimensionsWrapper7D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dlacwrapperfactory.f90.html">DLACWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/errormessages.f90.html">ErrorMessages.f90</a> <a class="list-group-item" href="../sourcefile/extendwrappers.f90.html">ExtendWrappers.f90</a> <a class="list-group-item" href="../sourcefile/fortranparameterlist_example.f90.html">FortranParameterList_Example.f90</a> <a class="list-group-item" href="../sourcefile/fpl.f90.html">FPL.f90</a> <a class="list-group-item" href="../sourcefile/fpl_utils.f90.html">FPL_utils.f90</a> <a class="list-group-item" href="../sourcefile/i1pwrapperfactory.f90.html">I1PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/i2pwrapperfactory.f90.html">I2PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/i4pwrapperfactory.f90.html">I4PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/i8pwrapperfactory.f90.html">I8PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/lwrapperfactory.f90.html">LWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/parameterentry.f90.html">ParameterEntry.f90</a> <a class="list-group-item" href="../sourcefile/parameterentrydictionary.f90.html">ParameterEntryDictionary.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist.f90.html">ParameterList.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_test.f90.html">ParameterList_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper0d_test.f90.html">ParameterList_Wrapper0D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper1d_test.f90.html">ParameterList_Wrapper1D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper2d_test.f90.html">ParameterList_Wrapper2D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper3d_test.f90.html">ParameterList_Wrapper3D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper4d_test.f90.html">ParameterList_Wrapper4D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper5d_test.f90.html">ParameterList_Wrapper5D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper6d_test.f90.html">ParameterList_Wrapper6D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper7d_test.f90.html">ParameterList_Wrapper7D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlistiterator_test.f90.html">ParameterListIterator_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterrootentry.f90.html">ParameterRootEntry.f90</a> <a class="list-group-item" href="../sourcefile/r4pwrapperfactory.f90.html">R4PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/r8pwrapperfactory.f90.html">R8PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactory.f90.html">WrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist.f90.html">WrapperFactoryList.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_dlca_test.f90.html">WrapperFactoryList_DLCA_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_i1p_test.f90.html">WrapperFactoryList_I1P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_i2p_test.f90.html">WrapperFactoryList_I2P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_i4p_test.f90.html">WrapperFactoryList_I4P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_i8p_test.f90.html">WrapperFactoryList_I8P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_l_test.f90.html">WrapperFactoryList_L_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_r4p_test.f90.html">WrapperFactoryList_R4P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_r8p_test.f90.html">WrapperFactoryList_R8P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylistsingleton.f90.html">WrapperFactoryListSingleton.f90</a> </div> </div> </div> </div> </div> <div class="col-md-9" id='text'> <h3>This File Depends On</h3> <div class="depgraph"><?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!-- Generated by graphviz version 2.38.0 (20140413.2041) --> <!-- Title: sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph Pages: 1 --> <svg id="sourcefiledimensionswrapper0d_r8pf90EfferentGraph" width="515pt" height="74pt" viewBox="0.00 0.00 515.00 74.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph" class="graph" transform="scale(1 1) rotate(0) translate(4 70)"> <title>sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph</title> <polygon fill="white" stroke="none" points="-4,4 -4,-70 511,-70 511,4 -4,4"/> <!-- sourcefile~dimensionswrapper0d_r8p.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_node1" class="node"><title>sourcefile~dimensionswrapper0d_r8p.f90</title> <polygon fill="none" stroke="black" points="507,-45 340,-45 340,-21 507,-21 507,-45"/> <text text-anchor="middle" x="423.5" y="-30.6" font-family="Helvetica,sans-Serif" font-size="10.50">DimensionsWrapper0D_R8P.f90</text> </g> <!-- sourcefile~dimensionswrapper0d.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_node2" class="node"><title>sourcefile~dimensionswrapper0d.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_node2"><a xlink:href="../sourcefile/dimensionswrapper0d.f90.html" xlink:title="DimensionsWrapper0D.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="304,-66 163,-66 163,-42 304,-42 304,-66"/> <text text-anchor="middle" x="233.5" y="-51.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">DimensionsWrapper0D.f90</text> </a> </g> </g> <!-- sourcefile~dimensionswrapper0d.f90&#45;&gt;sourcefile~dimensionswrapper0d_r8p.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_edge2" class="edge"><title>sourcefile~dimensionswrapper0d.f90&#45;&gt;sourcefile~dimensionswrapper0d_r8p.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M304.237,-46.2102C312.574,-45.279 321.184,-44.3172 329.78,-43.357"/> <polygon fill="#000000" stroke="#000000" points="330.298,-46.821 339.848,-42.2325 329.521,-39.8643 330.298,-46.821"/> </g> <!-- sourcefile~errormessages.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_node3" class="node"><title>sourcefile~errormessages.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_node3"><a xlink:href="../sourcefile/errormessages.f90.html" xlink:title="ErrorMessages.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="285,-24 182,-24 182,-0 285,-0 285,-24"/> <text text-anchor="middle" x="233.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ErrorMessages.f90</text> </a> </g> </g> <!-- sourcefile~errormessages.f90&#45;&gt;sourcefile~dimensionswrapper0d_r8p.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_edge3" class="edge"><title>sourcefile~errormessages.f90&#45;&gt;sourcefile~dimensionswrapper0d_r8p.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M285.376,-17.6829C299.113,-19.2174 314.419,-20.9272 329.684,-22.6322"/> <polygon fill="#000000" stroke="#000000" points="329.365,-26.1183 339.692,-23.7502 330.142,-19.1616 329.365,-26.1183"/> </g> <!-- sourcefile~dimensionswrapper.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_node4" class="node"><title>sourcefile~dimensionswrapper.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_node4"><a xlink:href="../sourcefile/dimensionswrapper.f90.html" xlink:title="DimensionsWrapper.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="127,-66 -7.10543e-15,-66 -7.10543e-15,-42 127,-42 127,-66"/> <text text-anchor="middle" x="63.5" y="-51.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">DimensionsWrapper.f90</text> </a> </g> </g> <!-- sourcefile~dimensionswrapper.f90&#45;&gt;sourcefile~dimensionswrapper0d.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~EfferentGraph_edge1" class="edge"><title>sourcefile~dimensionswrapper.f90&#45;&gt;sourcefile~dimensionswrapper0d.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M127.057,-54C135.439,-54 144.125,-54 152.752,-54"/> <polygon fill="#000000" stroke="#000000" points="152.83,-57.5001 162.83,-54 152.83,-50.5001 152.83,-57.5001"/> </g> </g> </svg> </div> <div><a type="button" class="graph-help" data-toggle="modal" href="#graph-help-text">Help</a></div> <div class="modal fade" id="graph-help-text" tabindex="-1" role="dialog"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="-graph-help-label">Graph Key</h4> </div> <div class="modal-body"> <p>Nodes of different colours represent the following: </p> <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!-- Generated by graphviz version 2.38.0 (20140413.2041) --> <!-- Title: Graph Key Pages: 1 --> <svg width="190pt" height="32pt" viewBox="0.00 0.00 190.00 32.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 28)"> <title>Graph Key</title> <polygon fill="white" stroke="none" points="-4,4 -4,-28 186,-28 186,4 -4,4"/> <!-- Source File --> <g id="node1" class="node"><title>Source File</title> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="67,-24 0,-24 0,-0 67,-0 67,-24"/> <text text-anchor="middle" x="33.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Source File</text> </g> <!-- This Page&#39;s Entity --> <g id="node2" class="node"><title>This Page&#39;s Entity</title> <polygon fill="none" stroke="black" points="182,-24 85,-24 85,-0 182,-0 182,-24"/> <text text-anchor="middle" x="133.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">This Page&#39;s Entity</text> </g> </g> </svg> <p>Solid arrows point from a file to a file which depends upon it. A file is dependent upon another if the latter must be compiled before the former can be. </p> </div> </div> </div> </div> <h3>Files Dependent On This One</h3> <div class="depgraph"><?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!-- Generated by graphviz version 2.38.0 (20140413.2041) --> <!-- Title: sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph Pages: 1 --> <svg id="sourcefiledimensionswrapper0d_r8pf90AfferentGraph" width="641pt" height="330pt" viewBox="0.00 0.00 641.00 330.03" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph" class="graph" transform="scale(0.595725 0.595725) rotate(0) translate(4 550)"> <title>sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph</title> <polygon fill="white" stroke="none" points="-4,4 -4,-550 1072,-550 1072,4 -4,4"/> <!-- sourcefile~dimensionswrapper0d_r8p.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node1" class="node"><title>sourcefile~dimensionswrapper0d_r8p.f90</title> <polygon fill="none" stroke="black" points="167,-358 1.42109e-14,-358 1.42109e-14,-334 167,-334 167,-358"/> <text text-anchor="middle" x="83.5" y="-343.6" font-family="Helvetica,sans-Serif" font-size="10.50">DimensionsWrapper0D_R8P.f90</text> </g> <!-- sourcefile~r8pwrapperfactory.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node2" class="node"><title>sourcefile~r8pwrapperfactory.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node2"><a xlink:href="../sourcefile/r8pwrapperfactory.f90.html" xlink:title="R8PWrapperFactory.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="331,-358 203,-358 203,-334 331,-334 331,-358"/> <text text-anchor="middle" x="267" y="-343.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">R8PWrapperFactory.f90</text> </a> </g> </g> <!-- sourcefile~dimensionswrapper0d_r8p.f90&#45;&gt;sourcefile~r8pwrapperfactory.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge25" class="edge"><title>sourcefile~dimensionswrapper0d_r8p.f90&#45;&gt;sourcefile~r8pwrapperfactory.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M167.018,-346C175.606,-346 184.294,-346 192.769,-346"/> <polygon fill="#000000" stroke="#000000" points="192.981,-349.5 202.981,-346 192.981,-342.5 192.981,-349.5"/> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node3" class="node"><title>sourcefile~wrapperfactorylistsingleton.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node3"><a xlink:href="../sourcefile/wrapperfactorylistsingleton.f90.html" xlink:title="WrapperFactoryListSingleton.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="536,-358 367,-358 367,-334 536,-334 536,-358"/> <text text-anchor="middle" x="451.5" y="-343.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">WrapperFactoryListSingleton.f90</text> </a> </g> </g> <!-- sourcefile~r8pwrapperfactory.f90&#45;&gt;sourcefile~wrapperfactorylistsingleton.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge24" class="edge"><title>sourcefile~r8pwrapperfactory.f90&#45;&gt;sourcefile~wrapperfactorylistsingleton.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M331.062,-346C339.356,-346 347.994,-346 356.663,-346"/> <polygon fill="#000000" stroke="#000000" points="356.836,-349.5 366.836,-346 356.836,-342.5 356.836,-349.5"/> </g> <!-- sourcefile~wrapperfactorylist_l_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node4" class="node"><title>sourcefile~wrapperfactorylist_l_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node4"><a xlink:href="../sourcefile/wrapperfactorylist_l_test.f90.html" xlink:title="WrapperFactoryList_L_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="746,-546 583,-546 583,-522 746,-522 746,-546"/> <text text-anchor="middle" x="664.5" y="-531.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">WrapperFactoryList_L_Test.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_l_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge14" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_l_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M457.596,-358.419C471.136,-389.767 511.175,-472.481 572,-513 574.562,-514.707 577.245,-516.276 580.016,-517.719"/> <polygon fill="#000000" stroke="#000000" points="578.579,-520.911 589.127,-521.91 581.504,-514.551 578.579,-520.911"/> </g> <!-- sourcefile~wrapperfactorylist_r8p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node5" class="node"><title>sourcefile~wrapperfactorylist_r8p_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node5"><a xlink:href="../sourcefile/wrapperfactorylist_r8p_test.f90.html" xlink:title="WrapperFactoryList_R8P_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="753.5,-504 575.5,-504 575.5,-480 753.5,-480 753.5,-504"/> <text text-anchor="middle" x="664.5" y="-489.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">WrapperFactoryList_R8P_Test.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_r8p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge15" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_r8p_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M460.422,-358.202C477.532,-383.509 520.578,-441.779 572,-471 575.41,-472.938 578.987,-474.696 582.67,-476.293"/> <polygon fill="#000000" stroke="#000000" points="581.419,-479.562 592.007,-479.937 583.964,-473.041 581.419,-479.562"/> </g> <!-- sourcefile~wrapperfactorylist_i4p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node6" class="node"><title>sourcefile~wrapperfactorylist_i4p_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node6"><a xlink:href="../sourcefile/wrapperfactorylist_i4p_test.f90.html" xlink:title="WrapperFactoryList_I4P_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="751,-462 578,-462 578,-438 751,-438 751,-462"/> <text text-anchor="middle" x="664.5" y="-447.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">WrapperFactoryList_I4P_Test.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_i4p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge16" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_i4p_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M466.143,-358.136C487.293,-376.301 529.954,-410.408 572,-429 576.938,-431.183 582.13,-433.153 587.427,-434.928"/> <polygon fill="#000000" stroke="#000000" points="586.457,-438.292 597.045,-437.917 588.534,-431.607 586.457,-438.292"/> </g> <!-- sourcefile~wrapperfactorylist_dlca_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node7" class="node"><title>sourcefile~wrapperfactorylist_dlca_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node7"><a xlink:href="../sourcefile/wrapperfactorylist_dlca_test.f90.html" xlink:title="WrapperFactoryList_DLCA_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="757,-420 572,-420 572,-396 757,-396 757,-420"/> <text text-anchor="middle" x="664.5" y="-405.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">WrapperFactoryList_DLCA_Test.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_dlca_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge17" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_dlca_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M484.669,-358.064C508.559,-366.771 542.05,-378.451 572,-387 579.998,-389.283 588.443,-391.49 596.839,-393.561"/> <polygon fill="#000000" stroke="#000000" points="596.102,-396.984 606.644,-395.926 597.743,-390.179 596.102,-396.984"/> </g> <!-- sourcefile~wrapperfactorylist_i2p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node8" class="node"><title>sourcefile~wrapperfactorylist_i2p_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node8"><a xlink:href="../sourcefile/wrapperfactorylist_i2p_test.f90.html" xlink:title="WrapperFactoryList_I2P_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="751,-378 578,-378 578,-354 751,-354 751,-378"/> <text text-anchor="middle" x="664.5" y="-363.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">WrapperFactoryList_I2P_Test.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_i2p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge18" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_i2p_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M536.196,-353.933C546.572,-354.917 557.242,-355.928 567.781,-356.927"/> <polygon fill="#000000" stroke="#000000" points="567.545,-360.42 577.831,-357.88 568.206,-353.452 567.545,-360.42"/> </g> <!-- sourcefile~fpl.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node9" class="node"><title>sourcefile~fpl.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node9"><a xlink:href="../sourcefile/fpl.f90.html" xlink:title="FPL.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="847,-255 793,-255 793,-231 847,-231 847,-255"/> <text text-anchor="middle" x="820" y="-240.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">FPL.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~fpl.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge19" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~fpl.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M536.018,-341.494C612.526,-336.259 719.413,-325.825 757,-307 776.817,-297.075 793.871,-278.215 805.048,-263.528"/> <polygon fill="#000000" stroke="#000000" points="808.17,-265.187 811.22,-255.041 802.508,-261.07 808.17,-265.187"/> </g> <!-- sourcefile~wrapperfactorylist_i1p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node10" class="node"><title>sourcefile~wrapperfactorylist_i1p_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node10"><a xlink:href="../sourcefile/wrapperfactorylist_i1p_test.f90.html" xlink:title="WrapperFactoryList_I1P_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="751,-298 578,-298 578,-274 751,-274 751,-298"/> <text text-anchor="middle" x="664.5" y="-283.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">WrapperFactoryList_I1P_Test.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_i1p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge20" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_i1p_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M494.807,-333.959C517.665,-327.455 546.377,-319.286 572,-312 584.785,-308.365 598.575,-304.446 611.474,-300.78"/> <polygon fill="#000000" stroke="#000000" points="612.471,-304.135 621.133,-298.035 610.557,-297.402 612.471,-304.135"/> </g> <!-- sourcefile~wrapperfactorylist_i8p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node11" class="node"><title>sourcefile~wrapperfactorylist_i8p_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node11"><a xlink:href="../sourcefile/wrapperfactorylist_i8p_test.f90.html" xlink:title="WrapperFactoryList_I8P_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="751,-256 578,-256 578,-232 751,-232 751,-256"/> <text text-anchor="middle" x="664.5" y="-241.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">WrapperFactoryList_I8P_Test.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_i8p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge21" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_i8p_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M466.551,-333.88C487.892,-316.102 530.407,-283.11 572,-265 577.043,-262.804 582.347,-260.822 587.755,-259.036"/> <polygon fill="#000000" stroke="#000000" points="589.033,-262.305 597.569,-256.028 586.982,-255.612 589.033,-262.305"/> </g> <!-- sourcefile~wrapperfactorylist_r4p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node12" class="node"><title>sourcefile~wrapperfactorylist_r4p_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node12"><a xlink:href="../sourcefile/wrapperfactorylist_r4p_test.f90.html" xlink:title="WrapperFactoryList_R4P_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="753.5,-214 575.5,-214 575.5,-190 753.5,-190 753.5,-214"/> <text text-anchor="middle" x="664.5" y="-199.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">WrapperFactoryList_R4P_Test.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_r4p_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge22" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~wrapperfactorylist_r4p_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M460.472,-333.996C477.676,-309.1 520.889,-251.772 572,-223 575.418,-221.076 579.001,-219.328 582.689,-217.741"/> <polygon fill="#000000" stroke="#000000" points="583.979,-220.994 592.037,-214.115 581.448,-214.468 583.979,-220.994"/> </g> <!-- sourcefile~parameterlist.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node13" class="node"><title>sourcefile~parameterlist.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node13"><a xlink:href="../sourcefile/parameterlist.f90.html" xlink:title="ParameterList.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="713,-172 616,-172 616,-148 713,-148 713,-172"/> <text text-anchor="middle" x="664.5" y="-157.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList.f90</text> </a> </g> </g> <!-- sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~parameterlist.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge23" class="edge"><title>sourcefile~wrapperfactorylistsingleton.f90&#45;&gt;sourcefile~parameterlist.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M457.64,-333.729C471.282,-302.754 511.541,-221.026 572,-181 582.086,-174.322 594.015,-169.752 605.87,-166.627"/> <polygon fill="#000000" stroke="#000000" points="606.82,-170 615.769,-164.329 605.236,-163.181 606.82,-170"/> </g> <!-- sourcefile~parameterlistiterator_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node14" class="node"><title>sourcefile~parameterlistiterator_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node14"><a xlink:href="../sourcefile/parameterlistiterator_test.f90.html" xlink:title="ParameterListIterator_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1055,-486 896,-486 896,-462 1055,-462 1055,-486"/> <text text-anchor="middle" x="975.5" y="-471.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterListIterator_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlistiterator_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge1" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlistiterator_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M820.657,-255.092C820.338,-291.022 824.567,-398.053 883,-453 884.306,-454.228 885.669,-455.39 887.081,-456.488"/> <polygon fill="#000000" stroke="#000000" points="885.376,-459.555 895.659,-462.109 889.213,-453.7 885.376,-459.555"/> </g> <!-- sourcefile~extendwrappers.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node15" class="node"><title>sourcefile~extendwrappers.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node15"><a xlink:href="../sourcefile/extendwrappers.f90.html" xlink:title="ExtendWrappers.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1030.5,-444 920.5,-444 920.5,-420 1030.5,-420 1030.5,-444"/> <text text-anchor="middle" x="975.5" y="-429.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ExtendWrappers.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~extendwrappers.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge2" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~extendwrappers.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M821.704,-255.334C824.175,-286.498 835.145,-368.907 883,-411 890.883,-417.934 900.592,-422.708 910.709,-425.97"/> <polygon fill="#000000" stroke="#000000" points="909.917,-429.382 920.487,-428.655 911.771,-422.632 909.917,-429.382"/> </g> <!-- sourcefile~parameterlist_wrapper7d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node16" class="node"><title>sourcefile~parameterlist_wrapper7d_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node16"><a xlink:href="../sourcefile/parameterlist_wrapper7d_test.f90.html" xlink:title="ParameterList_Wrapper7D_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1068,-402 883,-402 883,-378 1068,-378 1068,-402"/> <text text-anchor="middle" x="975.5" y="-387.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList_Wrapper7D_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper7d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge3" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper7d_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M823.361,-255.243C828.927,-280.646 845.341,-339.192 883,-369 884.817,-370.438 886.715,-371.782 888.678,-373.036"/> <polygon fill="#000000" stroke="#000000" points="887.216,-376.226 897.663,-377.986 890.593,-370.095 887.216,-376.226"/> </g> <!-- sourcefile~parameterlist_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node17" class="node"><title>sourcefile~parameterlist_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node17"><a xlink:href="../sourcefile/parameterlist_test.f90.html" xlink:title="ParameterList_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1037.5,-360 913.5,-360 913.5,-336 1037.5,-336 1037.5,-360"/> <text text-anchor="middle" x="975.5" y="-345.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge4" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M826.482,-255.159C835.497,-273.704 855.26,-308.814 883,-327 889.279,-331.116 896.26,-334.431 903.488,-337.099"/> <polygon fill="#000000" stroke="#000000" points="902.862,-340.577 913.455,-340.352 905.034,-333.922 902.862,-340.577"/> </g> <!-- sourcefile~parameterlist_wrapper4d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node18" class="node"><title>sourcefile~parameterlist_wrapper4d_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node18"><a xlink:href="../sourcefile/parameterlist_wrapper4d_test.f90.html" xlink:title="ParameterList_Wrapper4D_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1068,-318 883,-318 883,-294 1068,-294 1068,-318"/> <text text-anchor="middle" x="975.5" y="-303.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList_Wrapper4D_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper4d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge5" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper4d_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M835.373,-255.018C847.391,-264.483 865.357,-277.321 883,-285 888.044,-287.195 893.348,-289.177 898.756,-290.962"/> <polygon fill="#000000" stroke="#000000" points="897.983,-294.386 908.57,-293.969 900.034,-287.693 897.983,-294.386"/> </g> <!-- sourcefile~parameterlist_wrapper6d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node19" class="node"><title>sourcefile~parameterlist_wrapper6d_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node19"><a xlink:href="../sourcefile/parameterlist_wrapper6d_test.f90.html" xlink:title="ParameterList_Wrapper6D_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1068,-276 883,-276 883,-252 1068,-252 1068,-276"/> <text text-anchor="middle" x="975.5" y="-261.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList_Wrapper6D_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper6d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge6" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper6d_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M847.039,-246.562C855.684,-247.745 865.882,-249.14 876.683,-250.618"/> <polygon fill="#000000" stroke="#000000" points="876.363,-254.107 886.745,-251.994 877.312,-247.171 876.363,-254.107"/> </g> <!-- sourcefile~parameterlist_wrapper2d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node20" class="node"><title>sourcefile~parameterlist_wrapper2d_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node20"><a xlink:href="../sourcefile/parameterlist_wrapper2d_test.f90.html" xlink:title="ParameterList_Wrapper2D_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1068,-234 883,-234 883,-210 1068,-210 1068,-234"/> <text text-anchor="middle" x="975.5" y="-219.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList_Wrapper2D_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper2d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge7" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper2d_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M847.039,-239.438C855.684,-238.255 865.882,-236.86 876.683,-235.382"/> <polygon fill="#000000" stroke="#000000" points="877.312,-238.829 886.745,-234.006 876.363,-231.893 877.312,-238.829"/> </g> <!-- sourcefile~fortranparameterlist_example.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node21" class="node"><title>sourcefile~fortranparameterlist_example.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node21"><a xlink:href="../sourcefile/fortranparameterlist_example.f90.html" xlink:title="FortranParameterList_Example.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1065.5,-192 885.5,-192 885.5,-168 1065.5,-168 1065.5,-192"/> <text text-anchor="middle" x="975.5" y="-177.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">FortranParameterList_Example.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~fortranparameterlist_example.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge8" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~fortranparameterlist_example.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M835.373,-230.982C847.391,-221.517 865.357,-208.679 883,-201 888.044,-198.805 893.348,-196.823 898.756,-195.038"/> <polygon fill="#000000" stroke="#000000" points="900.034,-198.307 908.57,-192.031 897.983,-191.614 900.034,-198.307"/> </g> <!-- sourcefile~parameterlist_wrapper0d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node22" class="node"><title>sourcefile~parameterlist_wrapper0d_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node22"><a xlink:href="../sourcefile/parameterlist_wrapper0d_test.f90.html" xlink:title="ParameterList_Wrapper0D_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1068,-150 883,-150 883,-126 1068,-126 1068,-150"/> <text text-anchor="middle" x="975.5" y="-135.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList_Wrapper0D_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper0d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge9" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper0d_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M826.482,-230.841C835.497,-212.296 855.26,-177.186 883,-159 885.575,-157.312 888.268,-155.759 891.048,-154.33"/> <polygon fill="#000000" stroke="#000000" points="892.529,-157.501 900.183,-150.174 889.631,-151.129 892.529,-157.501"/> </g> <!-- sourcefile~parameterlist_wrapper1d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node23" class="node"><title>sourcefile~parameterlist_wrapper1d_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node23"><a xlink:href="../sourcefile/parameterlist_wrapper1d_test.f90.html" xlink:title="ParameterList_Wrapper1D_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1068,-108 883,-108 883,-84 1068,-84 1068,-108"/> <text text-anchor="middle" x="975.5" y="-93.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList_Wrapper1D_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper1d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge10" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper1d_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M823.361,-230.757C828.927,-205.354 845.341,-146.808 883,-117 884.817,-115.562 886.715,-114.218 888.678,-112.964"/> <polygon fill="#000000" stroke="#000000" points="890.593,-115.905 897.663,-108.014 887.216,-109.774 890.593,-115.905"/> </g> <!-- sourcefile~parameterlist_wrapper5d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node24" class="node"><title>sourcefile~parameterlist_wrapper5d_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node24"><a xlink:href="../sourcefile/parameterlist_wrapper5d_test.f90.html" xlink:title="ParameterList_Wrapper5D_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1068,-66 883,-66 883,-42 1068,-42 1068,-66"/> <text text-anchor="middle" x="975.5" y="-51.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList_Wrapper5D_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper5d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge11" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper5d_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M821.704,-230.666C824.175,-199.502 835.145,-117.093 883,-75 884.346,-73.8159 885.746,-72.6948 887.191,-71.6335"/> <polygon fill="#000000" stroke="#000000" points="889.293,-74.4473 895.926,-66.1858 885.589,-68.5077 889.293,-74.4473"/> </g> <!-- sourcefile~parameterlist_wrapper3d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node25" class="node"><title>sourcefile~parameterlist_wrapper3d_test.f90</title> <g id="a_sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_node25"><a xlink:href="../sourcefile/parameterlist_wrapper3d_test.f90.html" xlink:title="ParameterList_Wrapper3D_Test.f90"> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="1068,-24 883,-24 883,-0 1068,-0 1068,-24"/> <text text-anchor="middle" x="975.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">ParameterList_Wrapper3D_Test.f90</text> </a> </g> </g> <!-- sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper3d_test.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge12" class="edge"><title>sourcefile~fpl.f90&#45;&gt;sourcefile~parameterlist_wrapper3d_test.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M820.657,-230.908C820.338,-194.978 824.567,-87.9468 883,-33 884.15,-31.9184 885.344,-30.8886 886.578,-29.9081"/> <polygon fill="#000000" stroke="#000000" points="888.858,-32.5941 895.23,-24.1298 884.97,-26.7729 888.858,-32.5941"/> </g> <!-- sourcefile~parameterlist.f90&#45;&gt;sourcefile~fpl.f90 --> <g id="sourcefile~~dimensionswrapper0d_r8p.f90~~AfferentGraph_edge13" class="edge"><title>sourcefile~parameterlist.f90&#45;&gt;sourcefile~fpl.f90</title> <path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M713.418,-165.772C728.036,-168.882 743.738,-173.66 757,-181 775.75,-191.378 792.628,-209.091 804.022,-222.934"/> <polygon fill="#000000" stroke="#000000" points="801.422,-225.289 810.376,-230.953 806.909,-220.941 801.422,-225.289"/> </g> </g> </svg> </div> <script>var pansourcefiledimensionswrapper0d_r8pf90AfferentGraph = svgPanZoom('#sourcefiledimensionswrapper0d_r8pf90AfferentGraph', { zoomEnabled: true, controlIconsEnabled: true, fit: true, center: true,}); </script> <div><a type="button" class="graph-help" data-toggle="modal" href="#graph-help-text">Help</a></div> <div class="modal fade" id="graph-help-text" tabindex="-1" role="dialog"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="-graph-help-label">Graph Key</h4> </div> <div class="modal-body"> <p>Nodes of different colours represent the following: </p> <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!-- Generated by graphviz version 2.38.0 (20140413.2041) --> <!-- Title: Graph Key Pages: 1 --> <svg width="190pt" height="32pt" viewBox="0.00 0.00 190.00 32.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 28)"> <title>Graph Key</title> <polygon fill="white" stroke="none" points="-4,4 -4,-28 186,-28 186,4 -4,4"/> <!-- Source File --> <g id="node1" class="node"><title>Source File</title> <polygon fill="#f0ad4e" stroke="#f0ad4e" points="67,-24 0,-24 0,-0 67,-0 67,-24"/> <text text-anchor="middle" x="33.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50" fill="white">Source File</text> </g> <!-- This Page&#39;s Entity --> <g id="node2" class="node"><title>This Page&#39;s Entity</title> <polygon fill="none" stroke="black" points="182,-24 85,-24 85,-0 182,-0 182,-24"/> <text text-anchor="middle" x="133.5" y="-9.6" font-family="Helvetica,sans-Serif" font-size="10.50">This Page&#39;s Entity</text> </g> </g> </svg> <p>Solid arrows point from a file to a file which depends upon it. A file is dependent upon another if the latter must be compiled before the former can be. </p> </div> </div> </div> </div> <br> <section class="visible-xs visible-sm hidden-md"> <div class="panel panel-primary"> <div class="panel-heading text-left"><h3 class="panel-title"><a data-toggle="collapse" href="#mods-1">Modules</a></h3></div> <div id="mods-1" class="panel-collapse collapse"> <div class="list-group"> <a class="list-group-item" href="../module/dimensionswrapper0d_r8p.html">DimensionsWrapper0D_R8P</a> </div> </div> </div> <div class="panel panel-primary"> <div class="panel-heading text-left"><h3 class="panel-title">Source Code</h3></div> <div class="list-group"> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_r8p.f90.html#src">DimensionsWrapper0D_R8P.f90</a> </div> </div> </section> <br class="visible-xs visible-sm hidden-md"> <section> <h2><span class="anchor" id="src"></span>Source Code</h2> <div class="hl"><pre><a name="ln-1"></a><span class="c">!-----------------------------------------------------------------</span> <a name="ln-2"></a><span class="c">! FPL (Fortran Parameter List)</span> <a name="ln-3"></a><span class="c">! Copyright (c) 2015 Santiago Badia, Alberto F. Martín, </span> <a name="ln-4"></a><span class="c">! Javier Principe and Víctor Sande.</span> <a name="ln-5"></a><span class="c">! All rights reserved.</span> <a name="ln-6"></a><span class="c">!</span> <a name="ln-7"></a><span class="c">! This library is free software; you can redistribute it and/or</span> <a name="ln-8"></a><span class="c">! modify it under the terms of the GNU Lesser General Public</span> <a name="ln-9"></a><span class="c">! License as published by the Free Software Foundation; either</span> <a name="ln-10"></a><span class="c">! version 3.0 of the License, or (at your option) any later version.</span> <a name="ln-11"></a><span class="c">!</span> <a name="ln-12"></a><span class="c">! This library is distributed in the hope that it will be useful,</span> <a name="ln-13"></a><span class="c">! but WITHOUT ANY WARRANTY; without even the implied warranty of</span> <a name="ln-14"></a><span class="c">! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span> <a name="ln-15"></a><span class="c">! Lesser General Public License for more details.</span> <a name="ln-16"></a><span class="c">!</span> <a name="ln-17"></a><span class="c">! You should have received a copy of the GNU Lesser General Public</span> <a name="ln-18"></a><span class="c">! License along with this library.</span> <a name="ln-19"></a><span class="c">!-----------------------------------------------------------------</span> <a name="ln-20"></a> <a name="ln-21"></a><span class="k">module </span><span class="n">DimensionsWrapper0D_R8P</span> <a name="ln-22"></a> <a name="ln-23"></a><span class="k">USE </span><span class="n">DimensionsWrapper0D</span> <a name="ln-24"></a><span class="k">USE </span><span class="n">PENF</span><span class="p">,</span> <span class="n">only</span><span class="p">:</span> <span class="n">I4P</span><span class="p">,</span> <span class="n">R8P</span><span class="p">,</span> <span class="n">str</span><span class="p">,</span> <span class="n">byte_size</span> <a name="ln-25"></a><span class="k">USE </span><span class="n">ErrorMessages</span> <a name="ln-26"></a> <a name="ln-27"></a><span class="k">implicit none</span> <a name="ln-28"></a><span class="k">private</span> <a name="ln-29"></a> <a name="ln-30"></a><span class="k"> type</span><span class="p">,</span> <span class="k">extends</span><span class="p">(</span><span class="n">DimensionsWrapper0D_t</span><span class="p">)</span> <span class="kd">::</span> <span class="n">DimensionsWrapper0D_R8P_t</span> <a name="ln-31"></a> <span class="kt">real</span><span class="p">(</span><span class="n">R8P</span><span class="p">),</span> <span class="k">allocatable</span> <span class="kd">::</span> <span class="k">Value</span> <a name="ln-32"></a><span class="k"> contains</span> <a name="ln-33"></a><span class="k"> private</span> <a name="ln-34"></a><span class="k"> procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="n">Set</span> <span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_Set</span> <a name="ln-35"></a> <span class="k">procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="n">Get</span> <span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_Get</span> <a name="ln-36"></a> <span class="k">procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="n">GetShape</span> <span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_GetShape</span> <a name="ln-37"></a> <span class="k">procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="n">GetPointer</span> <span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_GetPointer</span> <a name="ln-38"></a> <span class="k">procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="n">GetPolymorphic</span> <span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_GetPolymorphic</span> <a name="ln-39"></a> <span class="k">procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="n">DataSizeInBytes</span><span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_DataSizeInBytes</span> <a name="ln-40"></a> <span class="k">procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="n">isOfDataType</span> <span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_isOfDataType</span> <a name="ln-41"></a> <span class="k">procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="n">toString</span> <span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_toString</span> <a name="ln-42"></a> <span class="k">procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="n">Free</span> <span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_Free</span> <a name="ln-43"></a> <span class="k">procedure</span><span class="p">,</span> <span class="k">public</span> <span class="kd">::</span> <span class="k">Print</span> <span class="o">=&gt;</span> <span class="n">DimensionsWrapper0D_R8P_Print</span> <a name="ln-44"></a> <span class="k">final</span> <span class="kd">::</span> <span class="n">DimensionsWrapper0D_R8P_Final</span> <a name="ln-45"></a> <span class="k">end type </span> <a name="ln-46"></a> <a name="ln-47"></a><span class="k">public</span> <span class="kd">::</span> <span class="n">DimensionsWrapper0D_R8P_t</span> <a name="ln-48"></a> <a name="ln-49"></a><span class="k">contains</span> <a name="ln-50"></a> <a name="ln-51"></a> <a name="ln-52"></a><span class="k"> subroutine </span><span class="n">DimensionsWrapper0D_R8P_Final</span><span class="p">(</span><span class="n">this</span><span class="p">)</span> <a name="ln-53"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-54"></a> <span class="c">!&lt; Final procedure of DimensionsWrapper0D</span> <a name="ln-55"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-56"></a> <span class="k">type</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">INOUT</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <a name="ln-57"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-58"></a> <span class="k">call </span><span class="n">this</span><span class="p">%</span><span class="n">Free</span><span class="p">()</span> <a name="ln-59"></a> <span class="k">end subroutine</span> <a name="ln-60"></a> <a name="ln-61"></a> <a name="ln-62"></a><span class="k"> subroutine </span><span class="n">DimensionsWrapper0D_R8P_Set</span><span class="p">(</span><span class="n">this</span><span class="p">,</span> <span class="k">Value</span><span class="p">)</span> <a name="ln-63"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-64"></a> <span class="c">!&lt; Set R8P Wrapper Value</span> <a name="ln-65"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-66"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">INOUT</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <a name="ln-67"></a> <span class="k">class</span><span class="p">(</span><span class="o">*</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="k">Value</span> <a name="ln-68"></a><span class="k"> </span><span class="kt">integer</span> <span class="kd">::</span> <span class="n">err</span> <a name="ln-69"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-70"></a> <span class="k">select type</span> <span class="p">(</span><span class="k">Value</span><span class="p">)</span> <a name="ln-71"></a> <span class="k">type is</span> <span class="p">(</span><span class="kt">real</span><span class="p">(</span><span class="n">R8P</span><span class="p">))</span> <a name="ln-72"></a> <span class="k">allocate</span><span class="p">(</span><span class="n">this</span><span class="p">%</span><span class="k">Value</span><span class="p">,</span> <span class="nb">stat</span><span class="o">=</span><span class="n">err</span><span class="p">)</span> <a name="ln-73"></a> <span class="n">this</span><span class="p">%</span><span class="k">Value</span> <span class="o">=</span> <span class="k">Value</span> <a name="ln-74"></a><span class="k"> if</span><span class="p">(</span><span class="n">err</span><span class="o">/=</span><span class="mi">0</span><span class="p">)</span> <span class="k">call </span><span class="n">msg</span><span class="p">%</span><span class="n">Error</span><span class="p">(</span><span class="n">txt</span><span class="o">=</span><span class="s1">&#39;Setting Value: Allocation error (&#39;</span><span class="o">//</span> <span class="p">&amp;</span> <a name="ln-75"></a> <span class="n">str</span><span class="p">(</span><span class="n">no_sign</span><span class="o">=</span><span class="p">.</span><span class="n">true</span><span class="p">.,</span><span class="n">n</span><span class="o">=</span><span class="n">err</span><span class="p">)</span><span class="o">//</span><span class="s1">&#39;)&#39;</span><span class="p">,</span> <span class="p">&amp;</span> <a name="ln-76"></a> <span class="k">file</span><span class="o">=</span><span class="err">__</span><span class="n">FILE__</span><span class="p">,</span> <span class="n">line</span><span class="o">=</span><span class="err">__</span><span class="n">LINE__</span> <span class="p">)</span> <a name="ln-77"></a> <span class="k">class </span><span class="n">Default</span> <a name="ln-78"></a> <span class="k">call </span><span class="n">msg</span><span class="p">%</span><span class="n">Warn</span><span class="p">(</span><span class="n">txt</span><span class="o">=</span><span class="s1">&#39;Setting value: Expected data type (R8P)&#39;</span><span class="p">,</span> <span class="p">&amp;</span> <a name="ln-79"></a> <span class="k">file</span><span class="o">=</span><span class="err">__</span><span class="n">FILE__</span><span class="p">,</span> <span class="n">line</span><span class="o">=</span><span class="err">__</span><span class="n">LINE__</span> <span class="p">)</span> <a name="ln-80"></a> <span class="k">end select</span> <a name="ln-81"></a><span class="k"> end subroutine</span> <a name="ln-82"></a> <a name="ln-83"></a> <a name="ln-84"></a><span class="k"> subroutine </span><span class="n">DimensionsWrapper0D_R8P_Get</span><span class="p">(</span><span class="n">this</span><span class="p">,</span> <span class="k">Value</span><span class="p">)</span> <a name="ln-85"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-86"></a> <span class="c">!&lt; Get R8P Wrapper Value</span> <a name="ln-87"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-88"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <a name="ln-89"></a> <span class="k">class</span><span class="p">(</span><span class="o">*</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">OUT</span><span class="p">)</span> <span class="kd">::</span> <span class="k">Value</span> <a name="ln-90"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-91"></a> <span class="k">select type</span> <span class="p">(</span><span class="k">Value</span><span class="p">)</span> <a name="ln-92"></a> <span class="k">type is</span> <span class="p">(</span><span class="kt">real</span><span class="p">(</span><span class="n">R8P</span><span class="p">))</span> <a name="ln-93"></a> <span class="k">Value</span> <span class="o">=</span> <span class="n">this</span><span class="p">%</span><span class="k">Value</span> <a name="ln-94"></a><span class="k"> class </span><span class="n">Default</span> <a name="ln-95"></a> <span class="k">call </span><span class="n">msg</span><span class="p">%</span><span class="n">Warn</span><span class="p">(</span><span class="n">txt</span><span class="o">=</span><span class="s1">&#39;Getting value: Expected data type (R8P)&#39;</span><span class="p">,</span> <span class="p">&amp;</span> <a name="ln-96"></a> <span class="k">file</span><span class="o">=</span><span class="err">__</span><span class="n">FILE__</span><span class="p">,</span> <span class="n">line</span><span class="o">=</span><span class="err">__</span><span class="n">LINE__</span> <span class="p">)</span> <a name="ln-97"></a> <span class="k">end select</span> <a name="ln-98"></a><span class="k"> end subroutine</span> <a name="ln-99"></a> <a name="ln-100"></a> <a name="ln-101"></a><span class="k"> subroutine </span><span class="n">DimensionsWrapper0D_R8P_GetShape</span><span class="p">(</span><span class="n">this</span><span class="p">,</span> <span class="n">ValueShape</span><span class="p">)</span> <a name="ln-102"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-103"></a> <span class="c">!&lt; Return the shape of the Wrapper Value</span> <a name="ln-104"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-105"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <a name="ln-106"></a> <span class="kt">integer</span><span class="p">(</span><span class="n">I4P</span><span class="p">),</span> <span class="k">allocatable</span><span class="p">,</span> <span class="k">intent</span><span class="p">(</span><span class="n">INOUT</span><span class="p">)</span> <span class="kd">::</span> <span class="n">ValueShape</span><span class="p">(:)</span> <a name="ln-107"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-108"></a> <span class="k">if</span><span class="p">(</span><span class="nb">allocated</span><span class="p">(</span><span class="n">ValueShape</span><span class="p">))</span> <span class="k">deallocate</span><span class="p">(</span><span class="n">ValueShape</span><span class="p">)</span> <a name="ln-109"></a> <span class="k">allocate</span><span class="p">(</span><span class="n">ValueShape</span><span class="p">(</span><span class="n">this</span><span class="p">%</span><span class="n">GetDimensions</span><span class="p">()))</span> <a name="ln-110"></a> <span class="n">ValueShape</span> <span class="o">=</span> <span class="nb">shape</span><span class="p">(</span><span class="n">this</span><span class="p">%</span><span class="k">Value</span><span class="p">,</span> <span class="nb">kind</span><span class="o">=</span><span class="n">I4P</span><span class="p">)</span> <a name="ln-111"></a> <span class="k">end subroutine</span> <a name="ln-112"></a> <a name="ln-113"></a> <a name="ln-114"></a><span class="k"> function </span><span class="n">DimensionsWrapper0D_R8P_GetPointer</span><span class="p">(</span><span class="n">this</span><span class="p">)</span> <span class="k">result</span><span class="p">(</span><span class="k">Value</span><span class="p">)</span> <a name="ln-115"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-116"></a> <span class="c">!&lt; Get Unlimited Polymorphic pointer to Wrapper Value</span> <a name="ln-117"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-118"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">target</span><span class="p">,</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <a name="ln-119"></a> <span class="k">class</span><span class="p">(</span><span class="o">*</span><span class="p">),</span> <span class="k">pointer</span> <span class="kd">::</span> <span class="k">Value</span> <a name="ln-120"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-121"></a> <span class="k">Value</span> <span class="o">=&gt;</span> <span class="n">this</span><span class="p">%</span><span class="k">Value</span> <a name="ln-122"></a><span class="k"> end function</span> <a name="ln-123"></a> <a name="ln-124"></a> <a name="ln-125"></a><span class="k"> subroutine </span><span class="n">DimensionsWrapper0D_R8P_GetPolymorphic</span><span class="p">(</span><span class="n">this</span><span class="p">,</span> <span class="k">Value</span><span class="p">)</span> <a name="ln-126"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-127"></a> <span class="c">!&lt; Get Unlimited Polymorphic Wrapper Value</span> <a name="ln-128"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-129"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <a name="ln-130"></a> <span class="k">class</span><span class="p">(</span><span class="o">*</span><span class="p">),</span> <span class="k">allocatable</span><span class="p">,</span> <span class="k">intent</span><span class="p">(</span><span class="n">OUT</span><span class="p">)</span> <span class="kd">::</span> <span class="k">Value</span> <a name="ln-131"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-132"></a> <span class="k">allocate</span><span class="p">(</span><span class="k">Value</span><span class="p">,</span> <span class="n">source</span> <span class="o">=</span> <span class="n">this</span><span class="p">%</span><span class="k">Value</span><span class="p">)</span> <a name="ln-133"></a> <span class="k">end subroutine</span> <a name="ln-134"></a> <a name="ln-135"></a> <a name="ln-136"></a><span class="k"> subroutine </span><span class="n">DimensionsWrapper0D_R8P_Free</span><span class="p">(</span><span class="n">this</span><span class="p">)</span> <a name="ln-137"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-138"></a> <span class="c">!&lt; Free a DimensionsWrapper0D</span> <a name="ln-139"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-140"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">INOUT</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <a name="ln-141"></a> <span class="kt">integer</span> <span class="kd">::</span> <span class="n">err</span> <a name="ln-142"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-143"></a> <span class="k">if</span><span class="p">(</span><span class="nb">allocated</span><span class="p">(</span><span class="n">this</span><span class="p">%</span><span class="k">Value</span><span class="p">))</span> <span class="k">then</span> <a name="ln-144"></a><span class="k"> deallocate</span><span class="p">(</span><span class="n">this</span><span class="p">%</span><span class="k">Value</span><span class="p">,</span> <span class="nb">stat</span><span class="o">=</span><span class="n">err</span><span class="p">)</span> <a name="ln-145"></a> <span class="k">if</span><span class="p">(</span><span class="n">err</span><span class="o">/=</span><span class="mi">0</span><span class="p">)</span> <span class="k">call </span><span class="n">msg</span><span class="p">%</span><span class="n">Error</span><span class="p">(</span><span class="n">txt</span><span class="o">=</span><span class="s1">&#39;Freeing Value: Deallocation error (&#39;</span><span class="o">//</span> <span class="p">&amp;</span> <a name="ln-146"></a> <span class="n">str</span><span class="p">(</span><span class="n">no_sign</span><span class="o">=</span><span class="p">.</span><span class="n">true</span><span class="p">.,</span><span class="n">n</span><span class="o">=</span><span class="n">err</span><span class="p">)</span><span class="o">//</span><span class="s1">&#39;)&#39;</span><span class="p">,</span> <span class="p">&amp;</span> <a name="ln-147"></a> <span class="k">file</span><span class="o">=</span><span class="err">__</span><span class="n">FILE__</span><span class="p">,</span> <span class="n">line</span><span class="o">=</span><span class="err">__</span><span class="n">LINE__</span> <span class="p">)</span> <a name="ln-148"></a> <span class="n">endif</span> <a name="ln-149"></a> <span class="k">end subroutine</span> <a name="ln-150"></a> <a name="ln-151"></a> <a name="ln-152"></a><span class="k"> function </span><span class="n">DimensionsWrapper0D_R8P_DataSizeInBytes</span><span class="p">(</span><span class="n">this</span><span class="p">)</span> <span class="k">result</span><span class="p">(</span><span class="n">DataSizeInBytes</span><span class="p">)</span> <a name="ln-153"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-154"></a> <span class="c">!&lt; Return the size in bytes of the stored value</span> <a name="ln-155"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-156"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <span class="c">!&lt; Dimensions wrapper 0D</span> <a name="ln-157"></a> <span class="kt">integer</span><span class="p">(</span><span class="n">I4P</span><span class="p">)</span> <span class="kd">::</span> <span class="n">DataSizeInBytes</span> <span class="c">!&lt; Size in bytes of the stored value</span> <a name="ln-158"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-159"></a> <span class="n">DataSizeInBytes</span> <span class="o">=</span> <span class="n">byte_size</span><span class="p">(</span><span class="n">this</span><span class="p">%</span><span class="k">Value</span><span class="p">)</span> <a name="ln-160"></a> <span class="k">end function </span><span class="n">DimensionsWrapper0D_R8P_DataSizeInBytes</span> <a name="ln-161"></a> <a name="ln-162"></a> <a name="ln-163"></a> <span class="k">function </span><span class="n">DimensionsWrapper0D_R8P_isOfDataType</span><span class="p">(</span><span class="n">this</span><span class="p">,</span> <span class="n">Mold</span><span class="p">)</span> <span class="k">result</span><span class="p">(</span><span class="n">isOfDataType</span><span class="p">)</span> <a name="ln-164"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-165"></a> <span class="c">!&lt; Check if Mold and Value are of the same datatype </span> <a name="ln-166"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-167"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <span class="c">!&lt; Dimensions wrapper 0D</span> <a name="ln-168"></a> <span class="k">class</span><span class="p">(</span><span class="o">*</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">Mold</span> <span class="c">!&lt; Mold for data type comparison</span> <a name="ln-169"></a> <span class="kt">logical</span> <span class="kd">::</span> <span class="n">isOfDataType</span> <span class="c">!&lt; Boolean flag to check if Value is of the same data type as Mold</span> <a name="ln-170"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-171"></a> <span class="n">isOfDataType</span> <span class="o">=</span> <span class="p">.</span><span class="n">false</span><span class="p">.</span> <a name="ln-172"></a> <span class="k">select type</span> <span class="p">(</span><span class="n">Mold</span><span class="p">)</span> <a name="ln-173"></a> <span class="k">type is</span> <span class="p">(</span><span class="kt">real</span><span class="p">(</span><span class="n">R8P</span><span class="p">))</span> <a name="ln-174"></a> <span class="n">isOfDataType</span> <span class="o">=</span> <span class="p">.</span><span class="n">true</span><span class="p">.</span> <a name="ln-175"></a> <span class="k">end select</span> <a name="ln-176"></a><span class="k"> end function </span><span class="n">DimensionsWrapper0D_R8P_isOfDataType</span> <a name="ln-177"></a> <a name="ln-178"></a> <a name="ln-179"></a> <span class="k">function </span><span class="n">DimensionsWrapper0D_R8P_toString</span><span class="p">(</span><span class="n">this</span><span class="p">,</span> <span class="n">Separator</span><span class="p">)</span> <span class="k">result</span><span class="p">(</span><span class="n">String</span><span class="p">)</span> <a name="ln-180"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-181"></a> <span class="c">!&lt; Return the wrapper value as a string</span> <a name="ln-182"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-183"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <a name="ln-184"></a> <span class="kt">character</span><span class="p">(</span><span class="nb">len</span><span class="o">=</span><span class="mi">1</span><span class="p">),</span> <span class="k">optional</span><span class="p">,</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">Separator</span> <a name="ln-185"></a> <span class="kt">character</span><span class="p">(</span><span class="nb">len</span><span class="o">=</span><span class="p">:),</span> <span class="k">allocatable</span> <span class="kd">::</span> <span class="n">String</span> <a name="ln-186"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-187"></a> <span class="n">String</span> <span class="o">=</span> <span class="s1">&#39;&#39;</span> <a name="ln-188"></a> <span class="k">if</span><span class="p">(</span><span class="nb">allocated</span><span class="p">(</span><span class="n">this</span><span class="p">%</span><span class="k">Value</span><span class="p">))</span> <span class="n">String</span> <span class="o">=</span> <span class="nb">trim</span><span class="p">(</span><span class="n">str</span><span class="p">(</span><span class="n">n</span><span class="o">=</span><span class="n">this</span><span class="p">%</span><span class="k">Value</span><span class="p">))</span> <a name="ln-189"></a> <span class="k">end function</span> <a name="ln-190"></a> <a name="ln-191"></a> <a name="ln-192"></a><span class="k"> subroutine </span><span class="n">DimensionsWrapper0D_R8P_Print</span><span class="p">(</span><span class="n">this</span><span class="p">,</span> <span class="n">unit</span><span class="p">,</span> <span class="n">prefix</span><span class="p">,</span> <span class="n">iostat</span><span class="p">,</span> <span class="n">iomsg</span><span class="p">)</span> <a name="ln-193"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-194"></a> <span class="c">!&lt; Print Wrapper</span> <a name="ln-195"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-196"></a> <span class="k">class</span><span class="p">(</span><span class="n">DimensionsWrapper0D_R8P_t</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">this</span> <span class="c">!&lt; DimensionsWrapper</span> <a name="ln-197"></a> <span class="kt">integer</span><span class="p">(</span><span class="n">I4P</span><span class="p">),</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">unit</span> <span class="c">!&lt; Logic unit.</span> <a name="ln-198"></a> <span class="kt">character</span><span class="p">(</span><span class="o">*</span><span class="p">),</span> <span class="k">optional</span><span class="p">,</span> <span class="k">intent</span><span class="p">(</span><span class="n">IN</span><span class="p">)</span> <span class="kd">::</span> <span class="n">prefix</span> <span class="c">!&lt; Prefixing string.</span> <a name="ln-199"></a> <span class="kt">integer</span><span class="p">(</span><span class="n">I4P</span><span class="p">),</span> <span class="k">optional</span><span class="p">,</span> <span class="k">intent</span><span class="p">(</span><span class="n">OUT</span><span class="p">)</span> <span class="kd">::</span> <span class="n">iostat</span> <span class="c">!&lt; IO error.</span> <a name="ln-200"></a> <span class="kt">character</span><span class="p">(</span><span class="o">*</span><span class="p">),</span> <span class="k">optional</span><span class="p">,</span> <span class="k">intent</span><span class="p">(</span><span class="n">OUT</span><span class="p">)</span> <span class="kd">::</span> <span class="n">iomsg</span> <span class="c">!&lt; IO error message.</span> <a name="ln-201"></a> <span class="kt">character</span><span class="p">(</span><span class="nb">len</span><span class="o">=</span><span class="p">:),</span> <span class="k">allocatable</span> <span class="kd">::</span> <span class="n">prefd</span> <span class="c">!&lt; Prefixing string.</span> <a name="ln-202"></a> <span class="kt">integer</span><span class="p">(</span><span class="n">I4P</span><span class="p">)</span> <span class="kd">::</span> <span class="n">iostatd</span> <span class="c">!&lt; IO error.</span> <a name="ln-203"></a> <span class="kt">character</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span> <span class="kd">::</span> <span class="n">iomsgd</span> <span class="c">!&lt; Temporary variable for IO error message.</span> <a name="ln-204"></a> <span class="c">!-----------------------------------------------------------------</span> <a name="ln-205"></a> <span class="n">prefd</span> <span class="o">=</span> <span class="s1">&#39;&#39;</span> <span class="p">;</span> <span class="k">if</span> <span class="p">(</span><span class="nb">present</span><span class="p">(</span><span class="n">prefix</span><span class="p">))</span> <span class="n">prefd</span> <span class="o">=</span> <span class="n">prefix</span> <a name="ln-206"></a> <span class="k">write</span><span class="p">(</span><span class="n">unit</span><span class="o">=</span><span class="n">unit</span><span class="p">,</span><span class="n">fmt</span><span class="o">=</span><span class="s1">&#39;(A)&#39;</span><span class="p">,</span><span class="n">iostat</span><span class="o">=</span><span class="n">iostatd</span><span class="p">,</span><span class="n">iomsg</span><span class="o">=</span><span class="n">iomsgd</span><span class="p">)</span> <span class="n">prefd</span><span class="o">//</span><span class="s1">&#39; Data Type = R8P&#39;</span><span class="o">//</span><span class="p">&amp;</span> <a name="ln-207"></a> <span class="s1">&#39;, Dimensions = &#39;</span><span class="o">//</span><span class="nb">trim</span><span class="p">(</span><span class="n">str</span><span class="p">(</span><span class="n">no_sign</span><span class="o">=</span><span class="p">.</span><span class="n">true</span><span class="p">.,</span> <span class="n">n</span><span class="o">=</span><span class="n">this</span><span class="p">%</span><span class="n">GetDimensions</span><span class="p">()))</span><span class="o">//</span><span class="p">&amp;</span> <a name="ln-208"></a> <span class="s1">&#39;, Bytes = &#39;</span><span class="o">//</span><span class="nb">trim</span><span class="p">(</span><span class="n">str</span><span class="p">(</span><span class="n">no_sign</span><span class="o">=</span><span class="p">.</span><span class="n">true</span><span class="p">.,</span> <span class="n">n</span><span class="o">=</span><span class="n">this</span><span class="p">%</span><span class="n">DataSizeInBytes</span><span class="p">()))</span><span class="o">//</span><span class="p">&amp;</span> <a name="ln-209"></a> <span class="s1">&#39;, Value = &#39;</span><span class="o">//</span><span class="n">this</span><span class="p">%</span><span class="n">toString</span><span class="p">()</span> <a name="ln-210"></a> <span class="k">if</span> <span class="p">(</span><span class="nb">present</span><span class="p">(</span><span class="n">iostat</span><span class="p">))</span> <span class="n">iostat</span> <span class="o">=</span> <span class="n">iostatd</span> <a name="ln-211"></a> <span class="k">if</span> <span class="p">(</span><span class="nb">present</span><span class="p">(</span><span class="n">iomsg</span><span class="p">))</span> <span class="n">iomsg</span> <span class="o">=</span> <span class="n">iomsgd</span> <a name="ln-212"></a> <span class="k">end subroutine </span><span class="n">DimensionsWrapper0D_R8P_Print</span> <a name="ln-213"></a> <a name="ln-214"></a> <a name="ln-215"></a><span class="k">end module </span><span class="n">DimensionsWrapper0D_R8P</span> </pre></div> </section> </div> </div> <section class="visible-xs visible-sm hidden-md"> <hr> <div class="panel panel-default"> <div class="panel-heading text-left"><h3 class="panel-title"><a data-toggle="collapse" href="#allfiles-1">All Source Files</a></h3></div> <div id="allfiles-1" class="panel-collapse collapse"> <div class="list-group"> <a class="list-group-item" href="../sourcefile/circle.f90.html">Circle.f90</a> <a class="list-group-item" href="../sourcefile/circlewrapper.f90.html">CircleWrapper.f90</a> <a class="list-group-item" href="../sourcefile/circlewrapperfactory.f90.html">CircleWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/compact_real.f90.html">compact_real.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper.f90.html">DimensionsWrapper.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d.f90.html">DimensionsWrapper0D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_dlca.f90.html">DimensionsWrapper0D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_i1p.f90.html">DimensionsWrapper0D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_i2p.f90.html">DimensionsWrapper0D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_i4p.f90.html">DimensionsWrapper0D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_i8p.f90.html">DimensionsWrapper0D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_l.f90.html">DimensionsWrapper0D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_r4p.f90.html">DimensionsWrapper0D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper0d_r8p.f90.html">DimensionsWrapper0D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d.f90.html">DimensionsWrapper1D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_dlca.f90.html">DimensionsWrapper1D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_i1p.f90.html">DimensionsWrapper1D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_i2p.f90.html">DimensionsWrapper1D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_i4p.f90.html">DimensionsWrapper1D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_i8p.f90.html">DimensionsWrapper1D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_l.f90.html">DimensionsWrapper1D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_r4p.f90.html">DimensionsWrapper1D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper1d_r8p.f90.html">DimensionsWrapper1D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d.f90.html">DimensionsWrapper2D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_dlca.f90.html">DimensionsWrapper2D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_i1p.f90.html">DimensionsWrapper2D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_i2p.f90.html">DimensionsWrapper2D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_i4p.f90.html">DimensionsWrapper2D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_i8p.f90.html">DimensionsWrapper2D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_l.f90.html">DimensionsWrapper2D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_r4p.f90.html">DimensionsWrapper2D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper2d_r8p.f90.html">DimensionsWrapper2D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d.f90.html">DimensionsWrapper3D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_dlca.f90.html">DimensionsWrapper3D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_i1p.f90.html">DimensionsWrapper3D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_i2p.f90.html">DimensionsWrapper3D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_i4p.f90.html">DimensionsWrapper3D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_i8p.f90.html">DimensionsWrapper3D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_l.f90.html">DimensionsWrapper3D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_r4p.f90.html">DimensionsWrapper3D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper3d_r8p.f90.html">DimensionsWrapper3D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d.f90.html">DimensionsWrapper4D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_dlca.f90.html">DimensionsWrapper4D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_i1p.f90.html">DimensionsWrapper4D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_i2p.f90.html">DimensionsWrapper4D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_i4p.f90.html">DimensionsWrapper4D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_i8p.f90.html">DimensionsWrapper4D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_l.f90.html">DimensionsWrapper4D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_r4p.f90.html">DimensionsWrapper4D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper4d_r8p.f90.html">DimensionsWrapper4D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d.f90.html">DimensionsWrapper5D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_dlca.f90.html">DimensionsWrapper5D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_i1p.f90.html">DimensionsWrapper5D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_i2p.f90.html">DimensionsWrapper5D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_i4p.f90.html">DimensionsWrapper5D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_i8p.f90.html">DimensionsWrapper5D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_l.f90.html">DimensionsWrapper5D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_r4p.f90.html">DimensionsWrapper5D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper5d_r8p.f90.html">DimensionsWrapper5D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d.f90.html">DimensionsWrapper6D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_dlca.f90.html">DimensionsWrapper6D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_i1p.f90.html">DimensionsWrapper6D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_i2p.f90.html">DimensionsWrapper6D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_i4p.f90.html">DimensionsWrapper6D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_i8p.f90.html">DimensionsWrapper6D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_l.f90.html">DimensionsWrapper6D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_r4p.f90.html">DimensionsWrapper6D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper6d_r8p.f90.html">DimensionsWrapper6D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d.f90.html">DimensionsWrapper7D.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_dlca.f90.html">DimensionsWrapper7D_DLCA.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_i1p.f90.html">DimensionsWrapper7D_I1P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_i2p.f90.html">DimensionsWrapper7D_I2P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_i4p.f90.html">DimensionsWrapper7D_I4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_i8p.f90.html">DimensionsWrapper7D_I8P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_l.f90.html">DimensionsWrapper7D_L.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_r4p.f90.html">DimensionsWrapper7D_R4P.f90</a> <a class="list-group-item" href="../sourcefile/dimensionswrapper7d_r8p.f90.html">DimensionsWrapper7D_R8P.f90</a> <a class="list-group-item" href="../sourcefile/dlacwrapperfactory.f90.html">DLACWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/errormessages.f90.html">ErrorMessages.f90</a> <a class="list-group-item" href="../sourcefile/extendwrappers.f90.html">ExtendWrappers.f90</a> <a class="list-group-item" href="../sourcefile/fortranparameterlist_example.f90.html">FortranParameterList_Example.f90</a> <a class="list-group-item" href="../sourcefile/fpl.f90.html">FPL.f90</a> <a class="list-group-item" href="../sourcefile/fpl_utils.f90.html">FPL_utils.f90</a> <a class="list-group-item" href="../sourcefile/i1pwrapperfactory.f90.html">I1PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/i2pwrapperfactory.f90.html">I2PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/i4pwrapperfactory.f90.html">I4PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/i8pwrapperfactory.f90.html">I8PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/lwrapperfactory.f90.html">LWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/parameterentry.f90.html">ParameterEntry.f90</a> <a class="list-group-item" href="../sourcefile/parameterentrydictionary.f90.html">ParameterEntryDictionary.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist.f90.html">ParameterList.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_test.f90.html">ParameterList_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper0d_test.f90.html">ParameterList_Wrapper0D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper1d_test.f90.html">ParameterList_Wrapper1D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper2d_test.f90.html">ParameterList_Wrapper2D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper3d_test.f90.html">ParameterList_Wrapper3D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper4d_test.f90.html">ParameterList_Wrapper4D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper5d_test.f90.html">ParameterList_Wrapper5D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper6d_test.f90.html">ParameterList_Wrapper6D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlist_wrapper7d_test.f90.html">ParameterList_Wrapper7D_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterlistiterator_test.f90.html">ParameterListIterator_Test.f90</a> <a class="list-group-item" href="../sourcefile/parameterrootentry.f90.html">ParameterRootEntry.f90</a> <a class="list-group-item" href="../sourcefile/r4pwrapperfactory.f90.html">R4PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/r8pwrapperfactory.f90.html">R8PWrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactory.f90.html">WrapperFactory.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist.f90.html">WrapperFactoryList.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_dlca_test.f90.html">WrapperFactoryList_DLCA_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_i1p_test.f90.html">WrapperFactoryList_I1P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_i2p_test.f90.html">WrapperFactoryList_I2P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_i4p_test.f90.html">WrapperFactoryList_I4P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_i8p_test.f90.html">WrapperFactoryList_I8P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_l_test.f90.html">WrapperFactoryList_L_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_r4p_test.f90.html">WrapperFactoryList_R4P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylist_r8p_test.f90.html">WrapperFactoryList_R8P_Test.f90</a> <a class="list-group-item" href="../sourcefile/wrapperfactorylistsingleton.f90.html">WrapperFactoryListSingleton.f90</a> </div> </div> </div> </section> <hr> </div> <!-- /container --> <footer> <div class="container"> <div class="row"> <div class="col-xs-6 col-md-4"><p>&copy; 2016 </p></div> <div class="col-xs-6 col-md-4 col-md-push-4"> <p class="text-right"> Documentation generated by <a href="https://github.com/cmacmackin/ford">FORD</a> on 2016-11-07T10:17:25.586301 </p> </div> <div class="col-xs-12 col-md-4 col-md-pull-4"><p class="text-center"> FPL was developed by Víctor Sande Veiga</p></div> </div> <br> </div> <!-- /container --> </footer> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> --> <script src="../js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../js/ie10-viewport-bug-workaround.js"></script> <!-- MathJax JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }, jax: ['input/TeX','input/MathML','output/HTML-CSS'], extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'], 'HTML-CSS': { styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: '#000000 ! important'} } } }); </script> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script src="../tipuesearch/tipuesearch_content.js"></script> <link href="../tipuesearch/tipuesearch.css" rel="stylesheet"> <script src="../tipuesearch/tipuesearch_set.js"></script> <script src="../tipuesearch/tipuesearch.js"></script> </body> </html>
view/block/ventas_articulo_precios.html
NeoRazorX/facturacion_base
<div role="tabpanel" class="tab-pane" id="precios"> <form action="{$fsc->url()}#precios" method="post" class="form"> <input type="hidden" name="referencia" value="{$fsc->articulo->referencia}"/> <input type="hidden" id="iva" name="iva" value="{$fsc->articulo->get_iva()}"/> <div class="container-fluid" style="margin-top: 10px;"> <div class="row"> <div class="col-sm-4"> <div class="form-group"> Precio: <div class="input-group"> <span class="input-group-addon">{$fsc->simbolo_divisa()}</span> <input type="text" class="form-control" id="pvp" name="pvp" value="{$fsc->articulo->pvp}" autocomplete="off" onkeyup="cambiar_pvp()" onclick="this.select()"/> </div> <p class="help-block"> El precio se guarda con <b>{#FS_NF0_ART#} decimales</b>. Puedes cambiarlo desde el <a href="index.php?page=admin_home#avanzado">panel de control</a>. </p> </div> </div> <div class="col-sm-4"> <div class="form-group"> <a href="{$fsc->impuesto->url()}">{#FS_IVA#}</a>: <select class="form-control" name="codimpuesto" onchange="this.form.submit()"> {loop="$fsc->impuesto->all()"} {if="$value->codimpuesto==$fsc->articulo->codimpuesto"} <option value="{$value->codimpuesto}" selected="">{$value->descripcion}</option> {else} <option value="{$value->codimpuesto}">{$value->descripcion}</option> {/if} {/loop} </select> </div> </div> <div class="col-sm-4"> <div class="form-group"> Precio+{#FS_IVA#}: <div class="input-group"> <span class="input-group-addon" title="precio redondeado">{$fsc->show_precio($fsc->articulo->pvp_iva(), FALSE, TRUE, FS_NF0_ART)}</span> <input type="text" class="form-control" id="pvpi" name="pvpiva" value="{$fsc->articulo->pvp_iva()}" autocomplete="off" onkeyup="cambiar_pvpi()" onclick="this.select()"/> </div> <p class="help-block">Último cambio de precio: {$fsc->articulo->factualizado}</p> </div> </div> </div> <div class="row"> <div class="col-sm-4"> <div class="form-group"> Precio de Coste: {if="$fsc->articulo->secompra && FS_COST_IS_AVERAGE"} <input type="text" name="coste" id="coste" class="form-control" value="{$fsc->articulo->preciocoste()}" disabled="disabled"/> <p class="help-block"> El precio de compra se calcula automáticamente. Si quieres editarlo puedes desmarcar <b>se compra</b> en la primera pestaña, o bien cambiar la configuración de precio de coste desde la configuración del <a href="index.php?page=admin_almacenes">almacén</a>. </p> {else} <input type="text" name="preciocoste" id="coste" class="form-control" value="{$fsc->articulo->preciocoste()}" onkeyup="cambiar_margen()" onclick="this.select()" autocomplete="off"/> {/if} </div> </div> <div class="col-sm-4"> <div class="form-group"> Cálculo de margen: <div class="input-group"> <span class="input-group-addon">%</span> <input type="text" class="form-control" id="margen" name="margen" value="0" autocomplete="off" onkeyup="cambiar_margen()" onclick="this.select()"/> </div> <p class="help-block">Este es el margen <b>actual</b> entre el precio de coste y el precio de venta.</p> </div> </div> <div class="col-sm-4"> <div class="hidden-xs"><br/></div> <button class="btn btn-sm btn-primary" type="submit" onclick="this.disabled = true;this.form.submit();"> <span class="glyphicon glyphicon-floppy-disk"></span>&nbsp; Guardar </button> <div class="visible-xs"><br/></div> </div> </div> <div class="row"> <div class="col-sm-12"> <br/> <ul class="nav nav-pills" role="tablist"> <li role="presentation" class="active"> <a href="#tarifas" aria-controls="tarifas" role="tab" data-toggle="tab"> <i class="fa fa-usd" aria-hidden="true"></i> Tarifas </a> </li> <li role="presentation"> <a href="#proveedores" aria-controls="proveedores" role="tab" data-toggle="tab"> <i class="fa fa-users" aria-hidden="true"></i> Proveedores </a> </li> </ul> </div> </div> <div class="tab-content"> <div role="tabpanel" class="tab-pane active" id="tarifas"> <div class="row"> <div class="col-sm-12"> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th colspan="2" class="text-left">Tarifa</th> <th class="text-left">Aplicar</th> <th class="text-right">Nuevo Precio</th> <th class="text-right">Nuevo Precio+{#FS_IVA#}</th> </tr> </thead> {loop="$fsc->get_tarifas()"} <tr> <td width="120"><div class="form-control"><a href="{$value->tarifa_url}">{$value->codtarifa}</a></div></td> <td><div class="form-control">{$value->tarifa_nombre}</div></td> <td><div class="form-control">{$value->tarifa_diff}</div></td> <td class="text-right"> <div class="form-control">{$fsc->show_precio($value->pvp*(100 - $value->dtopor)/100, FALSE, TRUE, FS_NF0_ART)}</div> </td> <td class="text-right"> <div class="form-control">{$fsc->show_precio($value->pvp*(100 - $value->dtopor)/100*(100 + $value->get_iva())/100, FALSE, TRUE, FS_NF0_ART)}</div> </td> </tr> {else} <tr class="warning"> <td colspan="5">No hay tarifas definidas.</td> </tr> {/loop} </table> </div> </div> </div> <div class="row"> <div class="col-sm-2"> <a class="btn btn-sm btn-success" href="index.php?page=ventas_articulos#tarifas"> <span class="glyphicon glyphicon-plus-sign"></span>&nbsp; Nueva tarifa </a> </div> <div class="col-sm-10"> <p class='help-block text-right'> <span class="glyphicon glyphicon-exclamation-sign"></span> <b>Importante</b>: ten en cuenta que si la tarifa tiene marcado <b>precio mínimo</b>, por mucho que cambies no podrás poner un precio inferior al precio de coste. De la misma manera, si la tarifa tiene marcado <b>precio máximo</b>, nunca podrás superar el precio de venta del artículo. </p> </div> </div> </div> <div role="tabpanel" class="tab-pane" id="proveedores"> <div class="row"> <div class="col-sm-12"> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th>Proveedor</th> <th>Ref. Proveedor</th> <th class="text-right">Precio</th> <th class="text-right">Descuento</th> <th class="text-right">Total+{#FS_IVA#}</th> <th class="text-right">Stock</th> </tr> </thead> {loop="$fsc->get_articulo_proveedores()"} <tr class="clickableRow" href="{$value->url()}"> <td><a href="{$value->url_proveedor()}">{$value->nombre_proveedor()}</a></td> <td>{$value->refproveedor}</td> <td class="text-right">{$fsc->show_precio($value->precio)}</td> <td class="text-right">{$fsc->show_numero($value->dto)} %</td> <td class="text-right">{$fsc->show_precio($value->total_iva())}</td> <td class="text-right"> {if="$value->nostock"}-{else}{$value->stock}{/if} </td> </tr> {else} <tr><td colspan="6" class="warning">Sin resultados.</td></tr> {/loop} </table> </div> </div> </div> <div class="row"> <div class="col-sm-12"> <p class="help-block"> <span class="glyphicon glyphicon-exclamation-sign"></span> Estos son los proveedores a los que <b>has comprado</b> este producto, sus referencias, su último precio, descuento y su stock, si lo ofrecen. Si quieres que un proveedor aparezca aquí, crea un {#FS_PEDIDO#} o {#FS_ALBARAN#} de compra con ese proveedor y este artículo. </p> </div> </div> </div> </div> </div> </form> </div>
wa-apps/site/themes/dsv2/head.all.html
slowpokes/webasyst-framework
<style type="text/css"> body.boxed-layout { {if $theme_settings.bg_color} background-color: {$theme_settings.bg_color}; {/if} {if $theme_settings.bg_type == "texture" && $theme_settings.bg_texture != "none"} background-image: url("{$wa_theme_url}img/themesettings/texture/{$theme_settings.bg_texture}.png"); {/if} {if $theme_settings.bg_type == "image" && $theme_settings.bg_image != "none"} background-image: url("{$wa_theme_url}img/themesettings/bgimage/{$theme_settings.bg_image}.jpg"); {/if} {if $theme_settings.bg_type == "custom" && $theme_settings.bg_custom} background-image: url("{$wa_theme_url}{$theme_settings.bg_custom}"); {/if} {if $theme_settings.bg_type != "texture"} {if $theme_settings.bg_attachment} background-attachment: fixed; {/if} {if $theme_settings.bg_size} background-size: cover; {/if} background-position: {$theme_settings.bg_position}; {/if} } {if $theme_settings.navbar_background_color} .navbar-pages { background-color:{$theme_settings.navbar_background_color} } {/if} {if $theme_settings.navbar_color} .navbar-pages .navbar-nav>li>a, .navbar-pages .navbar-nav>li>a:hover { color:{$theme_settings.navbar_color} !important } {/if} {if $theme_settings.navbar_categories_bg} .navbar-categories { background-color:{$theme_settings.navbar_categories_bg} } {/if} {if $theme_settings.navbar_categories_c} .navbar-categories .navbar-nav>li>a, .navbar-categories .navbar-nav>li>a:hover { color:{$theme_settings.navbar_categories_c} !important } {/if} {if $theme_settings.footer_background} .footer { background-color:{$theme_settings.footer_background} !important } {/if} {if $theme_settings.footer_color} .footer, .footer .simple-list a, .footer .simple-list li, .footer .copyright { color:{$theme_settings.footer_color} !important } {/if} {if $theme_settings.footer_header} .footer .footer-column { color:{$theme_settings.footer_header} !important } {/if} {if $theme_settings.toolbar_background} .wrapper-toolbar{ background-color:{$theme_settings.toolbar_background} } {/if} {if $theme_settings.toolbar_background_hover} .user-toolbar ul>li:hover{ background-color:{$theme_settings.toolbar_background_hover} } {/if} {if $theme_settings.toolbar_color_empty} .user-toolbar ul>li>a{ color:{$theme_settings.toolbar_color_empty} } {/if} {if $theme_settings.toolbar_color_fill} .user-toolbar ul>li.highlight>a, .user-toolbar ul>li.highlight>a .fa{ color:{$theme_settings.toolbar_color_fill} } {/if} {if $theme_settings.toolbar_counter} .user-toolbar ul>li.highlight .count{ background-color:{$theme_settings.toolbar_counter} !important} {/if} {if $theme_settings.toolbar_border} .user-toolbar ul>li{ border-right-color:{$theme_settings.toolbar_border} } {/if} </style> <script type="text/javascript" src="{$wa_static_url}wa-content/js/jquery-plugins/jquery.cookie.js"></script> <script> $.dsv = { {if $wa->shop} shop_url:"{$wa->getUrl('shop/frontend')}", default_img_url:"{$wa_theme_url}img/dummy96.png", {$currency_info = $wa->shop->currency(true)} {if !isset($currency_info.sign_delim)}{$currency_info.sign_delim = " "}{/if} {if !isset($currency_info.sign_position)}{$currency_info.sign_position = 1}{/if} {if !isset($currency_info.sign_html)}{$currency_info.sign_html = $currency_info.sign}{/if} {if !isset($currency_info.decimal_point)}{$currency_info.decimal_point = ','}{/if} {if !isset($currency_info.frac_digits)}{$currency_info.frac_digits = 2}{/if} {if !isset($currency_info.thousands_sep)}{$currency_info.thousands_sep = ' '}{/if} currency:{json_encode($currency_info)}, {/if} } </script>
templates/openstack/consulting.html
barrymcgee/www.ubuntu.com
{% extends "openstack/_base_openstack.html" %} {% block title %}Private cloud design and delivery | OpenStack{% endblock %} {% block meta_description %}Let Canonical build, support and manage your cloud for you.{% endblock meta_description %} {% block meta_copydoc %}https://docs.google.com/document/d/1f83OSIHVQGMjF7b0pZUKFvoubMGqi_b-OYbSpyhveX4/edit{% endblock meta_copydoc %} {% block content %} <section class="p-strip--suru-bottomed is-bordered"> <div class="row"> <div class="col-8"> <h1>Private cloud, design and delivery</h1> <h2 class="p-heading--three">Carrier grade, banking security, government scale. Serious private clouds are our business.</h2> <p>Hundreds of successful OpenStack clouds underpin our consulting, training, architecture design, and hardware procurement advice - to help you evaluate and deliver OpenStack.</p> <p> <a href="/openstack/contact-us?product=foundation-cloud" onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Internal Link', 'eventAction' : 'Engage Canonical exports', 'eventLabel' : 'Engage Canonical exports - Top CTA', 'eventValue' : undefined });" class="p-button--positive js-invoke-modal"> Engage Canonical experts </a> </p> <p class="u-sv3"> <a href="/engage/charmed-openstack-adoption-whitepaper"> Read the whitepaper - "A guide to a successful OpenStack adoption and deployment"&nbsp;&rsaquo; </a> </p> </div> </div> </section> <section class="p-strip is-bordered"> <div class="row"> <div class="col-8"> <h2>Canonical will design and deploy OpenStack on your premises</h2> </div> </div> <div class="row u-equal-height"> <div class="col-8"> <p>Building and running an OpenStack cloud requires specialised expertise and low-level Linux OS knowledge. Canonical brings the full stack &mdash; from kernel to containers to applications &mdash; along with operating experience from hundreds of OpenStack deployments around the world to get you started efficiently.</p> <p>Once you are certain OpenStack is the right choice we can deliver your cloud for you. Only then do you need to commit the devops talent required to run your cloud, or <a href="/openstack/managed">outsource that to Canonical</a> as well.</p> </div> <div class="col-4 u-hide--small u-vertically-center"> {{ image( url="https://assets.ubuntu.com/v1/f5d56df2-OpenStack-consulting+design.svg", alt="", height="155", width="240", hi_def=True, loading="lazy", ) | safe }} </div> </div> <div class="u-fixed-width"> <h3>From zero to private cloud &mdash; OpenStack delivery on rails</h3> <p>With many years experience deploying, supporting, running and upgrading OpenStack clouds, Canonical offers a unique fixed-price private cloud delivery service with a proven reference architecture, called Private Cloud Build.</p> </div> <div class="u-fixed-width u-vertically-spaced"> <h3 class="p-heading--four">What&rsquo;s available with Private Cloud Build?</h3> </div> <div class="row"> <div class="col-6"> <ul class="p-list"> <li class="p-list__item is-ticked">Onsite workshop for introductions, requirements gathering and architecture design</li> <li class="p-list__item is-ticked">Existing VMware, public cloud and on-prem workload assessment</li> <li class="p-list__item is-ticked">Ongoing operations automation for scaling, node replacement, upgrades</li> <li class="p-list__item is-ticked">Full high availability of all OpenStack control plane and API services</li> <li class="p-list__item is-ticked">Containerised, hyper-converged or discrete architecture flexibility</li> <li class="p-list__item is-ticked">Optimised KVM hypervisor for virtual machines and LXD container guests for ultra-dense Linux</li> <li class="p-list__item is-ticked">Resilient network-based Ceph and direct-attach storage options for guests</li> <li class="p-list__item is-ticked">VMware migration tools and services</li> </ul> </div> <div class="col-6"> <ul class="p-list"> <li class="p-list__item is-ticked">Observability, log analysis and monitoring dashboards with Prometheus, Grafana, Nagios, Elastic Search and Kibana included as standard</li> <li class="p-list__item is-ticked">Complete handover with tenant onboarding, documentation, and details of ongoing support</li> <li class="p-list__item is-ticked">Backup and recovery from TrilioVault for OpenStack provides integrated data protection capabilities</li> <li class="p-list__item is-ticked">Automated re-deployment guide and scripts</li> <li class="p-list__item is-ticked">Option to have Canonical provide operations and management remotely for a period</li> <li class="p-list__item is-ticked">OpenStack upgrades by Canonical on demand</li> <li class="p-list__item is-ticked">Compliance requirements analysis</li> <li class="p-list__item is-ticked">Telco VNF expertise and onboarding</li> </ul> </div> </div> </section> <section class="p-strip is-bordered"> <div class="u-fixed-width"> <h2>Working with Canonical</h2> <p>If you have complex requirements, Canonical structures the engagement as a series of iterations, starting with <a href="/openstack/features">proven and well-understood</a> components and architecture. The goal is rapid engagement with other parts of your business that you hope to win as internal customers, and evolution to add capabilities based on their feedback together with your requirements as the IT infrastructure owners.</p> <p>Time-to-engagement is the key metric for private cloud, since the flow of workloads is dependent on devops confidence in the new infrastructure. The sooner you engage your application developers and operations teams, the sooner you will start growing your private cloud capacity.</p> </div> <div class="row p-divider u-equal-height u-vertically-spaced"> <div class="col-4 p-divider__block"> <h3>Cloud architecture design and consulting</h3> <p>Canonical experts work with your architects to establish your private cloud requirements and define the optimal architecture for your initial business workloads.</p> <p>We advise on hardware selection and map out potential enterprise integrations for your OpenStack cloud such as storage and identity.</p> </div> <div class="col-4 p-divider__block"> <h3>Ops dashboards and monitoring included</h3> <p>Logging and monitoring complex distributed systems is an art form! Canonical&rsquo;s operations teams run hundreds of infrastructure subsystems and clouds, and have converged on a world-class open source monitoring stack.</p> <p>Your Private Cloud Build comes with modern open source tools &mdash; Prometheus, ELK and Nagios &mdash; for deep insights into your infrastructure performance and health.</p> </div> <div class="col-4 p-divider__block"> <h3>24x7 support or outsourced operations</h3> <p>Our support plans have you covered so your cloud receives updates, and an SLA for issues that arise during operations.</p> <p>We also offer on-demand upgrades to newer versions of OpenStack if you want us to take care of it, and full <a href="/openstack/managed">remote operations and cloud management</a> if you’d rather stay focused on your business workloads exclusively.</p> </div> </div> </section> <section class="p-strip--light is-bordered"> <div class="u-fixed-width"> <h3>Get started on your OpenStack journey with Canonical, the global leaders</h3> </div> <div class="row u-equal-height"> <div class="col-4 p-card u-align--center"> <a href="/openstack/contact-us?product=foundation-cloud" class="js-invoke-modal" onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Internal Link', 'eventAction' : 'Talk to us', 'eventLabel' : 'Talk to us - get started', 'eventValue' : undefined });"> {{ image( url="https://assets.ubuntu.com/v1/e8568793-contact+us.svg", alt="Talk to us", height="32", width="32", hi_def=True, attrs={"class": "p-card__icon u-no-margin--bottom"}, loading="lazy", ) | safe }} </a> <h4 class="u-no-margin--bottom"><a href="/openstack/contact-us?product=foundation-cloud" class="js-invoke-modal" onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Internal Link', 'eventAction' : 'Talk to us', 'eventLabel' : 'Talk to us - get started', 'eventValue' : undefined });">Talk to us&nbsp;&rsaquo;</a></h4> </div> <div class="col-4 p-card u-align--center"> <a href="https://assets.ubuntu.com/v1/d4766546-Private-Cloud-Build_Datasheet.pdf"> {{ image( url="https://assets.ubuntu.com/v1/5edefef9-Datasheet.svg", alt="Read the datasheet", height="32", width="32", hi_def=True, attrs={"class": "p-card__icon u-no-margin--bottom"}, loading="lazy", ) | safe }} </a> <h4 class="u-no-margin--bottom"><a href="https://assets.ubuntu.com/v1/d4766546-Private-Cloud-Build_Datasheet.pdf">Read the datasheet&nbsp;&rsaquo;</a></h4> </div> <div class="col-4 p-card u-align--center"> <a href="https://assets.ubuntu.com/v1/193373c7-canonical-foundation-cloud-requirements-2018-07-18.pdf" onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'External Link', 'eventAction' : 'Hardware requirements', 'eventLabel' : 'Hardware requirements - get started', 'eventValue' : undefined });"> {{ image( url="https://assets.ubuntu.com/v1/0b6436ab-hardware+requirements+double.svg", alt="Hardware requirements", height="32", width="32", hi_def=True, attrs={"class": "p-card__icon u-no-margin--bottom"}, loading="lazy", ) | safe }} </a> <h4 class="u-no-margin--bottom"><a href="https://assets.ubuntu.com/v1/193373c7-canonical-foundation-cloud-requirements-2018-07-18.pdf" onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'External Link', 'eventAction' : 'Hardware requirements', 'eventLabel' : 'Hardware requirements - get started', 'eventValue' : undefined });">Hardware&nbsp;requirements&nbsp;&rsaquo;</a></h4> </div> </div> </section> <section class="p-strip is-bordered"> <div class="u-fixed-width"> <h2>Consulting, design and delivery pricing</h2> <p>Our consulting delivery package comes in two flavours &mdash; Private Cloud Build and Private Cloud Build Plus, with the latter offering more consulting time to evaluate and integrate a wider range of custom architectural possibilities.</p> </div> {% with columns=2 %}{% include "shared/pricing/_openstack-packages.html" %}{% endwith %} <div class="u-fixed-width"> <p><a href="/openstack/contact-us?product=foundation-cloud" class="js-invoke-modal">For more information about services please contact us&nbsp;&rsaquo;</a></p> </div> </section> <section class="p-strip--light is-bordered"> <div class="u-fixed-width"> <h2>Support and operations &mdash; for smooth running clouds, 24/7</h2> </div> <div class="row u-equal-height"> <div class="col-6 p-card"> <h3 class="p-heading--five u-sv2">Enterprise support</h3> <p class="p-heading--two u-no-padding--top">Ubuntu Advantage</p> <p class="p-heading--two u-no-padding--top">$1,500 <span class="p-heading--six">per server per year</span></p> <hr class="u-sv1" /> <p>What&rsquo;s included:</p> <ul class="p-list"> <li class="p-list__item is-ticked">24-hour phone and web support</li> <li class="p-list__item is-ticked">Access to self-service customer care portal</li> <li class="p-list__item is-ticked">Access to Canonical&rsquo;s knowledge base</li> <li class="p-list__item is-ticked">Landscape Systems Management</li> <li class="p-list__item is-ticked">Includes support for Ubuntu guests</li> <li class="p-list__item is-ticked">Includes support for Kubernetes</li> <li class="p-list__item is-ticked">Includes optimised Windows guest drivers</li> </ul> <p><a href="/support">More about Ubuntu Advantage&nbsp;&rsaquo;</a></p> </div> <div class="col-6 p-card"> <h3 class="p-heading--five u-sv2">Fully Managed OpenStack</h3> <p class="p-heading--two u-no-padding--top">Managed OpenStack</p> <p class="p-heading--two u-no-padding--top">$500 <span class="p-heading--six">per server per month</span></p> <hr class="u-sv1" /> <p>What&rsquo;s included:</p> <ul class="p-list"> <li class="p-list__item is-ticked">Fully managed OpenStack service by Canonical</li> <li class="p-list__item is-ticked">Build, operate and transfer OpenStack</li> <li class="p-list__item is-ticked">Outsource operations of your OpenStack cloud</li> <li class="p-list__item is-ticked">SLA and regular independent audits</li> <li class="p-list__item is-ticked">Training and transfer options</li> <li class="p-list__item is-ticked">Fastest way to engage your developers</li> <li class="p-list__item is-ticked">Reference private cloud or custom architecture</li> <li class="p-list__item is-ticked">Most cost-effective approach up to 200 nodes</li> <li class="p-list__item is-ticked">24/7 operations with fully staffed NOC</li> <li class="p-list__item is-ticked">Optional Managed Kubernetes service on top</li> <li class="p-list__item is-ticked">EU and US-only operations options available</li> </ul> <p><a href="/openstack/managed">More about Managed OpenStack&nbsp;&rsaquo;</a></p> </div> </div> </section> <section class="p-strip is-bordered"> <div class="u-fixed-width"> <h2 class="p-muted-heading u-align--center">Companies using OpenStack with Canonical</h2> <ul class="p-inline-images"> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/9ca791fd-Sky_Logo_seit_Dezember_2015.png", alt="Sky", height="87", width="124", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/5af38159-etisalat_logo.svg", alt="Etisalat", height="41", width="108", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/25de1877-Tele2.svg", alt="Tele2", height="57", width="144", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/d0b7aa28-logo-deutsche-telekom.png", alt="Deutsche Telekom", height="48", width="96", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/5482b658-liveperson-logo.jpg", alt="Liveperson", height="33", width="144", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/4d6054f9-logo-cisco.svg", alt="Cisco", height="76", width="144", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/b7693339-logo-bloomberg.svg", alt="Bloomberg", height="28", width="144", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/e0f7037f-logo-ebay.svg", alt="eBay", height="55", width="144", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/ee5d503f-rabobank-4.svg", alt="Rabobank", height="26", width="144", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/d424d305-Tesco_Logo.svg", alt="Tesco", height="38", width="144", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> <li class="p-inline-images__item"> {{ image( url="https://assets.ubuntu.com/v1/5a9dfd45-Liberty-Global-Logo.png", alt="Liberty Global", height="88", width="88", hi_def=True, attrs={"class": "p-inline-images__logo"}, loading="lazy", ) | safe }} </li> </ul> </div> </section> <section class="p-strip--light is-deep is-bordered"> {% include "shared/_resources_openstack.html"%} </section> <section class="p-strip"> <div class="row"> <div class="col-9"> <h2>Build your OpenStack cloud with Canonical</h2> <p><a href="/openstack/features">Find out how</a> Canonical delivers the world’s favourite enterprise OpenStack. The choice of the largest operators in telco, finance, media, pharma, retail and government sectors, Canonical’s OpenStack on Ubuntu offers a flexible architecture and enables integration of GPUs, FPGAs and cloud network accelerators.</p> <p class="u-no-margin--top"><a href="https://assets.ubuntu.com/v1/d4766546-Private-Cloud-Build_Datasheet.pdf" class="p-button--positive">Read the datasheet</a>&#8195;<a href="/openstack/contact-us?product=foundation-cloud" class="p-button--neutral js-invoke-modal" onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Internal Link', 'eventAction' : 'Talk to us ', 'eventLabel' : 'Talk to us - Bottom CTA', 'eventValue' : undefined });">Talk to us </a></p> </div> </div> </section> {% with first_item="_cloud_bootstack", second_item="_cloud_rfp", third_item="_cloud_further_reading" %}{% include "shared/contextual_footers/_contextual_footer.html" %}{% endwith %} <!-- Set default Marketo information for contact form below--> <div class="u-hide" id="contact-form-container" data-form-location="/shared/forms/interactive/openstack" data-form-id="1251" data-lp-id="2086" data-return-url="https://www.ubuntu.com/openstack/thank-you?product=foundation-cloud" data-lp-url="https://pages.ubuntu.com/things-contact-us.html"> </div> {% endblock content %}
tnk1/tora/wyqra/wy-19-17.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta charset='windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <title>ìà úùðà - äåëç úåëéç</title> <link rel='stylesheet' type='text/css' href='../../../_script/klli.css' /> <link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' /> <meta property='og:url' content='https://tora.us.fm/tnk1/tora/wyqra/wy-19-17.html'/> <meta name='author' content="éòì" /> <meta name='receiver' content="" /> <meta name='jmQovc' content="tnk1/tora/wyqra/wy-19-17.html" /> <meta name='tvnit' content="" /> <link rel='canonical' href='https://tora.us.fm/tnk1/tora/wyqra/wy-19-17.html' /> </head> <!-- PHP Programming by Erel Segal-Halevi --> <body lang='he' dir='rtl' id = 'tnk1_tora_wyqra_wy_19_17' class='mbnh1 '> <div class='pnim'> <script type='text/javascript' src='../../../_script/vars.js'></script> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tryg/index.html'>äàúø ìî÷åøéåú áîöååú</a>&gt;<a href='../../../tryg/sug/ecm_adm.html'>îöååú ìôé àãí</a>&gt;<a href='../../../tryg/sug/ecm_adm_xbr.html'>àãí îéùøàì</a>&gt;<a href='../../../tryg/sug/ahbt_azrx.html'>àäáú äáøéåú</a>&gt;</div> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/msr/3.html'>áéï àãí ìçáøå</a>&gt;<a href='../../../tnk1/msr/3snaa.html'>îéãú äùðàä</a>&gt;</div> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/sig/kll.html'>ëììéí</a>&gt;<a href='../../../tnk1/ljon/dq/index.html'>úåôòåú ã÷ãå÷éåú</a>&gt;<a href='../../../tnk1/ljon/dq/mjpf.html'>ã÷ãå÷ äîùôè</a>&gt;<a href='../../../tnk1/ljon/dq/sdr_mylym.html'>ñãø îéìéí</a>&gt;</div> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/msr/9science.html'>îãò åèáò</a>&gt;<a href='../../../tnk1/msr/3xvra.html'>úåôòåú çáøúéåú</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>ìà úùðà - äåëç úåëéç</h1> <div id='idfields'> <p>÷åã: áéàåø:åé÷øà éè17 áúð"ê</p> <p>ñåâ: îáðä1</p> <p>îàú: éòì</p> <p>àì: </p> </div> <script type='text/javascript'>kotrt()</script> <div id='tokn'> <p>äúåøä îçééáú ëì àãí, ùøåàä àú äæåìú îúðäâ áàåôï ùìéìé, ìðñåú ìùëðò àåúå ùéçãì: <br /></p> <p> åé÷øà éè17: "<q class="psuq">ìà úùðà àú àçéê áìááê, äåëç úåëéç àú òîéúê åìà úùà òìéå çèà</q>"</p> <p> <span style="font-weight: bold;">äåëçä</span> <a href="../../kma/qjrim1/ykx.html">= ðéñéåï ìäùôéò òì äúðäâåú òì-éãé äåëçåú ùëìéåú åáéøåø ãáøéí</a>.</p> <p> <span style="font-weight: bold;">äåëç úåëéç àú òîéúê</span> = ðñä ìäùôéò òìéå áäâéåï ùéùðä àú ãøëéå.</p> <p>îé ùàéðå îñåâì ìùëðò áäâéåï, ôèåø îîöåä æå åàéðå öøéê ìðñåú "ìùëðò" àú øòäå áàîöòéí àçøéí; àîöòéí àçøéí ðîöàéí áúçåí àçøéåúå ùì äöéáåø áìáã. øàå <a href="../../kma/qjrim1/musr_tokxa.html">îåñø - úåëçä</a>. <br /></p> <p> </p> <h2> îä ä÷ùø áéï "ìà úùðà" ìáéï "äåëç úåëéç"? </h2> 1. "ëãé ùìà úùðà àú çáøê - äåëç úåëéç àåúå": àí îéùäå çèà (ôâò áê àéùéú, àå òáø òì îöååú ä'), åàúä ëåòñ òìéå áùì ëê - àì úùîåø àú äëòñ áìá, ëé æä éáéà àåúê ìùðåà àåúå áìéáê; àìà ãáø àéúå åàîåø ìå ùäåà çèà, åëê äåà éåëì ìú÷ï àú ãøëéå åàúä ìà úâéò ìéãé ùðàä. <p>2. "ìà úùðà àú çáøê áæîï ùàúä öøéê ìäåëéç àåúå ": àí éù ìê ñëñåê òí îéùäå, åàúä ìà îãáø àéúå, åøàéú ùäåà çåèà - ùéí àú äùðàä áöã, ãáø àéúå åäåëç àåúå òì çèàå, ëãé ùéåëì ìú÷ï àåúå. àì úéúï ìùðàä ùéù áéðéëí ìäôøéò ìê ì÷ééí àú îöååú úåëçä <small>(ò"ô éòì)</small>. </p> <p> </p> </div><!--tokn--> <h2 id='tguvot'>úâåáåú</h2> <ul id='ultguvot'> </ul><!--end--> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body> </html>
mockup/assets/plf/chat.css
exo-codefest/2014-team-A
.no-user-selection .uiActionWithLabel { border: 1px solid rgba(0, 0, 0, 0); cursor: pointer; display: inline-block; line-height: 20px; padding: 2px 4px; vertical-align: middle; } .no-user-selection .uiActionWithLabel:hover { background-color: #F9F9F9; background-image: linear-gradient(to bottom, #ffffff, #f1f1f1); background-repeat: repeat-x; border: 1px solid #CCCCCC; border-radius: 3px; box-shadow: 0 1px 2px 0 #FFFFFF; } .no-user-selection .uiActionWithLabel .uiIconMiniArrowDown { margin-left: 5px; } [class^="uiIconChat"] { background-image: url('chat/img/uiIconChatDarkGray.png'); } .uiIconChatTeam { background-position: 0 0; } .uiIconChatSpace { background-position: -20px 0; } .uiIconChatAction { background-position: -40px 0; } .uiIconChatSmile { background-position: -60px 0; } .uiIconChatRaiseHand { background-position: -80px 0; } .uiIconChatAssign { background-position: -100px 0; } .uiIconChatCreateEvent { background-position: -120px 0; } .uiIconChatCreateTask { background-position: -140px 0; } .uiIconChatEdited { background-position: -160px 0; } .uiIconChatChat { background-position: -180px 0; } .uiIconChatVideo { background-position: 0 -20px; } .uiIconChatMember { background-position: -20px -20px; } .uiIconChatClock { background-position: -40px -20px; } .uiIconChatArrowDown { background-position: -60px -20px; } .uiIconChatArrowRight { background-position: -80px -20px; } .uiIconChatSimplePlusMini { background-position: -100px -20px; } .uiIconChatLink { background-position: -120px -20px; } .uiIconChatCheckin { background-position: -140px -20px; } .uiIconChatUpload { background-position: -160px -20px; } .uiIconChatDownload { background-position: -180px -20px; } .uiIconChatSearch { background-position: 0 -40px; } .uiIconChatQuestion { background-position: -20px -40px; } .uiIconChatEdit { background-position: -40px -40px; } .uiIconChatClose { background-position: -60px -40px; } .uiIconChatRecordStart { background-position: -80px -40px; } .uiIconChatRecordStop { background-position: -100px -40px; } .uiIconChatSendEmail { background-position: -120px -40px; } .uiIconChatWiki { background-position: -140px -40px; } .uiIconChatRecording { background-position: -160px -40px; } .uiIconChatAddPeopleToMeeting { background-position: -180px -40px; } .uiIconChatStartCall { background-position: 0px -60px; } .uiIconChatFinishCall { background-position: -20px -60px; } /* Define Blude Color */ .nav-pills > .active > a > [class^="uiIconChat"], .nav-list > .active > a > [class^="uiIconChat"], .navbar-inverse .nav > .active > a > [class^="uiIconChat"], .btn:hover [class^="uiIconChat"], a:hover [class^="uiIconChat"], .actionIcon.active [class^="uiIconChat"], .nodeSelected:hover [class^="uiIconChat"], [class^="uiIconChat"]:hover, .uiActionBar [class^="uiIconChat"]:hover, .chat-message > .meeting-actions > .actionIcon:hover > i, .uiActionWithLabel:hover [class^="uiIconChat"], .uiActionWithLabel.active [class^="uiIconChat"], .actionIcon:hover [class^="uiIconChat"], .actionIcon.active [class^="uiIconChat"], .header-room:hover [class^="uiIconChatArrow"] { background-image: url('chat/img/uiIconChatBlue.png'); } /* Define Light Gray Color */ .dropdown-menu > li > a > [class^="uiIconChat"], .dropdown-menu > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .dropdown-submenu > a > [class^="uiIconChat"], .uiActionBar [class^="uiIconChat"], .uiIconChatLightGray { background-image: url('chat/img/uiIconChatLightGray.png'); } /* Define White Color */ .uiDropdownWithIcon .nav-pills > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .nav-list > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .navbar-inverse .nav > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .dropdown-menu > li > a:hover > [class^="uiIconChat"], .uiDropdownWithIcon .dropdown-menu > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .dropdown-submenu:hover > a > [class^="uiIconChat"], .btn-primary [class^="uiIconChat"], .btn-primary:hover [class^="uiIconChat"], .uiDropDownCal a:hover [class^="uiIconChat"], .uiDropDownCal .active a:hover [class^="uiIconChat"], .eventAllDay [class^="uiIconChat"], .eventDayContainer [class^="uiIconChat"], .uiIconChatWhite, .chat-message .dropdown-menu a:hover [class^="uiIconChat"], .users-online.info .td-status [class^="uiIconChat"], .room-detail-button .btn:hover [class^="uiIconChat"], .room-detail-button .btn [class^="uiIconChat"]:hover { background-image: url('chat/img/uiIconChatWhite.png'); } /* Icons Size 32x32 */ [class^="uiIconChat32x32"], [class^="uiIconChat32x32"]:hover { width: 32px; height: 32px; background-image: url('chat/img/uiIconChat32x32DarkGray.png'); } .uiIconChat32x32Team { background-position: 0 0; } .uiIconChat32x32HyperLink { background-position: -36px 0; } .uiIconChat32x32RaiseHand { background-position: -72px 0; } .uiIconChat32x32Event { background-position: -108px 0; } .uiIconChat32x32Task { background-position: -144px 0; } .uiIconChat32x32ShareFile { background-position: -180px 0; } .uiIconChat32x32Question { background-position: -216px 0; } .uiIconChat32x32AddCall { background-position: -252px 0; } .uiIconChat32x32StartCall { background-position: -288px 0; } .uiIconChat32x32FinishCall { background-position: -324px 0; } .uiIconChat32x32Space { background-position: 0 -36px; } .uiIconChat32x32Blog { background-position: -36px -36px; } .uiIconChat32x32Metting { background-position: -72px -36px; } .nav-pills > .active > a > [class^="uiIconChat32"], .nav-list > .active > a > [class^="uiIconChat32"], .navbar-inverse .nav > .active > a > [class^="uiIconChat32"], .btn:hover [class^="uiIconChat32"], a:hover [class^="uiIconChat32"], .actionIcon.active [class^="uiIconChat32"], .nodeSelected:hover [class^="uiIconChat32"], .uiActionBar [class^="uiIconChat32"]:hover { background-image: url('chat/img/uiIconChat32x32Blue.png'); } .dropdown-menu > li > a > [class^="uiIconChat32"], .dropdown-menu > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .dropdown-submenu > a > [class^="uiIconChat32"], .uiActionBar [class^="uiIconChat32"], .uiIconChat32x32LightGray, .uiIconChat32x32LightGray:hover { background-image: url('chat/img/uiIconChat32x32LightGray.png'); } .uiDropdownWithIcon .nav-pills > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .nav-list > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .navbar-inverse .nav > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .dropdown-menu > li > a:hover > [class^="uiIconChat32"], .uiDropdownWithIcon .dropdown-menu > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .dropdown-submenu:hover > a > [class^="uiIconChat32"], .btn-primary [class^="uiIconChat32"], .btn-primary:hover [class^="uiIconChat32"], .uiDropDownCal a:hover [class^="uiIconChat32"], .uiDropDownCal .active a:hover [class^="uiIconChat32"], .eventAllDay [class^="uiIconChat32"], .eventDayContainer [class^="uiIconChat32"], .uiIconChat32x32White, .chat-message .dropdown-menu a:hover [class^="uiIconChat32"] { background-image: url('chat/img/uiIconChat32x32White.png'); } /* Icon User Status */ .user-available, .user-donotdisturb, .user-away, .user-invisible, .chat-status-chat, .chat-status, .chat-status-team, .chat-status-task { display: inline-block; width: 16px; height: 16px; background-image: url("chat/img/uiIconChatColor.png"); background-repeat: no-repeat; background-color: transparent; vertical-align: middle; } .user-available, .chat-status-available { background-position: 0 0; } .user-donotdisturb, .chat-status-donotdisturb { background-position: -20px 0; } .user-away, .chat-status-away { background-position: -40px 0; } .user-invisible, .chat-status-invisible { background-position: -60px 0; } .user-team.user-available, .user-team.user-donotdisturb, .user-team.user-away, .user-team.user-invisible { background-image: url("chat/img/uiIconChatLightGray.png"); background-position: 0 0; } .user-space { background-image: url("chat/img/uiIconChatLightGray.png"); background-position: -20px 0; } .uiIconChatFavorite { background-image: url("chat/img/uiIconChatColor.png"); background-position: -100px 0; } .uiIconChatFavorite:hover, .uiIconChatFavorite.hover, .uiIconChatFavorite.user-favorite { background-image: url("chat/img/uiIconChatColor.png"); background-position: -80px 0; } .UIToolbarContainer .ToolbarContainer .TRContainer { min-width: 700px !important; } a:hover { text-decoration: none; } /*============== uiMiniCalendar ================*/ .uiMiniCalendar .highLight { font-weight: bold; } .uiMiniCalendar hr { margin: 0; border: none; border-top: 1px solid #dfdfdf; } .uiMiniCalendar h5.title { text-align: center; } .uiMiniCalendar h5.title span a { color: #333333; } .uiMiniCalendar table { border-collapse: separate; } .uiMiniCalendar table tr td { text-align: center; } .uiMiniCalendar table tr td a { border: 1px solid transparent; color: #333; display: block; } .uiMiniCalendar table tr td a:hover { color: #333; } .uiMiniCalendar table.weekList { padding: 0 9px; margin: 3px 0 1px; font-size: 11px; } .uiMiniCalendar table.weekDays { padding: 0 9px 9px 9px; font-size: 12px; } .uiMiniCalendar table.weekDays tr { line-height: 22px; } .uiMiniCalendar table.weekDays tr td:hover a { background-color: #f0f0f0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .uiMiniCalendar table.weekDays tr td a.otherMonth { color: #999999; } .uiMiniCalendar table.weekDays tr td a.today { font-weight: bold; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .uiMiniCalendar table.weekDays tr td a.selected { background-color: #2f5e92; color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: none; } .uiMiniCalendar table.weekDays tr.currentWeek td { background-color: #f0f0f0; } .uiMiniCalendar table.weekDays tr.currentWeek td:hover a { border: 1px solid #cccccc; } .uiMiniCalendar table.weekDays tr.currentWeek td a.selected { border: 1px solid #2f5e92; } .uiMiniCalendar table.weekDays tr.currentWeek td a.activeToday { background-color: #2f5e92; color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .uiMiniCalendar table.weekDays tr.currentWeek td:first-child a { -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; } .uiMiniCalendar table.weekDays tr.currentWeek td:last-child a { -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; } .UICalendarPortlet .UICalendarContainer .title .actionIcon + .tooltip { white-space: nowrap; } .chat-sync { background-color: rgba(0, 0, 0, 0.8); padding: 40px; margin-top: 100px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .uiLeftContainerArea { width: 257px; } .menu-standard { display: inline; } .menu-standard .actionIcon { padding: 2px; margin: 0 3px; } .left-chat { clear: both; float: left; } .no-user-selection { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .right-chat { float: left; border-top: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; } #chat-users { height: 601px; overflow: auto; border: 1px solid #d0d0d0; cursor: default; background-color: #f0f0f0; } .chat-status-chat { padding: 0; display: inline-block; white-space: nowrap; margin: 12px 7px 0px 0px; width: 16px; height: 16px; line-height: 29px; cursor: pointer; float: left; } .chat-status { padding: 0; display: inline-block; white-space: nowrap; min-width: 17px; line-height: 29px; height: 17px; cursor: pointer; float: left; margin-right: 7px; margin-top: 2px; } .btn-top-add-actions { padding: 0; margin: 0; display: none; } .btn-top-history, .btn-top-offline { padding: 0; margin: 0; } .btn-top-history .active, .btn-top-offline .active { border: 1px solid #bbbbbb; vertical-align: midde; } table.list-rooms { background-color: #ffffff; } table.list-rooms tr.info td { background-color: #4c78c0; background-image: -moz-linear-gradient(top, #5d88ce, #3261ac); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d88ce), to(#3261ac)); background-image: -webkit-linear-gradient(top, #5d88ce, #3261ac); background-image: -o-linear-gradient(top, #5d88ce, #3261ac); background-image: linear-gradient(to bottom, #5d88ce, #3261ac); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d88ce', endColorstr='#ff3261ac', GradientType=0); color: #FFF !important; } table.list-rooms tr.empty td { text-align: center; color: #999; padding-left: 6px; } table.list-rooms tr.empty.info td { background: none; color: #999!important; } table.list-rooms tr.empty:hover td { background: #fff; } table.list-rooms tr:last-child { border-bottom: 1px solid #CFCFCF; -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); } table.list-rooms .header-room { background: #f0f0f0; -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); } table.list-rooms .header-room td { color: #333; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; font-weight: bold; padding: 7px 7px 7px 19px; height: 20px; } table.list-rooms .header-room .room-total { margin-left: 5px; display: none; margin-right: 5px; margin-top: 2px; font-weight: normal; } table.list-rooms .header-room .iconDynamic { padding-top: 3px; padding-bottom: 2px; cursor: pointer; } table.list-rooms .header-room:first-child { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } table.list-rooms .header-room:hover, table.list-rooms .header-room.open { background-color: #f8f8f8; } table.list-rooms div.uiDropdownWithIcon { margin: 0; } table.list-rooms div.uiDropdownWithIcon.pull-left { margin-right: 15px; } table.list-rooms div.uiDropdownWithIcon.pull-right .uiIconArrowDown { background-position: 0 -118px; } table.list-rooms div.uiDropdownWithIcon.pull-right .uiIconArrowRight { background-position: -40px -118px; } table.list-rooms div.uiAction { line-height: 14px; padding: 1px; } table.list-rooms .btn-add-team, table.list-rooms .btn-history, table.list-rooms .btn-offline { line-height: 14px; padding: 1px; } .team-users-list .label.team-user-label { background: none repeat scroll 0 0 #E0E8F5; border: 1px solid #3f6fbb; box-shadow: none; color: #224886; font-weight: normal; margin-right: 10px; margin-bottom: 9px; padding: 2px 4px; text-shadow: none; } .team-users-list .label.team-user-label > i { vertical-align: middle; } .team-users-search { margin-top: 5px; } .team-users-search #team-add-user { float: left; } .team-users-search .team-add-user-label { display: inline-block; margin-top: 10px; } .team-user-logo, .task-user-logo { margin: 7px 10px 0 -100%; float: left; line-height: 0; width: 16px; height: 16px; } .team-user-logo img, .task-user-logo img { width: 16px!important; height: 16px!important; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .team-users-results, .task-users-results { max-height: 173px; overflow: auto; position: absolute; margin-top: -36px; min-width: 315px; border: 1px solid #ccc; background-color: white; border-radius: 4px; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 7px 0px; } .team-users-results .team-user, .task-users-results .team-user, .team-users-results .task-user, .task-users-results .task-user { cursor: pointer; height: 30px; line-height: 29px; padding: 0 10px; } .team-users-results .team-user .chat-user-name, .task-users-results .team-user .chat-user-name, .team-users-results .task-user .chat-user-name, .task-users-results .task-user .chat-user-name { float: left; width: 100%; white-space: nowrap; } .team-users-results .team-user .chat-user-name > .inner, .task-users-results .team-user .chat-user-name > .inner, .team-users-results .task-user .chat-user-name > .inner, .task-users-results .task-user .chat-user-name > .inner { margin-left: 26px; margin-right: 26px; display: block; } .team-users-results .team-user .chat-status-team, .task-users-results .team-user .chat-status-team, .team-users-results .task-user .chat-status-team, .task-users-results .task-user .chat-status-team, .team-users-results .team-user .chat-status-task, .task-users-results .team-user .chat-status-task, .team-users-results .task-user .chat-status-task, .task-users-results .task-user .chat-status-task { float: right; margin: 7px 0 0 -100%; } .team-user-fullname, .task-user-fullname { font-weight: normal; } .team-user-fullname > b, .task-user-fullname > b { font-weight: bold; } .team-user-name, .task-user-name { color: #999; } .team-users-results { position: fixed; } .team-user-selected, .task-user-selected { background-color: #5179bd; background-image: -moz-linear-gradient(top, #6289cb, #3862a9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6289cb), to(#3862a9)); background-image: -webkit-linear-gradient(top, #6289cb, #3862a9); background-image: -o-linear-gradient(top, #6289cb, #3862a9); background-image: linear-gradient(to bottom, #6289cb, #3862a9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6289cb', endColorstr='#ff3862a9', GradientType=0); } .team-user-selected .team-user-fullname, .task-user-selected .team-user-fullname, .team-user-selected .team-user-name, .task-user-selected .team-user-name, .team-user-selected .task-user-fullname, .task-user-selected .task-user-fullname, .team-user-selected .task-user-name, .task-user-selected .task-user-name { color: #fff!important; } .meeting-action-panel .task-users-results { margin-top: -9px; right: 35px; } .meeting-action-panel .task-users-results .task-user.task-user-selected .chat-user-name { color: #fff; } .avatar-user { float: left; display: inline-block; padding-right: 20px; width: 30px; } .input-prepend input { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .input-prepend .active { border-color: #c7c7c7; } .btn a { color: #333; } #chat-search { height: 30px; margin-right: 6px; } .chat-message { position: relative; background-color: #f1f1f1; border-top: 1px solid #cccccc; height: 60px; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .chat-message > .pull-left { padding-left: 11px!important; } .chat-message .actionIconSmile { padding: 2px; } .chat-message .meeting-actions { margin: 4px 17px 0 0; } .chat-message .meeting-actions .tooltip { pointer-events: none; left: -170px !important; top: -5px !important; } .chat-message .meeting-actions .meeting-action-link { display: block; } .chat-message .meeting-actions .uiIconMiniArrowDown { margin-left: 0; } .chat-message .meeting-actions .popover { display: none; position: absolute; left: -271px; top: -134px; width: 306px; max-width: none; height: 130px; } .chat-message .meeting-actions .popover-title { padding: 8px 10px 8px 14px; line-height: 25px; } .chat-message .meeting-actions .meeting-action-toggle { padding: 0; } .chat-message .meeting-actions .meeting-action-toggle > span { padding: 2px 4px; } .chat-message .meeting-actions .popover-inner .popover-content .uiActionBorder { text-align: right; padding: 18px 35px; margin: 10px -35px 0; } .chat-message .meeting-actions .arrow { left: 92%; } .chat-message .meeting-actions.open + .tooltip { display: none!important; } .chat-message .meeting-actions.open .dropdown-menu { bottom: 130%; } .chat-message .meeting-action-panel { padding: 0px 20px 0; display: none; } .chat-message .meeting-action-panel .actionTitle { display: inline-block; margin-top: 3px; margin-bottom: 5px; } .chat-message .meeting-action-panel .input-default { width: 100%; } .chat-message .meeting-action-panel .input-with-value { width: 100%; color: #999999; margin-top: 8px; } .chat-message .meeting-action-panel .add-task { background: url("/eXoResources/skin/images/SearchInput/Search.png") no-repeat scroll right -1px #ffffff; padding-right: 24px; } .chat-message .meeting-action-panel .meeting-close-panel { /* margin: 0 0 0 10px; padding: 3px 5px; */ margin: 0; padding: 1px 2px 0 2px; } .chat-message .meeting-action-panel .action-label { padding-right: 10px; line-height: 28px; vertical-align: top; text-align: right; } .chat-message .meeting-action-panel .btn { vertical-align: top; } .chat-message .meeting-action-panel .uiSelectbox { vertical-align: top; width: 90px; } .chat-message .meeting-action-panel .uiSelectbox .selectbox { width: 92px; font-size: 12px; } .chat-message .meeting-action-panel .progressBar { width: 100%; text-align: center; margin-bottom: 18px; } .chat-message .meeting-action-panel .progressBar .progress { margin: 0; height: 68px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .chat-message .meeting-action-panel .progressBar .label { width: 100%; line-height: 68px; text-align: center; text-transform: uppercase; font-size: 18px; padding: 0px; } .chat-message .meeting-action-panel .progressBar .bar { line-height: 68px; } .chat-message .meeting-action-chat-panel { padding: 0; display: block; } .chat-file-upload { position: relative; overflow: hidden; } .chat-file-upload input { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .room-detail { position: block; background-color: #f1f1f1; border-bottom: 1px solid #cccccc; height: 60px; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .room-detail-button, .msbuttonGroupRecord { float: right; margin-top: 15px; margin-right: 15px; } .msbuttonGroupRecord .btn.msButtonRecord { padding-right: 6px; padding-left: 6px; } .team-button { float: right; display: none; height: 50px; } .btn-weemo-conf { display: none; } .btn-weemo-download { margin: 6px 10px 0 0!important; display: none; float: left; -webkit-border-radius: 4px!important; -moz-border-radius: 4px!important; border-radius: 4px!important; } .room-detail-fullname { float: left; padding-left: 10px; line-height: 61px; font-weight: bold; font-size: 14px; color: #2f5e92; } .room-detail-avatar { float: left; margin-top: 4px; margin-left: 4px; } .room-inactive { color: #D0D0D0; } .td-status { width: 16px; min-width: 16px; padding: 6px 17px 6px 19px!important; } .td-status > i { margin-top: -2px; } .users-online td { border: 0px !important; color: #333; font-size: 13px; height: 20px; padding: 6px 6px 6px 0px; vertical-align: middle; } .users-online .uiIconChatFavorite { cursor: pointer; display: none; } .users-online:hover { background-color: #f3f3f3; background-image: -moz-linear-gradient(top, #f0f0f0, #f8f8f8); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f8f8f8)); background-image: -webkit-linear-gradient(top, #f0f0f0, #f8f8f8); background-image: -o-linear-gradient(top, #f0f0f0, #f8f8f8); background-image: linear-gradient(to bottom, #f0f0f0, #f8f8f8); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff8f8f8', GradientType=0); } .users-online.info .uiIconChatFavorite { display: block; margin-right: 1px; } .user-space-front { background: url('chat/img/general.png') no-repeat -64px -16px; background-size: 96px 162px; width: 16px; display: block; height: 16px; float: left; } .room-total-fixed { margin-left: 5px; background-color: #888!important; margin-top: 1px; } .room-total { background-color: #4f72ac; color: #ffffff; font-size: 11px; padding: 2px 5px; line-height: 12px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: 0 0 0; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; } .room-total-white { background-color: #ffffff; color: #4f72ac; } .call-off { background: url('chat/img/general.png') no-repeat 0 0; background-size: 96px 162px; width: 32px; height: 32px; } .call-on { background: url('chat/img/general.png') no-repeat -32px 0; background-size: 96px 162px; width: 32px; height: 32px; } .type-link { background: url('chat/img/general.png') no-repeat 0 -66px; background-size: 96px 162px; width: 32px; height: 32px; } .type-file { background: url('chat/img/general.png') no-repeat -32px -66px; background-size: 96px 162px; width: 32px; height: 32px; } .call-join { background: url('chat/img/general.png') no-repeat 0 -130px; background-size: 96px 162px; width: 32px; height: 32px; } .type-hand { background: url('chat/img/general.png') no-repeat -32px -130px; background-size: 96px 162px; width: 32px; height: 32px; } .type-agenda { background: url('chat/img/general.png') no-repeat -64px -66px; background-size: 96px 162px; width: 32px; height: 32px; } .type-task { background: url('chat/img/general.png') no-repeat 0 -98px; background-size: 96px 162px; width: 32px; height: 32px; } .type-event { background: url('chat/img/general.png') no-repeat -32px -98px; background-size: 96px 162px; width: 32px; height: 32px; } .type-question { background: url('chat/img/general.png') no-repeat -64px -98px; background-size: 96px 162px; width: 32px; height: 32px; } .message-changed { background: url('chat/img/general.png') no-repeat -68px -32px; background-size: 96px 162px; width: 12px; height: 10px; margin-right: 4px; margin-top: 4px; float: left; } #msg { font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin: 4px 6px 4px 0; padding: 5px; width: 100%!important; float: left; height: 52px; resize: none; } .msg-button { padding: 2px; cursor: pointer; display: inline-block; float: right; } .highlight { background-color: #ffff00; font-weight: bold; } #chat-users .table { margin-bottom: 0; } .msgln { padding: 3px 12px; background-color: #f1f1f1; } .user-link { color: #333333; font-weight: bold; } .msg-time { vertical-align: bottom; font-weight: normal; color: #CCC; padding-left: 10px; line-height: 12px; } .system-event { font-weight: bold; } .system-event a { line-height: 12px; vertical-align: bottom; } .welcome-panel { font-size: 17px; text-align: right; width: 80%; } footer { position: fixed; bottom: 10px; } hr { border: none; border-top: dotted 1px #f1f1f1; } .btn-danger { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4f49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); background-repeat: repeat-x; border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { color: #ffffff; background-color: #bd362f; background-image: -moz-linear-gradient(top, #cd463f, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cd463f), to(#bd362f)); background-image: -webkit-linear-gradient(top, #cd463f, #bd362f); background-image: -o-linear-gradient(top, #cd463f, #bd362f); background-image: linear-gradient(to bottom, #cd463f, #bd362f); } .btn-success { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb75b; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(to bottom, #62c462, #51a351); background-repeat: repeat-x; border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { color: #ffffff; background-color: #51a351; background-image: -moz-linear-gradient(top, #5bb75b, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#51a351)); background-image: -webkit-linear-gradient(top, #5bb75b, #51a351); background-image: -o-linear-gradient(top, #5bb75b, #51a351); background-image: linear-gradient(to bottom, #5bb75b, #51a351); } .btn-home-responsive { display: none; background: url('chat/img/home.png') no-repeat 0 0; width: 30px; height: 25px; background-size: 30px 25px; vertical-align: top; margin-right: 10px; margin-top: 4px; } .contentQuote { font-style: italic; padding: 10px; background: #CCCCCC; margin: 0 0 0 15px; word-wrap: break-word; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .contentDeleted { font-style: italic; color: #AAAAAA; } #chats .msgln { height: 100%; padding: 0px !important; color: #ffffff; } #chats .msgln-odd { padding: 20px 0px; background: #eeeeee; } #chats .msgln-odd .msg-text { margin: 0px 60px 0px 110px; word-wrap: break-word; font-weight: bold; } #chats .msgln-odd .msg-date { color: #999999; margin-right: 20px; } #chats .msgln-odd .msg-user { padding: 0px 10px 0px 45px; color: #333333; } /* Chat Area */ #chats .msRow:first-child { -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; } #chats .msRow:last-child { -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; } .msRow { padding: 10px 0; /* Layout Row Chat */ /* Style Row Chat */ } .msRow.odd { background-color: #f8f8f8; } .msRow .msContBox { float: left; width: 100%; } .msRow .msContBox + .msUserAvatar { float: left; margin-left: -100%; width: 68px; } .msRow .msContBox > .inner { margin-left: 68px; margin-right: 20px; } .msRow .msUserCont + .msUserCont { margin-top: 10px; } .msRow .msUserAvatar { width: 40px!important; padding-left: 12px; padding-right: 15px; text-align: center; } .msRow .msContBox > .inner { margin-right: 20px; } .msRow .msAvatarLink, .msRow .msAvatarLink img { -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; } .msRow .msAvatarLink, .msRow .msAvatarLink > img { width: 32px; height: 32px; } .msRow .msAvatarLink { background-color: #fff; padding: 3px; border: 1px solid #b2b1b1; display: block; background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1)); background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1); background-image: -o-linear-gradient(top, #ffffff, #f1f1f1); background-image: linear-gradient(to bottom, #ffffff, #f1f1f1); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0); -webkit-box-shadow: 0 2px 4px 0 rgba(13, 13, 13, 0.2); -moz-box-shadow: 0 2px 4px 0 rgba(13, 13, 13, 0.2); box-shadow: 0 2px 4px 0 rgba(13, 13, 13, 0.2); } .msRow .msAvatarLink > img { -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); } .msRow .msLinkInMes { font-weight: bold; } .msRow .msTiltleLn { margin-top: -5px; margin-bottom: 10px; } .msRow .msTiltleLn .msNameUser { font-weight: bold; color: #999999; } .msRow .msTiltleLn .msNameUser:hover { color: #2f5e92; } .msRow .msAction { cursor: pointer; display: none; color: #2f5e92; font-size: 12px; } .msRow .msAction a { font-size: 12px; } .msRow .msTimePost { color: #999; font-size: 12px; } .msRow .msUserMes { margin-right: 130px; } .msRow .msUserMes .msUserQuote { background-color: #f0f0f0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 10px 15px; margin-bottom: 8px; } .msRow .msUserMes .msUserQuote .msNameUser { color: #333333; } .msRow .msQuoteCont { font-style: italic; } .msRow .msQuoteCont quote { border-left: 5px solid #e0e0e0; padding-left: 15px; display: block; margin-bottom: 10px; } .msRow .msContBox .msUserCont:hover .msAction { display: block; } .msRow .msContBox .msUserCont:hover .msTimePost { display: none; } .msRow .msContBox .msUserCont.noEdit .msAction, .msRow .msContBox .msUserCont.noEdit:hover .msAction { display: none; } .msRow .msContBox .msUserCont.noEdit .msTimePost, .msRow .msContBox .msUserCont.noEdit:hover .msTimePost { display: block; } .msRow .msMessagesGroup + .msMessagesGroup { margin-top: 20px; } .msRow .msAttachmentBox { width: 128px; height: 128px; position: relative; margin-top: 5px; } .msRow .msAttachmentBox > .msAttachFile { line-height: 128px; vertical-align: middle; } .msRow .msAttachmentBox > .msAttachFile img { max-width: 128px; max-height: 128px; } .msRow .msAttachmentBox .msActionAttach { height: 100%; width: 100%; position: absolute; top: 0; left: 0; display: none; } .msRow .msAttachmentBox .msActionAttach > .inner { position: absolute; top: 50%; margin-top: -20px; left: 0; text-align: center; width: 100%; } .msRow .msAttachmentBox .msActionAttach a { color: #fff; } .msRow .msAttachmentBox .msActionAttach a:hover { font-weight: bold; } .msRow .msAttachmentBox .msActionAttach a:hover i { background-image: url("/eXoResources/skin/images/Icons/uiIconsWhite.png"); } .msRow .msAttachmentBox:hover .msActionAttach { background-color: rgba(0, 0, 0, 0.1); display: block; } .msRow .fileSize, .msRow .msTextGray { color: #999; } .msRow .msSaveCall { margin-top: 7px; } #chats .noContent, #chats .noMessage { background: url('chat/img/bg-chat.png') no-repeat center center; width: 100%; height: 100%; position: relative; } #chats .noContent .text, #chats .noMessage .text { color: #808080; font-size: 14px; font-weight: bold; left: 50%; position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /** * MODALS **/ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.8; filter: alpha(opacity=80); } .modal { position: fixed; top: 50%; left: 50%; z-index: 1050; width: 560px; margin-left: -280px; background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; outline: none; } .modal.fade { -webkit-transition: opacity 0.3s linear, top 0.3s ease-out; -moz-transition: opacity 0.3s linear, top 0.3s ease-out; -o-transition: opacity 0.3s linear, top 0.3s ease-out; transition: opacity 0.3s linear, top 0.3s ease-out; top: -25%; } .modal.fade.in { top: 10%; } .modal-header { padding: 3px 15px; border-bottom: 1px solid #eee; background-color: #f0f0f0; -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; border-bottom: 1px solid #cfcfcf; } .modal-header h3 { color: #333333; font-size: 14px; } .modal-header .close { margin-top: 5px; } .modal-header h3 { margin: 0; line-height: 30px; } .modal-body { position: relative; overflow-y: auto; max-height: 400px; padding: 15px; } .modal-form { margin-bottom: 0; } .modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #ffffff; -moz-box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff; *zoom: 1; } .modal-footer:before, .modal-footer:after { display: table; content: ""; line-height: 0; } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .text-modal textarea { width: 530px; height: 300px; } .edit-modal textarea { width: 530px; margin: 15px; } /* Team Modal */ .team-modal { width: 360px; } .team-modal .modal-body { padding: 23px 30px; } .team-modal .modal-body label { margin-bottom: 7px; } .team-modal .modal-footer { background: none; text-align: center; } .uiGrayLightBox.input-append, .uiGrayLightBox.input-prepend { display: block; margin-bottom: 0; } .msTimeEvent > div, .msMeetingNotes > div { margin-top: 5px; } .uiIconChat32x32Event { position: relative; } .dayOnCalendar { color: #999999; font-size: 18px; line-height: 100%; font-style: normal; font-weight: bold; left: 50%; position: absolute; top: 10px; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); } .msHoverToLink { color: #333333; } .msHoverToLink.bold { font-weight: bold; } .msHoverToLink:hover { color: #1c3958; } #dropzone-container { display: block; margin-top: 8px; } .uiPopup .popupHeader .popupTitle { cursor: default; } .chat-error-panel, .chat-login-panel, .chat-about-panel, .chat-demo-panel, .chat-sync-panel { float: left; z-index: 10; position: absolute; width: 100%; height: 594px; color: #ffffff; padding: 15px 0 50px 0; text-align: center; font-size: 17px; font-weight: normal; margin-left: -20px; margin-top: -20px; background: #323232; background-color: rgba(0, 0, 0, 0.8); } .chat-status-panel { background: #ffffff; cursor: pointer; margin-left: -5px; -moz-border-radius: 3px; border-radius: 3px; z-index: 100; } .msg-emoticons-panel { background: #ffffff; width: 108px; height: 118px; padding: 10px 10px 0 10px; -moz-border-radius: 3px; border-radius: 3px; position: absolute; cursor: default; left: 5px; bottom: 65px; z-index: 5; border: 1px solid #cccccc; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } .msg-emoticons-panel:after, .msg-emoticons-panel:before { display: block; content: ""; position: absolute; left: 6px; top: 100%; } .msg-emoticons-panel:after { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 8px solid #fff; } .msg-emoticons-panel:before { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 8px solid #CCC; top: 101%; } .msg-emoticons-panel .emoticon { height: 27px; } .msg-emoticons-panel .emoticon:hover { cursor: pointer; } .emoticon { display: inline-block; width: 24px; height: 24px; padding: 0; font-size: 1px; vertical-align: top; background-image: url('chat/img/uiIconChatEmoticons24x24.png'); background-repeat: no-repeat; background-size: 108px 108px; } .msg-button { padding: 0; } .emoticon-smile-white, .emoticon-smile { background-position: 0px 0px; } .emoticon-sad-white, .emoticon-sad { background-position: -28px 0px; } .emoticon-big-smile-white, .emoticon-big-smile { background-position: -56px 0; } .emoticon-eye-blink-white, .emoticon-eye-blink { background-position: -84px 0px; } .emoticon-surprise-white, .emoticon-surprise { background-position: 0px -28px; } .emoticon-no-voice-white, .emoticon-no-voice { background-position: -28px -28px; } .emoticon-tongue-white, .emoticon-tongue { background-position: -56px -28px; } .emoticon-bow-white, .emoticon-bow { background-position: -84px -28px; } .emoticon-yes-white, .emoticon-yes { background-position: 0px -56px; } .emoticon-no-white, .emoticon-no { background-position: -25px -56px; } .emoticon-star-white, .emoticon-star { background-position: -55px -56px; } .emoticon-beer-white, .emoticon-beer { background-position: -84px -56px; } .emoticon-bug-white, .emoticon-bug { background-position: 0px -84px; } .emoticon-cake-white, .emoticon-cake { background-position: -28px -84px; } .emoticon-cash-white, .emoticon-cash { background-position: -56px -84px; } .emoticon-coffee-white, .emoticon-coffee { background-position: -84px -84px; } .emoticon-text, .invisible-text { font-size: 1px; color: white; } /* Emoticons Animation */ [class^=uiIconChatGif] { width: 24px; height: 24px; background-repeat: 0; background-color: transparent; vertical-align: text-bottom; text-indent: -9999px; } .uiIconChatGifbeer, .uiIconChatGifbeer:hover { background-image: url("chat/img/emoticons/icon-beer.gif"); } .uiIconChatGifbow, .uiIconChatGifbow:hover { background-image: url("chat/img/emoticons/icon-bow.gif"); } .uiIconChatGifbug, .uiIconChatGifbug:hover { background-image: url("chat/img/emoticons/icon-bug.gif"); } .uiIconChatGifcake, .uiIconChatGifcake:hover { background-image: url("chat/img/emoticons/icon-cake.gif"); } .uiIconChatGifcash, .uiIconChatGifcash:hover { background-image: url("chat/img/emoticons/icon-cash.gif"); } .uiIconChatGifcoffee, .uiIconChatGifcoffee:hover { background-image: url("chat/img/emoticons/icon-coffee.gif"); } .uiIconChatGiflaugh, .uiIconChatGiflaugh:hover { background-image: url("chat/img/emoticons/icon-laugh.gif"); } .uiIconChatGifraise-down, .uiIconChatGifraise-down:hover { background-image: url("chat/img/emoticons/icon-raise-down.gif"); } .uiIconChatGifraise-up, .uiIconChatGifraise-up:hover { background-image: url("chat/img/emoticons/icon-raise-up.gif"); } .uiIconChatGifsad, .uiIconChatGifsad:hover { background-image: url("chat/img/emoticons/icon-sad.gif"); } .uiIconChatGifsmile-with-tongue, .uiIconChatGifsmile-with-tongue:hover { background-image: url("chat/img/emoticons/icon-smile-with-tongue.gif"); } .uiIconChatGifsmile, .uiIconChatGifsmile:hover { background-image: url("chat/img/emoticons/icon-smile.gif"); } .uiIconChatGifspeechless, .uiIconChatGifspeechless:hover { background-image: url("chat/img/emoticons/icon-speechless.gif"); } .uiIconChatGifstar, .uiIconChatGifstar:hover { background-image: url("chat/img/emoticons/icon-star.gif"); } .uiIconChatGifsurprise, .uiIconChatGifsurprise:hover { background-image: url("chat/img/emoticons/icon-surprise.gif"); } .uiIconChatGifwink, .uiIconChatGifwink:hover { background-image: url("chat/img/emoticons/icon-wink.gif"); } #chat-application { height: 645px; padding-left: 1px; min-width: 600px; padding: 20px; } .chat-search { background-image: linear-gradient(bottom, #e0e0e0 45%, #f1f1f1 73%); background-image: -o-linear-gradient(bottom, #e0e0e0 45%, #f1f1f1 73%); background-image: -moz-linear-gradient(bottom, #e0e0e0 45%, #f1f1f1 73%); background-image: -webkit-linear-gradient(bottom, #e0e0e0 45%, #f1f1f1 73%); background-image: -ms-linear-gradient(bottom, #e0e0e0 45%, #f1f1f1 73%); border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; padding: 0px 4px 5px 6px; margin-bottom: 0px; border-right: 1px solid #cccccc; width: 587px; position: relative; } .label-user { display: block; margin-top: 5px; float: left; line-height: 20px; color: #2f5e92; font-weight: bold; } .label-demo { display: block; margin-top: 5px; float: left; line-height: 20px; color: black; padding-left: 5px; } .chat-message { background-color: #f1f1f1; border-top: 1px solid #cccccc; height: 60px; } #chats { height: 479px; overflow-y: scroll; } .sh_container { overflow-x: scroll; min-width: 361px; width: 90%; background-color: #ffffff; } .sh_java, .sh_javascript, .sh_css, .sh_html { min-width: 361px; border: 0; font-style: 10px; } /* Fix Retina Display */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { /* UI Icons Chat */ [class^="uiIconChat"] { background-image: url('chat/img/x2/uiIconChatDarkGray.png'); background-size: 196px 76px; } /* Define Blude Color */ .nav-pills > .active > a > [class^="uiIconChat"], .nav-list > .active > a > [class^="uiIconChat"], .navbar-inverse .nav > .active > a > [class^="uiIconChat"], .btn:hover [class^="uiIconChat"], a:hover [class^="uiIconChat"], .actionIcon.active [class^="uiIconChat"], .nodeSelected:hover [class^="uiIconChat"], [class^="uiIconChat"]:hover, .uiActionBar [class^="uiIconChat"]:hover, .chat-message > .meeting-actions > .actionIcon:hover > i, .uiActionWithLabel:hover [class^="uiIconChat"], .uiActionWithLabel.active [class^="uiIconChat"], .actionIcon:hover [class^="uiIconChat"], .actionIcon.active [class^="uiIconChat"], .header-room:hover [class^="uiIconChatArrow"] { background-image: url('chat/img/x2/uiIconChatBlue.png'); } /* Define Light Gray Color */ .dropdown-menu > li > a > [class^="uiIconChat"], .dropdown-menu > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .dropdown-submenu > a > [class^="uiIconChat"], .uiActionBar [class^="uiIconChat"], .uiIconChatLightGray { background-image: url('chat/img/x2/uiIconChatLightGray.png'); } /* Define White Color */ .uiDropdownWithIcon .nav-pills > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .nav-list > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .navbar-inverse .nav > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .dropdown-menu > li > a:hover > [class^="uiIconChat"], .uiDropdownWithIcon .dropdown-menu > .active > a > [class^="uiIconChat"], .uiDropdownWithIcon .dropdown-submenu:hover > a > [class^="uiIconChat"], .btn-primary [class^="uiIconChat"], .btn-primary:hover [class^="uiIconChat"], .uiDropDownCal a:hover [class^="uiIconChat"], .uiDropDownCal .active a:hover [class^="uiIconChat"], .eventAllDay [class^="uiIconChat"], .eventDayContainer [class^="uiIconChat"], .uiIconChatWhite, .chat-message .dropdown-menu a:hover [class^="uiIconChat"], .users-online.info .td-status [class^="uiIconChat"], .room-detail-button .btn:hover [class^="uiIconChat"], .room-detail-button .btn [class^="uiIconChat"]:hover { background-image: url('chat/img/x2/uiIconChatWhite.png'); } /* Icons Size 32x32 */ [class^="uiIconChat32x32"], [class^="uiIconChat32x32"]:hover { background-image: url('chat/img/x2/uiIconChat32x32DarkGray.png'); background-size: 356px 68px; } .nav-pills > .active > a > [class^="uiIconChat32"], .nav-list > .active > a > [class^="uiIconChat32"], .navbar-inverse .nav > .active > a > [class^="uiIconChat32"], .btn:hover [class^="uiIconChat32"], a:hover [class^="uiIconChat32"], .actionIcon.active [class^="uiIconChat32"], .nodeSelected:hover [class^="uiIconChat32"], .uiActionBar [class^="uiIconChat32"]:hover { background-image: url('chat/img/x2/uiIconChat32x32Blue.png'); } .dropdown-menu > li > a > [class^="uiIconChat32"], .dropdown-menu > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .dropdown-submenu > a > [class^="uiIconChat32"], .uiActionBar [class^="uiIconChat32"], .uiIconChat32x32LightGray, .uiIconChat32x32LightGray:hover { background-image: url('chat/img/x2/uiIconChat32x32LightGray.png'); } .uiDropdownWithIcon .nav-pills > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .nav-list > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .navbar-inverse .nav > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .dropdown-menu > li > a:hover > [class^="uiIconChat32"], .uiDropdownWithIcon .dropdown-menu > .active > a > [class^="uiIconChat32"], .uiDropdownWithIcon .dropdown-submenu:hover > a > [class^="uiIconChat32"], .btn-primary [class^="uiIconChat32"], .btn-primary:hover [class^="uiIconChat32"], .uiDropDownCal a:hover [class^="uiIconChat32"], .uiDropDownCal .active a:hover [class^="uiIconChat32"], .eventAllDay [class^="uiIconChat32"], .eventDayContainer [class^="uiIconChat32"], .uiIconChat32x32White, .chat-message .dropdown-menu a:hover [class^="uiIconChat32"] { background-image: url('chat/img/x2/uiIconChat32x32White.png'); } /* Emoticons Static */ .emoticon { background-image: url('chat/img/x2/uiIconChatEmoticons24x24.png'); background-size: 108px 108px; } /* Emoticons Animation */ [class^=uiIconChatGif] { background-size: 24px 24px; } .uiIconChatGifbeer, .uiIconChatGifbeer:hover { background-image: url("chat/img/emoticons/x2/icon-beer.gif"); } .uiIconChatGifbow, .uiIconChatGifbow:hover { background-image: url("chat/img/emoticons/x2/icon-bow.gif"); } .uiIconChatGifbug, .uiIconChatGifbug:hover { background-image: url("chat/img/emoticons/x2/icon-bug.gif"); } .uiIconChatGifcake, .uiIconChatGifcake:hover { background-image: url("chat/img/emoticons/x2/icon-cake.gif"); } .uiIconChatGifcash, .uiIconChatGifcash:hover { background-image: url("chat/img/emoticons/x2/icon-cash.gif"); } .uiIconChatGifcoffee, .uiIconChatGifcoffee:hover { background-image: url("chat/img/emoticons/x2/icon-coffee.gif"); } .uiIconChatGiflaugh, .uiIconChatGiflaugh:hover { background-image: url("chat/img/emoticons/x2/icon-laugh.gif"); } .uiIconChatGifraise-down, .uiIconChatGifraise-down:hover { background-image: url("chat/img/emoticons/x2/icon-raise-down.gif"); } .uiIconChatGifraise-up, .uiIconChatGifraise-up:hover { background-image: url("chat/img/emoticons/x2/icon-raise-up.gif"); } .uiIconChatGifsad, .uiIconChatGifsad:hover { background-image: url("chat/img/emoticons/x2/icon-sad.gif"); } .uiIconChatGifsmile-with-tongue, .uiIconChatGifsmile-with-tongue:hover { background-image: url("chat/img/emoticons/x2/icon-smile-with-tongue.gif"); } .uiIconChatGifsmile, .uiIconChatGifsmile:hover { background-image: url("chat/img/emoticons/x2/icon-smile.gif"); } .uiIconChatGifspeechless, .uiIconChatGifspeechless:hover { background-image: url("chat/img/emoticons/x2/icon-speechless.gif"); } .uiIconChatGifstar, .uiIconChatGifstar:hover { background-image: url("chat/img/emoticons/x2/icon-star.gif"); } .uiIconChatGifsurprise, .uiIconChatGifsurprise:hover { background-image: url("chat/img/emoticons/x2/icon-surprise.gif"); } .uiIconChatGifwink, .uiIconChatGifwink:hover { background-image: url("chat/img/emoticons/x2/icon-wink.gif"); } /* Icon User Status */ .user-available, .user-donotdisturb, .user-away, .user-invisible, .chat-status-chat, .chat-status, .chat-status-team, .chat-status-task { background-image: url("chat/img/x2/uiIconChatColor.png"); background-size: 196px 16px; } .user-available, .chat-status-available { background-position: 0 0; } .user-donotdisturb, .chat-status-donotdisturb { background-position: -20px 0; } .user-away, .chat-status-away { background-position: -40px 0; } .user-invisible, .chat-status-invisible { background-position: -60px 0; } .user-team.user-available, .user-team.user-donotdisturb, .user-team.user-away, .user-team.user-invisible { background-image: url("chat/img/x2/uiIconChatLightGray.png"); background-size: 196px 16px; } /* Icon Color and Favorite */ .uiIconChatFavorite { background-image: url("chat/img/x2/uiIconChatColor.png"); background-size: 196px 16px; } .uiIconChatFavorite:hover, .uiIconChatFavorite.hover, .uiIconChatFavorite.user-favorite { background-image: url("chat/img/x2/uiIconChatColor.png"); background-size: 196px 16px; background-position: -80px 0; } } #chat-search { height: 28px\9; } #msg { height: 51px\9; width: 442px\9; } .uiRightContainerArea { width: 500px\9; } #chat-application { width: 790px\9; }
tnk1/nvia/yjayhu/yj-19-2425.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta charset='windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <title>òí éùøàì - äçåìéä äùìéùéú äîçáøú</title> <link rel='stylesheet' type='text/css' href='../../../_script/klli.css' /> <link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' /> <meta property='og:url' content='https://tora.us.fm/tnk1/nvia/yjayhu/yj-19-2425.html'/> <meta name='author' content="àøàì" /> <meta name='receiver' content="" /> <meta name='jmQovc' content="tnk1/nvia/yjayhu/yj-19-2425.html" /> <meta name='tvnit' content="" /> <link rel='canonical' href='https://tora.us.fm/tnk1/nvia/yjayhu/yj-19-2425.html' /> </head> <!-- PHP Programming by Erel Segal-Halevi --> <body lang='he' dir='rtl' id = 'tnk1_nvia_yjayhu_yj_19_2425' class='dywn1 '> <div class='pnim'> <script type='text/javascript' src='../../../_script/vars.js'></script> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tryg/index.html'>äàúø ìî÷åøéåú áîöååú</a>&gt;<a href='../../../tryg/sug/ecm_adm.html'>îöååú ìôé àãí</a>&gt;<a href='../../../tryg/sug/ecm_adm_emym_axrym.html'>òîéí àçøéí</a>&gt;<a href='../../../tnk1/msr/4.html'>áéï òîéí</a>&gt;<a href='../../../tnk1/msr/atid_amim.html'>áéï éùøàì ìâåééí áòúéã</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>òí éùøàì - äçåìéä äùìéùéú äîçáøú</h1> <div id='idfields'> <p>÷åã: áéàåø:éùòéäå éè24 áúð"ê</p> <p>ñåâ: ãéåï1</p> <p>îàú: àøàì</p> <p>àì: </p> </div> <script type='text/javascript'>kotrt()</script> <div id='tokn'> <p> <a class="psuq" href="/tnk1/prqim/t1019.htm#24">éùòéäå éè24</a>: "<q class="psuq">áÌÇéÌåÉí äÇäåÌà éÄäÀéÆä éÄùÒÀøÈàÅì ùÑÀìÄéùÑÄéÌÈä ìÀîÄöÀøÇéÄí åÌìÀàÇùÑÌåÌø, áÌÀøÈëÈä áÌÀ÷ÆøÆá äÈàÈøÆõ</q>"</p> <p> <a class="psuq" href="/tnk1/prqim/t1019.htm#25">éùòéäå éè25</a>: "<q class="psuq">àÂùÑÆø áÌÅøÂëåÉ ä' öÀáÈàåÉú ìÅàîÉø: áÌÈøåÌêÀ òÇîÌÄé îÄöÀøÇéÄí, åÌîÇòÂùÒÅä éÈãÇé àÇùÑÌåÌø, åÀðÇçÂìÈúÄé éÄùÒÀøÈàÅì</q>"</p> <p>áàçøéú äéîéí, îðáà éùòéäå, éäéå éùøàì äçåìéä äùìéùéú, äîçáøú áéï îöøéí ìáéï àùåø, áàåôï ùîáéà áøëä ìëì äàéæåø:</p> <p>1. çéáåø âéàåâøôé - ëîå ùðàîø áôñå÷ ä÷åãí, <a class="psuq" href="/tnk1/prqim/t1019.htm#23">éùòéäå éè23</a>: "<q class="psuq">áÌÇéÌåÉí äÇäåÌà úÌÄäÀéÆä îÀñÄìÌÈä îÄîÌÄöÀøÇéÄí àÇùÑÌåÌøÈä, åÌáÈà àÇùÑÌåÌø áÌÀîÄöÀøÇéÄí åÌîÄöÀøÇéÄí áÌÀàÇùÑÌåÌø, åÀòÈáÀãåÌ îÄöÀøÇéÄí àÆú àÇùÑÌåÌø</q>": äîñéìä îîöøéí ìàùåø òåáøú áéùøàì, ëê ùéùøàì éëåìéí ìúøåí ìùìåí áéï ùúé äîãéðåú.</p> <p>2. çéáåø úøáåúé - áðé éùøàì äí îáðé ùí (ëîå àùåø), àáì áúçéìú ãøëí ëòí äéå áîöøéí åñôâå àú äúøáåú äîöøéú, ëê ùäí éëåìéí ìúøåí ìùìåí áéï ùúé äúøáåéåú.</p> <p>âí áéîéðå, ìòí äéäåãé éù ôåèðöéàì ìäéåú äçåìéä äùìéùéú äîçáøú áéï äðöøåú ìàñìàí:</p> <p>3. çéáåø áìåç äæîðéí - äìåç äðåöøé îúáññ òì äùîù, äìåç äîåñìîé - òì äéøç, åäìåç äéäåãé îçáø áéï ùðéäí - çåãùéí ìôé äéøç åùðéí ìôé äùîù.</p> <p>4. çéáåø úøáåúé - òí éùøàì äåà îéæåâ ùì òãåú ùåðåú, çì÷ï áàå îàøöåú äðöøåú åñôâå àú äúøáåú äðåöøéú, åçì÷ï áàå îàøöåú äàñìàí åñôâå àú äúøáåú äîåñìîéú.</p> <h2>ã÷åéåú</h2> <p> <strong>ùìéùéä</strong> -</p> <p>""éäéä éùøàì ùìéùéä ìîöøéí åìàùåø" - ìùìåí åìáøëä ìôé ùìà äéúä àåîä çùåáä áòåìí áàåúå äæîï ëîöøéí åëàùåø åéùøàì äéå ùôìéí áéîé àçæ åáéîé äåùò áï àìä åàîø äðáéà òì éãé äðñ ùéòùä ìçæ÷éäå éâãì ùí ùì éùøàì ìîòìä åéäéå çùåáéí ëàçú îàìå äîîìëåú ìáøëä åìâãåìä " <small>(<a class="external text" href="http://he.wikisource.org/wiki/%D7%A7%D7%98%D7%A2:%D7%A8%D7%A9%22%D7%99_%D7%A2%D7%9C_%D7%99%D7%A9%D7%A2%D7%99%D7%94%D7%95_%D7%99%D7%98_%D7%9B%D7%93">øù"é</a>)</small></p> <p>""ùìéùéä ", úäéä îùåìùú ìòðéï äáøëä, ùúäéä îáåøëú ò"é îöøéí åàùåø áùìùä òðéðéí" <small>(<a class="external text" href="http://he.wikisource.org/wiki/%D7%9E%D7%9C%D7%91%D7%99%22%D7%9D_%D7%A2%D7%9C_%D7%99%D7%A9%D7%A2%D7%99%D7%94%D7%95_%D7%99%D7%98_%D7%9B%D7%93">îìáé"í</a>)</small></p> <p>""áøëä" - ëì äùìùä éäéå áøëä á÷øá äàøõ ùúäéä ìäí áøëä éåúø îëì äàåîåú</p> <p>"ùìéùéä" - ùìéùéú úäéä ìä áàîåðú äàì àå ùúäéä îåùìú òì îöøéí åòì àùåø</p> <p>"ùìéùéä" - îìùåï ùìù àå éúëï ùäåà îòðéï îîùìú åðñéëåú ëîå åîáçø ùìùéå (<a href="/wiki/%D7%A9%D7%9E%D7%95%D7%AA_%D7%98%D7%95" title="ùîåú èå">ùîåú èå</a>)" <small>(<a class="external text" href="http://he.wikisource.org/wiki/%D7%A7%D7%98%D7%A2:%D7%9E%D7%A6%D7%95%D7%93%D7%95%D7%AA_%D7%A2%D7%9C_%D7%99%D7%A9%D7%A2%D7%99%D7%94%D7%95_%D7%99%D7%98_%D7%9B%D7%93">îöåãåú</a>)</small></p> <p> <strong>áøåê òîé îöøéí, åîòùä éãéé àùåø, åðçìúé éùøàì</strong> -</p> <p>1. ò"ô äôùè, ùìåùú äòîéí éäéå îáåøëéí åàäåáéí òì ä', ìàçø ùéëéøå áå: "<q class="mfrj"><strong>àùø</strong> ëì àçã îùìùúï <strong>áøëå ä'</strong> åéàîø: <strong>áøåê òîé îöøéí</strong>, ø"ì áøåê äåà òì ùùá ìäéåú òîé ìäàîéï áé; &#160; åáøåê <strong>îòùä éãé àùåø</strong>, ø"ì áøåê äåà òì àùø äëéø ùîä ùòìúä áäí äéä îòùä éãé åìà áî÷øä;&#160; &#160; åáøåê <strong>ðçìúé éùøàì</strong>, ø"ì áøåê äåà òì àùø îòåìí äåà ðçìúé åîàîéï áé</q>" <small>(<a class="external text" href="http://he.wikisource.org/wiki/%D7%A7%D7%98%D7%A2:%D7%9E%D7%A6%D7%95%D7%93%D7%95%D7%AA_%D7%A2%D7%9C_%D7%99%D7%A9%D7%A2%D7%99%D7%94%D7%95_%D7%99%D7%98_%D7%9B%D7%94">îöåãåú</a>; åëï àáøáðàì, ãòú î÷øà)</small>.</p> <p>2. åéåðúï úøâí, ùëì äáøëåú äï áøëåú ä' ìòí éùøàì: "<q class="mfrj"><strong>àùø áøëå</strong> - ìéùøàì: <strong>áøåê òîé</strong> éùøàì àùø áçøúé ìé ìòí áäéåúí <strong>áîöøéí</strong>;&#160;&#160; <strong>åîòùä éãé</strong> äøàéúé ìäí áâáåøåú ùäôìàúé <strong>áàùåø</strong>, åò"é àåúí ðéñéí éùåáå àìé åéäéå ëàéìå òúä <strong>òùéúéí</strong> îçãù; &#160; åäí éäéå <strong>ðçìúé éùøàì</strong>; åãåâîà æå úøâí éåðúï</q>" <small>(<a class="external text" href="http://he.wikisource.org/wiki/%D7%A7%D7%98%D7%A2:%D7%A8%D7%A9%22%D7%99_%D7%A2%D7%9C_%D7%99%D7%A9%D7%A2%D7%99%D7%94%D7%95_%D7%99%D7%98_%D7%9B%D7%94">øù"é</a>)</small>.</p> <p>3. åîìáé"í ôéøù, ùäáøëåú äï áøëåú ùéáøëå äâåééí àú éùøàì: "<q class="mfrj"><strong>àùø áøëå ä'</strong>... <strong>ìàîø îöøéí</strong>: <strong>áøåê òîé</strong>! åìàîø <strong>àùåø</strong>: áøåê <strong>îòùä éãé</strong>! åìàîø <strong>éùøàì</strong>: áøåê <strong>ðçìúé</strong>! &#160; äééðå: <strong>îöøéí</strong> éëéøå îòìú éùøàì îöã ùáçøí ä' ìå <strong>ìòí</strong> áöàúí îîöøéí, åäí éáøëå àú éùøàì îöã ùäí òí ä'; &#160;&#160; <strong>àùåø</strong> éëéø îòìú éùøàì îöã ùøàä ùí <strong>îòùä éã ä'</strong> äâãåìä åðôìàåúéå àùø äëä àú ëì îçðäå áìéìä àçú, åäåà éáøëí ò"é îòùä éã ä' äðøàä òìéäí; &#160; <strong>åéùøàì</strong> òöîí éëéøå îòìúí äò÷øéú ùäí <strong>ðçìú ä'</strong>, îöã ðôùí äçöåáä îîòì, åäí îîìëú ëäðé ä' åâåé ÷ãåù, àùø ìà éîéøí áàåí àçø ìòåìí, åîöã æä éúáøëå áòöîí ëé äí ðçìú ä' ìòåìí</q>" <small>(<a class="external text" href="http://he.wikisource.org/wiki/%D7%9E%D7%9C%D7%91%D7%99%22%D7%9D_%D7%A2%D7%9C_%D7%99%D7%A9%D7%A2%D7%99%D7%94%D7%95_%D7%99%D7%98_%D7%9B%D7%94">îìáé"í</a>)</small>.</p> <h2>ä÷áìåú</h2> <p> <a href="/tnk1/messages/prqim_t0115_0.html">äùìéùé äåà áøëä îéåçãú / çâé äåôø</a>.</p> <p> <a href="/tnk1/kma/qjrim1/mcrym_wajur.html">ôñå÷éí ðåñôéí òì îöøéí åàùåø</a>.</p> <div class="future"> <h2>îàîøéí ðåñôéí îúåöàåú äçéôåù á <a href="http://www.google.com/cse?cx=010178520503316434778%3Aufdjhgdvtao">âåâì</a></h2> <ul> <li> <a href="http://www.daat.ac.il/daat/tanach/achronim/masa-4.htm">îùà îöøéí / éäåãä àìéöåø</a>: <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø áøëä á÷øá äàøõ. àùø áøëå ä' öáàåú ìàîø áøåê òîé îöøéí åîòùä éãé àùåø åðçìúé éùøàì". èøí àâéò ìîñ÷ðä, øåöä àðé á÷éöåø ðîøõ <strong>...</strong> (<a href="http://www.google.com/search?q=cache:kw7QC6GXAy4J:www.daat.ac.il">cache</a>)</li> <li> <a href="http://www.akadem.org/medias/documents/Isaie-Egypte-Doc9.pdf">L'Egypte se convertira</a>: ëâ(. áéåí ääåà úäéä îñìä îîöøéí àùåøä åáà àùåø áîöøéí åîöøéí áàùåø åòáãå îöøéí àú.: àùåø.) ëã(. <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàù. åø áøëä á÷øá äàøõ.:) ëä(<strong>...</strong> (<a href="http://www.google.com/search?q=cache:3M9Op4_7F00J:www.akadem.org">cache</a>)</li> <li> <a href="http://www.aspaklaria.info/001_ALEF/%D7%90%D7%A9%D7%95%D7%A8.htm">àùåø</a>: <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø, áøëä á÷øá äàøõ. (ùí éè ëâ). åðôì àùåø áçøá ìà àéù åçøá ìà àãí úàëìðå, åðñ ìå îôðé çøá åáçåøéå ìîñ éäéå. (ùí ìà ç). äðä àùåø àøæ <strong>...</strong> (<a href="http://www.google.com/search?q=cache:Za1qUT09U30J:www.aspaklaria.info">cache</a>)</li> <li> <a href="http://www.hamishpat.com/Courses/0101001/0101001-19.01.04.doc">19.01.04</a>: ôñ' ë"ã: "<strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä (çì÷ î-3 òîéí) ìîöøéí åìàùåø... àùø áøëå ä' öáàå ìàîåø: áøåê òîé îöøéí, åîòùé éãé àùåø, åðçìúé éùøàì". äåà ÷åøà 'òîé' ìîöøéí. ôúàåí éù <strong>...</strong> (<a href="http://www.google.com/search?q=cache:3_2riC_GL_kJ:www.hamishpat.com">cache</a>)</li> <li> <a href="http://www.aspaklaria.info/003_GIMEL/%D7%92%D7%90%D7%95%D7%9C%D7%94.htm">âàåìä</a>: ø' çééà äéä äåìê ìø' àìòæø, îöàå ùäéä éåùá àöì ø' éåñé áø"ù áï ì÷åðéà çîéå, áòåã ùäéä îøéí àú øàùå øàä àú ø' çééà àîø <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø åâå', áøåê òîé <strong>...</strong></li> <li> <a href="http://www.yakko.co.il/maamar.asp?id=34937">éùéáú ääñãø òëå, ñôø éåðä -úô÷éãí ùì äøùòéí áòåìí</a>: <strong>áéåí ääåà, éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø, áøëä á÷øá äàøõ. àùø áøëå ä' öáàåú, ìàîø: áøåê òîé îöøéí, åîòùä éãé àùåø, åðçìúé éùøàì. ðáåàä îéåçãú æå îúàøú ëé ìòúéã ìáåà <strong>...</strong> (<a href="http://www.google.com/search?q=cache:EnVhLkayis8J:www.yakko.co.il">cache</a>)</li> <li> <a href="http://www.kolot.info/ContentPage.aspx?id=128">÷åìåú:: ôøùú äùáåò:: ùîåú:: åàøà</a>: "åðåãò ä' ìîöøéí åéãòå îöøéí àú ä' áéåí ääåà åòáãå æáç åîðçä åðãøå ðãø ìä' åùìîå; åðâó ä' àú îöøéí ðâåó åøôåà åùáå òã ä' åðòúø ìäí åøôàí; <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí <strong>...</strong> (<a href="http://www.google.com/search?q=cache:C6CoiVVs7osJ:www.kolot.info">cache</a>)</li> <li> <a href="http://www.ramhal.org/Download/Pinot%20Hamerkavah.doc">ñôø ôðåú äîøëáä</a>: â' àåøåú âãåìéí áãîåú ñâåìúà éåöàéí áúåê æä äàåø, åñåãí, "<strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä". åäí ðòùéí çåè àçã, ëçåè äîùåìù. åùí äçåè é÷"å, åéåøã åî÷ùø àú áòìé äàäáä. (<a href="http://www.google.com/search?q=cache:svkFlfvntB8J:www.ramhal.org">cache</a>)</li> <li> <a href="http://www.tsel.org/torah/tanhuma/behalotcha.html">áäòìúê</a>: åàéï äùìéùéú àìà éùøàì, ùðàîø, <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä (éùò' éè ëã). äåé àåîø, éøà àú ä' áðé åîìê (îù' ëã ëà). ëì îé ùäåà éøà îï ä÷ãåù áøåê äåà, ðòùä îìê. îîé àú ìîã. (<a href="http://www.google.com/search?q=cache:khRRVCtlzT0J:www.tsel.org">cache</a>)</li> <li> <a href="http://www.tora.co.il/parasha/meat/truma_71.doc">úøåîä äúùò"à</a>: äàí âí úú÷ééí äîùê äðáåàä: "<strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø áøëä á÷øá äàøõ" (ùí ëã). îäúì÷çåú ìäúôëçåú, ìì÷çéí áùáéìðå ëàï. ùðéí äùîéòå ìðå ùîãåáø <strong>...</strong> (<a href="http://www.google.com/search?q=cache:mjW1aXoyRycJ:www.tora.co.il">cache</a>)</li> <li> <a href="http://benyehuda.org/frenkel/galut_bavel.html">âìåú ááì / áø èåáéä</a>: ùäøé ëê äåà àåîø: <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø, áøëä á÷øá äàøõ, àùø áøëå ä' öáàåú ìàîåø: áøåê òîé îöøéí åîòùä éãé àùåø åðçìúé éùøàì. îöøéí îäå? (<a href="http://www.google.com/search?q=cache:OS2xUVBFBFUJ:benyehuda.org">cache</a>)</li> <li> <a href="http://mybible.org.il/veterans/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=12&amp;Itemid=30">éùòéäå</a>: ëã <strong>áéåí ääåà, éäéä éùøàì</strong> ùìéùééä, ìîöøééí, åìàùåø: áøëä, á÷øá äàøõ. ëä àùø áéøëå éäåä öáàåú, ìàîåø: áøåê òîé îöøééí, åîòùä éãéé àùåø, åðçìúé, éùøàì. ôø÷ ë. à áùðú áåà úøúï, <strong>...</strong> (<a href="http://www.google.com/search?q=cache:6Fw_ZAI4UboJ:mybible.org.il">cache</a>)</li> <li> <a href="http://schooly3.co.il/ZVULUN/page.asp?page_parent=83296">åéùìç - úùñ``è</a>: <strong>...</strong> åäéä áëì äàøõ ðàí ä' ôé ùðéí áä éëøúå éâåòå åäùìéùéú éåúø áä, åàéï ùìéùéú àìà éùøàì ùðàîø <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä àéê ðçôùå òùå (áøîæ ÷ë"à), ìçîê éùéîå (áøîæ ô"ã): <strong>...</strong> (<a href="http://www.google.com/search?q=cache:fRJ6amCktREJ:schooly3.co.il">cache</a>)</li> <li> <a href="http://www.daat.ac.il/daat/olam_hatanah/mefaresh.asp?book=18&amp;perek=1&amp;mefaresh=shimoni">éì÷åè ùîòåðé</a>: <strong>...</strong> ëéåï ùéøã òùå ìùàåì, ðùúééø éò÷á ìòöîå, ùðàîø: åäéä áëì äàøõ ðàí ä' ôé ùðéí áä éëøúå éâåòå åäùìéùéú éåúø áä - åàéï ùìéùéú àìà éùøàì, ùðàîø: <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä. (<a href="http://www.google.com/search?q=cache:my78xxie2-kJ:www.daat.ac.il">cache</a>)</li> <li> <a href="http://www.mybible.org.il/isaiah.html">éùòéäå</a>: ìçöå ìáçéøä. ëã <strong>áéåí ääåà, éäéä éùøàì</strong> ùìéùééä, ìîöøééí, åìàùåø: áøëä, á÷øá äàøõ. äôñå÷ ôðåé... ìçöå ìáçéøä. ëä àùø áéøëå éäåä öáàåú, ìàîåø: áøåê òîé îöøééí, åîòùä éãéé àùåø <strong>...</strong> (<a href="http://www.google.com/search?q=cache:e8EkcJvWdssJ:www.mybible.org.il">cache</a>)</li> <li> <a href="http://www.dop.co.il/cities/forum_posts.asp?TID=2317&amp;PN=1">äòøéí ùì ãåô: äñáø òì öáà äùîéí åúô÷éãå ááøéàä</a>: <strong>...</strong> ìáåà åëùéøàå á' äùøéí ëê é÷øàå ìîàåø äæä îàåø äáøëä äãà äåà ãëúéá <strong>áéåí ääåà éäéä</strong> <strong>éùøàì</strong> ùìéùéä, åäðä ðåãä áàîú ëé ÷öú îòå"â éçæøåï ìîîùìåú éùøàì. (<a href="http://www.google.com/search?q=cache:jbRh5NUNcFwJ:www.dop.co.il">cache</a>)</li> <li> <a href="http://www.yeshiva.org.il/midrash/shiur.asp?id=13117">Yeshiva.org.il- éîéí åðäøåú</a>: åáàå äàåáãéí áàøõ àùåø åäðãçéí áàøõ îöøéí", åëï: "<strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø áøëä á÷øá äàøõ" 66. ÷ùø æä, áéï ä÷èáéí ä÷éöåðééí ìéöøéí ä÷åøòéí åîåùëéí àú <strong>...</strong> (<a href="http://www.google.com/search?q=cache:U3YHLDIZdIoJ:www.yeshiva.org.il">cache</a>)</li> <li> <a href="http://www.daat.ac.il/daat/tanach/rishonim/shmua27eli-1.htm">çáøä åîîìëä áäâåú äî÷øàéú / éäåãä àìéöåø</a>: "<strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø, áøëä á÷øá äàøõ, àùø áøëå ä' öáàåú ìàîø: áøåê òîé îöøéí åîòùä éãé àùåø, åðçìúé éùøàì" (éè, ëã-ëä). àîåø îòúä ìôé äù÷ôú <strong>...</strong> (<a href="http://www.google.com/search?q=cache:FlMIcglFL_UJ:www.daat.ac.il">cache</a>)</li> <li> <a href="http://www.daat.ac.il/daat/olam_hatanah/mefaresh.asp?book=13&amp;perek=49&amp;mefaresh=shimoni">éì÷åè ùîòåðé</a>: <strong>...</strong> ëéåï ùòùå éåøã ìùàåì ðùúééø éò÷á ìòöîå, ùðàîø: åäéä áëì äàøõ ðàí ä' ôé ùðéí áä éëøúå åéâåòå åäùìéùéú éåúø áä - åàéï ùìéùéä àìà éùøàì, ùðàîø: <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä: <strong>...</strong> (<a href="http://www.google.com/search?q=cache:fxnAaQshnTIJ:www.daat.ac.il">cache</a>)</li> <li> <a href="http://www.aspaklaria.info/040_MEM/%D7%9E%D7%A6%D7%A8%D7%99%D7%9D.htm">îöøéí</a>: <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø áøëä á÷øá äàøõ àùø áøëå ä' öá-àåú ìàîø, áøåê òîé îöøéí åîòùé éãé àùåø åðçìúé éùøàì. (éùòéä éè à åäìàä)...ëï éðäâ îìê àùåø àú <strong>...</strong> (<a href="http://www.google.com/search?q=cache:TiYO_4JRgD0J:www.aspaklaria.info">cache</a>)</li> <li> <a href="http://www.daat.ac.il/daat/tanach/emet/kol-2.htm">"ëì-äòîéí ú÷òå-ëó" / éäåãä ÷éì</a>: "<strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø, áøëä á÷øá äàøõ. àùø áøëå ä' öá-àåú ìàîåø áøåê òîé îöøéí åîòùä éãé àùåø åðçìúé ìéùøàì" (ùí éè, ëã-ëä), <strong>...</strong> (<a href="http://www.google.com/search?q=cache:F4zXddH7LNcJ:www.daat.ac.il">cache</a>)</li> <li> <a href="/tnk1/messages/_hnywwf_btnk_b.doc">"áøàùéú áøà àìäéí àú äùîéí åàú äàøõ</a>: åáúð"ê òåã àðå îåöàéí - "<strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø áøëä á÷øá äàøõ" (éùòéä, éè', 24). îôøù øã"÷ – "ùìéùéä, ùìéùéú úäéä ìäí áàîåðú äàì åéäéå áøëä á÷øá <strong>...</strong></li> <li> <a href="http://www.daat.ac.il/daat/olam_hatanah/mefaresh.asp?book=4&amp;perek=10&amp;mefaresh=raba">îãøù øáà</a>: <strong>...</strong> ùñåôï ìéàáã îï äòåìí, ùðàîø: (æëøéä éâ) åäéä áëì äàøõ ðàí ä' ôé ùðéí áä éëøúå åéâåòå åäùìéùéú éåúø áä. åîä äï äùìéùéú? àìå éùøàì, <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä á÷øá äàøõ. (<a href="http://www.google.com/search?q=cache:y7r3FoKSEbwJ:www.daat.ac.il">cache</a>)</li> <li> <a href="http://www.aspaklaria.info/300_SHIN/%D7%A9%D7%9E%D7%A9%20%20%20%D7%9E%D7%90%D7%95%D7%A8%D7%95%D7%AA.htm">ùîù îàåøåú</a>: <strong>...</strong> îáéà àåúí åîåùéáï àöì äöãé÷éí åéäéå ðäðéí îï äùîù ùéæøç ìöãé÷éí ìéîåú áï ãåã åìòåìí äáà, ùðàîø (éùòéä é"è) <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø áøëä á÷øá äàøõ. (<a href="http://www.google.com/search?q=cache:KtnvfA8Q0U4J:www.aspaklaria.info">cache</a>)</li> <li> <a href="http://www.aspaklaria.info/070_AYIN/%D7%A2%D7%9D%20%D7%94%D7%90%D7%A8%D7%A5.htm">òí äàøõ</a>: <strong>...</strong> ä÷á"ä îáéà àåúí åîåùéáï àöì äöãé÷éí åéäéå ðäðéí îï äùîù ùéæøç ìöãé÷éí ìéîåú áï ãåã åìòåìí äáà, ùðàîø <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø áøëä á÷øá äàøõ. (<a href="http://www.google.com/search?q=cache:z0fU-MvEEcYJ:www.aspaklaria.info">cache</a>)</li> <li> <a href="http://www.tsel.org/torah/midrashraba/behalotcha.html">îãøù øáä - áäòìúê</a>: <strong>...</strong> ùñåôï ìéàáã îï äòåìí ùðà' (æëøéä éâ) åäéä áëì äàøõ ðàí ä' ôé ùðéí áä éëøúå åéâåòå åäùìéùéú éåúø áä åîä äï äùìéùéú àìå éùøàì <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä áàøõ äåé éøà àú ä' <strong>...</strong> (<a href="http://www.google.com/search?q=cache:zY43O-DlEpoJ:www.tsel.org">cache</a>)</li> <li> <a href="http://www.yeshiva.org.il/midrash/shiur.asp?id=4453">Yeshiva.org.il- àäáä àåðéáøñìéú - òì éçñ çéåáé ìàåîåú äòåìí</a>: åëê ðéáà éùòéä (éè, ëã-ëä) "<strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø, áøëä á÷øá äàøõ. àùø áøëå ä' öáàåú ìàîø, áøåê òîé îöøéí, åîòùä éãé àùåø, åðçìúé éùøàì". òéé"ù áôéøåù <strong>...</strong> (<a href="http://www.google.com/search?q=cache:5DGHy9PczJEJ:www.yeshiva.org.il">cache</a>)</li> <li> <a href="http://www.daat.ac.il/daat/kitveyet/mahanaim/mitsraim/mitsraim.htm">îöøéí áî÷øà</a>: "<strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø áøëä á÷øá äàøõ. àùø áøëå ä' öáàåú ìàîø áøåê òîé îöøéí åîòùä éãé àùåø åðçìúé éùøàì" (é"è). (<a href="http://www.google.com/search?q=cache:aaOymFbsKEkJ:www.daat.ac.il">cache</a>)</li> <li> <a href="http://www.daat.ac.il/daat/kitveyet/mahanaim/mitsraim/paro.htm">ôøòä îìê îöøéí</a>: éúø òì ëï äúåøä àåîøú: ìà úúòá îöøé ëé âø äééú áàøöå, åäðáéà àó çæä áçæåðå "ôãøöéä" òí îöøéí: <strong>áéåí ääåà éäéä éùøàì</strong> ùìéùéä ìîöøéí åìàùåø áøëä á÷øá äàøõ (éùòéäå é"è). (<a href="http://www.google.com/search?q=cache:CX6CFPEUqqAJ:www.daat.ac.il">cache</a>)</li> <li> <a href="http://www.google.com/cse?oe=utf8&amp;ie=utf8&amp;source=uds&amp;cx=010178520503316434778:ufdjhgdvtao&amp;start=32&amp;lr=lang_iw&amp;hl=en&amp;q=%22%D7%91%D7%99%D7%95%D7%9D+%D7%94%D7%94%D7%95%D7%90+%D7%99%D7%94%D7%99%D7%94+%D7%99%D7%A9%D7%A8%D7%90%D7%9C+%22&amp;start=32">more "áéåí ääåà éäéä éùøàì "</a>:</li> <li> <a href="http://www.daat.ac.il/elitzur/maamarim/hevra.asp">ôøåô' éäåãä àìéöåø - îàîøéí</a>: "áéåí ääåà éäéä éùøàì <strong>ùìéùéä ìîöøéí åìàùåø, áøëä</strong> á÷øá äàøõ, àùø áøëå ä' öáàåú ìàîø: áøåê òîé îöøéí åîòùä éãé àùåø, åðçìúé éùøàì" (éè, ëã-ëä). àîåø îòúä ìôé äù÷ôú <strong>...</strong> (<a href="http://www.google.com/search?q=cache:dlASTdHuZjsJ:www.daat.ac.il">cache</a>)</li> <li> <a href="http://www.google.com/cse?oe=utf8&amp;ie=utf8&amp;source=uds&amp;cx=010178520503316434778:ufdjhgdvtao&amp;start=16&amp;lr=lang_iw&amp;hl=en&amp;q=%22%D7%A9%D7%9C%D7%99%D7%A9%D7%99%D7%94+%D7%9C%D7%9E%D7%A6%D7%A8%D7%99%D7%9D+%D7%95%D7%9C%D7%90%D7%A9%D7%95%D7%A8+%D7%91%D7%A8%D7%9B%D7%94+%22&amp;start=16">more "ùìéùéä ìîöøéí åìàùåø áøëä "</a>:</li> <li> <a href="http://www.yeshiva.org.il/midrash/shiur.asp?id=9983">Yeshiva.org.il- éùòéäå ôø÷ éè</a>: <strong>...</strong> áàùåø åòáãå îöøéí àú àùåø: (ëã) áéåí ääåà éäéä éùøàì ùìéùéä ìîöøéí <strong>åìàùåø áøëä</strong> <strong>á÷øá äàøõ</strong>: (ëä) àùø áøëå éäåä öáàåú ìàîø áøåê òîé îöøéí åîòùä éãé àùåø åðçìúé éùøàì: <strong>...</strong> (<a href="http://www.google.com/search?q=cache:N511VbgTDYMJ:www.yeshiva.org.il">cache</a>)</li> <li> <a href="http://www.google.com/cse?oe=utf8&amp;ie=utf8&amp;source=uds&amp;cx=010178520503316434778:ufdjhgdvtao&amp;start=16&amp;lr=lang_iw&amp;hl=en&amp;q=%22%D7%95%D7%9C%D7%90%D7%A9%D7%95%D7%A8+%D7%91%D7%A8%D7%9B%D7%94+%D7%91%D7%A7%D7%A8%D7%91+%D7%94%D7%90%D7%A8%D7%A5+%22&amp;start=16">more "åìàùåø áøëä á÷øá äàøõ "</a>:</li> <li> <a href="http://he.wikisource.org/wiki/%D7%A8%D7%9E%D7%91%22%D7%9D_%D7%A1%D7%93%D7%A8_%D7%94%D7%AA%D7%A4%D7%99%D7%9C%D7%94_%28%D7%94%29">øîá"í ñãø äúôéìä (ä) – åé÷éè÷ñè</a>: 27 îàé 2009 <strong>...</strong> áéçæ÷àì åàøà (åìà éäéä òåã ìáéú) éùøàì òã áéåí ääåà àöîéç ÷øï ìáéú éùøàì áéçæ÷àì áà àì ôøòä îùà îöøéí òã <strong>àùø áøëå ä' öáàåú</strong> áéùòéä åéäé áùìç ùéøú <strong>...</strong> (<a href="http://www.google.com/search?q=cache:x2tSdB3cNGkJ:he.wikisource.org">cache</a>)</li> <li> <a href="http://old.lifshiz.macam.ac.il/tafrit/odot/merkaz/zehor/grossman.pdf">" úîåðú òåìîå äéäåãéú " ùì øù " é</a>: éäéä éùøàì ùìéùéä ìîöøé åìàùåø, áøëä á÷øá äàø, <strong>àùø áøëå ä' öáàåú</strong>. ìàîø, áøå òîé îöøé åîòùä éãé àùåø åðçìúé éùøàì". òì ôé ôùè ìùå. (<a href="http://www.google.com/search?q=cache:Ti_BxlKdBlQJ:old.lifshiz.macam.ac.il">cache</a>)</li> <li> <a href="http://www.google.com/cse?oe=utf8&amp;ie=utf8&amp;source=uds&amp;cx=010178520503316434778:ufdjhgdvtao&amp;start=8&amp;lr=lang_iw&amp;hl=en&amp;q=%22%D7%90%D7%A9%D7%A8+%D7%91%D7%A8%D7%9B%D7%95+%D7%94">more "àùø áøëå ä' öáàåú "</a>:</li> <li> <a href="http://he.wikisource.org/wiki/%D7%9E%22%D7%92_%D7%99%D7%A9%D7%A2%D7%99%D7%94%D7%95_%D7%99%D7%98_%D7%9B%D7%94">ôñå÷ äáà</a>: 21 ñôèîáø 2008 <strong>...</strong> ëúéá: àùø áøëå éäåä öáàåú <strong>ìàîø áøåê òîé îöøéí</strong> åîòùä éãé àùåø åðçìúé éùøàì. îðå÷ã: àÂùÆÑø áÅÌøÂëåÉ éÀäåÈä öÀáÈàåÉú ìÅàîÉø áÈÌøåÌêÀ òÇîÄÌé îÄöÀøÇéÄí <strong>...</strong> (<a href="http://www.google.com/search?q=cache:1jFYOXmn_WwJ:he.wikisource.org">cache</a>)</li> <li> <a href="http://www.google.com/cse?oe=utf8&amp;ie=utf8&amp;source=uds&amp;cx=010178520503316434778:ufdjhgdvtao&amp;start=8&amp;lr=lang_iw&amp;hl=en&amp;q=%22%D7%9C%D7%90%D7%9E%D7%A8+%D7%91%D7%A8%D7%95%D7%9A+%D7%A2%D7%9E%D7%99+%D7%9E%D7%A6%D7%A8%D7%99%D7%9D+%22&amp;start=8">more "ìàîø áøåê òîé îöøéí "</a>:</li> <li> <a href="http://he.wikisource.org/wiki/%D7%A7%D7%98%D7%92%D7%95%D7%A8%D7%99%D7%94:%D7%99%D7%A9%D7%A2%D7%99%D7%94%D7%95_%D7%99%D7%98_%D7%9B%D7%94">éùòéäå éè ëä</a>: 24 éåðé 2009 <strong>...</strong> àùø áøëå éäåä öáàåú ìàîø áøåê òîé îöøéí <strong>åîòùä éãé àùåø åðçìúé</strong> éùøàì (øàä ôñå÷ æä áä÷ùøå áîäãåøú äëúéá ùì äôø÷) * * * àÂùÆÑø áÅÌøÂëåÉ éÀäåÈä öÀáÈàåÉú <strong>...</strong> (<a href="http://www.google.com/search?q=cache:sw8sbjznp6EJ:he.wikisource.org">cache</a>)</li> <li> <a href="http://www.yeshiva.org.il/ask/?id=14449">äâåéí ðçùáéí áäîåú? | ùàì àú äøá - Yeshiva.org.il</a>: òééï áãáøé äðáéàéí éùòéä é'è: ùìòúéã éàîø ã': "áøåê òîé îöøéí <strong>åîòùä éãé àùåø åðçìúé</strong> éùøàì ". åëîä ä÷ôéã ã' òì éåðä äðáéà ùøöä ùéòðùå àðùé ðéðåä. åîñåøä áâîøà ëé áæîï ÷øéòú éí <strong>...</strong> (<a href="http://www.google.com/search?q=cache:CIGhe9cB4-IJ:www.yeshiva.org.il">cache</a>)</li> <li> <a href="http://he.wikisource.org/wiki/%D7%95%D7%99%D7%91%D7%99%D7%A0%D7%95_%D7%91%D7%9E%D7%A7%D7%A8%D7%90/%D7%A4%D7%A8%D7%A9%D7%AA_%D7%91%D7%90">åéáéðå áî÷øà/ôøùú áà – åé÷éè÷ñè</a>: 17 éðåàø 2010 <strong>...</strong> øåá äúéîðéí: "îùà îöøéí..." (éùòéäå éè à) òã "...áøåê òîé îöøéí, <strong>åîòùä éãé àùåø, åðçìúé</strong> éùøàì" (éè ëä). àéèì÷éí å÷öú ÷äéìåú îäúéîðéí îúçéìéí ôñå÷ àçã ìôðé: <strong>...</strong> (<a href="http://www.google.com/search?q=cache:Qne9ngcaoAoJ:he.wikisource.org">cache</a>)</li> <li> <a href="http://he.wikisource.org/wiki/%D7%95%D7%99%D7%91%D7%99%D7%A0%D7%95_%D7%91%D7%9E%D7%A7%D7%A8%D7%90/%D7%94%D7%A4%D7%98%D7%A8%D7%95%D7%AA">åéáéðå áî÷øà/äôèøåú – åé÷éè÷ñè</a>: 9 àôøéì 2012 <strong>...</strong> øåá äúéîðéí: "îùà îöøéí..." (éùòéäå éè à) òã "...áøåê òîé îöøéí, <strong>åîòùä éãé àùåø, åðçìúé</strong> éùøàì" (éè ëä). àéèì÷éí å÷öú ÷äéìåú îäúéîðéí îúçéìéí ôñå÷ àçã ìôðé: <strong>...</strong> (<a href="http://www.google.com/search?q=cache:a3SkMHizilkJ:he.wikisource.org">cache</a>)</li> <li> <a href="https://he.wikisource.org/wiki/%D7%95%D7%99%D7%91%D7%99%D7%A0%D7%95_%D7%91%D7%9E%D7%A7%D7%A8%D7%90/%D7%94%D7%A4%D7%98%D7%A8%D7%95%D7%AA_%D7%9C%D7%A9%D7%91%D7%AA%D7%95%D7%AA_%D7%95%D7%9E%D7%95%D7%A2%D7%93%D7%99%D7%9D">åéáéðå áî÷øà/äôèøåú ìùáúåú åîåòãéí – åé÷éè÷ñè</a>: 9 îøõ 2012 <strong>...</strong> øåá äúéîðéí: "îùà îöøéí..." (éùòéäå éè à) òã "...áøåê òîé îöøéí, <strong>åîòùä éãé àùåø, åðçìúé</strong> éùøàì" (éè ëä). àéèì÷éí å÷öú ÷äéìåú îäúéîðéí îúçéìéí ôñå÷ àçã ìôðé: <strong>...</strong> (<a href="http://www.google.com/search?q=cache:rrZ-KdSK-rAJ:he.wikisource.org">cache</a>)</li> <li> <a href="http://www.google.com/cse?oe=utf8&amp;ie=utf8&amp;source=uds&amp;cx=010178520503316434778:ufdjhgdvtao&amp;start=16&amp;lr=lang_iw&amp;hl=en&amp;q=%22%D7%95%D7%9E%D7%A2%D7%A9%D7%94+%D7%99%D7%93%D7%99+%D7%90%D7%A9%D7%95%D7%A8+%D7%95%D7%A0%D7%97%D7%9C%D7%AA%D7%99+%22&amp;start=16">more "åîòùä éãé àùåø åðçìúé "</a>:</li> <li> <a href="http://lib.cet.ac.il/pages/item.asp?item=7700">òé÷øé äì÷çéí äòåìéí îðáåàåú éùòéäå</a>: <strong>...</strong> (áøéú ùì ùìåù àåîåú) ùì òåáãé ä', åîöøéí åàùåø éëåðå áëéðåééí, ùìôðéí äéå îéåçãéí ìáðé éùøàì: 'áøåê òîé îöøéí, åîòùé éãé <strong>àùåø, åðçìúé éùøàì</strong>' (éè ëä, åòé' á'ãòú î÷øà' ùí). (<a href="http://www.google.com/search?q=cache:mx-9YnI8E18J:lib.cet.ac.il">cache</a>)</li> <li> <a href="http://www.responsafortoday.com/vol2/4.pdf">äàí äéäãåú äéà âæòðéú?</a>: äáéèåé äîåùì ùì äô äàåðéáøñìé ùáéäãåú ðîöà àöì ðáéàé éùøàì. åîëéåå ùäãáøé éãåòé.,. ðñúô÷ áî÷öú î äî÷öú ùì ãáøéä áðåùà. 1. "áøå òîé îöøé åîòùé éãé <strong>àùåø åðçìúé éùøàì</strong>. "(<strong>...</strong> (<a href="http://www.google.com/search?q=cache:HhielCCPAfAJ:www.responsafortoday.com">cache</a>)</li> <li> <a href="http://www.bmj.org.il/files/1411294582229.pdf">ùéøú äîìàëéí</a>: éãé <strong>àùåø åðçìúé éùøàì</strong> ". äâåééí ðúôñéí áôñå÷ æä ëîòùä éãéå ùì ä÷á"ä. áàéæä. ôñå÷ ðáçø ëãé ìäñáéø àú äàâãä? ìôðéðå àí ëï ãéìîä ôøùðéú: îé äí îòùä éãéå. ùì ä÷á"ä éäåãéí àå <strong>...</strong> (<a href="http://www.google.com/search?q=cache:J1pqvOV0z_sJ:www.bmj.org.il">cache</a>)</li> <li> <a href="http://www.google.com/cse?oe=utf8&amp;ie=utf8&amp;source=uds&amp;cx=010178520503316434778:ufdjhgdvtao&amp;start=24&amp;lr=lang_iw&amp;hl=en&amp;q=%22%D7%90%D7%A9%D7%95%D7%A8+%D7%95%D7%A0%D7%97%D7%9C%D7%AA%D7%99+%D7%99%D7%A9%D7%A8%D7%90%D7%9C+/+%22&amp;start=24">more "àùåø åðçìúé éùøàì / "</a>:</li></ul> </div> </div><!--tokn--> <h2 id='tguvot'>úâåáåú</h2> <ul id='ultguvot'> <li></li> </ul><!--end--> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body> </html>
Source/FrontEnd/ammap_3.8.0/samples/_JSON_zoomingToCountries.html
jonathan-airey-mw/IISLoadDistribution
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>amMap example</title> <link rel="stylesheet" href="../ammap/ammap.css" type="text/css"> <script src="../ammap/ammap.js" type="text/javascript"></script> <!-- map file should be included after ammap.js --> <script src="../ammap/maps/js/worldLow.js" type="text/javascript"></script> <script type="text/javascript"> AmCharts.makeChart("mapdiv", { type: "map", pathToImages: "../ammap/images/", dataProvider: { map: "worldLow", getAreasFromMap: true }, areasSettings: { autoZoom: true, selectedColor: "#CC0000" }, smallMap: {} }); </script> </head> <body> <div id="mapdiv" style="width: 100%; background-color:#EEEEEE; height: 500px;"></div> </body> </html>
app/templates/unlockwallet.html
bitshares/web_wallet
<table style="width: 100%; height: 100%;"> <tr> <td class="splashpage-wrapper"> <section> <div class="str-top"> <img src="img/xts-logo-xl-white-shadow.png"/> <h4 translate>unlock.desc_title</h4> </div> <div class="str-bottom"> <div ng-show="update_available" class="danger" translate>tip.client_update_available</div> <form ng-submit="submitForm()" role="form" novalidate> <div class="form-group"> <input ng-model="spending_password" name="sp" type="password" class="form-control input" placeholder="Password" tabindex="1" autofocus focus ng-keydown="keydown($event)" ng-keypress="keypress($event)" ng-trim="false"/> <button ng-disabled="!spending_password || loading_indicator.show" type="submit" tabindex="2" class="btn btn-primary" translate> unlock.btn_unlock </button> </div> <label class="text-danger" ng-show="wrongPass" translate> unlock.wrong_pass </label> <label class="text-danger" ng-show="capsLockOn" translate> unlock.caps_lock_on </label> </form> <!--<img ng-if="theme==='default'" src="img/logo-ico-blue.svg" width="64" height="64"/> <img ng-if="theme==='flowers'"--> <!--src="img/logo-ico-blue.svg"--> <!--width="64" height="64"/>--> <br/><br/> <span class="client-version" ng-class="theme">{{client_version}}</span> </div> </section> </td> </tr> </table>
css/public-style.css
esparkbiztechnologies/Wordpress-Quotation-Language-Translate
.lt-file-upload { cursor: pointer; opacity: 0; position: absolute; width: 125px; margin-left: 0; left:0; top:0; cursor:pointer; } .text-wordcount-row { display: none; } .orderform_table a { text-decoration: none; } .orderform table tr th, .orderform_table tr th { background: #1a9dbb; } .orderform ul.dropdown-menu li { list-style: none; padding: 0; margin: 0 !important; } .orderform h3 { margin: 0 !important; } li.checked_lang i.fa-check { color: #00A3EB; } .lt-display-none { display: none; } #lt_user_email { padding: 10px; width: 94%; } .eta-text { margin: 15px 0; } #quote_summary_section .selectpicker.btn-default, #quote_summary_section .btn-group { float: right; } #quote_summary_section .glyphicon, #quote_summary_section .check-mark, .dropdown-menu .glyphicon, .dropdown-menu .check-mark { display: none; } .gdlr-header-wrapper { z-index: 9 !important; } .popover-content i { float: left; margin-top:10px; } .popover-content table td { padding: 5px 0; line-height: 20px; vertical-align: middle; text-align: left; } .close { background: none repeat scroll 0 0 #1a9dbb; color: #fff; display: inline-block; left: -15px; padding: 0 10px; position: absolute; top: -10px; cursor: pointer; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; } .gdlr-content { padding: 0 5px; } .gdlr-content .three-fifth.columns { width: 65%; } .gdlr-content .two-fifth.columns { display: inline-block; padding-left: 20px; width: 32%; } .section-container { width: 100% !important; } @media (min-width:30px) and (max-width: 960px){ .gdlr-content .three-fifth.columns { width: 100%; } .gdlr-content .two-fifth.columns { padding-left: 0px; width: 100%; } }
CBU/footer_cbu.html
novanet-libraries/primo-css
<!--begin footer--> <div id="cbu-footer" class="EXLFooterLinksContainer"> <ul class="EXLFooterLinksList"> <li class="EXLFooterFirstLink"> <a href="http://cbu.ca/library"> <img alt="Cape Breton University -- HAPPEN" src="../uploaded_files/CBU/cbu-white.png"/> </a> </li> <li> <a href="http://cbu.ca/library/contacts">Contact Us</a> </li> <li class="EXLFooterLastLink"> <a href="http://aleph1.novanet.ns.ca">Novanet Classic</a> </li> </ul> </div> <!--end footer-->
LayerList.css
WSDOT-GIS/arcgis-js-layer-list
[draggable] label { -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; } .layer-list { list-style: none; margin: 0; padding: 0; } .layer-list ul { list-style: none; } .being-dragged { border: 1px dotted darkred; } .drag-target { border-top: 1px inset gray; } .control-container { border: 1px solid gray; border-top-style: dashed; border-radius: 0 0 10px 10px; padding: 0 1em 0.5em 1em; background-color: #f3f1f1; } .control-container:empty:after { content: 'No controls available for this layer'; } .badge:before { display: inline-block; padding: 0.01em 0.2em; border-radius: 5px; margin-left: 0.2em; } .badge.supports-dynamic-layers:before { background-color: red; color: white; content: 'DL'; } .badge.layer-type-arcgis-feature-layer:before { background-color: #ffd800; content: 'F'; } .badge.layer-type-arcgis-map-service-layer:before { background-color: #ffd800; content: 'D'; } .badge.layer-type-arcgis-tiled-map-service-layer:before { background-color: #ffd800; content: 'T'; } .sublayer-list { padding: 0; } .toggle-closed .control-container, .out-of-scale .legend, input[type=checkbox]:not(:checked) + label +.legend { display: none; } .layer-label { cursor: pointer; text-decoration: underline; } .opacity-slider { width: 100%; } .out-of-scale { color: lightgray; } input[disabled] { cursor: not-allowed; }
_layouts/learn.html
rachelandrew/grid-by-example
<!DOCTYPE html> <html lang="en-GB"> {% include head.html %} <body> {% include sidebar.html %} <div class="wrapper"> <div class="content"> {{ content }} </div> <section class="learn-section"> <h2>Get Started</h2> <div class="learn-video panel-box"> <h3>Video and Presentations</h3> <ul> <li><a href="https://www.youtube.com/watch?v=f1yM8HYv9lc">Presentation: Graduating to Grid</a> also see the <a href="https://noti.st/rachelandrew/LJXMWL/graduating-to-grid">resources for this talk</a>.</li> <li><a href="/video/series-define-a-grid/">Defining a grid</a></li> <li><a href="/video/series-the-fr-unit/">The fr unit</a></li> <li><a href="/video/series-repeat/">Repeat notation</a></li> <li><a href="/video/series-auto-placement-order/">Auto-placement and order</a></li> </ul> </div> <div class="learn-article panel-box"> <h3>Articles and blog posts</h3> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout">MDN: Basic Concepts of Grid Layout</a></li> <li><a href="/what">About Grid Layout</a></li> </ul> </div> <div class="learn-examples panel-box"> <h3>Example code</h3> <ul> <li><a href="/examples/example1">Defining a grid</a></li> <li><a href="/examples/example10">Explicit and Implicit Grid</a></li> <li><a href="/examples/example17">Grid auto-placement</a></li> </ul> </div> </section> <section class="learn-section"> <h2>Placing items onto the grid</h2> <div class="learn-video panel-box"> <h3>Video and Presentations</h3> <ul> <li><a href="/video/series-line-based-placement/">Line-based placement</a></li> <li><a href="/video/grid-template-areas/">Grid Template Areas</a></li> </ul> </div> <div class="learn-article panel-box"> <h3>Articles and blog posts</h3> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Line-based_Placement_with_CSS_Grid">MDN: Line-based placement</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Grid_Template_Areas">MDN: Grid Template Areas</a></li> </ul> </div> <div class="learn-examples panel-box"> <h3>Example code</h3> <ul> <li><a href="/examples/example2">Line-based placement</a></li> </ul> </div> </section> <section class="learn-section"> <h2>Sizing of tracks and items</h2> <div class="learn-video panel-box"> <h3>Video and Presentations</h3> <ul> <li><a href="/video/series-minmax/">Introducing minmax()</a></li> <li><a href="/video/series-auto-fill-auto-fit/">Introducing auto-fill and auto-fit</a></li> <li><a href="/video/content-sizing/">Sizing tracks with the content sizing keywords</a></li> </ul> </div> <div class="learn-article panel-box"> <h3>Articles and blog posts</h3> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout#The_Grid_container">MDN: The grid container</a></li> </ul> </div> <div class="learn-examples panel-box"> <h3>Example code</h3> <ul> <li><a href="/examples/example36/">Percentage-based tracks and gaps</a></li> <li><a href="/examples/example31/">Simple minmax() example</a></li> <li><a href="/examples/example29/">minmax() spanning columns and rows</a></li> </ul> </div> </section> <section class="learn-section"> <h2>Alignment of the grid and grid items</h2> <div class="learn-video panel-box"> <h3>Video and Presentations</h3> <ul> <li><a href="/video/align-grid-items/">Aligning and justifying Grid Items</a></li> <li><a href="/video/align-grid/">Aligning and Justifying the Grid</a></li> </ul> </div> <div class="learn-article panel-box"> <h3>Articles and blog posts</h3> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Box_Alignment_in_CSS_Grid_Layout">MDN: Box Alignment in CSS Grid Layout</a></li> <li><a href="https://rachelandrew.co.uk/css/cheatsheets/box-alignment">Box Alignment cheatsheet</a></li> </ul> </div> <div class="learn-examples panel-box"> <h3>Example code</h3> <ul> <li><a href="/examples/example32/">Aligning the grid</a></li> <li><a href="/examples/example33/">Using space-around and space-between</a></li> </ul> </div> </section> <section class="learn-section"> <h2>How does grid work with Flexbox and other specs?</h2> <div class="learn-video panel-box"> <h3>Video and Presentations</h3> <ul> <li><a href="https://vimeo.com/215091807">Smashing Conference SF 2017: Laying out the future with grid and flexbox</a></li> <li><a href="https://www.youtube.com/watch?v=MXEzJ-IncX0">Fluent 2016: Making Sense of the New CSS Layout</a></li> </ul> </div> <div class="learn-article panel-box"> <h3>Articles and blog posts</h3> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Relationship_of_Grid_Layout">MDN: Relationship of grid layout to other layout methods</a></li> <li><a href="https://www.smashingmagazine.com/2016/11/css-grids-flexbox-and-box-alignment-our-new-system-for-web-layout/">Smashing Magazine: Grid, Flexbox and Box Alignment</a></li> <li><a href="https://rachelandrew.co.uk/archives/2017/01/18/css-grid-one-layout-method-not-the-only-layout-method/">CSS Grid. One layout method, not the only layout method</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid,_Logical_Values_and_Writing_Modes">MDN: Logical values and writing modes</a></li> </ul> </div> <div class="learn-examples panel-box"> <h3>Example code</h3> <ul> <li><a href="http://codepen.io/rachelandrew/pen/evjdLM">Flexible tracks with flexible number of columns. Comparing Grid and Flexbox.</a></li> </ul> </div> </section> <section class="learn-section"> <h2>Accessibility, browsers and backwards compatibility</h2> <div class="learn-video panel-box"> <h3>Video and Presentations</h3> <ul> <li><a href="/video/feature-queries/">Feature Queries and grid</a></li> <li><a href="https://vimeo.com/215091807">Smashing Conference SF 2017: Laying out the future with grid and flexbox (latter part covers fallbacks)</a></li> </ul> </div> <div class="learn-article panel-box"> <h3>Articles and blog posts</h3> <ul> <li><a href="https://www.smashingmagazine.com/2017/11/css-grid-supporting-browsers-without-grid/">Using CSS Grid: Supporting browsers without grid</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_and_Progressive_Enhancement">MDN: CSS Grid Layout and Progressive enhancement</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_Layout_and_Accessibility">MDN: CSS Grid Layout and accessibility</a></li> <li><a href="https://rachelandrew.co.uk/css/cheatsheets/grid-fallbacks">Fallbacks and Overrides cheatsheet</a></li> <li><a href="https://rachelandrew.co.uk/archives/2016/11/26/should-i-try-to-use-the-ie-implementation-of-css-grid-layout/">Article about using the IE/Edge implementation</a></li> </ul> </div> <div class="learn-examples panel-box"> <h3>Example code</h3> <ul> <li><a href="http://codepen.io/collection/AQKYaW/">CodePen collection of simple override examples</a></li> </ul> </div> </section> </div> {% include footer.html %} </body> </html>
external/angelscript_2.35.0/docs/manual/doc_samples_asrun.html
madeso/script-test
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.18"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>AngelScript: Command line runner</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> <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"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function() { init_search(); }); /* @license-end */ </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="aslogo_small.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">AngelScript </div> </td> <td> <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> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.18 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> </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"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('doc_samples_asrun.html',''); initResizable(); }); /* @license-end */ </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="PageDoc"><div class="header"> <div class="headertitle"> <div class="title">Command line runner </div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><p><b>Path:</b> /sdk/samples/asrun/</p> <p>This samples gives a very basic command line runner for AngelScripts.</p> <p>It also implements a fully functional command line debugger, with support for setting breakpoints, stepping through the code, examining variables, etc.</p> <ul> <li><a class="el" href="doc_debug.html">Debugging scripts</a></li> <li><a class="el" href="doc_addon_debugger.html">Debugger</a></li> <li><a class="el" href="doc_addon_std_string.html">string object</a></li> <li><a class="el" href="doc_addon_array.html">array template object</a></li> <li><a class="el" href="doc_addon_dict.html">dictionary object</a></li> <li><a class="el" href="doc_addon_file.html">file object</a></li> <li><a class="el" href="doc_addon_filesystem.html">filesystem object</a></li> <li><a class="el" href="doc_addon_datetime.html">datetime object</a></li> <li><a class="el" href="doc_addon_ctxmgr.html">Context manager</a></li> <li><a class="el" href="doc_addon_build.html">Script builder</a></li> <li><a class="el" href="doc_addon_helpers_try.html">Exception routines</a></li> <li><a class="el" href="classas_i_script_engine.html#ae5ba9fe99b72c60392cdaeef164f2c65">asIScriptEngine::SetContextCallbacks</a></li> <li><a class="el" href="doc_script_stdlib_system.html">System functions</a></li> <li>Implementing a #pragma callback</li> </ul> <dl class="section see"><dt>See also</dt><dd><a class="el" href="doc_samples_asrun_manual.html">asrun manual</a> </dd></dl> </div></div><!-- contents --> </div><!-- PageDoc --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Sat Dec 5 2020 23:20:24 for AngelScript by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.18 </li> </ul> </div> </body> </html>
f_info/jointeam.html
daileyet/jinjihu
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="苏州、竞技乎、大数据、竞赛平台"> <title>参与的队伍</title> <link rel="shortcut icon" href="../img/favicon.ico" type="image/png"> <link href="../thirdparty/bootstrap/css/bootstrap-paper.min.css" rel="stylesheet"> <link href="../css/base.css" rel="stylesheet"> <script src="../thirdparty/jquery.min.js"></script> <script src="../thirdparty/bootstrap/js/bootstrap.js"></script> <script src="../js/fn.js"></script> </head> <body> <nav class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html"><img src="../img/Logo_Hover.png" /></a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class=""> <a href="../competitions.html">竞赛列表</a> </li> <li class=""> <a href="../workshows.html">作品</a> </li> <li class=""> <a href="../about.html">关于我们</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="#" data-toggle="modal" data-target="#login">登录</a> </li> <li> <a href="#" data-toggle="modal" data-target="#register">注册</a> </li> </ul> </div> </div> </nav> <div class="container"> <div class="row"> <div class="col-lg-3 visible-lg-block "> <ul class="nav nav-pills nav-stacked wraper "> <li role="presentation"><a href="profile.html">个人档案</a></li> <li role="presentation"><a href="joinmatch.html">参与的比赛</a></li> <li role="presentation" class="active"><a href="jointeam.html">参与的队伍</a></li> <li role="presentation"><a href="jointopic.html">参与的话题</a></li> <li role="presentation"><a href="../f_new/applymatch.html">创建竞赛</a></li> <li role="presentation"><a href="ownmatch.html">创建的比赛</a></li> <li role="presentation"><a href="message.html">消息</a></li> </ul> </div> <div class="col-sm-12 col-md-12 hidden-lg mb10"> <ul class="nav nav-tabs "> <li role="presentation"><a href="profile.html">个人档案</a></li> <li role="presentation"><a href="joinmatch.html">参与的比赛</a></li> <li role="presentation" class="active"><a href="jointeam.html">参与的队伍</a></li> <li role="presentation"><a href="jointopic.html">参与的话题</a></li> <li role="presentation"><a href="../f_new/applymatch.html">创建竞赛</a></li> <li role="presentation"><a href="ownmatch.html">创建的比赛</a></li> <li role="presentation"><a href="message.html">消息</a></li> </ul> </div> <div class="wraper col-sm-12 col-md-12 col-lg-9"> <!-- joined team list --> <div class="list-group mt20 pad10"> <a href="#" class="list-group-item row"> <div class="col-sm-2"> <img src="" class="img-thumbnail img-100-circle" /> </div> <div class="col-sm-10 "> <p class="list-group-item-text mt10"> <h4 class="list-group-item-heading">这里显示的是队伍名称(2/4)</h4> <p>这里显示队伍简介或者队伍宣言这里显示队伍简介或者队伍宣言这里显示队伍简介或者队伍宣言这里显示队伍简介或者队伍宣言这里显示队伍简介或者队伍宣言</p> </p> </div> </a> <a href="#" class="list-group-item row"> <div class="col-sm-2"> <img src="" class="img-thumbnail img-100-circle" /> </div> <div class="col-sm-10"> <p class="list-group-item-text mt10"> <h4 class="list-group-item-heading">这里显示的是队伍名称(3/5)</h4> <p>这里显示队伍简介或者队伍宣言这里显示队伍简介或者队伍宣言这里显示队伍简介或者队伍宣言这里显示队伍简介或者队伍宣言这里显示队伍简介或者队伍宣言</p> </p> </div> </a> </div> </div> </div> </body> </html>
priv/static/index.html
grahamrhay/cowboy_stormpath
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bootstrap 101 Template</title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <h1>Hello, world!</h1> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> </body> </html>
FRDMK66NoEr/SDK_2.1_FRDM-K66F-GCC-Full/middleware/multicore_2.1.0/erpc/doc/eRPC_infrastructure/eRPC/classerpc_1_1_serial_transport.html
scottdarch/Noer
<!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>eRPC API Reference: erpc::SerialTransport Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="customdoxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <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">eRPC API Reference &#160;<span id="projectnumber">Rev. 1.3.0</span> </div> <div id="projectbrief">NXP Semiconductors</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&#160;Page</span></a></li> <li><a href="modules.html"><span>API&#160;Reference</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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('classerpc_1_1_serial_transport.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 Member Functions</a> &#124; <a href="classerpc_1_1_serial_transport-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">erpc::SerialTransport Class Reference<div class="ingroups"><a class="el" href="group__transports.html">Transport Layers</a> &raquo; <a class="el" href="group__serial__transport.html">Serial port</a></div></div> </div> </div><!--header--> <div class="contents"> <p>Serial transport layer for host PC. <a href="classerpc_1_1_serial_transport.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="serial__transport_8h_source.html">serial_transport.h</a>&gt;</code></p> <div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;"> <img id="dynsection-0-trigger" src="closed.png" alt="+"/> Inheritance diagram for erpc::SerialTransport:</div> <div id="dynsection-0-summary" class="dynsummary" style="display:block;"> </div> <div id="dynsection-0-content" class="dyncontent" style="display:none;"> <div class="center"><!-- SVG 0 --> </div> <center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div> <div id="dynsection-1" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;"> <img id="dynsection-1-trigger" src="closed.png" alt="+"/> Collaboration diagram for erpc::SerialTransport:</div> <div id="dynsection-1-summary" class="dynsummary" style="display:block;"> </div> <div id="dynsection-1-content" class="dyncontent" style="display:none;"> <div class="center"><!-- SVG 1 --> </div> <center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a92aff61a2572a8e4f4f890af564da4b1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a92aff61a2572a8e4f4f890af564da4b1"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>SerialTransport</b> (const char *portName, speed_t baudRate)</td></tr> <tr class="separator:a92aff61a2572a8e4f4f890af564da4b1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a00a71ae38cf1b8f65cd9b20e4e49353f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a00a71ae38cf1b8f65cd9b20e4e49353f"></a> <a class="el" href="group__infra.html#gaaabdaf7ee58ca7269bd4bf24efcde092">erpc_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><b>init</b> (uint8_t vtime, uint8_t vmin)</td></tr> <tr class="separator:a00a71ae38cf1b8f65cd9b20e4e49353f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classerpc_1_1_framed_transport"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classerpc_1_1_framed_transport')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classerpc_1_1_framed_transport.html">erpc::FramedTransport</a></td></tr> <tr class="memitem:a30aff85f5ba0c8dc96ec372f94c1995b inherit pub_methods_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#a30aff85f5ba0c8dc96ec372f94c1995b">FramedTransport</a> ()</td></tr> <tr class="memdesc:a30aff85f5ba0c8dc96ec372f94c1995b inherit pub_methods_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor. <a href="#a30aff85f5ba0c8dc96ec372f94c1995b">More...</a><br /></td></tr> <tr class="separator:a30aff85f5ba0c8dc96ec372f94c1995b inherit pub_methods_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1c256e694803a2d47f013230b947d312 inherit pub_methods_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1c256e694803a2d47f013230b947d312"></a> virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#a1c256e694803a2d47f013230b947d312">~FramedTransport</a> ()</td></tr> <tr class="memdesc:a1c256e694803a2d47f013230b947d312 inherit pub_methods_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="classerpc_1_1_codec.html" title="Abstract serialization encoder/decoder interface. ">Codec</a> destructor. <br /></td></tr> <tr class="separator:a1c256e694803a2d47f013230b947d312 inherit pub_methods_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a71e0300b4870d3f656c12a08cbe2e345 inherit pub_methods_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="group__infra.html#gaaabdaf7ee58ca7269bd4bf24efcde092">erpc_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#a71e0300b4870d3f656c12a08cbe2e345">receive</a> (<a class="el" href="classerpc_1_1_message_buffer.html">MessageBuffer</a> *message)</td></tr> <tr class="memdesc:a71e0300b4870d3f656c12a08cbe2e345 inherit pub_methods_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight">Receives an entire message. <a href="#a71e0300b4870d3f656c12a08cbe2e345">More...</a><br /></td></tr> <tr class="separator:a71e0300b4870d3f656c12a08cbe2e345 inherit pub_methods_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a243a71b1edfb15a498f66d369d4a45af inherit pub_methods_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="group__infra.html#gaaabdaf7ee58ca7269bd4bf24efcde092">erpc_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#a243a71b1edfb15a498f66d369d4a45af">send</a> (const <a class="el" href="classerpc_1_1_message_buffer.html">MessageBuffer</a> *message)</td></tr> <tr class="memdesc:a243a71b1edfb15a498f66d369d4a45af inherit pub_methods_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function to send prepared message. <a href="#a243a71b1edfb15a498f66d369d4a45af">More...</a><br /></td></tr> <tr class="separator:a243a71b1edfb15a498f66d369d4a45af inherit pub_methods_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af4e18815a7d43249a7ec424bbd9a91c1 inherit pub_methods_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af4e18815a7d43249a7ec424bbd9a91c1"></a> void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#af4e18815a7d43249a7ec424bbd9a91c1">setCRCFunction</a> (<a class="el" href="classerpc_1_1_framed_transport.html#ace82b634e6829dbe713a90e84426a5fc">compute_crc_t</a> crcFunction)</td></tr> <tr class="memdesc:af4e18815a7d43249a7ec424bbd9a91c1 inherit pub_methods_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight">Override the CRC-16 implementation. <br /></td></tr> <tr class="separator:af4e18815a7d43249a7ec424bbd9a91c1 inherit pub_methods_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classerpc_1_1_transport"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classerpc_1_1_transport')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classerpc_1_1_transport.html">erpc::Transport</a></td></tr> <tr class="memitem:a895a468f9810eba023c68197edefb301 inherit pub_methods_classerpc_1_1_transport"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a895a468f9810eba023c68197edefb301"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_transport.html#a895a468f9810eba023c68197edefb301">Transport</a> ()</td></tr> <tr class="memdesc:a895a468f9810eba023c68197edefb301 inherit pub_methods_classerpc_1_1_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor. <br /></td></tr> <tr class="separator:a895a468f9810eba023c68197edefb301 inherit pub_methods_classerpc_1_1_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac75843918e2fbe211430cf5973caac47 inherit pub_methods_classerpc_1_1_transport"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac75843918e2fbe211430cf5973caac47"></a> virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_transport.html#ac75843918e2fbe211430cf5973caac47">~Transport</a> ()</td></tr> <tr class="memdesc:ac75843918e2fbe211430cf5973caac47 inherit pub_methods_classerpc_1_1_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="classerpc_1_1_transport.html" title="Abstract interface for transport layer. ">Transport</a> destructor. <br /></td></tr> <tr class="separator:ac75843918e2fbe211430cf5973caac47 inherit pub_methods_classerpc_1_1_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abee09d5af8f4a38ae83891afc6472066 inherit pub_methods_classerpc_1_1_transport"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_transport.html#abee09d5af8f4a38ae83891afc6472066">hasMessage</a> ()</td></tr> <tr class="memdesc:abee09d5af8f4a38ae83891afc6472066 inherit pub_methods_classerpc_1_1_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight">Poll for an incoming message. <a href="#abee09d5af8f4a38ae83891afc6472066">More...</a><br /></td></tr> <tr class="separator:abee09d5af8f4a38ae83891afc6472066 inherit pub_methods_classerpc_1_1_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pub_types_classerpc_1_1_framed_transport"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classerpc_1_1_framed_transport')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="classerpc_1_1_framed_transport.html">erpc::FramedTransport</a></td></tr> <tr class="memitem:ace82b634e6829dbe713a90e84426a5fc inherit pub_types_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ace82b634e6829dbe713a90e84426a5fc"></a> typedef uint16_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#ace82b634e6829dbe713a90e84426a5fc">compute_crc_t</a>) (const uint8_t *data, uint32_t lengthInBytes)</td></tr> <tr class="memdesc:ace82b634e6829dbe713a90e84426a5fc inherit pub_types_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function type for a CRC-16 implementation. <br /></td></tr> <tr class="separator:ace82b634e6829dbe713a90e84426a5fc inherit pub_types_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pro_static_methods_classerpc_1_1_framed_transport"><td colspan="2" onclick="javascript:toggleInherit('pro_static_methods_classerpc_1_1_framed_transport')"><img src="closed.png" alt="-"/>&#160;Static Protected Member Functions inherited from <a class="el" href="classerpc_1_1_framed_transport.html">erpc::FramedTransport</a></td></tr> <tr class="memitem:ae82ff0e3a9a2f15345cde9f05f78bd95 inherit pro_static_methods_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top">static uint16_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#ae82ff0e3a9a2f15345cde9f05f78bd95">computeCRC16</a> (const uint8_t *data, uint32_t lengthInBytes)</td></tr> <tr class="memdesc:ae82ff0e3a9a2f15345cde9f05f78bd95 inherit pro_static_methods_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute a ITU-CCITT CRC-16 over the provided data. <a href="#ae82ff0e3a9a2f15345cde9f05f78bd95">More...</a><br /></td></tr> <tr class="separator:ae82ff0e3a9a2f15345cde9f05f78bd95 inherit pro_static_methods_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pro_attribs_classerpc_1_1_framed_transport"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_classerpc_1_1_framed_transport')"><img src="closed.png" alt="-"/>&#160;Protected Attributes inherited from <a class="el" href="classerpc_1_1_framed_transport.html">erpc::FramedTransport</a></td></tr> <tr class="memitem:a79235027546146ee4ddfd2bfd7cf4077 inherit pro_attribs_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a79235027546146ee4ddfd2bfd7cf4077"></a> <a class="el" href="classerpc_1_1_framed_transport.html#ace82b634e6829dbe713a90e84426a5fc">compute_crc_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#a79235027546146ee4ddfd2bfd7cf4077">m_crcImpl</a></td></tr> <tr class="memdesc:a79235027546146ee4ddfd2bfd7cf4077 inherit pro_attribs_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight">CRC function. <br /></td></tr> <tr class="separator:a79235027546146ee4ddfd2bfd7cf4077 inherit pro_attribs_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8dfd9730202307529a072ad1bc86a49a inherit pro_attribs_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8dfd9730202307529a072ad1bc86a49a"></a> <a class="el" href="classerpc_1_1_mutex.html">Mutex</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#a8dfd9730202307529a072ad1bc86a49a">m_sendLock</a></td></tr> <tr class="memdesc:a8dfd9730202307529a072ad1bc86a49a inherit pro_attribs_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="classerpc_1_1_mutex.html" title="Simple mutex class. ">Mutex</a> protecting send. <br /></td></tr> <tr class="separator:a8dfd9730202307529a072ad1bc86a49a inherit pro_attribs_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acd338c7149151c832c2932156dc100ca inherit pro_attribs_classerpc_1_1_framed_transport"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acd338c7149151c832c2932156dc100ca"></a> <a class="el" href="classerpc_1_1_mutex.html">Mutex</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classerpc_1_1_framed_transport.html#acd338c7149151c832c2932156dc100ca">m_receiveLock</a></td></tr> <tr class="memdesc:acd338c7149151c832c2932156dc100ca inherit pro_attribs_classerpc_1_1_framed_transport"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="classerpc_1_1_mutex.html" title="Simple mutex class. ">Mutex</a> protecting receive. <br /></td></tr> <tr class="separator:acd338c7149151c832c2932156dc100ca inherit pro_attribs_classerpc_1_1_framed_transport"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Serial transport layer for host PC. </p> </div><hr/>The documentation for this class was generated from the following files:<ul> <li><a class="el" href="serial__transport_8h_source.html">serial_transport.h</a></li> <li>serial_transport.cpp</li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- HTML footer for doxygen 1.8.5--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul class="foot"> <li class="footer">Copyright &copy; 2016 Freescale Semiconductor, Inc. </li> </ul> </div> </body> </html>
docs/xref/com/garygregory/jcommander/converters/math/BigIntegerConverter.html
garydgregory/jcommander-addons
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>BigIntegerConverter xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../apidocs/com/garygregory/jcommander/converters/math/BigIntegerConverter.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * Copyright (C) 2016 Gary Gregory. All rights reserved.</em> <a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_javadoccomment"> * See the NOTICE.txt file distributed with this work for additional</em> <a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_javadoccomment"> * information regarding copyright ownership.</em> <a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_javadoccomment"> * Licensed under the Apache License, Version 2.0 (the "License");</em> <a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_javadoccomment"> * you may not use this file except in compliance with the License.</em> <a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_javadoccomment"> * You may obtain a copy of the License at</em> <a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em> <a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em> <a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> <a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> <a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em> <a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_javadoccomment"> * limitations under the License.</em> <a class="jxr_linenumber" name="L18" href="#L18">18</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L19" href="#L19">19</a> <a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">package</strong> com.garygregory.jcommander.converters.math; <a class="jxr_linenumber" name="L21" href="#L21">21</a> <a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> java.math.BigInteger; <a class="jxr_linenumber" name="L23" href="#L23">23</a> <a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> com.garygregory.jcommander.converters.AbstractBaseConverter; <a class="jxr_linenumber" name="L25" href="#L25">25</a> <a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> * Converts a {@link String} into a {@link BigInteger}.</em> <a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> * For a description of the format, see {@link BigInteger#BigInteger(String)}.</em> <a class="jxr_linenumber" name="L30" href="#L30">30</a> <em class="jxr_javadoccomment"> * &lt;/p&gt;</em> <a class="jxr_linenumber" name="L31" href="#L31">31</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * Example:</em> <a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> * &lt;/p&gt;</em> <a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> * &lt;pre class="prettyprint"&gt;</em> <a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> * &lt;code class="language-java"&gt;&amp;#64;Parameter(names = { "--bigInteger" }, converter = BigIntegerConverter.class)</em> <a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> * private BigInteger bigInteger;&lt;/code&gt;</em> <a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> * &lt;/pre&gt;</em> <a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L42" href="#L42">42</a> <em class="jxr_javadoccomment"> * @see BigInteger</em> <a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment"> * @see BigInteger#BigInteger(String)</em> <a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment"> * @since 1.0.0</em> <a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:[email protected]" target="alexandria_uri">mailto:[email protected]</a>"&gt;Gary Gregory&lt;/a&gt;</em> <a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../com/garygregory/jcommander/converters/math/BigIntegerConverter.html">BigIntegerConverter</a> <strong class="jxr_keyword">extends</strong> AbstractBaseConverter&lt;BigInteger&gt; { <a class="jxr_linenumber" name="L49" href="#L49">49</a> <a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L51" href="#L51">51</a> <em class="jxr_javadoccomment"> * Constructs a converter.</em> <a class="jxr_linenumber" name="L52" href="#L52">52</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L53" href="#L53">53</a> <em class="jxr_javadoccomment"> * @param optionName</em> <a class="jxr_linenumber" name="L54" href="#L54">54</a> <em class="jxr_javadoccomment"> * The option name, may be null.</em> <a class="jxr_linenumber" name="L55" href="#L55">55</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L56" href="#L56">56</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../com/garygregory/jcommander/converters/math/BigIntegerConverter.html">BigIntegerConverter</a>(<strong class="jxr_keyword">final</strong> String optionName) { <a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">super</strong>(optionName, BigInteger.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L58" href="#L58">58</a> } <a class="jxr_linenumber" name="L59" href="#L59">59</a> <a class="jxr_linenumber" name="L60" href="#L60">60</a> @Override <a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">protected</strong> BigInteger convertImpl(<strong class="jxr_keyword">final</strong> String value) { <a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> BigInteger(value); <a class="jxr_linenumber" name="L63" href="#L63">63</a> } <a class="jxr_linenumber" name="L64" href="#L64">64</a> <a class="jxr_linenumber" name="L65" href="#L65">65</a> } </pre> <hr/> <div id="footer">Copyright &#169; 2016 <a href="http://garygregory.com/">Gary Gregory</a>. All rights reserved.</div> </body> </html>
html/_extended_editor_8cs.html
XLabs/xlabs.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.10"/> <title>XLabs: F:/Projects/Xamarin-Forms-Labs/src/Forms/XLabs.Forms/Controls/ExtendedEditor.cs 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="projectlogo"><img alt="Logo" src="XLabs_logo.psd"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">XLabs </div> <div id="projectbrief">Cross-platform reusable C# libraries</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Packages</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&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('_extended_editor_8cs.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="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">ExtendedEditor.cs File Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_x_labs_1_1_forms_1_1_controls_1_1_extended_editor.html">XLabs.Forms.Controls.ExtendedEditor</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class <a class="el" href="class_x_labs_1_1_forms_1_1_controls_1_1_extended_editor.html" title="Class ExtendedEditor. ">ExtendedEditor</a>. <a href="class_x_labs_1_1_forms_1_1_controls_1_1_extended_editor.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespace_x_labs_1_1_forms_1_1_controls"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_x_labs_1_1_forms_1_1_controls.html">XLabs.Forms.Controls</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</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_96aec6d1100a5554d6f7fb69df2c511a.html">Xamarin-Forms-Labs</a></li><li class="navelem"><a class="el" href="dir_88bafe9029e18a0be9e6e2b4e8ed9f17.html">src</a></li><li class="navelem"><a class="el" href="dir_999edb3cf31ac236dfd8c32d37109595.html">Forms</a></li><li class="navelem"><a class="el" href="dir_bf92ee9dab95db792bca1d4787c2e944.html">XLabs.Forms</a></li><li class="navelem"><a class="el" href="dir_ab73335d6c822350dec56665f0633b83.html">Controls</a></li><li class="navelem"><a class="el" href="_extended_editor_8cs.html">ExtendedEditor.cs</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li> </ul> </div> </body> </html>
iwc/doc/files/app_js_bus_api_intents_intentsApiHandlerValue.js.html
ozone-development/ozone-development.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>app/js/bus/api/intents/intentsApiHandlerValue.js - ozpIwc</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="ozpIwc"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 0.2.4</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/ozpIwc.ApiError.html">ozpIwc.ApiError</a></li> <li><a href="../classes/ozpIwc.AsyncAction.html">ozpIwc.AsyncAction</a></li> <li><a href="../classes/ozpIwc.CancelableEvent.html">ozpIwc.CancelableEvent</a></li> <li><a href="../classes/ozpIwc.Client.html">ozpIwc.Client</a></li> <li><a href="../classes/ozpIwc.CommonApiBase.html">ozpIwc.CommonApiBase</a></li> <li><a href="../classes/ozpIwc.CommonApiCollectionValue.html">ozpIwc.CommonApiCollectionValue</a></li> <li><a href="../classes/ozpIwc.CommonApiValue.html">ozpIwc.CommonApiValue</a></li> <li><a href="../classes/ozpIwc.DataApi.html">ozpIwc.DataApi</a></li> <li><a href="../classes/ozpIwc.DataApiValue.html">ozpIwc.DataApiValue</a></li> <li><a href="../classes/ozpIwc.Endpoint.html">ozpIwc.Endpoint</a></li> <li><a href="../classes/ozpIwc.EndpointRegistry.html">ozpIwc.EndpointRegistry</a></li> <li><a href="../classes/ozpIwc.Event.html">ozpIwc.Event</a></li> <li><a href="../classes/ozpIwc.FragmentPacket.html">ozpIwc.FragmentPacket</a></li> <li><a href="../classes/ozpIwc.FragmentStore.html">ozpIwc.FragmentStore</a></li> <li><a href="../classes/ozpIwc.IntentsApi.html">ozpIwc.IntentsApi</a></li> <li><a href="../classes/ozpIwc.IntentsApiDefinitionValue.html">ozpIwc.IntentsApiDefinitionValue</a></li> <li><a href="../classes/ozpIwc.IntentsApiHandlerValue.html">ozpIwc.IntentsApiHandlerValue</a></li> <li><a href="../classes/ozpIwc.IntentsApiTypeValue.html">ozpIwc.IntentsApiTypeValue</a></li> <li><a href="../classes/ozpIwc.InternalParticipant.html">ozpIwc.InternalParticipant</a></li> <li><a href="../classes/ozpIwc.KeyBroadcastLocalStorageLink.html">ozpIwc.KeyBroadcastLocalStorageLink</a></li> <li><a href="../classes/ozpIwc.LeaderGroupParticipant.html">ozpIwc.LeaderGroupParticipant</a></li> <li><a href="../classes/ozpIwc.LocalStorageLink.html">ozpIwc.LocalStorageLink</a></li> <li><a href="../classes/ozpIwc.log.html">ozpIwc.log</a></li> <li><a href="../classes/ozpIwc.MetricsRegistry.html">ozpIwc.MetricsRegistry</a></li> <li><a href="../classes/ozpIwc.metricsStats.Sample.html">ozpIwc.metricsStats.Sample</a></li> <li><a href="../classes/ozpIwc.metricsStats.UniformSample.html">ozpIwc.metricsStats.UniformSample</a></li> <li><a href="../classes/ozpIwc.metricStats.html">ozpIwc.metricStats</a></li> <li><a href="../classes/ozpIwc.metricStats.BinaryHeap.html">ozpIwc.metricStats.BinaryHeap</a></li> <li><a href="../classes/ozpIwc.metricStats.ExponentiallyDecayingSample.html">ozpIwc.metricStats.ExponentiallyDecayingSample</a></li> <li><a href="../classes/ozpIwc.metricTypes.BaseMetric.html">ozpIwc.metricTypes.BaseMetric</a></li> <li><a href="../classes/ozpIwc.metricTypes.Counter.html">ozpIwc.metricTypes.Counter</a></li> <li><a href="../classes/ozpIwc.metricTypes.Gauge.html">ozpIwc.metricTypes.Gauge</a></li> <li><a href="../classes/ozpIwc.metricTypes.Histogram.html">ozpIwc.metricTypes.Histogram</a></li> <li><a href="../classes/ozpIwc.metricTypes.Meter.html">ozpIwc.metricTypes.Meter</a></li> <li><a href="../classes/ozpIwc.MulticastParticipant.html">ozpIwc.MulticastParticipant</a></li> <li><a href="../classes/ozpIwc.NamesApi.html">ozpIwc.NamesApi</a></li> <li><a href="../classes/ozpIwc.NamesApiValue.html">ozpIwc.NamesApiValue</a></li> <li><a href="../classes/ozpIwc.NetworkPacket.html">ozpIwc.NetworkPacket</a></li> <li><a href="../classes/ozpIwc.packetRouter.html">ozpIwc.packetRouter</a></li> <li><a href="../classes/ozpIwc.PacketRouter.html">ozpIwc.PacketRouter</a></li> <li><a href="../classes/ozpIwc.Participant.html">ozpIwc.Participant</a></li> <li><a href="../classes/ozpIwc.Peer.html">ozpIwc.Peer</a></li> <li><a href="../classes/ozpIwc.policyAuth.PDP.html">ozpIwc.policyAuth.PDP</a></li> <li><a href="../classes/ozpIwc.policyAuth.SecurityAttribute.html">ozpIwc.policyAuth.SecurityAttribute</a></li> <li><a href="../classes/ozpIwc.PostMessageParticipant.html">ozpIwc.PostMessageParticipant</a></li> <li><a href="../classes/ozpIwc.PostMessageParticipantListener.html">ozpIwc.PostMessageParticipantListener</a></li> <li><a href="../classes/ozpIwc.Router.html">ozpIwc.Router</a></li> <li><a href="../classes/ozpIwc.RouterWatchdog.html">ozpIwc.RouterWatchdog</a></li> <li><a href="../classes/ozpIwc.SystemApi.html">ozpIwc.SystemApi</a></li> <li><a href="../classes/ozpIwc.SystemApiApplicationValue.html">ozpIwc.SystemApiApplicationValue</a></li> <li><a href="../classes/ozpIwc.Timer.html">ozpIwc.Timer</a></li> <li><a href="../classes/ozpIwc.TransportPacket.html">ozpIwc.TransportPacket</a></li> <li><a href="../classes/ozpIwc.TransportPacketContext.html">ozpIwc.TransportPacketContext</a></li> <li><a href="../classes/ozpIwc.util.html">ozpIwc.util</a></li> <li><a href="../classes/ozpIwcPolicies.html">ozpIwcPolicies</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/bus.html">bus</a></li> <li><a href="../modules/bus.api.html">bus.api</a></li> <li><a href="../modules/bus.api.Type.html">bus.api.Type</a></li> <li><a href="../modules/bus.api.Value.html">bus.api.Value</a></li> <li><a href="../modules/bus.network.html">bus.network</a></li> <li><a href="../modules/bus.network.packets.html">bus.network.packets</a></li> <li><a href="../modules/bus.security.html">bus.security</a></li> <li><a href="../modules/bus.transport.html">bus.transport</a></li> <li><a href="../modules/bus.util.html">bus.util</a></li> <li><a href="../modules/client.html">client</a></li> <li><a href="../modules/common.html">common</a></li> <li><a href="../modules/metrics.html">metrics</a></li> <li><a href="../modules/metrics.statistics.html">metrics.statistics</a></li> <li><a href="../modules/metrics.types.html">metrics.types</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: app/js/bus/api/intents/intentsApiHandlerValue.js</h1> <div class="file"> <pre class="code prettyprint linenums"> /** * @submodule bus.api.Value */ /** * The capability value for an intent. adheres to the ozpIwc-intents-type-capabilities-v1+json content type. * @class IntentsApiHandlerValue * @namespace ozpIwc * @extends ozpIwc.CommonApiValue * @constructor * * @param {Object} config *@param {Object} config.entity * @param {String} config.entity.definitions the list of definitions in this intent capability. */ ozpIwc.IntentsApiHandlerValue = ozpIwc.util.extend(ozpIwc.CommonApiValue, function (config) { config=config || {}; config.allowedContentTypes=[&quot;application/vnd.ozp-iwc-intent-handler-v1+json&quot;]; config.contentType=&quot;application/vnd.ozp-iwc-intent-handler-v1+json&quot;; ozpIwc.CommonApiValue.apply(this, arguments); this.entity={ type: config.intentType, action: config.intentAction }; }); /** * Returns this handler wrapped in an Array. * * @method getHandlers * @param {ozpIwc.TransportPacket} packetContext * @todo packetContext not needed, left for signature matching of base class? * @returns {ozpIwc.intentsApiHandlerValue[]} */ ozpIwc.IntentsApiHandlerValue.prototype.getHandlers=function(packetContext) { return [this]; }; /** * Sets the entity value of this handler. * * @method set * @param {ozpIwc.TransportPacket} packet */ ozpIwc.IntentsApiHandlerValue.prototype.set=function(packet) { ozpIwc.CommonApiValue.prototype.set.apply(this,arguments); this.entity.invokeIntent = packet.entity.invokeIntent || {}; this.entity.invokeIntent.dst = this.entity.invokeIntent.dst || packet.src; // allow null or empty strings for a resource if(typeof(this.entity.invokeIntent.resource) === &quot;undefined&quot;) { this.entity.invokeIntent.resource = &quot;/intents&quot; + packet.resource; } this.entity.invokeIntent.action = this.entity.invokeIntent.action || &quot;invoke&quot;; }; </pre> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
docs/api/org/apache/hadoop/util/class-use/StringUtils.TraditionalBinaryPrefix.html
Seagate/hadoop-on-lustre
<!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_31) on Mon Oct 01 06:51:22 PDT 2012 --> <TITLE> Uses of Class org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix (Hadoop 1.0.3.16 API) </TITLE> <META NAME="date" CONTENT="2012-10-01"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix (Hadoop 1.0.3.16 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/util//class-useStringUtils.TraditionalBinaryPrefix.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StringUtils.TraditionalBinaryPrefix.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix</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/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.util"><B>org.apache.hadoop.util</B></A></TD> <TD>Common utilities.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.util"><!-- --></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/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</A> in <A HREF="../../../../../org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</A> that return <A HREF="../../../../../org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</A></CODE></FONT></TD> <TD><CODE><B>StringUtils.TraditionalBinaryPrefix.</B><B><A HREF="../../../../../org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#valueOf(char)">valueOf</A></B>(char&nbsp;symbol)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</A></CODE></FONT></TD> <TD><CODE><B>StringUtils.TraditionalBinaryPrefix.</B><B><A HREF="../../../../../org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util">StringUtils.TraditionalBinaryPrefix</A>[]</CODE></FONT></TD> <TD><CODE><B>StringUtils.TraditionalBinaryPrefix.</B><B><A HREF="../../../../../org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html#values()">values</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in the order they are declared.</TD> </TR> </TABLE> &nbsp; <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/util/StringUtils.TraditionalBinaryPrefix.html" title="enum in org.apache.hadoop.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/util//class-useStringUtils.TraditionalBinaryPrefix.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StringUtils.TraditionalBinaryPrefix.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
docs/solr-core/org/apache/solr/update/processor/class-use/CountFieldValuesUpdateProcessorFactory.html
johannesbraun/clm_autocomplete
<!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_102) on Wed Nov 02 19:53:03 IST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.solr.update.processor.CountFieldValuesUpdateProcessorFactory (Solr 6.3.0 API)</title> <meta name="date" content="2016-11-02"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.update.processor.CountFieldValuesUpdateProcessorFactory (Solr 6.3.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/update/processor/CountFieldValuesUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/update/processor/class-use/CountFieldValuesUpdateProcessorFactory.html" target="_top">Frames</a></li> <li><a href="CountFieldValuesUpdateProcessorFactory.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.update.processor.CountFieldValuesUpdateProcessorFactory" class="title">Uses of Class<br>org.apache.solr.update.processor.CountFieldValuesUpdateProcessorFactory</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.update.processor.CountFieldValuesUpdateProcessorFactory</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/apache/solr/update/processor/CountFieldValuesUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/update/processor/class-use/CountFieldValuesUpdateProcessorFactory.html" target="_top">Frames</a></li> <li><a href="CountFieldValuesUpdateProcessorFactory.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2016 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
docs/3/index.html
sio/potyarkin.ml
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Orange Sun</title> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="referrer" content="origin" /> <meta name="generator" content="Pelican" /> <link href="https://potyarkin.ml/" rel="canonical" /> <!-- Feed --> <link href="/feeds/" type="application/atom+xml" rel="alternate" title="Orange Sun Full Atom Feed" /> <link href="https://potyarkin.ml/theme/css/style.css" type="text/css" rel="stylesheet" /> <!-- Code highlight color scheme --> <link href="https://potyarkin.ml/theme/css/code_blocks/github.css" rel="stylesheet"> <!-- CSS specified by the user --> <link href="https://potyarkin.ml/static/attila_override.css" type="text/css" rel="stylesheet" /> <!-- Custom fonts --> <link href='https://fonts.googleapis.com/css?family=Montserrat:400,300' rel='stylesheet' type='text/css' /> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css" /> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <!-- Open Graph --> <meta property="og:site_name" content="Orange Sun"/> <meta property="og:type" content="blog"/> <meta property="og:title" content="Orange Sun"/> <meta property="og:description" content="Unsorted ramblings, sometimes related to programming"/> <meta property="og:locale" content="en_US"/> <meta property="og:url" content="https://potyarkin.ml/"/> <meta property="og:image" content="https://potyarkin.ml/theme/images/home-bg.jpg"> <!-- Twitter Card --> <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Website", "name": " Orange Sun ", "url" : "https://potyarkin.ml/", "image": "https://potyarkin.ml/theme/images/home-bg.jpg", "description": "Unsorted ramblings, sometimes related to programming" } </script> </head> <!-- TODO : Body class --> <body class="home-template"> <nav id="menu"> <a class="close-button">Close</a> <div class="nav-wrapper"> <p class="nav-label">Menu</p> <ul> <li><a href="/archive/" role="presentation">Archive</a></li> <li><a href="/tags/" role="presentation">Tags</a></li> <li><a href="mailto:[email protected]" role="presentation">Email</a></li> <li><a href="https://github.com/sio" role="presentation">Github</a></li> <li class="nav-rss"><a href="/feeds/"><i class="ic ic-rss"></i> Subscribe</a></li> </ul> </div> </nav> <!-- Page Header --> <!-- Set your background image for this header on the line below. --> <header id="blog-header" class="has-cover"> <div class="inner"> <nav id="navigation"> <span id="menu-button" class="nav-button"> <a class="menu-button"><i class="ic ic-menu"></i> Menu</a> </span> </nav> <h1 class="blog-name"><a href="https://potyarkin.ml/">Orange Sun</a></h1> <span class="blog-description">Unsorted ramblings, sometimes related to programming</span> <div class="blog-cover cover" style="background-color: rgb(242,106,61)"> </div> </header> <section id="wrapper"> <a class="hidden-close"></a> <div id="index" class="container"> <main class="content" role="main"> <div class="extra-pagination"> <nav class="pagination" role="pagination"> <div class="inner"> <a class="pagination-next" href="https://potyarkin.ml/2/"><i class="ic ic-arrow-left"></i> <span class="pagination-label">Newer Posts</span></a> <span class="pagination-info">Page 3 / 5</span> <a class="pagination-prev" href="https://potyarkin.ml/4/"><span class="pagination-label">Older Posts</span> <i class="ic ic-arrow-right"></i></a> <div class="clear"></div> </div> </nav> </div> <article class="post"> <div class="inner"> <header class="post-header"> <h2 class="post-title"><a href="https://potyarkin.ml/posts/2019/on-dotfiles-management/" rel="bookmark" title="Permalink to On dotfiles management">On dotfiles management</a> </h2> <span class="post-meta"> <a href="https://potyarkin.ml/">Vitaly Potyarkin</a> | <time datetime="2019-07-30">2019-07-30</time> </span> <div class="clear"></div> </header> <section class="post-excerpt"> <p> This will be yet another description of dotfiles management by some random person on the Internet. I will try to explain what my setup is like and why it is that way. If you're not yet using version control software for your configuration files I... </p> </section> </div> </article> <article class="post"> <div class="inner"> <header class="post-header"> <h2 class="post-title"><a href="https://potyarkin.ml/posts/2018/installing-one-by-wacom-in-debian-stretch/" rel="bookmark" title="Permalink to Installing One by Wacom in Debian Stretch">Installing One by Wacom in Debian Stretch</a> </h2> <span class="post-meta"> <a href="https://potyarkin.ml/">Vitaly Potyarkin</a> | <time datetime="2018-08-22">2018-08-22</time> </span> <div class="clear"></div> </header> <section class="post-excerpt"> <p> I believe there are many people who run Debian Stable as their main desktop OS. This article is a short how-to on enabling newer hardware in Debian Stable without switching to another version or distribution. NOTE: This article was written in... </p> </section> </div> </article> <article class="post"> <div class="inner"> <header class="post-header"> <h2 class="post-title"><a href="https://potyarkin.ml/posts/2018/enhanced-file-path-completion-in-bash-like-in-zsh/" rel="bookmark" title="Permalink to Enhanced file path completion in bash (like in zsh)">Enhanced file path completion in bash (like in zsh)</a> </h2> <span class="post-meta"> <a href="https://potyarkin.ml/">Vitaly Potyarkin</a> | <time datetime="2018-07-14">2018-07-14</time> </span> <div class="clear"></div> </header> <section class="post-excerpt"> <p> Zsh offers a lot of significant improvements over traditional shell experience. Some of those can also be implemented in bash, but others are not. For a long time I've thought that advanced file path expansion is something that can't be done in... </p> </section> </div> </article> <article class="post"> <div class="inner"> <header class="post-header"> <h2 class="post-title"><a href="https://potyarkin.ml/posts/2018/liberating-effect-of-ansible/" rel="bookmark" title="Permalink to Liberating effect of Ansible">Liberating effect of Ansible</a> </h2> <span class="post-meta"> <a href="https://potyarkin.ml/">Vitaly Potyarkin</a> | <time datetime="2018-06-26">2018-06-26</time> </span> <div class="clear"></div> </header> <section class="post-excerpt"> <p> Maintaining two or three Linux machines is not that hard of a task. For many years I have thought it was not worth the effort to automate - regular backups and version-controlled configuration files seemed to be just enough. And then Ansible had... </p> </section> </div> </article> <article class="post"> <div class="inner"> <header class="post-header"> <h2 class="post-title"><a href="https://potyarkin.ml/posts/2018/accidental-submersion-into-web-development/" rel="bookmark" title="Permalink to Accidental submersion into web development">Accidental submersion into web development</a> </h2> <span class="post-meta"> <a href="https://potyarkin.ml/">Vitaly Potyarkin</a> | <time datetime="2018-06-16">2018-06-16</time> </span> <div class="clear"></div> </header> <section class="post-excerpt"> <p> The Library Problem I love reading books. My wife loves reading books. We enjoy shopping for books and we live a ten minute commute away from a huge used books store. That means we have a lot of books. Like, really a lot. A little more than one... </p> </section> </div> </article> <nav class="pagination" role="pagination"> <div class="inner"> <a class="pagination-next" href="https://potyarkin.ml/2/"><i class="ic ic-arrow-left"></i> <span class="pagination-label">Newer Posts</span></a> <span class="pagination-info">Page 3 / 5</span> <a class="pagination-prev" href="https://potyarkin.ml/4/"><span class="pagination-label">Older Posts</span> <i class="ic ic-arrow-right"></i></a> <div class="clear"></div> </div> </nav> </main> </div> <!-- TODO : Body class --> <div id="body-class" style="display: none;" class=""></div> <footer id="footer"> <div class="inner"> <section class="credits"> <span class="credits-theme">Theme <a href="https://github.com/arulrajnet/attila" rel="nofollow">Attila</a></span> <span class="credits-software">Published with <a href="https://github.com/getpelican/pelican" rel="nofollow">Pelican</a></span> </section> </div> </footer> </section> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script type="text/javascript" src="https://potyarkin.ml/theme/js/script.js"></script> <!-- Global Site Tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-121532727-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-121532727-1', { 'anonymize_ip': true }); </script> </body> </html>
zpd-election-ads/pandoc.css
kapsitis/ddgatve-stat
/* * I add this to html files generated with pandoc. */ html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { color: #444; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 12px; line-height: 1.7; margin: 5%; max-width: 42em; background: #fefefe; } a { color: #0645ad; text-decoration: none; } a:visited { color: #0b0080; } a:hover { color: #06e; } a:active { color: #faa700; } a:focus { outline: thin dotted; } *::-moz-selection { background: rgba(255, 255, 0, 0.3); color: #000; } *::selection { background: rgba(255, 255, 0, 0.3); color: #000; } a::-moz-selection { background: rgba(255, 255, 0, 0.3); color: #0645ad; } a::selection { background: rgba(255, 255, 0, 0.3); color: #0645ad; } p { margin: 1em 0; } img { max-width: 100%; } h1, h2, h3, h4, h5, h6 { color: #111; line-height: 125%; font-weight: normal; } h4, h5, h6 { font-weight: bold; } h1 { font-size: 2.5em; } h2 { font-size: 2em; } h3 { font-size: 1.5em; } h4 { font-size: 1.2em; } h5 { font-size: 1em; } h6 { font-size: 0.9em; } blockquote { color: #666666; margin: 0; padding-left: 3em; border-left: 0.5em #EEE solid; } hr { display: block; height: 2px; border: 0; border-top: 1px solid #aaa; border-bottom: 1px solid #eee; margin: 1em 0; padding: 0; } pre, code, kbd, samp { color: #000; font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 0.98em; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } b, strong { font-weight: bold; } dfn { font-style: italic; } ins { background: #ff9; color: #000; text-decoration: none; } mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } ul, ol { margin: 1em 0; padding: 0 0 0 2em; } li p:last-child { margin-bottom: 0; } ul ul, ol ol { margin: .3em 0; } dl { margin-bottom: 1em; } dt { font-weight: bold; margin-bottom: .8em; } dd { margin: 0 0 .8em 2em; } dd:last-child { margin-bottom: 0; } img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } figure { display: block; text-align: center; margin: 1em 0; } figure img { border: none; margin: 0 auto; } figcaption { font-size: 0.8em; font-style: italic; margin: 0 0 .8em; } table { margin-bottom: 2em; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; border-spacing: 0; border-collapse: collapse; } table th { padding: .2em 1em; background-color: #eee; border-top: 1px solid #ddd; border-left: 1px solid #ddd; } table td { padding: .2em 1em; border-top: 1px solid #ddd; border-left: 1px solid #ddd; vertical-align: top; } .author { font-size: 1.2em; text-align: center; } @media only screen and (min-width: 480px) { body { font-size: 14px; } } @media only screen and (min-width: 768px) { body { font-size: 16px; } } @media print { * { background: transparent !important; color: black !important; filter: none !important; -ms-filter: none !important; } body { font-size: 12pt; max-width: 100%; } a, a:visited { text-decoration: underline; } hr { height: 1px; border: 0; border-bottom: 1px solid black; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; padding-right: 1em; page-break-inside: avoid; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page :left { margin: 15mm 20mm 15mm 10mm; } @page :right { margin: 15mm 10mm 15mm 20mm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
bej/feat/ReportedSpeech.html
UniversalDependencies/universaldependencies.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>ReportedSpeech</title> <link rel="root" href=""/> <!-- for JS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/> <link rel="stylesheet" type="text/css" href="../../css/style.css"/> <link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/> <link rel="stylesheet" type="text/css" href="../../css/hint.css"/> <script type="text/javascript" src="../../lib/ext/head.load.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script> <script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script> <!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo --> <!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page. <script> (function() { var cx = '001145188882102106025:dl1mehhcgbo'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> --> <!-- <link rel="shortcut icon" href="favicon.ico"/> --> </head> <body> <div id="main" class="center"> <div id="hp-header"> <table width="100%"><tr><td width="50%"> <span class="header-text"><a href="http://universaldependencies.org/#language-bej">home</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_bej/feat/ReportedSpeech.md" target="#">edit page</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span> </td><td> <gcse:search></gcse:search> </td></tr></table> </div> <hr/> <div class="v2complete"> This page pertains to UD version 2. </div> <div id="content"> <noscript> <div id="noscript"> It appears that you have Javascript disabled. Please consider enabling Javascript for this page to see the visualizations. </div> </noscript> <!-- The content may include scripts and styles, hence we must load the shared libraries before the content. --> <script type="text/javascript"> console.time('loading libraries'); var root = '../../'; // filled in by jekyll head.js( // External libraries // DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all. root + 'lib/ext/jquery.min.js', root + 'lib/ext/jquery.svg.min.js', root + 'lib/ext/jquery.svgdom.min.js', root + 'lib/ext/jquery.timeago.js', root + 'lib/ext/jquery-ui.min.js', root + 'lib/ext/waypoints.min.js', root + 'lib/ext/jquery.address.min.js' ); </script> <style>h3 {display:block;background-color:#dfeffc}</style> <h2><code>ReportedSpeech</code>: Reported speech annotation</h2> <table class="typeindex" border="1"> <tr> <td style="background-color:cornflowerblue;color:white"><strong>Values:</strong> </td> <td><a href="#Yes">Yes</a></td> </tr> </table> <p>Boolean feature, typically of <a href="dep/parataxis:obj">parataxis object</a> dependent. The reported speech is used to report people’s words.Its presence may indicate a double enunciation: there is a first speech which is the speaker’s and a second in which the speaker takes over the speech of a third party or his own speech. Beja has only direct reported speech. We have reported speech with discourse verb introducing the reported speech and reported speech without.</p> <h3 id="yes-it-is-reported-speech"><a name="Yes"><code class="language-plaintext highlighter-rouge">Yes</code></a>: it is reported speech</h3> <p>Note that there is no <code class="language-plaintext highlighter-rouge">No</code> value. If the word is not a reported speech head, the <code class="language-plaintext highlighter-rouge">ReportedSpeech</code> feature will just not be mentioned in the <code class="language-plaintext highlighter-rouge">FEAT</code> column. (Which means that empty value has the <code class="language-plaintext highlighter-rouge">No</code> meaning.)</p> <h4 id="examples">Examples</h4> <ul> <li><em>tak / <b>kaːm =i / hoː kʷiɖ -ja</b> i- ni //</em> “A man said: <b>“My camel disappeared.”</b>” <!-- Interlanguage links updated St lis 3 20:58:30 CET 2021 --></li> </ul> <!-- "in other languages" links --> <hr/> ReportedSpeech in other languages: [<a href="../../bej/feat/ReportedSpeech.html">bej</a>] </div> <!-- support for embedded visualizations --> <script type="text/javascript"> var root = '../../'; // filled in by jekyll head.js( // We assume that external libraries such as jquery.min.js have already been loaded outside! // (See _layouts/base.html.) // brat helper modules root + 'lib/brat/configuration.js', root + 'lib/brat/util.js', root + 'lib/brat/annotation_log.js', root + 'lib/ext/webfont.js', // brat modules root + 'lib/brat/dispatcher.js', root + 'lib/brat/url_monitor.js', root + 'lib/brat/visualizer.js', // embedding configuration root + 'lib/local/config.js', // project-specific collection data root + 'lib/local/collections.js', // Annodoc root + 'lib/annodoc/annodoc.js', // NOTE: non-local libraries 'https://spyysalo.github.io/conllu.js/conllu.js' ); var webFontURLs = [ // root + 'static/fonts/Astloch-Bold.ttf', root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf', root + 'static/fonts/Liberation_Sans-Regular.ttf' ]; var setupTimeago = function() { jQuery("time.timeago").timeago(); }; head.ready(function() { setupTimeago(); // mark current collection (filled in by Jekyll) Collections.listing['_current'] = 'bej'; // perform all embedding and support functions Annodoc.activate(Config.bratCollData, Collections.listing); }); </script> <!-- google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55233688-1', 'auto'); ga('send', 'pageview'); </script> <div id="footer"> <p class="footer-text">&copy; 2014–2021 <a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>. Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>. </div> </div> </body> </html>
_site/about.html
wachatu/wachatu.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>kanglc-Blog</title> <!-- Bootstrap CSS --> <link href="http://localhost:4000/css/bootstrap.min.css" rel='stylesheet' type='text/css'/> <link href="http://localhost:4000/css/simple-sidebar.css" rel='stylesheet' type='text/css'/> <link href="http://localhost:4000/css/font-awesome.min.css" rel='stylesheet' type='text/css'/> <link href="http://localhost:4000/css/global.css" rel='stylesheet' type='text/css'/> <link href="http://localhost:4000/css/footer.css" rel='stylesheet' type='text/css'/> </head> <body> <div id="wrapper" > <!-- Toggle Button --> <a href="#menu-toggle" class="btn btn-outline-link hidden-xs-down" id="menu-toggle"> <i class="fa fa-bars" aria-hidden="true"></i> </a> <!-- Sidebar for desktop --> <div id="sidebar-wrapper" class="hidden-xs-down"> <nav class="nav nav-pills flex-sm-row p-3 justify-content-center"> <a class="flex-sm-fill text-sm-center nav-link active" href="#sidebar-home-content" data-toggle="tab" role="tab" id="home">Home</a> <a class="flex-sm-fill text-sm-center nav-link hidden-xl-down" href="#sidebar-toc-content" data-toggle="tab" role="tab" id="toc">Toc</a> </nav> <div class="tab-content" id=tab-content> <div class="tab-pane text-sm-center active" id="sidebar-home-content"> <img class="site-author-image m-2" itemprop="image" src=" http://comic.szhshp.org/comic/10101/headshot/0 (2).png"> <div class="text-warning">kanglc</div> <ul class="sidebar-nav"> <li title="Home"> <a href="http://localhost:4000/index.html"> <i class="fa fa-home" aria-hidden="true"></i> Home </a> </li> <li title="archives"> <a href="http://localhost:4000/index.html#archives"> <i class="fa fa-file-archive-o" aria-hidden="true"></i> Archives <span class="badge badge-primary">0</span> </a> </li> <li title="categories"> <a href="http://localhost:4000/categories.html"> <i class="fa fa-tags" aria-hidden="true"></i> Categories <span class="badge badge-primary">0</span> </a> </li> <li title="留言板"> <a href="http://localhost:4000/about.html" > <i class="fa fa-comments" aria-hidden="true"></i> Messager </a> </li> </ul> </div> <div class="tab-pane fade text-sm-left" id="sidebar-toc-content"> </div> </div> </div> <!-- Navbar for xsmall screen --> <div class="hidden-sm-up"> <nav class="navbar navbar-toggleable-md navbar-light bg-faded"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <a class="navbar-brand" href="#">kanglc-Blog</a> <div class="collapse navbar-collapse" id="navbarNav"> <ul class="sidebar-nav"> <li title="Home"> <a href="http://localhost:4000/index.html"> <i class="fa fa-home" aria-hidden="true"></i> Home </a> </li> <li title="archives"> <a href="http://localhost:4000/index.html#archives"> <i class="fa fa-file-archive-o" aria-hidden="true"></i> Archives <span class="badge badge-primary">0</span> </a> </li> <li title="categories"> <a href="http://localhost:4000/categories.html"> <i class="fa fa-tags" aria-hidden="true"></i> Categories <span class="badge badge-primary">0</span> </a> </li> <li title="留言板"> <a href="http://localhost:4000/about.html" > <i class="fa fa-comments" aria-hidden="true"></i> Messager </a> </li> </ul> </div> </nav> </div> <!-- Page Content --> <div id="page-content-wrapper"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="page-header"> <h1 class="text-danger"> About Me </h1> </div> <!-- This page is not compatible with markdown --> <p>Put something here.</p> <!-- don't delete this div as this is header collapse end identified --> <div id="content-end"></div> </div> </div> </div> <!-- /#page-content-wrapper --> <div class="row"> <div class="col-md-12"> [Put comments plugin here in ur code] </div> </div> <footer class="mt-5 pt-5"> <div class="container"> <div class="row"> <div class="col-md-6"> <strong>Credits</strong> <table class="table table-sm"> <tr> <td>Main Director:</td> <td><a href="">Kanglc</a></td> </tr> <tr> <td>Dev Engine:</td> <td>Ruby x Jekyll</td> </tr> <tr> <td>CSDN博客</td> <td><a href="http://blog.csdn.net/me_tome/article/details/51602256">csdn blog</a></td> </tr> <td>水木社区</td> <td><a href="http://www.newsmth.net">newsmth</a></td> </tr> </table> <p class="text-muted">Copyright &copy; 2017</p> </div> <div class="col-md-6"> <strong>Friend Links</strong> <table class="table table-sm"> <tr> <td>Bitbucket</td> <td><a href="https://bitbucket.org/">Bitbucket</a></td> </tr> <td>Gank</td> <td><a href="http://gank.io/post/5823bcf6421aa90e799ec2ad">Gank</a></td> </tr> </table> </div> </div> </div> </footer> </div> <!-- jQuery first, then Tether, then Bootstrap JS. --> <script src="http://localhost:4000/js/jquery-3.1.1.min.js"></script> <script src="http://localhost:4000/js/tether.min.js"></script> <script src="http://localhost:4000/js/bootstrap.min.js"></script> <script src="http://localhost:4000/js/sidebar.js" type="text/javascript"></script> </body> </html>
docs/rt-schema-docs/tables/FM_ObjectTopics.html
botsie/dirt
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> <html> <head> <!-- SchemaSpy rev 590 --> <title>SchemaSpy - Table rt.FM_ObjectTopics</title> <link rel=stylesheet href='../schemaSpy.css' type='text/css'> <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> table='FM_ObjectTopics'; </SCRIPT> </head> <body> <table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> <div id='header'> <ul> <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility&nbsp;Tables</a></li> <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> </ul> </div> </td></tr></table> <div class='content' style='clear:both;'> <table width='100%' border='0' cellpadding='0'> <tr> <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>rt</span>.<span title='Table'>FM_ObjectTopics</span></span></td> <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> </tr> </table> <table width='100%' border='0'> <tr valign='top'><td class='container' align='left' valign='top'> <form name='options' action=''> <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> <label for='showComments'><input type=checkbox id='showComments'>Comments</label> <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> </form> </td><td class='container' rowspan='2' align='right' valign='top'> <table class='legend' border='0'> <tr> <td class='dataTable' valign='bottom'>Legend:</td> <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&amp;type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> </tr> <tr><td class='container' colspan='2'> <table class='dataTable' border='1'> <tbody> <tr><td class='primaryKey'>Primary key columns</td></tr> <tr><td class='indexedColumn'>Columns with indexes</td></tr> <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> <tr><td class='excludedColumn'>Excluded column relationships</td></tr> <tr><td class='legendDetail'>&lt; <em>n</em> &gt; number of related tables</td></tr> </table> </td></tr> </table> <div style="margin-right: 2pt;"> <script type="text/javascript"><!-- google_ad_client = "pub-9598353634003340"; google_ad_channel ="SchemaSpy-generated"; google_ad_width = 234; google_ad_height = 60; google_ad_format = "234x60_as"; google_ad_type = "text"; google_color_border = "9bab96"; google_color_link = "489148"; google_color_text = "000000"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> &nbsp; </td><tr valign='top'><td class='container' align='left' valign='top'> <a name='columns'></a> <table id='columns' class='dataTable' border='1' rules='groups'> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup class='comment'> <thead align='left'> <tr> <th>Column</th> <th>Type</th> <th>Size</th> <th title='Are nulls allowed?'>Nulls</th> <th title='Is column automatically updated?'>Auto</th> <th title='Default value'>Default</th> <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> </tr> </thead> <tbody valign='top'> <tr class='odd'> <td class='primaryKey' title='Primary Key'>id</td> <td class='detail'>int</td> <td class='detail' align='right'>10</td> <td class='detail' align='center'></td> <td class='detail' align='center' title='Automatically updated by the database'>&nbsp;&radic;&nbsp;</td> <td class='detail'></td> <td class='detail'></td> <td class='detail'> </td> <td class='comment detail'></td> </tr> <tr class='even'> <td class='detail'>Topic</td> <td class='detail'>int</td> <td class='detail' align='right'>10</td> <td class='detail' align='center'></td> <td class='detail' align='center'></td> <td class='detail' align='right'>0</td> <td class='detail'></td> <td class='detail'> </td> <td class='comment detail'></td> </tr> <tr class='odd'> <td class='detail'>ObjectType</td> <td class='detail'>varchar</td> <td class='detail' align='right'>64</td> <td class='detail' align='center'></td> <td class='detail' align='center'></td> <td class='detail' align='right'></td> <td class='detail'></td> <td class='detail'> </td> <td class='comment detail'></td> </tr> <tr class='even'> <td class='detail'>ObjectId</td> <td class='detail'>int</td> <td class='detail' align='right'>10</td> <td class='detail' align='center'></td> <td class='detail' align='center'></td> <td class='detail' align='right'>0</td> <td class='detail'></td> <td class='detail'> </td> <td class='comment detail'></td> </tr> </table> <p title='4 columns'>Table contained 29 rows at Tue Oct 23 12:20 UTC 2012<p/> </td></tr></table> <div class='indent'> <b>Indexes:</b> <table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> <thead> <tr> <th>Column(s)</th> <th>Type</th> <th>Sort</th> <th class='constraint' style='text-align:left;'>Constraint Name</th> </tr> </thead> <tbody> <tr> <td class='primaryKey'>id</td> <td class='detail'>Primary key</td> <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> <td class='constraint' style='text-align:left;'>PRIMARY</td> </tr> </table> </div> </div> </body> </html>
sidebar-tool.html
autism-exposome/home
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Autism Exposome Project</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/modern-business.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">Autism Exposome Project</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="about.html">About us</a> </li> <li class="dropdown"> <a href="sidebar-overview.html" class="dropdown-toggle" data-toggle="dropdown">Project<b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="sidebar-overview.html">Overview</a> </li> <li> <a href="sidebar-approaches-LC.html">Approaches</a> </li> </ul> </li> <li class="dropdown"> <a href="sidebar-publications.html" class="dropdown-toggle" data-toggle="dropdown">Resources<b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="sidebar-publications.html">Publications</a> </li> <li> <a href="sidebar-data.html">Data</a> </li> <li> <a href="sidebar-tool.html">Tools</a> </li> <li> <a href="sidebar-link.html">Important Links</a> </li> </ul> </li> <li class="dropdown"> <a href="news.html">News</b></a> </li> <li> <a href="faq.html">FAQ</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <!-- Page Heading/Breadcrumbs --> <div class="row"> <div class="col-lg-12"> <h2 class="page-header">Resources</h2> </div> </div> <!-- /.row --> <!-- Content Row --> <div class="row"> <!-- Sidebar Column --> <div class="col-md-3"> <div class="list-group"> <a href="sidebar-publications.html" class="list-group-item"><strong>Publications</strong></a> <a href="sidebar-publications.html#autism" class="list-group-item">&bull; Autism </a> <a href="sidebar-publications.html#AE" class="list-group-item">&bull; Autism &amp; Environmental factors</a> <a href="sidebar-publications.html#Exposomes" class="list-group-item">&bull; Exposome</a> <a href="sidebar-publications.html#Meta" class="list-group-item">&bull; Metabolomics</a> <a href="sidebar-data.html#Data" class="list-group-item"><strong>Data</strong></a> <a href="sidebar-tool.html#Tools" class="list-group-item"><strong>Tools</strong></a> <a href="sidebar-link.html#Links" class="list-group-item"><strong>Important Links</strong></a> </div> </div> <!-- Content Column --> <div class="col-md-9"> <h2 name="Tools">Tools</h2> <hr> <p>The tools listed here have been developed by: <a target="_blank" href="http://clinicalmetabolomics.org/init/default/index/"> Clinical Metabolomics</a>.</p> <br> <p><strong>apLCMS, LC-MS metabolomics feature extraction</strong></p> <p>The apLCMS is used for preprocessing LC-MS data. The major improvements include the following aspects: the adaptive tolerance level searching, to apply non-parametric methods of fine-tune intensity grouping, to better preserve weak signals and the estimation method on peak intensities for absolute quantification. The algorithms are implemented in an R package apLCMS. </p> <p><a target="_blank" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2712336/">More about the tool</a>: Yu, T., Park, Y., Johnson, J. M., and Jones, D. P. (2009). apLCMS—adaptive processing of high-resolution LC/MS data. Bioinformatics, 25(15), 1930-1936. </p> <br> <p><strong>xMSanalyzer</strong></p> <p>xMSanalyzer is an automated pipeline for processing of metabolomics data which integrates with packages apLCMS and XCMS, but it could be also used to improve the data extraction steps performed by other software. It includes the following functions: data extraction, quality control assessment, detection of overlapping and unique metabolites in multiple datasets as well as batch annotation of metabolites. </p> <img class="img-responsive" style="width: 450px; height: 500px; " src="img/xMSworkflow.jpg" ></img> <p> Fig 1. xMSanalyzer workflow <cite>(Taken from Uppal et al. 2013)</cite></p> <p><a target="_blank" href="http://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-14-15">More about the tool</a>: Uppal, K., Soltow, Q. A., Strobel, F. H., Pittard, W. S., Gernert, K. M., Yu, T., &emp Jones, D. P. (2013). xMSanalyzer: automated pipeline for improved feature detection and downstream analysis of large-scale, non-targeted metabolomics data. BMC bioinformatics, 14(1), 15.</p><br> <p><strong>Mummichog</strong></p> <p>Mummichog is a method to post-process high-throughput metabolomics data, namely, metabolite identification . This software features a biological activity prediction method which is directly from mass spectrometry data without priori identification of metabolites. Both gene expression and metabolite identification confirmed the predicted results.</p> <img src="img/mummichogWorkflowComp.jpeg" style="width: 550px; height: 500px; " class="img-responsive" ></img> <p > Fig 2. Workflow comparison between conventional methods VS Mummichog <cite>(Taken from Li et al. 2013)</cite></p> <p><a target="_blank" href="http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003123">More about the tool</a>: Li, S., Park, Y., Duraisingham, S., Strobel, F. H., Khan, N., Soltow, Q. A., ... &emp Pulendran, B. (2013). Predicting network activity from high throughput metabolomics. PLoS computational biology, 9(7), e1003123.</p><br> </div> </div> <!-- row --> <hr> <!-- Footer --> <footer> <div class="row"> <div class="col-lg-12"> <p>Copyright &copy; Boston Children's Hospital 2015 </p> <p>Follow us: <a target="_blank" href="https://twitter.com/AutismExposome" class="twitter-follow-button" data-show-count="false">Follow @AutismExposome</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> </p> </div> </div> </footer> </div> <!-- /.container --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> </body> </html>
docs/2021.1.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.internal.data.tree/-concurrent-tree/descendants.html
Hexworks/zircon
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>descendants</title> <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script> <script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script> <link href="../../../styles/style.css" rel="Stylesheet"> <link href="../../../styles/logo-styles.css" rel="Stylesheet"> <link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"> <link href="../../../styles/main.css" rel="Stylesheet"> <script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script> <script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script> <script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script> <script type="text/javascript" src="../../../scripts/main.js" async="async"></script> </head> <body> <div id="container"> <div id="leftColumn"> <div id="logo"></div> <div id="paneSearch"></div> <div id="sideMenu"></div> </div> <div id="main"> <div id="leftToggler"><span class="icon-toggler"></span></div> <script type="text/javascript" src="../../../scripts/pages.js"></script> <script type="text/javascript" src="../../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="org.hexworks.zircon.internal.data.tree/ConcurrentTree/descendants/#/PointingToDeclaration//-755115832"> <div class="navigation-wrapper" id="navigation-wrapper"> <div class="breadcrumbs"><a href="../../index.html">zircon.core</a>/<a href="../index.html">org.hexworks.zircon.internal.data.tree</a>/<a href="index.html">ConcurrentTree</a>/<a href="descendants.html">descendants</a></div> <div class="pull-right d-flex"> <div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":zircon.core:dokkaHtml/commonMain">common</button></div> <div id="searchBar"></div> </div> </div> <div class="cover "> <h1 class="cover"><span>descendants</span></h1> </div> <div class="divergent-group" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div> <div> <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":zircon.core:dokkaHtml/commonMain"><div class="symbol monospace">open override val <a href="descendants.html">descendants</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/-sequence/index.html">Sequence</a>&lt;<a href="../-tree-node/index.html">TreeNode</a>&lt;<a href="index.html">D</a>&gt;&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div> </div> </div> <h2 class="">Sources</h2> <div class="table" data-togglable="Sources"><a data-name="%5Borg.hexworks.zircon.internal.data.tree%2FConcurrentTree%2Fdescendants%2F%23%2FPointingToDeclaration%2F%5D%2FSource%2F-755115832" anchor-label="https://github.com/Hexworks/zircon/tree/master/zircon.core/src/commonMain/kotlin/org/hexworks/zircon/internal/data/tree/ConcurrentTree.kt#L65" id="%5Borg.hexworks.zircon.internal.data.tree%2FConcurrentTree%2Fdescendants%2F%23%2FPointingToDeclaration%2F%5D%2FSource%2F-755115832" data-filterable-set=":zircon.core:dokkaHtml/commonMain"></a> <div class="table-row" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain"> <div class="main-subrow keyValue "> <div class=""><span class="inline-flex"><a href="https://github.com/Hexworks/zircon/tree/master/zircon.core/src/commonMain/kotlin/org/hexworks/zircon/internal/data/tree/ConcurrentTree.kt#L65">(source)</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Borg.hexworks.zircon.internal.data.tree%2FConcurrentTree%2Fdescendants%2F%23%2FPointingToDeclaration%2F%5D%2FSource%2F-755115832"></span> <div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> </span></span></div> <div></div> </div> </div> </div> </div> <div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"></span></a></span></div> </div> </div> </body> </html>
caiqu/财趣v1.5/review/screens/d09c9a1d-9719-438c-bd42-145c98b0997b.html
yicold/axure-case
<html> <body> <div class="ui-page"> <div id="t-f39803f7-df02-4169-93eb-7547fb8c961a" class="template growth-both firer commentable" name="Template 1"> <div id="backgroundBox"></div> <div id="alignmentBox"> <link type="text/css" rel="stylesheet" href="./resources/templates/f39803f7-df02-4169-93eb-7547fb8c961a-1445822636718.css" /> <!--[if IE]><link type="text/css" rel="stylesheet" href="./resources/templates/f39803f7-df02-4169-93eb-7547fb8c961a-1445822636718-ie.css" /><![endif]--> <!--[if lte IE 8]><link type="text/css" rel="stylesheet" href="./resources/templates/f39803f7-df02-4169-93eb-7547fb8c961a-1445822636718-ie8.css" /><![endif]--> </div> <div id="loadMark"></div> </div> <div id="s-d09c9a1d-9719-438c-bd42-145c98b0997b" class="screen growth-vertical firer ie-background commentable" name="p3-8-2-1可控支出明细-新增项目"> <div id="backgroundBox"></div> <div id="alignmentBox"> <link type="text/css" rel="stylesheet" href="./resources/screens/d09c9a1d-9719-438c-bd42-145c98b0997b-1445822636718.css" /> <!--[if IE]><link type="text/css" rel="stylesheet" href="./resources/screens/d09c9a1d-9719-438c-bd42-145c98b0997b-1445822636718-ie.css" /><![endif]--> <!--[if lte IE 8]><link type="text/css" rel="stylesheet" href="./resources/screens/d09c9a1d-9719-438c-bd42-145c98b0997b-1445822636718-ie8.css" /><![endif]--> <div id="s-Header-top" class="group firer ie-background commentable"> <div id="s-Rich_text_22" class="richtext firer commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Rich_text_22_0"></span> </div> </div> </div> </div> <div id="s-Label_87" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_87_0">可控支</span><span id="rtr-s-Label_87_1">出明细</span></div></div></div> <div id="s-button-back" class="group firer ie-background commentable"> <div id="s-Label_58" class="label singleline firer click ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_58_0">支出</span></div></div></div> <div id="s-Label_59" class="label singleline firer click ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_59_0"></span></div></div></div> </div> <div id="s-Group_10" class="group firer ie-background commentable"> <div id="s-Rectangle_5" class="rectangle firer commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Rectangle_5_0"></span> </div> </div> </div> </div> <div id="s-Label_422" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_422_0"></span></div></div></div> <div id="s-Label_431" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_431_0"></span></div></div></div> <div id="s-Label_35" class="label singleline firer pageload ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_35_0">4:02 PM</span></div></div></div> <div id="s-Group_35" class="group firer ie-background commentable"> <div id="s-Ellipse_12" class="ellipse shape non-processed-shape firer commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_12_0"></span> </div> </div> </div> </div> <div id="s-Ellipse_61" class="ellipse shape non-processed-shape firer commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_61_0"></span> </div> </div> </div> </div> <div id="s-Ellipse_62" class="ellipse shape non-processed-shape firer commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_62_0"></span> </div> </div> </div> </div> <div id="s-Ellipse_63" class="ellipse shape non-processed-shape firer commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_63_0"></span> </div> </div> </div> </div> <div id="s-Ellipse_64" class="ellipse shape non-processed-shape firer commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_64_0"></span> </div> </div> </div> </div> </div> <div id="s-Label_448" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_448_0"></span></div></div></div> <div id="s-Label_71" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_71_0">80%</span></div></div></div> </div> </div> <div id="s-List-item-6" class="group firer ie-background commentable"> <div id="s-Rich_text_45" class="richtext firer commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Rich_text_45_0">衣</span> </div> </div> </div> </div> <div id="s-Line_19" class="line shape non-processed-shape firer ie-background commentable" path="M 0 0 L 360 0" startMarker="none" endMarker="none" > </div> </div> <div id="s-List-item-6_1" class="group firer ie-background commentable"> <div id="s-Rich_text_46" class="richtext firer commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Rich_text_46_0">食</span> </div> </div> </div> </div> <div id="s-Line_20" class="line shape non-processed-shape firer ie-background commentable" path="M 0 0 L 360 0" startMarker="none" endMarker="none" > </div> </div> <div id="s-List-item-6_2" class="group firer ie-background commentable"> <div id="s-Rich_text_47" class="richtext firer commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Rich_text_47_0">住</span> </div> </div> </div> </div> <div id="s-Line_21" class="line shape non-processed-shape firer ie-background commentable" path="M 0 0 L 360 0" startMarker="none" endMarker="none" > </div> </div> <div id="s-List-item-6_6" class="group firer ie-background commentable"> <div id="s-Rich_text_51" class="richtext firer commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Rich_text_51_0">行</span> </div> </div> </div> </div> <div id="s-Line_25" class="line shape non-processed-shape firer ie-background commentable" path="M 0 0 L 360 0" startMarker="none" endMarker="none" > </div> </div> <div id="s-List-item-6_7" class="group firer ie-background commentable"> <div id="s-Rich_text_52" class="richtext firer commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Rich_text_52_0">娱</span> </div> </div> </div> </div> <div id="s-Line_26" class="line shape non-processed-shape firer ie-background commentable" path="M 0 0 L 360 0" startMarker="none" endMarker="none" > </div> </div> <div id="s-Text_4" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Text_4_0">5000.00</span></div></div></div> <div id="s-Ellipse_1" class="ellipse shape non-processed-shape firer ie-background commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_1_0">2</span><span id="rtr-s-Ellipse_1_1">0%</span> </div> </div> </div> </div> <div id="s-Text_5" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Text_5_0">5000.00</span></div></div></div> <div id="s-Ellipse_2" class="ellipse shape non-processed-shape firer ie-background commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_2_0">2</span><span id="rtr-s-Ellipse_2_1">0%</span> </div> </div> </div> </div> <div id="s-Text_6" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Text_6_0">5000.00</span></div></div></div> <div id="s-Ellipse_3" class="ellipse shape non-processed-shape firer ie-background commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_3_0">2</span><span id="rtr-s-Ellipse_3_1">0%</span> </div> </div> </div> </div> <div id="s-Text_7" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Text_7_0">5000.00</span></div></div></div> <div id="s-Ellipse_4" class="ellipse shape non-processed-shape firer ie-background commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_4_0">2</span><span id="rtr-s-Ellipse_4_1">0%</span> </div> </div> </div> </div> <div id="s-Text_8" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Text_8_0">5000.00</span></div></div></div> <div id="s-Ellipse_5" class="ellipse shape non-processed-shape firer ie-background commentable" > <div class="shapert-clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Ellipse_5_0">2</span><span id="rtr-s-Ellipse_5_1">0%</span> </div> </div> </div> </div> <img id="s-Hotspot_1" class="imagemap firer click ie-background commentable" alt="image" src="./resources/_jim/images/common/transparent.gif"/> <img id="s-Hotspot_2" class="imagemap firer click ie-background commentable" alt="image" src="./resources/_jim/images/common/transparent.gif"/> <img id="s-Hotspot_3" class="imagemap firer click ie-background commentable" alt="image" src="./resources/_jim/images/common/transparent.gif"/> <img id="s-Hotspot_4" class="imagemap firer click ie-background commentable" alt="image" src="./resources/_jim/images/common/transparent.gif"/> <img id="s-Hotspot_5" class="imagemap firer click ie-background commentable" alt="image" src="./resources/_jim/images/common/transparent.gif"/> <div id="s-Label_28" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_28_0"></span></div></div></div> <div id="s-Label_29" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_29_0"></span></div></div></div> <div id="s-Label_30" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_30_0"></span></div></div></div> <div id="s-Label_31" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_31_0"></span></div></div></div> <div id="s-Label_32" class="label singleline firer ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_32_0"></span></div></div></div> <div id="s-Button-blue" class="pie richtext firer click ie-background commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Button-blue_0">新增项目</span> </div> </div> </div> </div> <div id="s-Rectangle_1" class="rectangle firer commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Rectangle_1_0"></span> </div> </div> </div> </div> <div id="s-Dialog-1" class="group firer ie-background commentable"> <div id="s-Rich_text_9" class="pie richtext firer commentable" > <div class="clipping"> <div class="content"> <div class="valign"> <span id="rtr-s-Rich_text_9_0">新增项目<br /><br /></span><span id="rtr-s-Rich_text_9_1">请输入项目名称,确认后可在日常记账中使用.</span> </div> </div> </div> </div> <div id="s-Input_10" class="text firer commentable" ><div class="content"><div class="valign"><input type="text" value="" maxlength="100" tabindex="-1" /></div> </div></div> <div id="s-Label_24" class="label singleline firer click ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_24_0">取消</span></div></div></div> <div id="s-Label_25" class="label singleline firer click ie-background commentable" ><div class="content"><div class="valign"><span id="rtr-s-Label_25_0">确认</span></div></div></div> </div> </div> <div id="loadMark"></div> </div> </div> </body> </html>
site/api/orc-shims/help-doc.html
majetideepak/orc
<!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_121) on Tue Sep 25 16:16:57 EDT 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API Help (ORC Shims 1.5.3 API)</title> <meta name="date" content="2018-09-25"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="API Help (ORC Shims 1.5.3 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>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.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&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;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>Deprecated API</h2> <p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p> </li> <li class="blockList"> <h2>Index</h2> <p>The <a href="index-all.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> <span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.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&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;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 &#169; 2013&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
html/testapidocs/ch/lambdaj/function/aggregate/class-use/MinTest.html
mariofusco/lambdaj
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_01) on Sun Feb 12 22:30:23 CET 2012 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class ch.lambdaj.function.aggregate.MinTest (lambdaj 2.4-SNAPSHOT Test API)</title> <meta name="date" content="2012-02-12"> <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 ch.lambdaj.function.aggregate.MinTest (lambdaj 2.4-SNAPSHOT Test 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="../../../../../ch/lambdaj/function/aggregate/MinTest.html" title="class in ch.lambdaj.function.aggregate">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?ch/lambdaj/function/aggregate/\class-useMinTest.html" target="_top">Frames</a></li> <li><a href="MinTest.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 ch.lambdaj.function.aggregate.MinTest" class="title">Uses of Class<br>ch.lambdaj.function.aggregate.MinTest</h2> </div> <div class="classUseContainer">No usage of ch.lambdaj.function.aggregate.MinTest</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="../../../../../ch/lambdaj/function/aggregate/MinTest.html" title="class in ch.lambdaj.function.aggregate">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?ch/lambdaj/function/aggregate/\class-useMinTest.html" target="_top">Frames</a></li> <li><a href="MinTest.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 &#169; 2012. All Rights Reserved.</small></p> </body> </html>
examples/plot_ess_quantile.html
mcmcplotlib/mcmcplotlib
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>ESS Quantile Plot &#8212; ArviZ dev documentation</title> <link href="../_static/css/theme.css" rel="stylesheet" /> <link href="../_static/css/index.c5995385ac14fb8791e8eb36b4908be2.css" rel="stylesheet" /> <link rel="stylesheet" href="../_static/vendor/fontawesome/5.13.0/css/all.min.css"> <link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2"> <link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2"> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/basic.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" /> <link rel="stylesheet" type="text/css" href="../_static/togglebutton.css" /> <link rel="stylesheet" type="text/css" href="../_static/mystnb.css" /> <link rel="stylesheet" type="text/css" href="../_static/panels-main.c949a650a448cc0ae9fd3441c0e17fb0.css" /> <link rel="stylesheet" type="text/css" href="../_static/panels-variables.06eb56fa6e07937060861dad626602ad.css" /> <link rel="preload" as="script" href="../_static/js/index.1c5a1a01449ed65a7b51.js"> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script src="../_static/jquery.js"></script> <script src="../_static/underscore.js"></script> <script src="../_static/doctools.js"></script> <script src="../_static/togglebutton.js"></script> <script >var togglebuttonSelector = '.toggle, .admonition.dropdown, .tag_hide_input div.cell_input, .tag_hide-input div.cell_input, .tag_hide_output div.cell_output, .tag_hide-output div.cell_output, .tag_hide_cell.cell, .tag_hide-cell.cell';</script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="Forest Plot" href="plot_forest.html" /> <link rel="prev" title="ESS Local Plot" href="plot_ess_local.html" /> <script async src="https://www.googletagmanager.com/gtag/js?id=G-W1G68W77YV"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-W1G68W77YV'); </script> </head> <body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80"> <div class="container-fluid" id="banner"></div> <nav class="navbar navbar-light navbar-expand-lg bg-light fixed-top bd-navbar" id="navbar-main"><div class="container-xl"> <div id="navbar-start"> <a class="navbar-brand" href="../index.html"> <img src="../_static/logo.png" class="logo" alt="logo"> </a> dev </div> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapsible" aria-controls="navbar-collapsible" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div id="navbar-collapsible" class="col-lg-9 collapse navbar-collapse"> <div id="navbar-center" class="mr-auto"> <div class="navbar-center-item"> <ul id="navbar-main-elements" class="navbar-nav"> <li class="toctree-l1 nav-item"> <a class="reference internal nav-link" href="../getting_started/index.html"> Getting Started </a> </li> <li class="toctree-l1 current active nav-item"> <a class="reference internal nav-link" href="index.html"> Example Gallery </a> </li> <li class="toctree-l1 nav-item"> <a class="reference internal nav-link" href="../user_guide/index.html"> User Guide </a> </li> <li class="toctree-l1 nav-item"> <a class="reference internal nav-link" href="../api/index.html"> API Reference </a> </li> <li class="toctree-l1 nav-item"> <a class="reference internal nav-link" href="../usage.html"> Usage </a> </li> <li class="toctree-l1 nav-item"> <a class="reference internal nav-link" href="../contributing/index.html"> Contributing </a> </li> <li class="toctree-l1 nav-item"> <a class="reference internal nav-link" href="../about.html"> About </a> </li> </ul> </div> </div> <div id="navbar-end"> <div class="navbar-end-item"> <ul id="navbar-icon-links" class="navbar-nav" aria-label="Icon Links"> <li class="nav-item"> <a class="nav-link" href="https://github.com/arviz-devs/arviz" rel="noopener" target="_blank" title="GitHub"> <span><i class="fab fa-github-square"></i></span> <label class="sr-only">GitHub</label> </a> </li> <li class="nav-item"> <a class="nav-link" href="https://twitter.com/arviz_devs" rel="noopener" target="_blank" title="Twitter"> <span><i class="fab fa-twitter-square"></i></span> <label class="sr-only">Twitter</label> </a> </li> </ul> </div> </div> </div> </div> </nav> <div class="container-xl"> <div class="row"> <!-- Only show if we have sidebars configured, else just a small margin --> <div class="col-12 col-md-3 bd-sidebar"><form class="bd-search d-flex align-items-center" action="../search.html" method="get"> <i class="icon fas fa-search"></i> <input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" > </form><nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation"> <div class="bd-toc-item active"> <ul class="current nav bd-sidenav"> <li class="toctree-l1"> <a class="reference internal" href="plot_autocorr.html"> Autocorrelation Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_bpv.html"> Bayesian p-value Posterior plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_bpv_tstat.html"> Bayesian p-value with median T statistic Posterior plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_compare.html"> Compare Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_density.html"> Density Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_dist.html"> Dist Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_elpd.html"> ELPD Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_energy.html"> Energy Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_ess_evolution.html"> ESS Quantile Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_ess_local.html"> ESS Local Plot </a> </li> <li class="toctree-l1 current active"> <a class="current reference internal" href="#"> ESS Quantile Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_forest.html"> Forest Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_forest_ridge.html"> Ridgeplot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_hdi.html"> Plot HDI </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_joint.html"> Joint Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_kde.html"> KDE Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_kde_2d.html"> 2d KDE </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_kde_2d_bis.html"> 2d KDE </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_kde_quantiles.html"> KDE quantiles </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_khat.html"> Pareto Shape Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_loo_pit_ecdf.html"> LOO-PIT ECDF Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_loo_pit_overlay.html"> LOO-PIT Overlay Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_mcse.html"> Quantile Monte Carlo Standard Error Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_mcse_errorbar.html"> Quantile MCSE Errobar Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_pair.html"> Pair Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_pair_hex.html"> Hexbin PairPlot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_pair_kde.html"> KDE Pair Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_pair_point_estimate.html"> Point Estimate Pairplot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_parallel.html"> Parallel Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_parallel_minmax.html"> MinMax Parallel Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_parallel_normal.html"> Normal Parallel Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_parallel_rank.html"> Rank Parallel Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_posterior.html"> Posterior Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_ppc.html"> Posterior Predictive Check Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_ppc_cumulative.html"> Posterior Predictive Check Cumulative Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_rank.html"> Rank plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_separation.html"> Separation Plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_trace.html"> Traceplot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_trace_bars.html"> Traceplot rank_bars </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_trace_circ.html"> Traceplot circular variables </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_trace_vlines.html"> Traceplot rank_vlines </a> </li> <li class="toctree-l1"> <a class="reference internal" href="plot_violin.html"> Violin plot </a> </li> <li class="toctree-l1"> <a class="reference internal" href="styles.html"> Matplotlib styles </a> </li> </ul> </div> </nav> </div> <div class="d-none d-xl-block col-xl-2 bd-toc"> <div class="toc-item"> <nav id="bd-toc-nav"> </nav> </div> <div class="toc-item"> </div> </div> <main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4 bd-content" role="main"> <div> <div class="section" id="ess-quantile-plot"> <span id="mpl-plot-ess-quantile"></span><h1>ESS Quantile Plot<a class="headerlink" href="#ess-quantile-plot" title="Permalink to this headline">¶</a></h1> <p><strong>API documentation:</strong> <a class="reference internal" href="../api/generated/arviz.plot_ess.html#arviz.plot_ess" title="arviz.plot_ess"><code class="xref py py-func docutils literal notranslate"><span class="pre">plot_ess()</span></code></a></p> <div class="tabbed-set docutils"> <input checked="checked" id="15a65ec1-9df1-4524-ba9c-4d89c8efabe0" name="97bf3bd9-b9e3-4259-bd33-ade66660ccd6" type="radio"> </input><label class="tabbed-label" for="15a65ec1-9df1-4524-ba9c-4d89c8efabe0"> Matplotlib</label><div class="tabbed-content docutils"> <img alt="../_images/mpl_plot_ess_quantile.png" src="../_images/mpl_plot_ess_quantile.png" /> <p><strong>Python source code:</strong> <a class="reference download internal" download="" href="../_downloads/725a1ff2c0d8066b65eaee0e2b5c8988/mpl_plot_ess_quantile.py"><code class="xref download docutils literal notranslate"><span class="pre">[download</span> <span class="pre">source:</span> <span class="pre">matplotlib/mpl_plot_ess_quantile.py]</span></code></a></p> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span> <span class="kn">import</span> <span class="nn">arviz</span> <span class="k">as</span> <span class="nn">az</span> <span class="n">az</span><span class="o">.</span><span class="n">style</span><span class="o">.</span><span class="n">use</span><span class="p">(</span><span class="s2">&quot;arviz-darkgrid&quot;</span><span class="p">)</span> <span class="n">idata</span> <span class="o">=</span> <span class="n">az</span><span class="o">.</span><span class="n">load_arviz_data</span><span class="p">(</span><span class="s2">&quot;radon&quot;</span><span class="p">)</span> <span class="n">az</span><span class="o">.</span><span class="n">plot_ess</span><span class="p">(</span><span class="n">idata</span><span class="p">,</span> <span class="n">var_names</span><span class="o">=</span><span class="p">[</span><span class="s2">&quot;sigma&quot;</span><span class="p">],</span> <span class="n">kind</span><span class="o">=</span><span class="s2">&quot;quantile&quot;</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;C4&quot;</span><span class="p">)</span> <span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span> </pre></div> </div> </div> <input id="62ed5d05-e013-4bdb-8f30-cb8c59c6baf5" name="97bf3bd9-b9e3-4259-bd33-ade66660ccd6" type="radio"> </input><label class="tabbed-label" for="62ed5d05-e013-4bdb-8f30-cb8c59c6baf5"> Bokeh</label><div class="tabbed-content docutils"> <script src="bokeh-plot-b4bdb881346945dc93c0c9428f4a9a1d-external-examples-plot_ess_quantile.js" id="26f5fa3d-cf71-40a0-a76a-4ce321acfe51"></script><p><strong>Python source code:</strong> <a class="reference download internal" download="" href="../_downloads/c2423e5f4a3587a11dd109adebb1bdbe/bokeh_plot_ess_quantile.py"><code class="xref download docutils literal notranslate"><span class="pre">[download</span> <span class="pre">source:</span> <span class="pre">bokeh/bokeh_plot_ess_quantile.py]</span></code></a></p> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">arviz</span> <span class="k">as</span> <span class="nn">az</span> <span class="n">idata</span> <span class="o">=</span> <span class="n">az</span><span class="o">.</span><span class="n">load_arviz_data</span><span class="p">(</span><span class="s2">&quot;radon&quot;</span><span class="p">)</span> <span class="n">ax</span> <span class="o">=</span> <span class="n">az</span><span class="o">.</span><span class="n">plot_ess</span><span class="p">(</span><span class="n">idata</span><span class="p">,</span> <span class="n">var_names</span><span class="o">=</span><span class="p">[</span><span class="s2">&quot;sigma&quot;</span><span class="p">],</span> <span class="n">kind</span><span class="o">=</span><span class="s2">&quot;quantile&quot;</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;red&quot;</span><span class="p">,</span> <span class="n">backend</span><span class="o">=</span><span class="s2">&quot;bokeh&quot;</span><span class="p">)</span> </pre></div> </div> </div> </div> </div> </div> <div class='prev-next-bottom'> <a class='left-prev' id="prev-link" href="plot_ess_local.html" title="previous page">ESS Local Plot</a> <a class='right-next' id="next-link" href="plot_forest.html" title="next page">Forest Plot</a> </div> </main> </div> </div> <script src="../_static/js/index.1c5a1a01449ed65a7b51.js"></script> <footer class="footer mt-5 mt-md-0"> <div class="container"> <div class="footer-item"> <p class="copyright"> &copy; Copyright 2018, ArviZ devs.<br/> </p> </div> <div class="footer-item"> <p class="sphinx-version"> Created using <a href="http://sphinx-doc.org/">Sphinx</a> 3.5.4.<br/> </p> </div> </div> </footer> </body> </html>
html/ch09.html
peachyy/scalastu
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>Code Examples for Programming in Scala</title> <link rel="stylesheet" href="style.css" type="text/css"/> </head> <body> <div id="mainTitles"><h3>Code Examples for</h3><h2>Programming in Scala</h2></div> <p><a href="../index.html"> Return to chapter index </a></p> <h2>9 Control Abstraction</h2> <p><a href="../control-abstraction/transcript.txt"> Sample run of chapter's interpreter examples </a></p> <ul> <li>9.1 <a href="#sec1">Reducing code duplication</a></li> <li>9.2 <a href="#sec2">Simplifying client code</a></li> <li>9.3 <a href="#sec3">Currying</a></li> <li>9.4 <a href="#sec4">Writing new control structures</a></li> <li>9.5 <a href="#sec5">By-name parameters</a></li> <li>9.6 <a href="#sec6">Conclusion</a></li> </ul> <h3><a name="sec1"></a>9.1 Reducing code duplication</h3> <pre><hr> // In file <a href="../control-abstraction/Files1.scala">control-abstraction/Files1.scala</a> object FileMatcher { private def filesHere = (new java.io.File(".")).listFiles def filesEnding(query: String) = for (file &lt;- filesHere; if file.getName.endsWith(query)) yield file } <hr> // In file <a href="../control-abstraction/Files1.scala">control-abstraction/Files1.scala</a> def filesContaining(query: String) = for (file &lt;- filesHere; if file.getName.contains(query)) yield file <hr> // In file <a href="../control-abstraction/Files1.scala">control-abstraction/Files1.scala</a> def filesRegex(query: String) = for (file &lt;- filesHere; if file.getName.matches(query)) yield file <hr> def filesMatching(query: String, <em>method</em>) = for (file &lt;- filesHere; if file.getName.<em>method</em>(query)) yield file <hr> // In file <a href="../control-abstraction/Files2.scala">control-abstraction/Files2.scala</a> def filesMatching(query: String, matcher: (String, String) =&gt; Boolean) = { for (file &lt;- filesHere; if matcher(file.getName, query)) yield file } <hr> // In file <a href="../control-abstraction/Files2.scala">control-abstraction/Files2.scala</a> def filesEnding(query: String) = filesMatching(query, _.endsWith(_)) def filesContaining(query: String) = filesMatching(query, _.contains(_)) def filesRegex(query: String) = filesMatching(query, _.matches(_)) <hr> (fileName: String, query: String) =&gt; fileName.endsWith(query) <hr> // In file <a href="../control-abstraction/Files.scala">control-abstraction/Files.scala</a> object FileMatcher { private def filesHere = (new java.io.File(".")).listFiles private def filesMatching(matcher: String =&gt; Boolean) = for (file &lt;- filesHere; if matcher(file.getName)) yield file def filesEnding(query: String) = filesMatching(_.endsWith(query)) def filesContaining(query: String) = filesMatching(_.contains(query)) def filesRegex(query: String) = filesMatching(_.matches(query)) } <hr> </pre> <h3><a name="sec2"></a>9.2 Simplifying client code</h3> <pre><hr> def containsNeg(nums: List[Int]): Boolean = { var exists = false for (num &lt;- nums) if (num &lt; 0) exists = true exists } <hr> scala&gt; containsNeg(List(1, 2, 3, 4)) <span class="output"> res0: Boolean = false</span> scala&gt; containsNeg(List(1, 2, -3, 4)) <span class="output"> res1: Boolean = true</span> <hr> def containsNeg(nums: List[Int]) = nums.exists(_ &lt; 0) <hr> scala&gt; containsNeg(Nil) <span class="output"> res2: Boolean = false</span> scala&gt; containsNeg(List(0, -1, -2)) <span class="output"> res3: Boolean = true</span> <hr> def containsOdd(nums: List[Int]): Boolean = { var exists = false for (num &lt;- nums) if (num % 2 == 1) exists = true exists } <hr> def containsOdd(nums: List[Int]) = nums.exists(_ % 2 == 1) <hr> </pre> <h3><a name="sec3"></a>9.3 Currying</h3> <pre><hr> scala&gt; def plainOldSum(x: Int, y: Int) = x + y <span class="output"> plainOldSum: (Int,Int)Int</span> scala&gt; plainOldSum(1, 2) <span class="output"> res4: Int = 3</span> <hr> scala&gt; def curriedSum(x: Int)(y: Int) = x + y <span class="output"> curriedSum: (Int)(Int)Int</span> scala&gt; curriedSum(1)(2) <span class="output"> res5: Int = 3</span> <hr> scala&gt; def first(x: Int) = (y: Int) =&gt; x + y <span class="output"> first: (Int)(Int) =&gt; Int</span> <hr> scala&gt; val second = first(1) <span class="output"> second: (Int) =&gt; Int = &lt;function&gt;</span> <hr> scala&gt; second(2) <span class="output"> res6: Int = 3</span> <hr> scala&gt; val onePlus = curriedSum(1)_ <span class="output"> onePlus: (Int) =&gt; Int = &lt;function&gt;</span> <hr> scala&gt; onePlus(2) <span class="output"> res7: Int = 3</span> <hr> scala&gt; val twoPlus = curriedSum(2)_ <span class="output"> twoPlus: (Int) =&gt; Int = &lt;function&gt;</span> scala&gt; twoPlus(2) <span class="output"> res8: Int = 4</span> <hr> </pre> <h3><a name="sec4"></a>9.4 Writing new control structures</h3> <pre><hr> scala&gt; def twice(op: Double =&gt; Double, x: Double) = op(op(x)) <span class="output"> twice: ((Double) =&gt; Double,Double)Double</span> scala&gt; twice(_ + 1, 5) <span class="output"> res9: Double = 7.0</span> <hr> // In file <a href="../control-abstraction/WithPrintWriter1.scala">control-abstraction/WithPrintWriter1.scala</a> def withPrintWriter(file: File, op: PrintWriter =&gt; Unit) { val writer = new PrintWriter(file) try { op(writer) } finally { writer.close() } } <hr> // In file <a href="../control-abstraction/WithPrintWriter1.scala">control-abstraction/WithPrintWriter1.scala</a> withPrintWriter( new File("date.txt"), writer =&gt; writer.println(new java.util.Date) ) <hr> scala&gt; println("Hello, world!") <span class="output"> Hello, world!</span> <hr> scala&gt; println { "Hello, world!" } <span class="output"> Hello, world!</span> <hr> scala&gt; val g = "Hello, world!" <span class="output"> g: java.lang.String = Hello, world!</span> scala&gt; g.substring { 7, 9 } <span class="output"> &lt;console&gt;:1: error: ';' expected but ',' found.</span> <span class="output"> g.substring { 7, 9 }</span> <span class="output"> ^</span> <hr> scala&gt; g.substring(7, 9) <span class="output"> res12: java.lang.String = wo</span> <hr> // In file <a href="../control-abstraction/WithPrintWriter2.scala">control-abstraction/WithPrintWriter2.scala</a> def withPrintWriter(file: File)(op: PrintWriter =&gt; Unit) { val writer = new PrintWriter(file) try { op(writer) } finally { writer.close() } } <hr> // In file <a href="../control-abstraction/WithPrintWriter2.scala">control-abstraction/WithPrintWriter2.scala</a> val file = new File("date.txt") withPrintWriter(file) { writer =&gt; writer.println(new java.util.Date) } <hr> </pre> <h3><a name="sec5"></a>9.5 By-name parameters</h3> <pre><hr> withPrintWriter(file) { writer =&gt; writer.println(new java.util.Date) } <hr> // In file <a href="../control-abstraction/Assert.scala">control-abstraction/Assert.scala</a> var assertionsEnabled = true def myAssert(predicate: () =&gt; Boolean) = if (assertionsEnabled &amp;&amp; !predicate()) throw new AssertionError <hr> myAssert(() =&gt; 5 &gt; 3) <hr> myAssert(5 &gt; 3) // Won't work, because missing () =&gt; <hr> // In file <a href="../control-abstraction/Assert.scala">control-abstraction/Assert.scala</a> def byNameAssert(predicate: =&gt; Boolean) = if (assertionsEnabled &amp;&amp; !predicate) throw new AssertionError <hr> byNameAssert(5 &gt; 3) <hr> def boolAssert(predicate: Boolean) = if (assertionsEnabled &amp;&amp; !predicate) throw new AssertionError <hr> boolAssert(5 &gt; 3) <hr> scala&gt; var assertionsEnabled = false <span class="output"> assertionsEnabled: Boolean = false</span> scala&gt; boolAssert(x / 0 == 0) <span class="output"> java.lang.ArithmeticException: / by zero</span> <span class="output"> at .&lt;init&gt;(&lt;console&gt;:8)</span> <span class="output"> at .&lt;clinit&gt;(&lt;console&gt;)</span> <span class="output"> at RequestResult$.&lt;init&gt;(&lt;console&gt;:3)</span> <span class="output"> at RequestResult$.&lt;clinit&gt;(&lt;console&gt;)...</span> <hr> scala&gt; byNameAssert(x / 0 == 0) <hr> </pre> <h3><a name="sec6"></a>9.6 Conclusion</h3> <table> <tr valign="top"> <td> <div id="moreinfo"> <p> For more information about <em>Programming in Scala</em> (the "Stairway Book"), please visit: </p> <p> <a href="http://www.artima.com/shop/programming_in_scala">http://www.artima.com/shop/programming_in_scala</a> </p> <p> and: </p> <p> <a href="http://booksites.artima.com/programming_in_scala">http://booksites.artima.com/programming_in_scala</a> </p> </div> </td> <td> <div id="license"> <p> Copyright &copy; 2007-2008 Artima, Inc. All rights reserved. </p> <p> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at </p> <p style="margin-left: 20px"> <a href="http://www.apache.org/licenses/LICENSE-2.0"> http://www.apache.org/licenses/LICENSE-2.0 </a> </p> <p> Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. </p> </div> </td> </tr> </table> </body> </html>
2.3.0.Final/apidocs/org/wildfly/swarm/config/management/access/constraint/sensitivity_classification/type/class-use/ClassificationSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!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_151) on Wed Jan 16 11:48:24 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.management.access.constraint.sensitivity_classification.type.ClassificationSupplier (BOM: * : All 2.3.0.Final API)</title> <meta name="date" content="2019-01-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 Interface org.wildfly.swarm.config.management.access.constraint.sensitivity_classification.type.ClassificationSupplier (BOM: * : All 2.3.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../../../org/wildfly/swarm/config/management/access/constraint/sensitivity_classification/type/ClassificationSupplier.html" title="interface in org.wildfly.swarm.config.management.access.constraint.sensitivity_classification.type">Class</a></li> <li class="navBarCell1Rev">Use</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 class="aboutLanguage">Thorntail API, 2.3.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../../../index.html?org/wildfly/swarm/config/management/access/constraint/sensitivity_classification/type/class-use/ClassificationSupplier.html" target="_top">Frames</a></li> <li><a href="ClassificationSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.management.access.constraint.sensitivity_classification.type.ClassificationSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.management.access.constraint.sensitivity_classification.type.ClassificationSupplier</h2> </div> <div class="classUseContainer">No usage of org.wildfly.swarm.config.management.access.constraint.sensitivity_classification.type.ClassificationSupplier</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/wildfly/swarm/config/management/access/constraint/sensitivity_classification/type/ClassificationSupplier.html" title="interface in org.wildfly.swarm.config.management.access.constraint.sensitivity_classification.type">Class</a></li> <li class="navBarCell1Rev">Use</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 class="aboutLanguage">Thorntail API, 2.3.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../../../index.html?org/wildfly/swarm/config/management/access/constraint/sensitivity_classification/type/class-use/ClassificationSupplier.html" target="_top">Frames</a></li> <li><a href="ClassificationSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
WebContent/pages/专题_程序编写.html
ericzong/OracleNotes
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="author" content="Eric Zong"> <title>程序编写</title> <link type="text/css" rel="stylesheet" href="../css/common.css" /> <link type="text/css" rel="stylesheet" href="../css/print.css" media="print" /> <link type="text/css" rel="stylesheet" href="../css/title.css" /> <link type="text/css" rel="stylesheet" href="../css/tree.css" /> <link type="text/css" rel="stylesheet" href="../css/highlight.css" /> <script type="text/javascript" src="../js/title.js"></script> <script type="text/javascript" src="../js/highlight.pack.js"></script> <script type="text/javascript">hljs.initHighlightingOnLoad();</script> </head> <body> <h1>概述</h1> <h1>语法</h1> <h2>变量和常量</h2> <p>用户使用的所有变量和常量都必须在程序块中的声明部分定义。</p> <p>在声明变量时,可以使用 default 关键字和 not null 属性,表示变量不允许空。</p> <p>变量和常量作用域是用户能够引用变量名称标识符的程序块。</p> <p class="next">使用 %type 和 %rowtype 的原因:</p> <ul class="last"> <li>不需要在声明变量时知道数据类型</li> <li>如果正在引用的变量的数据类型发生改变,用户 %type 和 %rowtype 变量也会在运行时改变,而不必重新声明变量</li> </ul> <p class="next">定义记录类型</p> <pre class="code"><code> type record_name is record ( field_declaration, ... );</code></pre> <h2>语句块</h2> <p>条件是可以取值为 true、false 或 null 的表达式。如果条件取值为 null,将产生异常。</p> <p>程序块如果什么都不做可以用 null 关键字表示。在 PL/SQL 代码的可执行部分中,如无包括 null 关键字或其它可执行内容,则将会导致编译错误的发生。</p> <h1>控制</h1> <h2>循环</h2> <p>循环是一种程序控制结构,可以使用它来遍历一系列 PL/SQL 语句,并且在 0 次和无限次之间执行这些语句。</p> <p>最基本的循环称为无限制循环。loop ... end loop</p> <p>无限制是指如果没有 exit 语句,循环将一直运行下去。</p> <p class="next">退出循环的方式:</p> <ol class="last"> <li>通过判断来决定是否退出循环</li> <li>使用 exit when 语句</li> </ol> <p>while 循环:while ... loop ... end loop</p> <h1>事务</h1> <h2>子事务自治</h2> <pre class="code"><code> -- 子程序自治事务 pragma autonomous_transaction; -- 示例 create or replace procedure sub_block is pragma autonomous_transaction; begin ...</code></pre> <h1>动态 SQL</h1> <h2>绑定变量</h2> <h3>into/using 绑定</h3> <p>绑定变量需要使用 into、using 关键字。into 用于为输出参数赋值;using 指定输入参数,SQL 字符串中用“:name”引用。</p> <pre class="code"><code> set serveroutput on; declare incoming date:=sysdate-10; outgoing int; begin execute immediate 'select count(*) from user_objects where created > :incoming' into outgoing using incoming; dbms_output.put_line('count is:' || outgoing); end; </code></pre> <p>into 绑定的输出参数类型应该与 SQL 中的选择列表中的数据类型一一对应。</p> <p>使用 using 绑定输入参数的好处之一便是不用进行繁琐的类型转换操作。</p> <h3>游标绑定</h3> <pre class="code"><code> declare v_cursor number; --定义游标 v_string varchar2(4000); v_row number; begin v_string := 'insert into t_object(a) select count(*) from user_objects where created > :incoming'; v_cursor:=dbms_sql.open_cursor;--打开处理游标 dbms_sql.parse(v_cursor,v_string,dbms_sql.native);--解释语句 dbms_sql.bind_variable(v_cursor,':incoming',sysdate-30); --给变量赋值 v_row := dbms_sql.execute(v_cursor);--执行语句 dbms_sql.close_cursor(v_cursor);--关闭游标 --dbms_output.put_line(v_row); commit; exception when others then dbms_sql.close_cursor(v_cursor); --关闭游标 rollback; end; </code></pre> <h1>函数</h1> <h2>可变数组</h2> <p>通常,使用嵌套表来实现可变数组。</p> <p>比如要实现一个字符串数组。</p> <p>先声明一个数据记录对象类型,用以存储行数据。</p> <pre class="code"><code> create or replace type stringobject as object ( X_ number, Y_ varchar2(4000) )</code></pre> <p>再声明对应的嵌套表类型,作为数组类型。</p> <pre class="code"><code> create or replace type stringarray as table of stringobject;</code></pre> <p>stringarray 即为定义的数组类型了,其中 X_ 代表索引,Y_ 代表字符串元素。</p> <p>最常见的操作便是:定义一个函数,将指定分隔符分隔的字符串分解为字符串数组。下面以管道方式编写该操作函数。</p> <pre class="code"><code> create or replace function split(p_string varchar2, p_seperator varchar2 default ',', p_null_value varchar2 default ' ') return stringarray pipelined as r_array stringobject := stringobject(null, null); v_idx integer; v_no integer := 1; v_str varchar2(4000) := p_string; v_seperator_length integer := length(p_seperator); begin if instr(v_str, p_seperator, 1, 1) = 1 then v_str := p_null_value || v_str; end if; if instr(v_str, p_seperator, -1, 1) + v_seperator_length - 1 = length(v_str) then v_str := v_str || p_null_value; end if; loop v_idx := instr(v_str, p_seperator); exit when v_idx = 0; r_array.x_ := v_no; r_array.y_ := substr(v_str, 1, v_idx - 1); v_str := substr(v_str, v_idx + v_seperator_length); pipe row(r_array); v_no := v_no + 1; end loop; r_array.x_ := v_no; r_array.y_ := v_str; pipe row(r_array); return; end split;</code></pre> <div class="ext"> 注意:以管道方式定义的函数是以“pipelined as”开始声明部分的,而非“is”; 并使用“pipe row()”输出行数据;最后只以“return”结束,而不指定返回的值。 </div> <p>利用该函数我们可以使用如下查询语句将字符串分解为数组。</p> <pre class="code"><code> SELECT * FROM TABLE(SPLIT('TOTAL;BIN0;BIN1;BIN2', ';'));</code></pre> <p>这将得到如下的结果:</p> <table> <tr> <th>X_</th> <th>Y_</th> </tr> <tr> <td>1</td> <td>TOTAL</td> </tr> <tr> <td>2</td> <td>BIN0</td> </tr> <tr> <td>3</td> <td>BIN1</td> </tr> <tr> <td>4</td> <td>BIN2</td> </tr> </table> <p>需要注意的是,这种使用管道定义的函数被称为“表函数(table function)”,可以被用于查询中, 但不能用于 PL/SQL 程序中,即 PL/SQL 程序中不能将该函数的返回值赋值给数组变量。</p> <pre class="code"><code> v_strs := SPLIT('TOTAL;BIN0;BIN1;BIN2', ';'); -- 这行代码会引起编译错误</code></pre> <p>如果需要在 PL/SQL 程序中使用该种函数,则应在“select into”中使用,或者干脆不要使用管道方式定义。</p> <pre class="code"><code> CREATE OR REPLACE FUNCTION splitstr(p_string varchar2, p_seperator varchar2 default ',', p_null_value varchar2 default ' ') RETURN stringarray IS v_idx integer; v_str varchar2(4000) := p_string; v_seperator_length integer := length(p_seperator); v_strs stringarray := stringarray(); BEGIN if instr(v_str, p_seperator, 1, 1) = 1 then v_str := p_null_value || v_str; end if; if instr(v_str, p_seperator, -1, 1) + v_seperator_length - 1 = length(v_str) then v_str := v_str || p_null_value; end if; loop v_idx := instr(v_str, p_seperator); exit when v_idx = 0; v_strs.extend; v_strs(v_strs.count) := stringobject(v_strs.count, substr(v_str, 1, v_idx - 1)); v_str := substr(v_str, v_idx + v_seperator_length); end loop; v_strs.extend; v_strs(v_strs.count) := stringobject(v_strs.count, v_str); RETURN v_strs; END splitstr;</code></pre> <div class="ext"> 注意:数组对象的声明;行的扩展;行数据的构造等。 </div> <h1>附录</h1> <p>查询 PL/SQL 和 SQL 中的保留字清单:help reserved words</p> </body> </html>
help/help/src/sakai_screensteps_resourcesInstructorGuide/How-do-I-hide-files-and-folders-.html
harfalm/Sakai-10.1
<!DOCTYPE html> <html lang="en"> <head> <title>How do I hide files and folders?</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="sakai.resources" name="description"> <meta content="" name="search"> <link href="/library/skin/tool_base.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/skin/neo-default/tool.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/skin/neo-default/help.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/js/jquery/featherlight/0.4.0/featherlight.min.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <script src="/library/js/jquery/jquery-1.9.1.min.js" type="text/javascript" charset="utf-8"></script><script src="/library/js/jquery/featherlight/0.4.0/featherlight.min.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("a[rel^='featherlight']").featherlight({ type: { image:true }, closeOnClick: 'anywhere' }); }); </script> </head> <body> <div id="wrapper"> <div id="article-content"> <div id="article-header"> <h1 class="article-title">How do I hide files and folders?</h1> </div> <div id="steps-container"> <div id="step-1171" class="step-container"> <h2 class="step-title">Go to Resources.</h2> <div class="step-instructions"><p>Select the <strong>Resources</strong> tool from the Tool Menu of your site.</p></div> </div> <div class="clear"></div> <div id="step-1172" class="step-container"> <h2 class="step-title">Method 1: Select the file(s) or folder(s), then click Hide.</h2> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-hide-files-and-folders-/Method-1--Select-the-file-s--or-folder-s---then-click-Hide.png" width="584" height="318" class="step-image" alt="Method 1: Select the file(s) or folder(s), then click Hide."> </div> <div class="step-instructions"><p>This displays the Hide Items Confirmation page.</p></div> </div> <div class="clear"></div> <div id="step-1173" class="step-container"> <h3 class="step-title">Confirm action by clicking Hide again.</h3> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-hide-files-and-folders-/Confirm-action-by-clicking-Hide-again.png" width="329" height="240" class="step-image" alt="Confirm action by clicking Hide again."> </div> </div> <div class="clear"></div> <div id="step-1174" class="step-container"> <h3 class="step-title">Items are hidden. </h3> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-hide-files-and-folders-/Items-are-hidden-.png" width="565" height="216" class="step-image" alt="Items are hidden. "> </div> <div class="step-instructions"> <p>This returns the display to the Resources page with the selected items hidden. </p> <p><em>Notes: </em></p> <ul> <li><em>Instructors see hidden Resource items as grayed out.</em></li> <li><em>If you hide a folder, all of the files within the folder are automatically hidden.</em></li> </ul> </div> </div> <div class="clear"></div> <div id="step-1175" class="step-container"> <h2 class="step-title">Method 2: Click Actions, then Edit Details.</h2> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-hide-files-and-folders-/Method-2--Click-Actions--then-Edit-Details.png" width="554" height="399" class="step-image" alt="Method 2: Click Actions, then Edit Details."> </div> <div class="step-instructions"> <p> To hide a file or folder, to the right of the file or folder, from the <strong>Actions</strong> drop-down menu, select <strong>Edit Details</strong>.</p> <p>This displays the Edit Details page for the item.</p> </div> </div> <div class="clear"></div> <div id="step-1176" class="step-container"> <h3 class="step-title">Hide item and Update.</h3> <div class="step-image-container step-image-fullsize"> <img src="/library/image/help/en/How-do-I-hide-files-and-folders-/Hide-item-and-Update-sm.png" width="640" height="323" class="step-image" alt="Hide item and Update."><div class="step-image-caption"> <a href="/library/image/help/en/How-do-I-hide-files-and-folders-/Hide-item-and-Update.png" rel="featherlight" target="_blank">Zoom</a> </div> </div> <div class="step-instructions"><p>Under <strong>Availability and Access</strong>, select <strong>Hide this item</strong>, then click <strong>Update</strong>.</p></div> </div> <div class="clear"></div> <div id="step-1177" class="step-container"> <h3 class="step-title">Item is hidden.</h3> <div class="step-image-container"> <img src="/library/image/help/en/How-do-I-hide-files-and-folders-/Item-is-hidden.png" width="565" height="222" class="step-image" alt="Item is hidden."> </div> <div class="step-instructions"> <p>This returns the display to the Resources page with the selected item hidden. </p> <p><em>Notes: </em></p> <ul> <li><em>Instructors see hidden Resource items as grayed out.</em></li> <li><em>If you hide a folder, all of the files within the folder are automatically hidden.</em></li> </ul> </div> </div> <div class="clear"></div> </div> </div> </div> </body> </html>
docs/reference/tbl_change_db.html
rstudio/sparklyr
<!-- 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>Use specific database — tbl_change_db • sparklyr</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="Use specific database — tbl_change_db" /> <meta property="og:description" content="Use specific database" /> <!-- 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">sparklyr</a> <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.5.2</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> <a href="../news/index.html">Changelog</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="https://github.com/sparklyr/sparklyr/"> <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>Use specific database</h1> <small class="dont-index">Source: <a href='https://github.com/sparklyr/sparklyr/blob/master/R/tables_spark.R'><code>R/tables_spark.R</code></a></small> <div class="hidden name"><code>tbl_change_db.Rd</code></div> </div> <div class="ref-description"> <p>Use specific database</p> </div> <pre class="usage"><span class='fu'>tbl_change_db</span><span class='op'>(</span><span class='va'>sc</span>, <span class='va'>name</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>sc</th> <td><p>A <code>spark_connection</code>.</p></td> </tr> <tr> <th>name</th> <td><p>The database name.</p></td> </tr> </table> </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 Javier Luraschi, Kevin Kuo, Kevin Ushey, JJ Allaire, Hossein Falaki, Lu Wang, Andy Zhang, Yitao Li, The Apache Software Foundation.</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>
src/pages/vulnerablelibraries/index.html
google/firing-range
<!DOCTYPE html> <html> <head> <title>Firing Range - vulnerable libraries</title> </head> <body> <div class="intro"> <p> Tests linked here cover vulnerable versions of libraries. In general the tests will try to highlight a bad behavior so that the detection strategy can also be heuristic rather than signature based. </p> </div> <h2>JavaScript libraries</h2> <div class="test"> <p> These tests cover different javascript libraries.</p> <ul> <li><a href="/vulnerablelibraries/jquery.html">JQuery 1.8.1</a></li> </ul> </div> </body> </html>
lib/apache-jena-2.10.1/javadoc-arq/com/hp/hpl/jena/sparql/expr/aggregate/class-use/AggCount.html
chinhnc/floodlight
<!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_21) on Sat May 11 22:08:47 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.hp.hpl.jena.sparql.expr.aggregate.AggCount (Apache Jena ARQ)</title> <meta name="date" content="2013-05-11"> <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 com.hp.hpl.jena.sparql.expr.aggregate.AggCount (Apache Jena ARQ)"; } //--> </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="../../../../../../../../com/hp/hpl/jena/sparql/expr/aggregate/AggCount.html" title="class in com.hp.hpl.jena.sparql.expr.aggregate">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?com/hp/hpl/jena/sparql/expr/aggregate/class-use/AggCount.html" target="_top">Frames</a></li> <li><a href="AggCount.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 com.hp.hpl.jena.sparql.expr.aggregate.AggCount" class="title">Uses of Class<br>com.hp.hpl.jena.sparql.expr.aggregate.AggCount</h2> </div> <div class="classUseContainer">No usage of com.hp.hpl.jena.sparql.expr.aggregate.AggCount</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="../../../../../../../../com/hp/hpl/jena/sparql/expr/aggregate/AggCount.html" title="class in com.hp.hpl.jena.sparql.expr.aggregate">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?com/hp/hpl/jena/sparql/expr/aggregate/class-use/AggCount.html" target="_top">Frames</a></li> <li><a href="AggCount.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>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
docs/javadoc/de/uni_mannheim/informatik/dws/winter/webtables/parsers/package-summary.html
olehmberg/winter
<!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_162) on Tue Oct 02 11:58:25 CEST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>de.uni_mannheim.informatik.dws.winter.webtables.parsers (WInte.r 1.3 API)</title> <meta name="date" content="2018-10-02"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="de.uni_mannheim.informatik.dws.winter.webtables.parsers (WInte.r 1.3 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 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-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="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/lod/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/specialised/uri/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?de/uni_mannheim/informatik/dws/winter/webtables/parsers/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;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&nbsp;de.uni_mannheim.informatik.dws.winter.webtables.parsers</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/StringNormalizer.html" title="interface in de.uni_mannheim.informatik.dws.winter.webtables.parsers">StringNormalizer</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</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="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/CsvTableParser.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">CsvTableParser</a></td> <td class="colLast"> <div class="block">Loads a Web Table in the CSV format.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/DynamicStringNormalizer.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">DynamicStringNormalizer</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/JsonTableMapping.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">JsonTableMapping</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/JsonTableParser.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">JsonTableParser</a></td> <td class="colLast"> <div class="block">Loads a Web Table in the JSON format.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/JsonTableSchema.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">JsonTableSchema</a></td> <td class="colLast"> <div class="block">Represents the JSON schema of the Web Table data.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/JsonTableSchema.Dependency.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">JsonTableSchema.Dependency</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/JsonTableWithMappingSchema.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">JsonTableWithMappingSchema</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/LodCsvTableParser.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">LodCsvTableParser</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/RdfTableParser.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">RdfTableParser</a></td> <td class="colLast"> <div class="block">A parser that loads the result of a SPARQL query executed against an RDF document as table</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/TableFactory.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">TableFactory</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/TableParser.html" title="class in de.uni_mannheim.informatik.dws.winter.webtables.parsers">TableParser</a></td> <td class="colLast"> <div class="block">Load a Web Table in the CSV and JSON format.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> <caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Enum</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/JsonTableSchema.HeaderPosition.html" title="enum in de.uni_mannheim.informatik.dws.winter.webtables.parsers">JsonTableSchema.HeaderPosition</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/JsonTableSchema.TableOrientation.html" title="enum in de.uni_mannheim.informatik.dws.winter.webtables.parsers">JsonTableSchema.TableOrientation</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/JsonTableSchema.TableType.html" title="enum in de.uni_mannheim.informatik.dws.winter.webtables.parsers">JsonTableSchema.TableType</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li 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-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="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/lod/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../../../de/uni_mannheim/informatik/dws/winter/webtables/parsers/specialised/uri/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?de/uni_mannheim/informatik/dws/winter/webtables/parsers/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 2018. All rights reserved.</small></p> </body> </html>
SurveyServer/app/views/info/InfoPageLayout.scala.html
digitalinteraction/intake24-survey-frontend
@import _root_.info.PageNames @(title: String, body: Html, footer: Html, videoURL: String, gaTrackingCode: Option[String]) <!-- This file is part of Intake24. © Crown copyright, 2012, 2013, 2014. This software is licensed under the Open Government Licence 3.0: http://www.nationalarchives.gov.uk/doc/open-government-licence/ --> @linkToContent(url: Call) = @{ url.withFragment("content") } <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="Intake24 is a web-based 24 hour dietary recall system" /> <meta name="keywords" content="intake24, diet, dietary, recall, nutrition, calories, food, 24 hour, twenty four hour" /> <meta name="author" content="Digital Interaction Group, Culture Lab, Newcastle University" /> <link rel="stylesheet" href="@routes.Assets.at("lib/bootstrap/css/bootstrap.css")"/> <link rel="stylesheet" href="@routes.Assets.at("stylesheets/main.css")" /> <title>Intake24 | @title</title> </head> <body> <nav class="navbar 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"> Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="@linkToContent(routes.Information.landing())">Intake24</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a href="@linkToContent(routes.Information.recall())">@PageNames.recall</a></li> <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Features <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="@linkToContent(routes.Information.features())">@PageNames.features</a></li> <li><a href="@linkToContent(routes.Information.openSource())">@PageNames.openSource</a></li> <li><a href="@linkToContent(routes.Information.output())">@PageNames.output</a></li> <li><a href="@linkToContent(routes.Information.validation())">@PageNames.validation</a></li> <li><a href="@linkToContent(routes.Information.localisation())">@PageNames.localisation</a></li> </ul> <li><a href="@linkToContent(routes.Information.feedback())">@PageNames.feedback</a></li> <li><a href="@linkToContent(routes.Information.publications())">@PageNames.publications</a></li> <li><a href="@linkToContent(routes.Information.contacts())">@PageNames.contacts</a></li> </ul> </div> </div> </nav> <div class="jumbotron home-banner"> <div class="container"> <h1>Welcome to Intake24</h1> <p>Intake24 is an open-source self-completed computerised dietary recall system based on multiple-pass 24-hour recall. The online system offers similar data quality to interviewer-led recalls at a significantly lower cost.</p> <p> <a class="btn btn-success btn-lg" href="/surveys/demo?genUser" role="button">Try a demo &raquo;</a> <a class="btn btn-success btn-lg" href="@videoURL" role="button" target="_blank">Watch a video &raquo; </a> </p> </div> </div> <div id="content" class="container"> @body <hr> <footer> @footer </footer> </div> <script src="@routes.Assets.at("lib/jquery/jquery.min.js")"></script> <script src="@routes.Assets.at("lib/bootstrap/js/bootstrap.js")"></script> <!-- analytics --> @if(gaTrackingCode.isDefined) { <script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); ga('create', '@{gaTrackingCode.get}', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview', location.pathname); </script> } </body> </html>
docs/nalgebra/core/alias/type.Matrix2x6.html
nitro-devs/nitro-game-engine
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../nalgebra/core/type.Matrix2x6.html"> </head> <body> <p>Redirecting to <a href="../../../nalgebra/core/type.Matrix2x6.html">../../../nalgebra/core/type.Matrix2x6.html</a>...</p> <script>location.replace("../../../nalgebra/core/type.Matrix2x6.html" + location.search + location.hash);</script> </body> </html>
docs/site/core/apidocs/io/doov/core/serial/adapter/CodeValuableEnumTypeAdapter.html
lesfurets/dOOv
<!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-adoptopenjdk) on Tue Aug 07 14:38:46 CEST 2018 --> <title>CodeValuableEnumTypeAdapter (doov-core 2.1.0 API)</title> <meta name="date" content="2018-08-07"> <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="CodeValuableEnumTypeAdapter (doov-core 2.1.0 API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":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="../../../../../io/doov/core/serial/adapter/CharacterTypeAdapter.html" title="class in io.doov.core.serial.adapter"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../io/doov/core/serial/adapter/DateTypeAdapter.html" title="class in io.doov.core.serial.adapter"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?io/doov/core/serial/adapter/CodeValuableEnumTypeAdapter.html" target="_top">Frames</a></li> <li><a href="CodeValuableEnumTypeAdapter.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">io.doov.core.serial.adapter</div> <h2 title="Class CodeValuableEnumTypeAdapter" class="title">Class CodeValuableEnumTypeAdapter</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>io.doov.core.serial.adapter.CodeValuableEnumTypeAdapter</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../io/doov/core/serial/TypeAdapter.html" title="interface in io.doov.core.serial">TypeAdapter</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">CodeValuableEnumTypeAdapter</span> extends java.lang.Object implements <a href="../../../../../io/doov/core/serial/TypeAdapter.html" title="interface in io.doov.core.serial">TypeAdapter</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../io/doov/core/serial/adapter/CodeValuableEnumTypeAdapter.html#CodeValuableEnumTypeAdapter--">CodeValuableEnumTypeAdapter</a></span>()</code>&nbsp;</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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="../../../../../io/doov/core/serial/adapter/CodeValuableEnumTypeAdapter.html#accept-io.doov.core.FieldInfo-">accept</a></span>(<a href="../../../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&nbsp;info)</code> <div class="block">Called before <a href="../../../../../io/doov/core/serial/TypeAdapter.html#fromString-io.doov.core.FieldInfo-java.lang.String-"><code>TypeAdapter.fromString(FieldInfo, String)</code></a></div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../io/doov/core/serial/adapter/CodeValuableEnumTypeAdapter.html#accept-java.lang.Object-">accept</a></span>(java.lang.Object&nbsp;value)</code> <div class="block">Called before <a href="../../../../../io/doov/core/serial/TypeAdapter.html#toString-java.lang.Object-"><code>TypeAdapter.toString(Object)</code></a></div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../io/doov/core/serial/adapter/CodeValuableEnumTypeAdapter.html#fromString-io.doov.core.FieldInfo-java.lang.String-">fromString</a></span>(<a href="../../../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&nbsp;info, java.lang.String&nbsp;value)</code> <div class="block">Deserialize</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../io/doov/core/serial/adapter/CodeValuableEnumTypeAdapter.html#toString-java.lang.Object-">toString</a></span>(java.lang.Object&nbsp;value)</code> <div class="block">Serialize</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, 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="CodeValuableEnumTypeAdapter--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CodeValuableEnumTypeAdapter</h4> <pre>public&nbsp;CodeValuableEnumTypeAdapter()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="accept-io.doov.core.FieldInfo-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>public&nbsp;boolean&nbsp;accept(<a href="../../../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&nbsp;info)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../io/doov/core/serial/TypeAdapter.html#accept-io.doov.core.FieldInfo-">TypeAdapter</a></code></span></div> <div class="block">Called before <a href="../../../../../io/doov/core/serial/TypeAdapter.html#fromString-io.doov.core.FieldInfo-java.lang.String-"><code>TypeAdapter.fromString(FieldInfo, String)</code></a></div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../io/doov/core/serial/TypeAdapter.html#accept-io.doov.core.FieldInfo-">accept</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../io/doov/core/serial/TypeAdapter.html" title="interface in io.doov.core.serial">TypeAdapter</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>info</code> - field info</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true if this type adapter accepts to deserialize this field</dd> </dl> </li> </ul> <a name="accept-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>public&nbsp;boolean&nbsp;accept(java.lang.Object&nbsp;value)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../io/doov/core/serial/TypeAdapter.html#accept-java.lang.Object-">TypeAdapter</a></code></span></div> <div class="block">Called before <a href="../../../../../io/doov/core/serial/TypeAdapter.html#toString-java.lang.Object-"><code>TypeAdapter.toString(Object)</code></a></div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../io/doov/core/serial/TypeAdapter.html#accept-java.lang.Object-">accept</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../io/doov/core/serial/TypeAdapter.html" title="interface in io.doov.core.serial">TypeAdapter</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>value</code> - value</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true if this type adapter accepts to serialize this object</dd> </dl> </li> </ul> <a name="toString-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString(java.lang.Object&nbsp;value)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../io/doov/core/serial/TypeAdapter.html#toString-java.lang.Object-">TypeAdapter</a></code></span></div> <div class="block">Serialize</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../io/doov/core/serial/TypeAdapter.html#toString-java.lang.Object-">toString</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../io/doov/core/serial/TypeAdapter.html" title="interface in io.doov.core.serial">TypeAdapter</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>value</code> - object</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>string representation of the object</dd> </dl> </li> </ul> <a name="fromString-io.doov.core.FieldInfo-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>fromString</h4> <pre>public&nbsp;java.lang.Object&nbsp;fromString(<a href="../../../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&nbsp;info, java.lang.String&nbsp;value)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../io/doov/core/serial/TypeAdapter.html#fromString-io.doov.core.FieldInfo-java.lang.String-">TypeAdapter</a></code></span></div> <div class="block">Deserialize</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../io/doov/core/serial/TypeAdapter.html#fromString-io.doov.core.FieldInfo-java.lang.String-">fromString</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../io/doov/core/serial/TypeAdapter.html" title="interface in io.doov.core.serial">TypeAdapter</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>info</code> - field info</dd> <dd><code>value</code> - string value</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>object value</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <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="../../../../../io/doov/core/serial/adapter/CharacterTypeAdapter.html" title="class in io.doov.core.serial.adapter"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../io/doov/core/serial/adapter/DateTypeAdapter.html" title="class in io.doov.core.serial.adapter"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?io/doov/core/serial/adapter/CodeValuableEnumTypeAdapter.html" target="_top">Frames</a></li> <li><a href="CodeValuableEnumTypeAdapter.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
5_dev_tools/scriptcase/PHPTrn/_lib/css/_menuTheme/scriptcase_Android_Dark_hor_LTR.css
oprohonnyi/php_trn
ul#css3menu1,ul#css3menu1 ul{ margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;border-style:solid;border-color:#5f5f5f;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;} ul#css3menu1 ul{ display:none;position:absolute;left:0;top:100%;-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;background-color:#424542;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border-width:1px;border-color:#FFF;padding:0 10px 10px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;filter:alpha(opacity=100);} ul#css3menu1 li:hover>*{ display:block;} ul#css3menu1 li{ position:relative;display:block;white-space:nowrap;font-size:0;float:left;} ul#css3menu1 li:hover{ z-index:1;} ul#css3menu1 ul ul{ position:absolute;left:100%;top:0;} ul#css3menu1{ font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;padding:0; *display:inline;} * html ul#css3menu1 li a{ display:inline-block;} ul#css3menu1>li{ margin:0;} ul#css3menu1 a:active, ul#css3menu1 a:focus{ outline-style:none;} ul#css3menu1 a{ display:block;vertical-align:middle;text-align:left;text-decoration:none;font-weight:bold;font-style:none;font-size:14px;font-family:Trebuchet MS;color:#000000;text-shadow:#FFF 0 0 1px;cursor:pointer;padding:10px;background-color:#444444;background-image:url('../../img/theme_menu_mainbk_1.png');background-repeat:repeat;background-position:0 0;border-width:0 0 0 1px;border-style:solid;border-color:#C0C0C0;} ul#css3menu1 ul li{ float:none;margin:10px 0 0;} ul#css3menu1 ul a{ text-align:left;padding:4px;background-color:#424542;background-image:none;border-width:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font-weight:bold;font-style:none;font-size:13px;font-family:Tahoma;color:#ffffff;text-decoration:none;text-shadow:#FFF 0 0 0;} ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{ background-color:#444444;;border-color:#C0C0C0;border-style:solid;font-weight:bold;font-style:none;font-size:14px;font-family:Trebuchet MS;color:#ffffff;text-decoration:none;text-shadow:#FFF 0 0 0;background-image:url('../../img/theme_menu_mainbk_1.png');background-position:0 100px;} ul#css3menu1 span{ display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;} ul#css3menu1 ul span{ background-image:url('../../img/theme_menu_arrowsub_1.png');padding-right:12px;} ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{ background-color:#424542;background-image:none;font-weight:bold;font-style:none;font-size:13px;font-family:Tahoma;color:#f2b20e;text-decoration:none;} ul#css3menu1 li.topfirst>a{ border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1 li.toplast>a{ border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;} ul#css3menu1 img { border: none; vertical-align: middle; margin-right: 10px;} .scdisabledmain{ color:#808080 !important; } .scdisabledsub{ color:#808080 !important; } .scMenuHTableCssAlt{ background-image:url("/scriptcase/devel/conf/scriptcase/img/menu_img/theme_menu_mainbk_1.png");background-color:#333;background-repeat:repeat-x; }
pmd/pmd-doc-5.5.1/pmd-plsql/xref/net/sourceforge/pmd/lang/plsql/symboltable/MethodNameDeclaration.html
jasonwee/videoOnCloud
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>MethodNameDeclaration xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../apidocs/net/sourceforge/pmd/lang/plsql/symboltable/MethodNameDeclaration.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.htm" target="alexandria_uri">http://pmd.sourceforge.net/license.htm</a>l</em> <a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.lang.plsql.symboltable; <a class="jxr_linenumber" name="L5" href="#L5">5</a> <a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.util.logging.Level; <a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.util.logging.Logger; <a class="jxr_linenumber" name="L8" href="#L8">8</a> <a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.ast.Node; <a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.plsql.ast.ASTFormalParameter; <a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.plsql.ast.ASTFormalParameters; <a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.plsql.ast.ASTMethodDeclarator; <a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.plsql.ast.ASTTriggerTimingPointSection; <a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.plsql.ast.AbstractPLSQLNode; <a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration; <a class="jxr_linenumber" name="L16" href="#L16">16</a> <a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/symboltable/MethodNameDeclaration.html">MethodNameDeclaration</a> <strong class="jxr_keyword">extends</strong> AbstractNameDeclaration { <a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> Logger LOGGER = Logger.getLogger(MethodNameDeclaration.<strong class="jxr_keyword">class</strong>.getName()); <a class="jxr_linenumber" name="L19" href="#L19">19</a> <a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/symboltable/MethodNameDeclaration.html">MethodNameDeclaration</a>(<a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTMethodDeclarator.html">ASTMethodDeclarator</a> node) { <a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">super</strong>(node); <a class="jxr_linenumber" name="L22" href="#L22">22</a> } <a class="jxr_linenumber" name="L23" href="#L23">23</a> <a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * Treat a TimingPointSection within a Compound Trigger like a packaged</em> <a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> * FUNCTION or PROCEDURE. SRT</em> <a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> * @param node</em> <a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/symboltable/MethodNameDeclaration.html">MethodNameDeclaration</a>(<a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTTriggerTimingPointSection.html">ASTTriggerTimingPointSection</a> node) { <a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong class="jxr_keyword">super</strong>(node); <a class="jxr_linenumber" name="L32" href="#L32">32</a> } <a class="jxr_linenumber" name="L33" href="#L33">33</a> <a class="jxr_linenumber" name="L34" href="#L34">34</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getParameterCount() { <a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong class="jxr_keyword">return</strong> ((ASTMethodDeclarator) node).getParameterCount(); <a class="jxr_linenumber" name="L36" href="#L36">36</a> } <a class="jxr_linenumber" name="L37" href="#L37">37</a> <a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> * PL/SQL does not currently allow varargs outside the STANDARD package.</em> <a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_javadoccomment"> * @return false</em> <a class="jxr_linenumber" name="L42" href="#L42">42</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isVarargs() { <a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">return</strong> false; <a class="jxr_linenumber" name="L45" href="#L45">45</a> } <a class="jxr_linenumber" name="L46" href="#L46">46</a> <a class="jxr_linenumber" name="L47" href="#L47">47</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTMethodDeclarator.html">ASTMethodDeclarator</a> getMethodNameDeclaratorNode() { <a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">return</strong> (ASTMethodDeclarator) node; <a class="jxr_linenumber" name="L49" href="#L49">49</a> } <a class="jxr_linenumber" name="L50" href="#L50">50</a> <a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">public</strong> String getParameterDisplaySignature() { <a class="jxr_linenumber" name="L52" href="#L52">52</a> StringBuilder sb = <strong class="jxr_keyword">new</strong> StringBuilder(<span class="jxr_string">"("</span>); <a class="jxr_linenumber" name="L53" href="#L53">53</a> ASTFormalParameters params = (ASTFormalParameters) node.jjtGetChild(0); <a class="jxr_linenumber" name="L54" href="#L54">54</a> <em class="jxr_comment">// TODO - this can be optimized - add [0] then ,[n] in a loop.</em> <a class="jxr_linenumber" name="L55" href="#L55">55</a> <em class="jxr_comment">// no need to trim at the end</em> <a class="jxr_linenumber" name="L56" href="#L56">56</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; ((ASTMethodDeclarator) node).getParameterCount(); i++) { <a class="jxr_linenumber" name="L57" href="#L57">57</a> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTFormalParameter.html">ASTFormalParameter</a> p = (ASTFormalParameter) params.jjtGetChild(i); <a class="jxr_linenumber" name="L58" href="#L58">58</a> sb.append(p.getTypeNode().getTypeImage()); <a class="jxr_linenumber" name="L59" href="#L59">59</a> <em class="jxr_comment">// if (p.isVarargs()) {</em> <a class="jxr_linenumber" name="L60" href="#L60">60</a> <em class="jxr_comment">// sb.append("...");</em> <a class="jxr_linenumber" name="L61" href="#L61">61</a> <em class="jxr_comment">// }</em> <a class="jxr_linenumber" name="L62" href="#L62">62</a> sb.append(','); <a class="jxr_linenumber" name="L63" href="#L63">63</a> } <a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">if</strong> (sb.charAt(sb.length() - 1) == ',') { <a class="jxr_linenumber" name="L65" href="#L65">65</a> sb.deleteCharAt(sb.length() - 1); <a class="jxr_linenumber" name="L66" href="#L66">66</a> } <a class="jxr_linenumber" name="L67" href="#L67">67</a> sb.append(')'); <a class="jxr_linenumber" name="L68" href="#L68">68</a> <strong class="jxr_keyword">return</strong> sb.toString(); <a class="jxr_linenumber" name="L69" href="#L69">69</a> } <a class="jxr_linenumber" name="L70" href="#L70">70</a> <a class="jxr_linenumber" name="L71" href="#L71">71</a> @Override <a class="jxr_linenumber" name="L72" href="#L72">72</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> equals(Object o) { <a class="jxr_linenumber" name="L73" href="#L73">73</a> <strong class="jxr_keyword">if</strong> (!(o instanceof MethodNameDeclaration)) { <a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">return</strong> false; <a class="jxr_linenumber" name="L75" href="#L75">75</a> } <a class="jxr_linenumber" name="L76" href="#L76">76</a> <a class="jxr_linenumber" name="L77" href="#L77">77</a> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/symboltable/MethodNameDeclaration.html">MethodNameDeclaration</a> other = (MethodNameDeclaration) o; <a class="jxr_linenumber" name="L78" href="#L78">78</a> <a class="jxr_linenumber" name="L79" href="#L79">79</a> <em class="jxr_comment">// compare name</em> <a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">if</strong> (!other.node.getImage().equals(node.getImage())) { <a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">return</strong> false; <a class="jxr_linenumber" name="L82" href="#L82">82</a> } <a class="jxr_linenumber" name="L83" href="#L83">83</a> <a class="jxr_linenumber" name="L84" href="#L84">84</a> <em class="jxr_comment">// compare parameter count - this catches the case where there are no</em> <a class="jxr_linenumber" name="L85" href="#L85">85</a> <em class="jxr_comment">// params, too</em> <a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">if</strong> (((ASTMethodDeclarator) other.node).getParameterCount() != ((ASTMethodDeclarator) node).getParameterCount()) { <a class="jxr_linenumber" name="L87" href="#L87">87</a> <strong class="jxr_keyword">return</strong> false; <a class="jxr_linenumber" name="L88" href="#L88">88</a> } <a class="jxr_linenumber" name="L89" href="#L89">89</a> <a class="jxr_linenumber" name="L90" href="#L90">90</a> <em class="jxr_comment">// compare parameter types</em> <a class="jxr_linenumber" name="L91" href="#L91">91</a> <em class="jxr_comment">// SRT ASTFormalParameters myParams = (ASTFormalParameters)</em> <a class="jxr_linenumber" name="L92" href="#L92">92</a> <em class="jxr_comment">// node.jjtGetChild(0);</em> <a class="jxr_linenumber" name="L93" href="#L93">93</a> <em class="jxr_comment">// SRT ASTFormalParameters otherParams = (ASTFormalParameters)</em> <a class="jxr_linenumber" name="L94" href="#L94">94</a> <em class="jxr_comment">// other.node.jjtGetChild(0);</em> <a class="jxr_linenumber" name="L95" href="#L95">95</a> ASTFormalParameters myParams = node.getFirstDescendantOfType(ASTFormalParameters.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L96" href="#L96">96</a> ASTFormalParameters otherParams = other.node.getFirstDescendantOfType(ASTFormalParameters.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L97" href="#L97">97</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; ((ASTMethodDeclarator) node).getParameterCount(); i++) { <a class="jxr_linenumber" name="L98" href="#L98">98</a> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTFormalParameter.html">ASTFormalParameter</a> myParam = (ASTFormalParameter) myParams.jjtGetChild(i); <a class="jxr_linenumber" name="L99" href="#L99">99</a> <a href="../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTFormalParameter.html">ASTFormalParameter</a> otherParam = (ASTFormalParameter) otherParams.jjtGetChild(i); <a class="jxr_linenumber" name="L100" href="#L100">100</a> <a class="jxr_linenumber" name="L101" href="#L101">101</a> <em class="jxr_comment">// Compare vararg</em> <a class="jxr_linenumber" name="L102" href="#L102">102</a> <em class="jxr_comment">// if (myParam.isVarargs() != otherParam.isVarargs()) {</em> <a class="jxr_linenumber" name="L103" href="#L103">103</a> <em class="jxr_comment">// return false;</em> <a class="jxr_linenumber" name="L104" href="#L104">104</a> <em class="jxr_comment">// }</em> <a class="jxr_linenumber" name="L105" href="#L105">105</a> <a class="jxr_linenumber" name="L106" href="#L106">106</a> Node myTypeNode = myParam.getTypeNode().jjtGetChild(0); <a class="jxr_linenumber" name="L107" href="#L107">107</a> Node otherTypeNode = otherParam.getTypeNode().jjtGetChild(0); <a class="jxr_linenumber" name="L108" href="#L108">108</a> <a class="jxr_linenumber" name="L109" href="#L109">109</a> <em class="jxr_comment">// compare primitive vs reference type</em> <a class="jxr_linenumber" name="L110" href="#L110">110</a> <strong class="jxr_keyword">if</strong> (myTypeNode.getClass() != otherTypeNode.getClass()) { <a class="jxr_linenumber" name="L111" href="#L111">111</a> <strong class="jxr_keyword">return</strong> false; <a class="jxr_linenumber" name="L112" href="#L112">112</a> } <a class="jxr_linenumber" name="L113" href="#L113">113</a> <a class="jxr_linenumber" name="L114" href="#L114">114</a> <em class="jxr_comment">// simple comparison of type images</em> <a class="jxr_linenumber" name="L115" href="#L115">115</a> <em class="jxr_comment">// this can be fooled by one method using "String"</em> <a class="jxr_linenumber" name="L116" href="#L116">116</a> <em class="jxr_comment">// and the other method using "java.lang.String"</em> <a class="jxr_linenumber" name="L117" href="#L117">117</a> <em class="jxr_comment">// once we get real types in here that should get fixed</em> <a class="jxr_linenumber" name="L118" href="#L118">118</a> String myTypeImg; <a class="jxr_linenumber" name="L119" href="#L119">119</a> String otherTypeImg; <a class="jxr_linenumber" name="L120" href="#L120">120</a> <em class="jxr_comment">// if (myTypeNode instanceof ASTPrimitiveType) {</em> <a class="jxr_linenumber" name="L121" href="#L121">121</a> <em class="jxr_comment">// myTypeImg = myTypeNode.getImage();</em> <a class="jxr_linenumber" name="L122" href="#L122">122</a> <em class="jxr_comment">// otherTypeImg = otherTypeNode.getImage();</em> <a class="jxr_linenumber" name="L123" href="#L123">123</a> <em class="jxr_comment">// } else {</em> <a class="jxr_linenumber" name="L124" href="#L124">124</a> myTypeImg = ((AbstractPLSQLNode) myTypeNode.jjtGetChild(0)).getImage(); <a class="jxr_linenumber" name="L125" href="#L125">125</a> otherTypeImg = ((AbstractPLSQLNode) otherTypeNode.jjtGetChild(0)).getImage(); <a class="jxr_linenumber" name="L126" href="#L126">126</a> <em class="jxr_comment">// }</em> <a class="jxr_linenumber" name="L127" href="#L127">127</a> <a class="jxr_linenumber" name="L128" href="#L128">128</a> <strong class="jxr_keyword">if</strong> (!myTypeImg.equals(otherTypeImg)) { <a class="jxr_linenumber" name="L129" href="#L129">129</a> <strong class="jxr_keyword">return</strong> false; <a class="jxr_linenumber" name="L130" href="#L130">130</a> } <a class="jxr_linenumber" name="L131" href="#L131">131</a> <a class="jxr_linenumber" name="L132" href="#L132">132</a> <em class="jxr_comment">// if type is ASTPrimitiveType and is an array, make sure the other</em> <a class="jxr_linenumber" name="L133" href="#L133">133</a> <em class="jxr_comment">// one is also</em> <a class="jxr_linenumber" name="L134" href="#L134">134</a> } <a class="jxr_linenumber" name="L135" href="#L135">135</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">true</strong>; <a class="jxr_linenumber" name="L136" href="#L136">136</a> } <a class="jxr_linenumber" name="L137" href="#L137">137</a> <a class="jxr_linenumber" name="L138" href="#L138">138</a> @Override <a class="jxr_linenumber" name="L139" href="#L139">139</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> hashCode() { <a class="jxr_linenumber" name="L140" href="#L140">140</a> <strong class="jxr_keyword">try</strong> { <a class="jxr_linenumber" name="L141" href="#L141">141</a> <strong class="jxr_keyword">return</strong> node.hashCode(); <em class="jxr_comment">// SRT node.getImage().hashCode() +</em> <a class="jxr_linenumber" name="L142" href="#L142">142</a> <em class="jxr_comment">// ((ASTMethodDeclarator)</em> <a class="jxr_linenumber" name="L143" href="#L143">143</a> <em class="jxr_comment">// node).getParameterCount();</em> <a class="jxr_linenumber" name="L144" href="#L144">144</a> } <strong class="jxr_keyword">catch</strong> (Exception e) { <a class="jxr_linenumber" name="L145" href="#L145">145</a> <strong class="jxr_keyword">if</strong> (LOGGER.isLoggable(Level.FINEST)) { <a class="jxr_linenumber" name="L146" href="#L146">146</a> LOGGER.finest(<span class="jxr_string">"MethodNameDeclaration problem for "</span> + node + <span class="jxr_string">" of class "</span> <a class="jxr_linenumber" name="L147" href="#L147">147</a> + node.getClass().getCanonicalName() + <span class="jxr_string">" =&gt; "</span> + node.getBeginLine() + <span class="jxr_string">"/"</span> <a class="jxr_linenumber" name="L148" href="#L148">148</a> + node.getBeginColumn()); <a class="jxr_linenumber" name="L149" href="#L149">149</a> } <a class="jxr_linenumber" name="L150" href="#L150">150</a> <em class="jxr_comment">// @TODO SRT restore the thrown exception - throw e;</em> <a class="jxr_linenumber" name="L151" href="#L151">151</a> <strong class="jxr_keyword">return</strong> 0; <a class="jxr_linenumber" name="L152" href="#L152">152</a> } <a class="jxr_linenumber" name="L153" href="#L153">153</a> } <a class="jxr_linenumber" name="L154" href="#L154">154</a> <a class="jxr_linenumber" name="L155" href="#L155">155</a> @Override <a class="jxr_linenumber" name="L156" href="#L156">156</a> <strong class="jxr_keyword">public</strong> String toString() { <a class="jxr_linenumber" name="L157" href="#L157">157</a> <em class="jxr_comment">// SRT return "Method " + node.getImage() + ", line " +</em> <a class="jxr_linenumber" name="L158" href="#L158">158</a> <em class="jxr_comment">// node.getBeginLine() + ", params = " + ((ASTMethodDeclarator)</em> <a class="jxr_linenumber" name="L159" href="#L159">159</a> <em class="jxr_comment">// node).getParameterCount();</em> <a class="jxr_linenumber" name="L160" href="#L160">160</a> <strong class="jxr_keyword">return</strong> node.toString(); <a class="jxr_linenumber" name="L161" href="#L161">161</a> } <a class="jxr_linenumber" name="L162" href="#L162">162</a> } </pre> <hr/> <div id="footer">Copyright &#169; 2002&#x2013;2016 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div> </body> </html>
ryu/app/network-data2/read_flow_stats.html
umkcdcrg01/ryu_openflow
<!DOCTYPE html> <meta charset="utf-8"> <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script> <style> body { font: 12px sans-serif; } #mdiv1, #mdiv2, #mdiv3, #mdiv4, #mdiv5, #mdivtest { padding: 5px; text-align: center; background-color: #e5eecc; border: solid 1px #c3c3c3; } #myDiv1, #myDiv2, #myDiv3, #myDiv4, #myDiv5, #test { padding: 50px; display: on; font: 28px sans-serif; } </style> <script> $(document).ready(function(){ $("#mdiv1").click(function(){ $("#myDiv1").slideToggle("slow"); }); $("#mdiv2").click(function(){ $("#myDiv2").slideToggle("slow"); }); $("#mdiv3").click(function(){ $("#myDiv3").slideToggle("slow"); }); $("#mdiv4").click(function(){ $("#myDiv4").slideToggle("slow"); }); $("#mdiv5").click(function(){ $("#myDiv5").slideToggle("slow"); }); $("#mdivtest").click(function(){ $("#test").slideToggle("slow"); }); $("#myDiv1").mouseenter(function(){ $("#myDiv1").css("color", "red"); }); $("#myDiv1").mouseleave(function(){ $("#myDiv1").css("color", "black"); }); $("#myDiv2").mouseenter(function(){ $("#myDiv2").css("color", "red"); }); $("#myDiv2").mouseleave(function(){ $("#myDiv2").css("color", "black"); }); $("#myDiv3").mouseenter(function(){ $("#myDiv3").css("color", "red"); }); $("#myDiv3").mouseleave(function(){ $("#myDiv3").css("color", "black"); }); $("#myDiv4").mouseenter(function(){ $("#myDiv4").css("color", "red"); }); $("#myDiv4").mouseleave(function(){ $("#myDiv4").css("color", "black"); }); $("#myDiv5").mouseenter(function(){ $("#myDiv5").css("color", "red"); }); $("#myDiv5").mouseleave(function(){ $("#myDiv5").css("color", "black"); }); $("#test").mouseenter(function(){ $("#test").css("color", "red"); }); $("#test").mouseleave(function(){ $("#test").css("color", "black"); }); }); </script> <body> <!-- <div id='button'> <button type="button" onclick="start1()">Change Content</button> <div> --> <script language="JavaScript"> </script> <div id="mdiv1"> <h2>OVS 1</h2> </div> <div id="myDiv1" clas="cmyDiv1" font> </div> <div id="mdiv2"> <h2>OVS 2</h2> </div> <div id="myDiv2" class="cmyDiv2"> </div> <div id="mdiv3"> <h2>OVS 3</h2> </div> <div id="myDiv3" class="cmyDiv3"> </div> <div id="mdiv4"> <h2>OVS 4</h2> </div> <div id="myDiv4" class="cmyDiv4"> </div> <div id="mdiv5"> <h2>OVS 5</h2> </div> <div id="myDiv5" class="cmyDiv5"> </div> <div id="mdivtest"> <h2>Test</h2> </div> <div id="test" class="ctest"> </div> <script type="text/javascript"> function start1() { $(document).ready(function(){ $.get('ofp_switches_s1_flow_stats.db', function(data) { $('#myDiv1').empty(); //var lines = data.replace(/ /g, ' '); var lines = data.replace(/\n/g,'</br>'); $('#myDiv1').html(lines); }); }); } function start2() { $(document).ready(function(){ $.get('ofp_switches_s2_flow_stats.db', function(data) { $('#myDiv2').empty() //var lines = data.replace(/ /g, ' '); var lines = data.replace(/\n/g,'</br>'); $('#myDiv2').html(lines); }); }); } function start3() { $(document).ready(function(){ $.get('ofp_switches_s3_flow_stats.db', function(data) { $('#myDiv3').empty() //var lines = data.replace(/ /g, ' '); var lines = data.replace(/\n/g,'</br>'); $('#myDiv3').html(lines); }); }); } function start4() { $(document).ready(function(){ $.get('ofp_switches_s4_flow_stats.db', function(data) { $('#myDiv4').empty() //var lines = data.replace(/ /g, ' '); var lines = data.replace(/\n/g,'</br>'); $('#myDiv4').html(lines); }); }); } function start5() { $(document).ready(function(){ $.get('ofp_switches_s5_flow_stats.db', function(data) { $('#myDiv5').empty() //var lines = data.replace(/ /g, ' '); var lines = data.replace(/\n/g,'</br>'); $('#myDiv5').html(lines); }); }); } function test() { $(document).ready(function(){ $.get('ofp_switches_list.db', function(data) { $('#test').empty() //var lines = data.replace(/ /g, ' '); var lines = data.replace(/\n/g,'</br>'); $('#test').html(lines); }); }); } setInterval('start1()', 2000); setInterval('start2()', 2000); setInterval('start3()', 2000); setInterval('start4()', 2000); setInterval('start5()', 2000); setInterval('test()', 1000); </script> </body>