text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<html>
<!-- $Id: tools.html,v 1.49 2009/10/13 11:42:05 andy_seaborne Exp $ -->
<!-- (c) Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company LP -->
<head>
<title>Jena Semantic Web Framework - Command Line Utilities</title>
<meta name="author" content="The Jena Team" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" href="styles/site.css" />
</head>
<body>
<div id="header">
Jena Command Line Utilities
</div>
<div id="main">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<!-- Left -->
<td width="25ex" style="border-right: 1px solid #DDD;">
<div id="leftnav">
<div align="center" >
<img src="images/jena-logo-small.png" alt="jena logo" style="border:0;" />
</div>
<div class="grouptitle" style="width: 20ex;">on this site</div>
<div class="item"><a href="index.html">home</a></div>
<div class="item"><a href="downloads.html">downloads</a></div>
<div class="item"><a href="license.html">license</a></div>
<div class="item"><a href="documentation.html">documentation</a></div>
<div class="item"><a href="support.html">support</a></div>
<div class="item"><a href="resources.html">resources</a></div>
<div class="item"><a href="contrib/contributions.html">contributions</a></div>
<div class="item"> </div>
<div id="localnav">
<div class="item"> </div>
<div class="item"> </div>
<div class="item"> </div>
<div class="item"> </div>
<div class="item"> </div>
<div class="item"> </div>
</div>
</div>
</td>
<!-- Right -->
<td width="100%"> <!-- Set width. Fixed width above takes precedence : fixes Mozilla oddity -->
<div id="trail">
<a href="index.html">home</a>
» <a href="documentation.html">documentation</a>
» <a href="tools.html">tools</a>
</div>
<div id="content">
<p>
Jena provides a number of utilities that wrap up access to
some commonly used functionality.</p>
<p>These command utilities print a usage message with
the <code>-h</code> flag.</p>
<h2>RDF processing utilities</h2>
<dl>
<dt>jena.rdfparse</dt>
<dd>Call ARP</dd>
<dt>jena.rdfcat</dt>
<dd>Copy and merge models</dd>
<dt>jena.rdfcopy</dt>
<dd>Copy a model, changing its syntax</dd>
<dt>jena.rdfcompare</dt>
<dd>Test whether two models are isomorphic</dd>
<dt>jena.n3</dt>
<dd>A tool to access the N3 parser directly.</dd>
</dl>
<h2>Ontology utilities</h2>
<dl>
<dt>jena.schemagen</dt>
<dd><a href="how-to/schemagen.html">schemagen - a tool to generate Java
from a vocabulary or ontology</a></dd>
</dl>
<h2>Database utilities</h2>
<dl>
<dt>jena.dbcreate</dt>
<dd>Create a Jena model in a database.</dd>
<dt>jena.dblist</dt>
<dd>List all models in a databse.</dd>
<dt>jena.dbload</dt>
<dd>Load a file of data into a database.</dd>
<dt>jena.dbdump<dt>
<dd>Dump a database</dd>
<dt>jena.dbremove</dt>
<dd>Remove a Jena model and all its data from a database. Use with care.</dd>
</dl>
<h2>Query Utilities</h2>
<p><a href="http://openjena.org/ARQ/cmds.html">ARQ commands documentation</a></p>
<p>Scripts to run these commands, in the bin/ and bat/ directories,
require the environment variable <code>ARQROOT</code> to be set to
the root directory of a Jena or ARQ installation.</p>
<dl>
<dt><a href="http://openjena.org/ARQ/cmds.html#arq.query">arq.query</a></dt>
<dd>Execute a SPARQL query.</dd>
<dt><a href="http://openjena.org/ARQ/cmds.html#arq.sparql">arq.sparql</a></dt>
<dd>Execute a SPARQL query.</dd>
<dt><a href="http://openjena.org/ARQ/cmds.html#arq.rset">arq.rset</a></dt>
<dd>Parse <a href="http://www.w3.org/TR/rdf-sparql-XMLres/">SPARQL Query Results
XML Format</a> or
<a href="http://www.w3.org/2001/sw/DataAccess/tests/README.html">SPARQL testing
results</a> files. Print in these formats or in plain text.</dd>
<dt><a href="http://openjena.org/ARQ/cmds.html#arq.qtest">arq.qtest</a></dt>
<dd>Run SPARQL tests.</dd>
</dl>
<h2>Remote Access</h2>
<p>These programs can be set use use a proxy to traverse a firewall by
setting
system properties. To use a socks proxy include the following in the
command
line:</p>
<pre> -DsocksProxyHost=<your-proxy-domain-name-or-ip-address></pre>
<p>To use an http proxy include the following on the command line:</p>
<pre> -DproxySet=true -DproxyHost=<your-proxy> -DproxyPort=<your-proxy-port-number></pre>
<p> </p>
</dl></div><!-- end #content -->
</td>
</tr>
</table>
</div> <!-- end #main -->
<div id="footer">
</div>
<div id="logos">
<div class="left">
<a href="http://www.w3.org/RDF/" title="RDF Resource Description Framework">
<img border="0" src="images/rdf_w3c_icon.gif" alt="Resource Description Framework">
</a>
</div>
<div class="right">
<a href="http://sourceforge.net/projects/jena"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=40417&type=13" width="120" height="30" border="0" alt="Get Jena at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
<!--
Hosted by:
<a href="http://sourceforge.net/projects/jena" title="SourceForge">
< !- -
<img src="http://sourceforge.net/sflogo.php?group_id=40417&type=1"
border="0"
alt="sourceforge.net" />
-->
<img src="images/sflogo-type1.png" border="0" alt="sourceforge.net"/>
</a>
</div>
</div>
</body>
</html>
| BiGCAT-UM/wp2lod | lib/Jena-2.6.4/doc/tools.html | HTML | apache-2.0 | 5,358 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45-internal) on Fri Sep 18 20:29:05 UTC 2015 -->
<title>fi.vincit.multiusertest.annotation (core 0.3.0-beta4 API)</title>
<meta name="date" content="2015-09-18">
<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="fi.vincit.multiusertest.annotation (core 0.3.0-beta4 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-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 Package</li>
<li><a href="../../../../fi/vincit/multiusertest/rule/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?fi/vincit/multiusertest/annotation/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package fi.vincit.multiusertest.annotation</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Annotation Types Summary table, listing annotation types, and an explanation">
<caption><span>Annotation Types Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../fi/vincit/multiusertest/annotation/MultiUserTestConfig.html" title="annotation in fi.vincit.multiusertest.annotation">MultiUserTestConfig</a></td>
<td class="colLast">
<div class="block">
Configure the test class to use the desired runner and change the default expected
exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../fi/vincit/multiusertest/annotation/TestUsers.html" title="annotation in fi.vincit.multiusertest.annotation">TestUsers</a></td>
<td class="colLast">
<div class="block">
This annotation works with MultiUserTestRunner JUnit runner.</div>
</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-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 Package</li>
<li><a href="../../../../fi/vincit/multiusertest/rule/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?fi/vincit/multiusertest/annotation/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| juhasipo/multi-user-test-runner | latest/javadocs/fi/vincit/multiusertest/annotation/package-summary.html | HTML | apache-2.0 | 5,251 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>zebkit.io - zebkit</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/sunburst.css">
<link rel="stylesheet" href="../assets/css/main.dark.css" id="site_styles">
<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" style="padding-top:16px;">
<div class="yui3-g">
<table style="width:auto">
<tr style="background:none">
<td valign="top" align="left" >
<div id="sidebar" class="yui3-u">
<div id="classes" class="sidebox">
<div class="hd">
<h2 class="no-toc">All packages</h2>
</div>
<div class="bd">
<ul>
<li>
<a href="../classes/environment.html">environment</a>
</li>
<li>
<a href="../classes/zebkit.html">zebkit</a>
</li>
<li>
<a href="../classes/zebkit.data.html">zebkit.data</a>
</li>
<li>
<a href="../classes/zebkit.draw.html">zebkit.draw</a>
</li>
<li>
<a href="../classes/zebkit.io.html">zebkit.io</a>
</li>
<li>
<a href="../classes/zebkit.layout.html">zebkit.layout</a>
</li>
<li>
<a href="../classes/zebkit.ui.html">zebkit.ui</a>
</li>
<li>
<a href="../classes/zebkit.ui.date.html">zebkit.ui.date</a>
</li>
<li>
<a href="../classes/zebkit.ui.design.html">zebkit.ui.design</a>
</li>
<li>
<a href="../classes/zebkit.ui.event.html">zebkit.ui.event</a>
</li>
<li>
<a href="../classes/zebkit.ui.grid.html">zebkit.ui.grid</a>
</li>
<li>
<a href="../classes/zebkit.ui.tree.html">zebkit.ui.tree</a>
</li>
<li>
<a href="../classes/zebkit.ui.vk.html">zebkit.ui.vk</a>
</li>
<li>
<a href="../classes/zebkit.ui.web.html">zebkit.ui.web</a>
</li>
<li>
<a href="../classes/zebkit.util.html">zebkit.util</a>
</li>
<li>
<a href="../classes/zebkit.web.html">zebkit.web</a>
</li>
</ul>
</div>
</div>
<div id="classes" class="sidebox">
<div class="hd">
<table border="0" cellpadding="0" cellspecing="0">
<tr>
<td>
<h2 class="no-toc">All classes</h2>
</td>
<td>
<input id="search" style="width:95%;" type=text value=""/>
</td>
</tr>
</table>
</div>
<div class="bd">
<table id="allClasses" style="background:none;" border="0">
<tr class="classNameCell" className="zebkit.Class" name="allClassesItem">
<td>
<a href="../classes/zebkit.Class.html">zebkit.Class</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Class.zObject" name="allClassesItem">
<td>
<a href="../classes/zebkit.Class.zObject.html">zebkit.Class.zObject</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.DataModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.DataModel.html">zebkit.data.DataModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.Item" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.Item.html">zebkit.data.Item</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.ListModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.ListModel.html">zebkit.data.ListModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.Matrix" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.Matrix.html">zebkit.data.Matrix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.SingleLineTxt" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.SingleLineTxt.html">zebkit.data.SingleLineTxt</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.Text" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.Text.html">zebkit.data.Text</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.TextEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.TextEvent.html">zebkit.data.TextEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.TextModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.TextModel.html">zebkit.data.TextModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.TreeModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.TreeModel.html">zebkit.data.TreeModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.DoIt" name="allClassesItem">
<td>
<a href="../classes/zebkit.DoIt.html">zebkit.DoIt</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ArrowView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ArrowView.html">zebkit.draw.ArrowView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.BaseTextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.BaseTextRender.html">zebkit.draw.BaseTextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.BaseViewProvider" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.BaseViewProvider.html">zebkit.draw.BaseViewProvider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Border" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Border.html">zebkit.draw.Border</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.CheckboxView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.CheckboxView.html">zebkit.draw.CheckboxView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.CompositeView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.CompositeView.html">zebkit.draw.CompositeView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.CutStringRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.CutStringRender.html">zebkit.draw.CutStringRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.DecoratedTextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.DecoratedTextRender.html">zebkit.draw.DecoratedTextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Dotted" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Dotted.html">zebkit.draw.Dotted</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Etched" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Etched.html">zebkit.draw.Etched</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.FunctionRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.FunctionRender.html">zebkit.draw.FunctionRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Gradient" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Gradient.html">zebkit.draw.Gradient</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Line" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Line.html">zebkit.draw.Line</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.PasswordText" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.PasswordText.html">zebkit.draw.PasswordText</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Pattern" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Pattern.html">zebkit.draw.Pattern</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.PentahedronShape" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.PentahedronShape.html">zebkit.draw.PentahedronShape</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Picture" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Picture.html">zebkit.draw.Picture</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Radial" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Radial.html">zebkit.draw.Radial</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.RadioView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.RadioView.html">zebkit.draw.RadioView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Raised" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Raised.html">zebkit.draw.Raised</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Render" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Render.html">zebkit.draw.Render</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.rgb" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.rgb.html">zebkit.draw.rgb</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.RoundBorder" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.RoundBorder.html">zebkit.draw.RoundBorder</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Shape" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Shape.html">zebkit.draw.Shape</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.StringRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.StringRender.html">zebkit.draw.StringRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Sunken" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Sunken.html">zebkit.draw.Sunken</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.TextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.TextRender.html">zebkit.draw.TextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ThumbView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ThumbView.html">zebkit.draw.ThumbView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.TitledBorder" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.TitledBorder.html">zebkit.draw.TitledBorder</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ToggleView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ToggleView.html">zebkit.draw.ToggleView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.TriangleShape" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.TriangleShape.html">zebkit.draw.TriangleShape</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.View" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.View.html">zebkit.draw.View</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ViewSet" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ViewSet.html">zebkit.draw.ViewSet</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.WrappedTextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.WrappedTextRender.html">zebkit.draw.WrappedTextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Dummy" name="allClassesItem">
<td>
<a href="../classes/zebkit.Dummy.html">zebkit.Dummy</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Event" name="allClassesItem">
<td>
<a href="../classes/zebkit.Event.html">zebkit.Event</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.EventProducer" name="allClassesItem">
<td>
<a href="../classes/zebkit.EventProducer.html">zebkit.EventProducer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Font" name="allClassesItem">
<td>
<a href="../classes/zebkit.Font.html">zebkit.Font</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Interface" name="allClassesItem">
<td>
<a href="../classes/zebkit.Interface.html">zebkit.Interface</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.HTTP" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.HTTP.html">zebkit.io.HTTP</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.JRPC" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.JRPC.html">zebkit.io.JRPC</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.Service" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.Service.html">zebkit.io.Service</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.XRPC" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.XRPC.html">zebkit.io.XRPC</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.BorderLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.BorderLayout.html">zebkit.layout.BorderLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.Constraints" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.Constraints.html">zebkit.layout.Constraints</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.FlowLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.FlowLayout.html">zebkit.layout.FlowLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.GridLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.GridLayout.html">zebkit.layout.GridLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.Layout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.Layout.html">zebkit.layout.Layout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.Layoutable" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.Layoutable.html">zebkit.layout.Layoutable</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.ListLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.ListLayout.html">zebkit.layout.ListLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.PercentLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.PercentLayout.html">zebkit.layout.PercentLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.RasterLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.RasterLayout.html">zebkit.layout.RasterLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.StackLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.StackLayout.html">zebkit.layout.StackLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Listeners" name="allClassesItem">
<td>
<a href="../classes/zebkit.Listeners.html">zebkit.Listeners</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Package" name="allClassesItem">
<td>
<a href="../classes/zebkit.Package.html">zebkit.Package</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.PathSearch" name="allClassesItem">
<td>
<a href="../classes/zebkit.PathSearch.html">zebkit.PathSearch</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ArrowButton" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ArrowButton.html">zebkit.ui.ArrowButton</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.BaseList" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.BaseList.html">zebkit.ui.BaseList</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.BoldLabel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.BoldLabel.html">zebkit.ui.BoldLabel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.BorderPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.BorderPan.html">zebkit.ui.BorderPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Button" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Button.html">zebkit.ui.Button</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Checkbox" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Checkbox.html">zebkit.ui.Checkbox</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Checkbox.Box" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Checkbox.Box.html">zebkit.ui.Checkbox.Box</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.CollapsiblePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.CollapsiblePan.html">zebkit.ui.CollapsiblePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.html">zebkit.ui.Combo</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.ComboPadPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.ComboPadPan.html">zebkit.ui.Combo.ComboPadPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.ContentPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.ContentPan.html">zebkit.ui.Combo.ContentPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.EditableContentPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.EditableContentPan.html">zebkit.ui.Combo.EditableContentPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.ReadonlyContentPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.ReadonlyContentPan.html">zebkit.ui.Combo.ReadonlyContentPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.CompList" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.CompList.html">zebkit.ui.CompList</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.CompRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.CompRender.html">zebkit.ui.CompRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Cursor" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Cursor.html">zebkit.ui.Cursor</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.Calendar" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.Calendar.html">zebkit.ui.date.Calendar</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.Calendar.MonthsCombo" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.Calendar.MonthsCombo.html">zebkit.ui.date.Calendar.MonthsCombo</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.DateInputField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.DateInputField.html">zebkit.ui.date.DateInputField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.DateRangeInput" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.DateRangeInput.html">zebkit.ui.date.DateRangeInput</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.DateTextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.DateTextField.html">zebkit.ui.date.DateTextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.MonthDaysGrid" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.MonthDaysGrid.html">zebkit.ui.date.MonthDaysGrid</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.MonthDaysGrid.DayPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.MonthDaysGrid.DayPan.html">zebkit.ui.date.MonthDaysGrid.DayPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.PopupCalendarMix" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.PopupCalendarMix.html">zebkit.ui.date.PopupCalendarMix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.design.FormTreeModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.design.FormTreeModel.html">zebkit.ui.design.FormTreeModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.design.ShaperBorder" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.design.ShaperBorder.html">zebkit.ui.design.ShaperBorder</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.design.ShaperPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.design.ShaperPan.html">zebkit.ui.design.ShaperPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.DrawFocusMarker" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.DrawFocusMarker.html">zebkit.ui.DrawFocusMarker</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.Clipboard" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.Clipboard.html">zebkit.ui.event.Clipboard</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.CompEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.CompEvent.html">zebkit.ui.event.CompEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.CursorManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.CursorManager.html">zebkit.ui.event.CursorManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.EventManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.EventManager.html">zebkit.ui.event.EventManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.FocusEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.FocusEvent.html">zebkit.ui.event.FocusEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.FocusManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.FocusManager.html">zebkit.ui.event.FocusManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.KeyEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.KeyEvent.html">zebkit.ui.event.KeyEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.Manager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.Manager.html">zebkit.ui.event.Manager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.MenuEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.MenuEvent.html">zebkit.ui.event.MenuEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.PointerEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.PointerEvent.html">zebkit.ui.event.PointerEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.ShortcutEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.ShortcutEvent.html">zebkit.ui.event.ShortcutEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.ShortcutManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.ShortcutManager.html">zebkit.ui.event.ShortcutManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.TrackInputEventState" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.TrackInputEventState.html">zebkit.ui.event.TrackInputEventState</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.WinEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.WinEvent.html">zebkit.ui.event.WinEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.EvStatePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.EvStatePan.html">zebkit.ui.EvStatePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.FireEventRepeatedly" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.FireEventRepeatedly.html">zebkit.ui.FireEventRepeatedly</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.BaseCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.BaseCaption.html">zebkit.ui.grid.BaseCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CaptionViewProvider" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CaptionViewProvider.html">zebkit.ui.grid.CaptionViewProvider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CellSelectMode" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CellSelectMode.html">zebkit.ui.grid.CellSelectMode</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CellsVisibility" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CellsVisibility.html">zebkit.ui.grid.CellsVisibility</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.ColSelectMode" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.ColSelectMode.html">zebkit.ui.grid.ColSelectMode</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CompGridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CompGridCaption.html">zebkit.ui.grid.CompGridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CompGridCaption.TitlePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CompGridCaption.TitlePan.html">zebkit.ui.grid.CompGridCaption.TitlePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.DefEditors" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.DefEditors.html">zebkit.ui.grid.DefEditors</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.DefViews" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.DefViews.html">zebkit.ui.grid.DefViews</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.Grid" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.Grid.html">zebkit.ui.grid.Grid</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.GridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.GridCaption.html">zebkit.ui.grid.GridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.GridStretchPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.GridStretchPan.html">zebkit.ui.grid.GridStretchPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.LeftCompGridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.LeftCompGridCaption.html">zebkit.ui.grid.LeftCompGridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.LeftGridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.LeftGridCaption.html">zebkit.ui.grid.LeftGridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.Metrics" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.Metrics.html">zebkit.ui.grid.Metrics</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.RowSelectMode" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.RowSelectMode.html">zebkit.ui.grid.RowSelectMode</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.StrippedRows" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.StrippedRows.html">zebkit.ui.grid.StrippedRows</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Group" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Group.html">zebkit.ui.Group</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.HostDecorativeViews" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.HostDecorativeViews.html">zebkit.ui.HostDecorativeViews</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ImageLabel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ImageLabel.html">zebkit.ui.ImageLabel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ImagePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ImagePan.html">zebkit.ui.ImagePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Label" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Label.html">zebkit.ui.Label</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Line" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Line.html">zebkit.ui.Line</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.LinearRulerPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.LinearRulerPan.html">zebkit.ui.LinearRulerPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Link" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Link.html">zebkit.ui.Link</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.List" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.List.html">zebkit.ui.List</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.List.ViewProvider" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.List.ViewProvider.html">zebkit.ui.List.ViewProvider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Menu" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Menu.html">zebkit.ui.Menu</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Menubar" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Menubar.html">zebkit.ui.Menubar</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.MenuItem" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.MenuItem.html">zebkit.ui.MenuItem</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.MobileScrollMan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.MobileScrollMan.html">zebkit.ui.MobileScrollMan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Panel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Panel.html">zebkit.ui.Panel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PassTextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PassTextField.html">zebkit.ui.PassTextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PointRulerPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PointRulerPan.html">zebkit.ui.PointRulerPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PointRulerPan.DeltaPointsGenerator" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PointRulerPan.DeltaPointsGenerator.html">zebkit.ui.PointRulerPan.DeltaPointsGenerator</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PointRulerPan.PointsGenerator" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PointRulerPan.PointsGenerator.html">zebkit.ui.PointRulerPan.PointsGenerator</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PopupLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PopupLayer.html">zebkit.ui.PopupLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PopupLayerMix" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PopupLayerMix.html">zebkit.ui.PopupLayerMix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Progress" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Progress.html">zebkit.ui.Progress</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Radiobox" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Radiobox.html">zebkit.ui.Radiobox</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RootLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RootLayer.html">zebkit.ui.RootLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RootLayerMix" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RootLayerMix.html">zebkit.ui.RootLayerMix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RulerPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RulerPan.html">zebkit.ui.RulerPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RulerPan.NumLabels" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RulerPan.NumLabels.html">zebkit.ui.RulerPan.NumLabels</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RulerPan.PercentageLabels" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RulerPan.PercentageLabels.html">zebkit.ui.RulerPan.PercentageLabels</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Scroll" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Scroll.html">zebkit.ui.Scroll</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ScrollManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ScrollManager.html">zebkit.ui.ScrollManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ScrollPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ScrollPan.html">zebkit.ui.ScrollPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Slider" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Slider.html">zebkit.ui.Slider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.SplitPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.SplitPan.html">zebkit.ui.SplitPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.StackPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.StackPan.html">zebkit.ui.StackPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.StatePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.StatePan.html">zebkit.ui.StatePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.StatusBarPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.StatusBarPan.html">zebkit.ui.StatusBarPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Tabs" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Tabs.html">zebkit.ui.Tabs</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Tabs.TabView" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Tabs.TabView.html">zebkit.ui.Tabs.TabView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TextArea" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TextArea.html">zebkit.ui.TextArea</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TextField.html">zebkit.ui.TextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TextField.HintRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TextField.HintRender.html">zebkit.ui.TextField.HintRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Toolbar" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Toolbar.html">zebkit.ui.Toolbar</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Tooltip" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Tooltip.html">zebkit.ui.Tooltip</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TooltipManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TooltipManager.html">zebkit.ui.TooltipManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.BaseTree" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.BaseTree.html">zebkit.ui.tree.BaseTree</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.CompTree" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.CompTree.html">zebkit.ui.tree.CompTree</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.DefEditors" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.DefEditors.html">zebkit.ui.tree.DefEditors</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.DefViews" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.DefViews.html">zebkit.ui.tree.DefViews</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.Tree" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.Tree.html">zebkit.ui.tree.Tree</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ViewPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ViewPan.html">zebkit.ui.ViewPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.CursorManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.CursorManager.html">zebkit.ui.web.CursorManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlCanvas" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlCanvas.html">zebkit.ui.web.HtmlCanvas</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlElement" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlElement.html">zebkit.ui.web.HtmlElement</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlFocusableElement" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlFocusableElement.html">zebkit.ui.web.HtmlFocusableElement</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlLayer.html">zebkit.ui.web.HtmlLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlLink" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlLink.html">zebkit.ui.web.HtmlLink</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlScrollContent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlScrollContent.html">zebkit.ui.web.HtmlScrollContent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlTextArea" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlTextArea.html">zebkit.ui.web.HtmlTextArea</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlTextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlTextField.html">zebkit.ui.web.HtmlTextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlTextInput" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlTextInput.html">zebkit.ui.web.HtmlTextInput</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlWindow" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlWindow.html">zebkit.ui.web.HtmlWindow</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.PopupLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.PopupLayer.html">zebkit.ui.web.PopupLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.RootLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.RootLayer.html">zebkit.ui.web.RootLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.VideoPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.VideoPan.html">zebkit.ui.web.VideoPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.WinLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.WinLayer.html">zebkit.ui.web.WinLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Window" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Window.html">zebkit.ui.Window</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.WinLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.WinLayer.html">zebkit.ui.WinLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.zCanvas" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.zCanvas.html">zebkit.ui.zCanvas</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.URI" name="allClassesItem">
<td>
<a href="../classes/zebkit.URI.html">zebkit.URI</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.Position" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.Position.html">zebkit.util.Position</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.Position.Metric" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.Position.Metric.html">zebkit.util.Position.Metric</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.SingleColPosition" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.SingleColPosition.html">zebkit.util.SingleColPosition</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.TasksSet" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.TasksSet.html">zebkit.util.TasksSet</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.TasksSet.Task" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.TasksSet.Task.html">zebkit.util.TasksSet.Task</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.Clipboard" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.Clipboard.html">zebkit.web.Clipboard</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.KeyEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.KeyEvent.html">zebkit.web.KeyEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.KeyEventUninfier" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.KeyEventUninfier.html">zebkit.web.KeyEventUninfier</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.MouseWheelSupport" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.MouseWheelSupport.html">zebkit.web.MouseWheelSupport</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.PointerEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.PointerEvent.html">zebkit.web.PointerEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.PointerEventUnifier" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.PointerEventUnifier.html">zebkit.web.PointerEventUnifier</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Zson" name="allClassesItem">
<td>
<a href="../classes/zebkit.Zson.html">zebkit.Zson</a>
</td>
</tr>
</table>
</div>
</div>
<script>
var root = document.getElementById("allClasses");
document.getElementById("search").addEventListener('input', function(e) {
var items = document.getElementsByName("allClassesItem"),
value = this.value.trim().toLowerCase();
for(var i = 0; i < items.length; i++) {
var item = items[i];
if (value.length < 3 || item.getAttribute("className").toLowerCase().indexOf(value) >= 0) {
item.style.display = "block";
} else {
item.style.display = "none";
};
}
});
</script> </div>
</td>
<td valign="top" align="left">
<div id="main" class="yui3-u">
<div class="content">
<div class="hd">
<table width="100%">
<tr>
<td>
<strong>
Package
</strong>
<strong class="name"">
zebkit.io
</strong>
</td>
<tr>
</table>
</div>
<br/>
<div class="intro">
<p>The module provides number of classes to help to communicate with remote services and servers by HTTP,
JSON-RPC, XML-RPC protocols.</p>
<pre class="code prettyprint"><code> // shortcut method to perform HTTP GET request
zebkit.io.GET("http://test.com").then(function(req) {
// handle request
req.responseText
...
}).catch(function(exception) {
// handle error
});</code></pre>
</div>
<br/>
<br/>
<div id="classdocs">
<ul>
<li>
<a href="#package">Package classes and interfaces</a>
</li>
<li>
<a href="#methods">
Package methods
</a>
</li>
</ul>
<div>
<div id="package">
<br/><br/>
<strong>Classes: </strong>
<ul style="column-count:2;column-gap:20px; list-style:none;">
<li>
<a href="zebkit.io.HTTP.html">
zebkit.io.HTTP
</a>
</li>
<li>
<a href="zebkit.io.JRPC.html">
zebkit.io.JRPC
</a>
</li>
<li>
<a href="zebkit.io.Service.html">
zebkit.io.Service
</a>
</li>
<li>
<a href="zebkit.io.XRPC.html">
zebkit.io.XRPC
</a>
</li>
</ul>
</div>
<div id="methods">
<div class="bd">
<br/>
<table border="0" style="width:auto;" cellpadding="2">
<tr style="background:none;">
<td>
<strong> public </strong>
</td>
<td>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</span>
</td>
<td>
<b>
<a class="name" href="#methods_b64decode">b64decode (input)</a>
</b>
</td>
</tr>
<tr style="background:none;">
<td>
<strong> public </strong>
</td>
<td>
<span class="type">
void
</span>
</td>
<td>
<b>
<a class="name" href="#methods_b64encode">b64encode (input)</a>
</b>
</td>
</tr>
<tr style="background:none;">
<td>
<strong> public </strong>
</td>
<td>
<span class="type">
<<a href="../classes/zebkit.DoIt.html" class="crosslink">zebkit.DoIt</a>>
</span>
</td>
<td>
<b>
<a class="name" href="#methods_GET">GET (url, [parameters])</a>
</b>
</td>
</tr>
<tr style="background:none;">
<td>
<strong> public </strong>
</td>
<td>
<span class="type">
<<a href="../classes/zebkit.DoIt.html" class="crosslink">zebkit.DoIt</a>>
</span>
</td>
<td>
<b>
<a class="name" href="#methods_POST">POST (url, [data])</a>
</b>
</td>
</tr>
<tr style="background:none;">
<td>
<strong> public </strong>
</td>
<td>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</span>
</td>
<td>
<b>
<a class="name" href="#methods_UID">UID ([size])</a>
</b>
</td>
</tr>
</table>
<br/>
</div>
<table>
<tr>
<td><a name="methods_b64decode"></a>
<div class="method item">
<span class="foundat">
</span>
<strong> public </strong>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</span>
<strong class="name"><code>b64decode</code> (<code>input</code>)</strong>
<br/>
<p>Decode the base64 encoded string</p>
<br/>
<strong>Parameters:</strong>
<ul class="params">
<li>
<span class="name"><code>input</code></span>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</strong>
<p>base64 encoded string</p>
</li>
</ul>
<br/>
<div class="returns">
<strong>
Returns:
</strong>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</span>
<p>a string</p>
</div>
</div>
</td>
</tr>
<tr>
<td><a name="methods_b64encode"></a>
<div class="method item">
<span class="foundat">
</span>
<strong> public </strong>
<span class="type">
void
</span>
<strong class="name"><code>b64encode</code> (<code>input</code>)</strong>
<br/>
<p>Encode the given string into base64</p>
<br/>
<strong>Parameters:</strong>
<ul class="params">
<li>
<span class="name"><code>input</code></span>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</strong>
<p>a string to be encoded</p>
</li>
</ul>
</div>
</td>
</tr>
<tr>
<td><a name="methods_GET"></a>
<div class="method item">
<span class="foundat">
</span>
<strong> public </strong>
<span class="type">
<<a href="../classes/zebkit.DoIt.html" class="crosslink">zebkit.DoIt</a>>
</span>
<strong class="name"><code>GET</code> (<code>url, [parameters]</code>)</strong>
<br/>
<p>Shortcut method to perform HTTP GET requests.</p>
<pre class="code prettyprint"><code> zebkit.io.GET("http://test.com").then(function(request) {
// handle result ...
}).catch(function(e) {
// handle error ...
});
var res = zebkit.io.GET("http://test.com", {
param1 : "var1",
param1 : "var2",
param1 : "var3"
}).then(function(req) {
// handle result ...
});</code></pre>
<br/>
<strong>Parameters:</strong>
<ul class="params">
<li>
<span class="name"><code>url</code></span>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a>>
</strong>
<p>an URL</p>
</li>
<li>
<span class="name"><code>[parameters]</code></span>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a>>
</strong>
<p>a dictionary of query parameters</p>
</li>
</ul>
<br/>
<div class="returns">
<strong>
Returns:
</strong>
<span class="type">
<<a href="../classes/zebkit.DoIt.html" class="crosslink">zebkit.DoIt</a>>
</span>
<p>an object to handle result</p>
</div>
</div>
</td>
</tr>
<tr>
<td><a name="methods_POST"></a>
<div class="method item">
<span class="foundat">
</span>
<strong> public </strong>
<span class="type">
<<a href="../classes/zebkit.DoIt.html" class="crosslink">zebkit.DoIt</a>>
</span>
<strong class="name"><code>POST</code> (<code>url, [data]</code>)</strong>
<br/>
<p>Shortcut method to perform HTTP POST requests.</p>
<pre class="code prettyprint"><code> zebkit.io.POST("http://test.com", null).then(function(request) {
// handle result
...
}).catch(function(e) {
// handle error ...
});
var res = zebkit.io.POST("http://test.com", {
param1 : "var1",
param1 : "var2",
param1 : "var3"
}).then(function(request) {
// handle result
...
});
zebkit.io.POST("http://test.com", "request").then(function(request) {
// handle error
...
});</code></pre>
<br/>
<strong>Parameters:</strong>
<ul class="params">
<li>
<span class="name"><code>url</code></span>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</strong>
<p>an URL</p>
</li>
<li>
<span class="name"><code>[data]</code></span>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a>>
</strong>
<p>a data or form data parameters</p>
</li>
</ul>
<br/>
<div class="returns">
<strong>
Returns:
</strong>
<span class="type">
<<a href="../classes/zebkit.DoIt.html" class="crosslink">zebkit.DoIt</a>>
</span>
<p>an object to handle result</p>
</div>
</div>
</td>
</tr>
<tr>
<td><a name="methods_UID"></a>
<div class="method item">
<span class="foundat">
</span>
<strong> public </strong>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</span>
<strong class="name"><code>UID</code> (<code>[size]</code>)</strong>
<br/>
<p>Generate UUID of the given length</p>
<br/>
<strong>Parameters:</strong>
<ul class="params">
<li>
<span class="name"><code>[size]</code></span>
<strong class="type">
<Integer>
</strong>
<p>the generated UUID length. The default size is 16 characters.</p>
</li>
</ul>
<br/>
<div class="returns">
<strong>
Returns:
</strong>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</span>
<p>an UUID</p>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/js/tabs.js"></script>
</body>
</html>
| barmalei/zebkit | apidoc/dark/classes/zebkit.io.html | HTML | apache-2.0 | 105,825 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>BaseTen Reference Manual</title>
<link href="documentation.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="logo-container">
<a id="logo" href="index.html">
<img src="http://basetenframework.org/chrome/site/trac_banner.png" alt="">
</a>
</div>
<div class="container">
<!-- Generated by Doxygen 1.8.8 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="class_b_x_object_status_info-members.html">List of all members</a> |
<a href="#pub-methods">Instance Methods</a> </div>
<div class="headertitle">
<div class="title">BXObjectStatusInfo Class Reference<div class="ingroups"><a class="el" href="group__baseten.html">BaseTen</a></div></div> </div>
</div><!--header-->
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Overview</h2>
<div class="textblock"><p>A proxy for retrieving database object status. </p>
<dl class="section see"><dt>See also</dt><dd>ValueTransformers </dd></dl>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Instance Methods</h2></td></tr>
<tr class="memitem:abdddcca55c0a3e7dab4145481c8b594c"><td class="memItemLeft" align="right" valign="top">(id) </td><td class="memItemRight" valign="bottom">- <a class="el" href="interface_b_x_object_status_info.html#abdddcca55c0a3e7dab4145481c8b594c">valueForKey:</a></td></tr>
<tr class="separator:abdddcca55c0a3e7dab4145481c8b594c"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Method Documentation</h2>
<a class="anchor" id="abdddcca55c0a3e7dab4145481c8b594c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">- (id) valueForKey: </td>
<td></td>
<td class="paramtype">(NSString *) </td>
<td class="paramname"><em>aKey</em></td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a status constant for the given key. </p>
<p>The constant may then be passed to value transformers in BaseTenAppKit. </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">aKey</td><td>An NSString that corresponds to a field name. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>An NSValue that contains the constant. </dd></dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>BXObjectStatusInfo.h</li>
<li>BXObjectStatusInfo.m</li>
</ul>
</div><!-- contents -->
</div>
<div class="footer"></div>
</body>
</html>
| gservera/baseten | Documentation/html/interface_b_x_object_status_info.html | HTML | apache-2.0 | 3,601 |
<!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_111) on Thu Aug 18 01:51:18 UTC 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.hadoop.mapreduce.lib.db.DataDrivenDBRecordReader (Apache Hadoop Main 2.7.3 API)</title>
<meta name="date" content="2016-08-18">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.mapreduce.lib.db.DataDrivenDBRecordReader (Apache Hadoop Main 2.7.3 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DataDrivenDBRecordReader.html" title="class in org.apache.hadoop.mapreduce.lib.db">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/hadoop/mapreduce/lib/db/class-use/DataDrivenDBRecordReader.html" target="_top">Frames</a></li>
<li><a href="DataDrivenDBRecordReader.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.hadoop.mapreduce.lib.db.DataDrivenDBRecordReader" class="title">Uses of Class<br>org.apache.hadoop.mapreduce.lib.db.DataDrivenDBRecordReader</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DataDrivenDBRecordReader.html" title="class in org.apache.hadoop.mapreduce.lib.db">DataDrivenDBRecordReader</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.hadoop.mapreduce.lib.db">org.apache.hadoop.mapreduce.lib.db</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.hadoop.mapreduce.lib.db">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DataDrivenDBRecordReader.html" title="class in org.apache.hadoop.mapreduce.lib.db">DataDrivenDBRecordReader</a> in <a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/package-summary.html">org.apache.hadoop.mapreduce.lib.db</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DataDrivenDBRecordReader.html" title="class in org.apache.hadoop.mapreduce.lib.db">DataDrivenDBRecordReader</a> in <a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/package-summary.html">org.apache.hadoop.mapreduce.lib.db</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/MySQLDataDrivenDBRecordReader.html" title="class in org.apache.hadoop.mapreduce.lib.db">MySQLDataDrivenDBRecordReader</a><T extends <a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBWritable.html" title="interface in org.apache.hadoop.mapreduce.lib.db">DBWritable</a>></strong></code>
<div class="block">A RecordReader that reads records from a MySQL table via DataDrivenDBRecordReader</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/OracleDataDrivenDBRecordReader.html" title="class in org.apache.hadoop.mapreduce.lib.db">OracleDataDrivenDBRecordReader</a><T extends <a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBWritable.html" title="interface in org.apache.hadoop.mapreduce.lib.db">DBWritable</a>></strong></code>
<div class="block">A RecordReader that reads records from a Oracle table via DataDrivenDBRecordReader</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DataDrivenDBRecordReader.html" title="class in org.apache.hadoop.mapreduce.lib.db">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/hadoop/mapreduce/lib/db/class-use/DataDrivenDBRecordReader.html" target="_top">Frames</a></li>
<li><a href="DataDrivenDBRecordReader.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 © 2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
| TK-TarunW/ecosystem | hadoop-2.7.3/share/doc/hadoop/api/org/apache/hadoop/mapreduce/lib/db/class-use/DataDrivenDBRecordReader.html | HTML | apache-2.0 | 7,724 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>class_options (Thor::Base::ClassMethods)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/bundler/vendor/thor/base.rb, line 202</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">class_options</span>(<span class="ruby-identifier">options</span>=<span class="ruby-keyword kw">nil</span>)
<span class="ruby-ivar">@class_options</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">from_superclass</span>(<span class="ruby-identifier">:class_options</span>, {})
<span class="ruby-identifier">build_options</span>(<span class="ruby-identifier">options</span>, <span class="ruby-ivar">@class_options</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">options</span>
<span class="ruby-ivar">@class_options</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> | ThoughtWorksStudios/excel-2010-mingle-addin | tools/ironruby/lib/ironruby/gems/1.8/doc/bundler-1.0.15/rdoc/classes/Thor/Base/ClassMethods.src/M000078.html | HTML | apache-2.0 | 1,302 |
<!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, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="description" content="Point cloud of the city of Montreal, Canada captured in 2015 with a resolution of 20 cm. Tiled and hosted by Cesium ion.">
<meta name="cesium-sandcastle-labels" content="ion Assets">
<title>Montreal Point Cloud</title>
<script type="text/javascript" src="../Sandcastle-header.js"></script>
<script type="text/javascript" src="../../../ThirdParty/requirejs-2.1.20/require.js"></script>
<script type="text/javascript">
require.config({
baseUrl : '../../../Source',
waitSeconds : 60
});
</script>
</head>
<body class="sandcastle-loading" data-sandcastle-bucket="bucket-requirejs.html">
<style>
@import url(../templates/bucket.css);
#toolbar {
background: rgba(42, 42, 42, 0.8);
padding: 4px;
border-radius: 4px;
}
#toolbar input {
vertical-align: middle;
padding-top: 2px;
padding-bottom: 2px;
}
#toolbar .header {
font-weight: bold;
}
</style>
<div id="cesiumContainer" class="fullSize"></div>
<div id="loadingOverlay"><h1>Loading...</h1></div>
<div id="toolbar">
<table><tbody>
<tr><td class="header">Classification Types</td></tr>
<tr>
<td>Ground</td>
<td><input type="checkbox" data-bind="checked: ground"></td>
</tr>
<tr>
<td>Low Vegetation</td>
<td><input type="checkbox" data-bind="checked: low_vegetation"></td>
</tr>
<tr>
<td>Medium Vegetation</td>
<td><input type="checkbox" data-bind="checked: medium_vegetation"></td>
</tr>
<tr>
<td>High Vegetation</td>
<td><input type="checkbox" data-bind="checked: high_vegetation"></td>
</tr>
<tr>
<td>Buildings</td>
<td><input type="checkbox" data-bind="checked: buildings"></td>
</tr>
<tr>
<td>Other/Unclassified</td>
<td><input type="checkbox" data-bind="checked: other"></td>
</tr>
</tbody></table>
</div>
<script id="cesium_sandcastle_script">
function startup(Cesium) {
'use strict';
//Sandcastle_Begin
var viewer = new Cesium.Viewer('cesiumContainer', {
terrainProvider: Cesium.createWorldTerrain()
});
// A ~10 billion point 3D Tileset of the city of Montreal, Canada captured in 2015 with a resolution of 20 cm. Tiled and hosted by Cesium ion.
var tileset = viewer.scene.primitives.add(
new Cesium.Cesium3DTileset({
url: Cesium.IonResource.fromAssetId(28945),
pointCloudShading: {
attenuation: true,
maximumAttenuation: 2
}
})
);
// Fly to a nice overview of the city.
viewer.camera.flyTo({
destination : new Cesium.Cartesian3(1223285.2286828577, -4319476.080312792, 4562579.020145769),
orientation : {
direction : new Cesium.Cartesian3(0.63053223097472, 0.47519958296727743, -0.6136892226931869),
up : new Cesium.Cartesian3(0.7699959023135587, -0.4824455703743441, 0.41755548379407276)
},
easingFunction: Cesium.EasingFunction.QUADRATIC_IN_OUT
});
// Add stored views around Montreal. You can add to this list by capturing camera.position, camera.direction and camera.up.
Sandcastle.addToolbarMenu([{
text : 'Overview',
onselect : function() {
viewer.camera.flyTo({
destination : new Cesium.Cartesian3(1268112.9336926902, -4347432.089579957, 4539129.813606778),
orientation : {
direction : new Cesium.Cartesian3(-0.23288147105081208, 0.9376599248561527, -0.25799241415197466),
up : new Cesium.Cartesian3(-0.015748156073159988, 0.2616156268422992, 0.9650436567182887)
},
easingFunction: Cesium.EasingFunction.QUADRATIC_IN_OUT
});
}
}, {
text : 'Highway',
onselect : function() {
viewer.camera.flyTo({
destination : new Cesium.Cartesian3(1266560.143870489, -4278126.842199712, 4542690.264566619),
orientation : {
direction : new Cesium.Cartesian3(-0.3402460635871598, -0.46669052711538217, -0.8163532128400116),
up : new Cesium.Cartesian3(0.08964012922691329, -0.8802940231336787, 0.46588311846138497)
},
easingFunction: Cesium.EasingFunction.QUADRATIC_IN_OUT
});
}
},
{
text : 'Olympic Stadium',
onselect : function() {
viewer.camera.flyTo({
destination : new Cesium.Cartesian3(1267081.619536883, -4290744.917138439, 4530941.041519919),
orientation : {
direction : new Cesium.Cartesian3(-0.735813047510908, 0.6294547560338262, 0.24973159435503312),
up : new Cesium.Cartesian3(-0.09796934684423217, -0.4638476756625683, 0.88048131204549)
},
easingFunction: Cesium.EasingFunction.QUADRATIC_IN_OUT
});
}
},
{
text : 'Biosphere Museum',
onselect : function() {
viewer.camera.flyTo({
destination : new Cesium.Cartesian3(1269319.8408991008, -4293301.826913256, 4527724.561372451),
orientation : {
direction : new Cesium.Cartesian3(-0.742505030107832, -0.3413204607149223, -0.5763563336703441),
up : new Cesium.Cartesian3(-0.04655102331027917, -0.8320643756800384, 0.5527222421370013)
},
easingFunction: Cesium.EasingFunction.QUADRATIC_IN_OUT
});
}
},
{
text : 'St. Joseph\'s Oratory of Mount Royal',
onselect : function() {
viewer.camera.flyTo({
destination : new Cesium.Cartesian3(1263148.6745904868, -4297262.506644816, 4525958.844284831),
orientation : {
direction : new Cesium.Cartesian3(0.6550952540993403, 0.7551122393690295, 0.025606913355780074),
up : new Cesium.Cartesian3(0.46670450470847263, -0.4310758971098583, 0.7722437932516845)
},
easingFunction: Cesium.EasingFunction.QUADRATIC_IN_OUT
});
}
}
]);
// Set up checkboxes for toggling the various classification settings.
var viewModel = {
ground: true,
other: true,
buildings: true,
low_vegetation: true,
medium_vegetation: true,
high_vegetation: true
};
// Assign colors to each classification type.
var pointStyles = {
'unclassified' : {
color: "color('#808080')",
show : true
},
'not_awarded' : {
color: "color('#FFDEAD')",
show : true
},
'ground' : {
color: "color('#FFDEAD')",
show : true
},
'low_vegetation' : {
color: "color('#63FF7E')",
show : true
},
'medium_vegetation' : {
color: "color('#63FF7E')",
show : true
},
'high_vegetation' : {
color: "color('#22B33A')",
show : true
},
'buildings' : {
color: "color('#efefef')",
show : true
},
'low_point' : {
color: "color('#808080')",
show : true
},
'reserved_city_diffusion' : {
color: "color('#808080')",
show : true
}
};
var classificationDictionary = {
'not_awarded' : 1,
'ground' : 2,
'low_vegetation' : 3,
'medium_vegetation' : 4,
'high_vegetation' : 5,
'buildings' : 6,
'low_point' : 7,
'reserved_city_diffusion' : 8,
'unclassified' : -1
};
// This is a helper function to re-apply the styles each time the UI/checkboxes are updated.
function applyStyle(tileset, styles) {
var styleObject = {};
var styleKeys = Object.keys(styles);
styleObject.color = {
conditions: []
};
styleObject.show = {
conditions: []
};
var finalCondition;
for (var i = 0; i < styleKeys.length; ++i) {
var key = styleKeys[i];
var id = classificationDictionary[key];
var colorCondition = ['${Classification} === ' + id, styles[key].color];
var showCondition = ['${Classification} === ' + id, styles[key].show];
if (id === -1) {
colorCondition[0] = true;
showCondition[0] = true;
finalCondition = {
colorCondition: colorCondition,
showCondition: showCondition
};
} else {
styleObject.color.conditions.push(colorCondition);
styleObject.show.conditions.push(showCondition);
}
}
if (Cesium.defined(finalCondition)) {
styleObject.color.conditions.push(finalCondition.colorCondition);
styleObject.show.conditions.push(finalCondition.showCondition);
}
tileset.style = new Cesium.Cesium3DTileStyle(styleObject);
}
// Apply an initial style.
applyStyle(tileset, pointStyles);
Cesium.knockout.track(viewModel);
var toolbar = document.getElementById('toolbar');
Cesium.knockout.applyBindings(viewModel, toolbar);
// Set up the checkboxes.
Cesium.knockout.getObservable(viewModel, 'ground').subscribe(function(show) {
pointStyles.ground.show = show;
pointStyles.not_awarded.show = show;
applyStyle(tileset, pointStyles);
});
Cesium.knockout.getObservable(viewModel, 'low_vegetation').subscribe(function(show) {
pointStyles.low_vegetation.show = show;
applyStyle(tileset, pointStyles);
});
Cesium.knockout.getObservable(viewModel, 'medium_vegetation').subscribe(function(show) {
pointStyles.medium_vegetation.show = show;
applyStyle(tileset, pointStyles);
});
Cesium.knockout.getObservable(viewModel, 'high_vegetation').subscribe(function(show) {
pointStyles.high_vegetation.show = show;
applyStyle(tileset, pointStyles);
});
Cesium.knockout.getObservable(viewModel, 'buildings').subscribe(function(show) {
pointStyles.buildings.show = show;
applyStyle(tileset, pointStyles);
});
Cesium.knockout.getObservable(viewModel, 'other').subscribe(function(show) {
pointStyles.low_point.show = show;
pointStyles.reserved_city_diffusion.show = show;
pointStyles.unclassified.show = show;
applyStyle(tileset, pointStyles);
});
//Sandcastle_End
Sandcastle.finishedLoading();
}
if (typeof Cesium !== 'undefined') {
startup(Cesium);
} else if (typeof require === 'function') {
require(['Cesium'], startup);
}
</script>
</body>
</html>
| jasonbeverage/cesium | Apps/Sandcastle/gallery/Montreal Point Cloud.html | HTML | apache-2.0 | 10,388 |
<!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_60-ea) on Thu Jul 09 21:02:09 CEST 2015 -->
<title>Grapes (Groovy 2.4.4)</title>
<meta name="date" content="2015-07-09">
<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="Grapes (Groovy 2.4.4)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../groovy/lang/GrabResolver.html" title="annotation in groovy.lang"><span class="strong">Prev Class</span></a></li>
<li><a href="../../groovy/lang/GroovyCallable.html" title="interface in groovy.lang"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?groovy/lang/Grapes.html" target="_top">Frames</a></li>
<li><a href="Grapes.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#annotation_type_required_element_summary">Required</a> | </li>
<li><a href="#annotation_type_optional_element_summary">Optional</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#annotation_type_element_detail">Element</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">groovy.lang</div>
<h2 title="Annotation Type Grapes" class="title">Annotation Type Grapes</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public @interface <span class="strong">Grapes</span></pre>
<div class="block">Sometimes we will need more than one grab per class, but we can only add
one annotation type per annotatable node. This class allows for multiple
grabs to be added.
<p>
For example:
<p>
<pre>
<code>@Grapes([@Grab(module='m1'), @Grab(module='m2')])</code>
class AnnotatedClass { ... }
</pre>
<p>
You can override an implicit transitive dependency by providing an explicit one.
E.g. htmlunit 2.6 normally uses xerces 2.9.1 but you can get 2.9.0 as follows:
<pre>
<code>@Grapes</code>([
<code>@Grab</code>('net.sourceforge.htmlunit:htmlunit:2.6'),
<code>@Grab</code>('xerces#xercesImpl;2.9.0')
])
</pre>
Obviously, only do this if you understand the consequences.
<p>
You can also remove transitive dependencies altogether (provided you
know you don't need them) using <code>@GrabExclude</code>.
For example, here is how we would not grab the <code>logkit</code> and
<code>avalon-framework</code> transitive dependencies for Apache POI:
<pre>
<code>@Grapes</code>([
<code>@Grab</code>("org.apache.poi#poi;3.5-beta6"),
<code>@GrabExclude</code>("logkit:logkit"),
<code>@GrabExclude</code>("avalon-framework#avalon-framework")
])
import org.apache.poi.hssf.util.CellReference
assert new CellReference(0, 0, false, false).formatAsString() == 'A1'
assert new CellReference(1, 3).formatAsString() == '$D$2'
</pre>
It is also sometimes also useful to use <code>@GrabConfig</code> to further adjust how dependencies
are grabbed. See <code>@GrabConfig</code> for further information.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ANNOTATION TYPE REQUIRED MEMBER SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="annotation_type_required_element_summary">
<!-- -->
</a>
<h3>Required Element Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Required Element Summary table, listing required elements, and an explanation">
<caption><span>Required Elements</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Required Element and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../groovy/lang/Grab.html" title="annotation in groovy.lang">Grab</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../groovy/lang/Grapes.html#value()">value</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- =========== ANNOTATION TYPE OPTIONAL MEMBER SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="annotation_type_optional_element_summary">
<!-- -->
</a>
<h3>Optional Element Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Optional Element Summary table, listing optional elements, and an explanation">
<caption><span>Optional Elements</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Optional Element and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../groovy/lang/Grapes.html#initClass()">initClass</a></strong></code>
<div class="block">This will be pushed into the child grab annotations if the value is not
set in the child annotation already.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="annotation_type_element_detail">
<!-- -->
</a>
<h3>Element Detail</h3>
<a name="value()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>value</h4>
<pre>public abstract <a href="../../groovy/lang/Grab.html" title="annotation in groovy.lang">Grab</a>[] value</pre>
</li>
</ul>
<a name="initClass()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>initClass</h4>
<pre>public abstract boolean initClass</pre>
<div class="block">This will be pushed into the child grab annotations if the value is not
set in the child annotation already.
<p>
This results in an effective change in the default value, which each @Grab
can still override</div>
<dl>
<dt>Default:</dt>
<dd>true</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Copyright © 2003-2015 The Apache Software Foundation. All rights reserved.</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../groovy/lang/GrabResolver.html" title="annotation in groovy.lang"><span class="strong">Prev Class</span></a></li>
<li><a href="../../groovy/lang/GroovyCallable.html" title="interface in groovy.lang"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?groovy/lang/Grapes.html" target="_top">Frames</a></li>
<li><a href="Grapes.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#annotation_type_required_element_summary">Required</a> | </li>
<li><a href="#annotation_type_optional_element_summary">Optional</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#annotation_type_element_detail">Element</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| OpenBEL/kam-nav | tools/groovy/doc/html/api/groovy/lang/Grapes.html | HTML | apache-2.0 | 9,570 |
<html lang='und'>
<!--
**
** Copyright 2006, The Android Open Source Project
**
** 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
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** 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>ᐃ ᐄ ᐅ ᐆ ᐊ ᐋ ᐱ ᐲ ᐳ ᐴ ᐸ ᐹ ᑉ ᑎ ᑏ ᑐ ᑑ ᑕ ᑖ ᑦ ᑭ ᑮ ᑯ ᑰ ᑲ ᑳ ᒃ ᒋ ᒌ ᒍ ᒎ ᒐ ᒑ ᒡ ᒥ ᒦ ᒧ ᒨ ᒪ ᒫ ᒻ ᓂ ᓃ ᓄ ᓅ ᓇ ᓈ ᓐ ᓕ ᓖ ᓗ ᓘ ᓚ ᓛ ᓪ ᓯ ᓰ ᓱ ᓲ ᓴ</p>
</html>
| googlei18n/noto-source | test/CanadianAboriginal/fontdiff-und-Cans_chars.html | HTML | apache-2.0 | 900 |
<div>
<b>{{ obj }}</b>
{{ tostring(*ar.summary_row(obj)) }}
(<a href="{{ obj.publisher_url() }}">permalink</a> | {{ tostring(ar.obj2html(obj, "edit")) }})
</div>
| lino-framework/lino | lino/modlib/publisher/config/publisher/item.pub.html | HTML | bsd-2-clause | 162 |
<!DOCTYPE html>
<html>
<head>
<title>Phantomas Web Designer</title>
<meta charset="utf-8">
<link rel="icon" href="icons/favicon.ico">
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/w3.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/icons.css">
<script type="text/javascript" src="lib/three.min.js"></script>
<script type="text/javascript" src="lib/TrackballControls.js"></script>
<script type="text/javascript" src="lib/TransformControls.js"></script>
<script type="text/javascript" src="js/FiberSource.js"></script>
<script type="text/javascript" src="js/MeshSource.js"></script>
<script type="text/javascript" src="js/Phantom.js"></script>
<script type="text/javascript" src="js/dragAndDrop.js"></script>
<script type="text/javascript" src="js/load.js"></script>
<script type="text/javascript" src="js/save.js"></script>
<script type="text/javascript" src="js/axes.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="gui/handlers.js"></script>
<script type="text/javascript" src="gui/resize.js"></script>
<script type="text/javascript" src="gui/status.js"></script>
<script type="text/javascript" src="gui/setup.js"></script>
<script type="text/javascript" src="gui/stylehandlers.js"></script>
<script type="text/javascript" src="gui/fiberedit.js"></script>
<script type="text/javascript" src="gui/regionedit.js"></script>
<script type="text/javascript" src="gui/cpedit.js"></script>
</head>
<body>
<div id="leftGUI">
<!-- Title code from http://stackoverflow.com/questions/2812770/add-centered-text-to-the-middle-of-a-hr-like-line -->
<div style="width: 100%; height: 8px; border-bottom: 1px solid white; text-align: center">
<span style="background-color: #000000; padding: 0 10px">
Fibers
</span>
</div>
<ul id="fiberSelector" style="width:120px;" onmouseout="guiStatus.retrieve();">
</ul><br>
<div style="width: 100%; height: 8px; border-bottom: 1px solid white; text-align: center">
<span style="background-color: #000000; padding: 0 10px">
Isotropic Regions
</span>
</div>
<ul id="regionSelector" style="width:120px" onmouseout="guiStatus.retrieve();">
</ul>
<div id="editGUI">
</div>
</div>
<div id="container">
</div>
<div id="rightGUI">
<button id='switchViewButton' title="Preview (P)" class='w3-btn w3-border-top w3-border-left w3-border-right w3-hover-aqua w3-block w3-ripple' onclick="switchViewButton();">
<i class="icons"></i></button>
<button id='skeletonButton' title="View skeleton (V)" class='w3-btn w3-border w3-hover-grey w3-block w3-ripple' onclick="toggleSkeleton();">
<i class="icons"></i></button>
<br>
<ul>
<li>
<button id='toggleAxesButton' title="Axes (A)" style='margin-bottom: 5px' class='w3-btn w3-border w3-hover-deep-purple w3-block w3-ripple' onclick='toggleAxes()'>
<i class="icons"></i></button>
</li>
<li>
<input type='button' class="w3-button w3-blue w3-block" value='zy' title="X Plane (X)" onclick='moveCameraZY();'>
</li>
<li>
<input type='button' class="w3-button w3-green w3-block" value='xz' title="Y Plane (Y)" onclick='moveCameraXZ();'>
</li>
<li>
<input type='button' class="w3-button w3-red w3-block" value='xy' title="Z Plane (Z)" onclick='moveCameraXY();'>
</li>
</ul>
<br>
<label>
<i class="icons"><span style='font-family:default;'>(%)</span></i>
</label>
<input id='opacitySelector' class="w3-input w3-border field" style='width:100%' type="number" min='0' max='50' step='5' onchange='opacitySelectChange(this);' />
<div id="bottomButtons">
<button class="w3-button w3-grey w3-hover-green w3-ripple w3-block" onclick="saveClick();" title="Save (S)">
<i class="icons"></i></button>
</div>
</div>
<a id="downloadAnchorElem" style="display:none">
<!-- Must stay empty, to be used for pushing phantom download -->
</a>
</body>
</html>
| ecaruyer/phantomas-web | phantomas.html | HTML | bsd-2-clause | 4,294 |
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
<title>Tests</title>
<style type="text/css">
/*
:Author: David Goodger ([email protected])
:Id: $Id: html4css1.css 7056 2011-06-17 10:50:48Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math {
margin-left: 2em ;
margin-right: 2em }
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="tests">
<h1 class="title">Tests</h1>
<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#a-brief-guide-to-running-tests" id="id1">A Brief Guide to Running Tests</a></li>
<li><a class="reference internal" href="#a-brief-guide-to-writing-tests" id="id2">A Brief Guide to Writing Tests</a></li>
</ul>
</div>
<div class="section" id="a-brief-guide-to-running-tests">
<span id="running"></span><h1><a class="toc-backref" href="#id1">A Brief Guide to Running Tests</a></h1>
<p>After a successful "<tt class="docutils literal">make</tt>", try "<tt class="docutils literal">make check</tt>".</p>
<p>It's possible to run test cases individually, and get verbose output
when one fails, etc. For more information, see the "Running test
programs" section of HACKING.</p>
</div>
<div class="section" id="a-brief-guide-to-writing-tests">
<span id="writing"></span><h1><a class="toc-backref" href="#id2">A Brief Guide to Writing Tests</a></h1>
<p>Test programs live in <tt class="docutils literal">tests/</tt>. They mostly use a standard test
harness, in <tt class="docutils literal">tests/harness/</tt>, which wraps each test, reports results,
and generally packages things up nicely. The test harness counts how
many testcases pass/fail/skip, catches signals and unhandled exceptions,
and so forth. It can also also check for memory leaks and accesses to
uninitialised values by making use of valgrind, for platforms which
valgrind supports (configure automatically enables use of valgrind if a
suitably recent version is detected).</p>
<p>A typical test program has three parts: the tests themselves (at the
top), a table of tests (at the bottom), and a tiny main which sets the
test harness in motion. It uses the table to figure out what the tests
are called, and what function to call to run them.</p>
<p>The most important test system for most people will be <tt class="docutils literal">apitest</tt>. This
also uses the test harness, but has several tables of tests to be run
depending what facilities each backend supports. A lot of the work is
done by macros and helper functions, which may make it hard to work out
quite what is going on, but make life easier once you've grasped what's
going on. The <tt class="docutils literal">main()</tt> function and other bits are in <tt class="docutils literal">apitest.cc</tt>,
and tests themselves are in various other C++ files starting api_. Each
one of these has its own tables for various different groups of tests
(eg: <tt class="docutils literal">api_db.cc</tt>, which performs tests on the API that require a
database backend, has basic tests, a few specialised groups that only
contain one or two tests, tests that require a writable database, tests
that require a local database, and finally tests that require a remote
database).</p>
<p>To add a new api test, figure out what the test will be dependent on and
put it in the appropriate place (eg: if adding a test for a bug that
occurs while writing to a database, you want a writable database, so you
add a test to <tt class="docutils literal">api_db.cc</tt> and reference it in the <tt class="docutils literal">writabledb_tests</tt>
table).</p>
<p>Currently, there's <tt class="docutils literal">api_nodb.cc</tt> (no db required, largely testing
query construction and boundary conditions), <tt class="docutils literal">api_posdb.cc</tt> (db with
positional information required) and <tt class="docutils literal">api_db.cc</tt> (everything else,
with lots of subgroups of tests). It's easiest to base a test on an
existing one.</p>
<p>You'll notice in <tt class="docutils literal">apitest.cc</tt> that it runs all appropriate test groups
against each backend that is being built. The backends are inmemory,
multi, brass, chert, flint, remoteprog and remotetcp. If you need to
create a new test group with different requirements to any current ones,
put it in the appropriate api_ file (or create a new one, and add it
into Makefile.am) and remember to add the group to all pertinent
backends in <tt class="docutils literal">apitest.cc</tt>.</p>
<p>Incidentally, when fixing bugs, it's often better to write the test
before fixing the bug. Firstly, it's easier to assure yourself that the
bug is (a) genuine, and (b) fixed, because you see the test go from fail
to pass (though sometimes you don't get the testcase quite right, so
this isn't doesn't always work as well as it should). Secondly you're
more likely to write the test carefully, because once you've fixed
something there's often a feeling that you should commit it for the good
of the world, which tends to distract you.</p>
<p>The framework is done for you, so you don't need to worry about that
much. You are responsible for doing two things:</p>
<ol class="arabic simple">
<li>writing a minimal test or tests for the feature</li>
<li>adding that test to the list of tests to be run</li>
</ol>
<p>Adding the test is simple. There's a test_desc array in each file that
comprises a set of tests (I'll come to that in a minute), and you just
add another entry. The entry is an array consisting of a name for the
test and a pointer to the function that is the test. Easy. The procedure
is even simpler for apitest tests - there you just use DEFINE_TESTCASE
to define your new testcase, and a script picks it up and makes sure it
is run.</p>
<p>Look at the bottom of <tt class="docutils literal">tests/stemtest.cc</tt> for the test_desc array.
Now look up about 20 lines to where the test functions are defined. You
need to write a function like these which will return true or false
depending on whether it failed or not.</p>
<p>In addition, there are a bunch of macros to help you perform standards
testing tasks. Things like TEST_EQUAL are all in
<tt class="docutils literal">tests/harness/testsuite.h</tt>. They're pretty simple to use.</p>
</div>
</div>
</body>
</html>
| iveteran/xapian-scws | xapian-core_scws-1.2.18/docs/tests.html | HTML | bsd-2-clause | 12,511 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Wed Mar 02 16:46:13 EST 2011 -->
<TITLE>
Uses of Class gov.nih.nci.cabig.caaers.web.rule.notification.EditReportDefinitionController
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class gov.nih.nci.cabig.caaers.web.rule.notification.EditReportDefinitionController";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../gov/nih/nci/cabig/caaers/web/rule/notification/EditReportDefinitionController.html" title="class in gov.nih.nci.cabig.caaers.web.rule.notification"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../../index.html?gov/nih/nci/cabig/caaers/web/rule/notification/class-use/EditReportDefinitionController.html" target="_top"><B>FRAMES</B></A>
<A HREF="EditReportDefinitionController.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>gov.nih.nci.cabig.caaers.web.rule.notification.EditReportDefinitionController</B></H2>
</CENTER>
No usage of gov.nih.nci.cabig.caaers.web.rule.notification.EditReportDefinitionController
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../gov/nih/nci/cabig/caaers/web/rule/notification/EditReportDefinitionController.html" title="class in gov.nih.nci.cabig.caaers.web.rule.notification"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../../index.html?gov/nih/nci/cabig/caaers/web/rule/notification/class-use/EditReportDefinitionController.html" target="_top"><B>FRAMES</B></A>
<A HREF="EditReportDefinitionController.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| CBIIT/caaers | caAERS/software/docs/gov/nih/nci/cabig/caaers/web/rule/notification/class-use/EditReportDefinitionController.html | HTML | bsd-3-clause | 6,544 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0;">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Tableviews 1</title>
<link rel="stylesheet" href="chui/chui.css">
<script src="chui/chocolatechip.js" type="text/javascript"></script>
<script src="chui/chui.js" type="text/javascript"></script>
<script type="text/javascript">
$.ready(function() {
});
</script>
</head>
<body>
<app>
<view id="main" ui-background-style="striped" ui-navigation-status="current">
<navbar>
<h1>Tableview</h1>
</navbar>
<subview ui-associations="withNavBar">
<scrollpanel>
<tableview>
<tablecell>
<celltitle>People</celltitle>
</tablecell>
<tablecell>
<celltitle>Places</celltitle>
</tablecell>
<tablecell>
<celltitle>Things</celltitle>
</tablecell>
<tablecell>
<celltitle>Animals</celltitle>
</tablecell>
<tablecell>
<celltitle>Food</celltitle>
</tablecell>
<tablefooter>
A quick summary about all of the items in this list.
</tablefooter>
</tableview>
</scrollpanel>
</subview>
</view>
</app>
</body>
</html> | rbiggs/chocolatechip-ui.com | downloads/examples/tableview-with-tablefooter.html | HTML | bsd-3-clause | 1,318 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><TITLE
>Graphics.UI.SDL</TITLE
><LINK HREF = "haddock.css" REL = "stylesheet" TYPE = "text/css"
></HEAD
><BODY
><TABLE CLASS = "vanilla" CELLSPACING = "0" CELLPADDING = "0"
><TR
><TD CLASS = "topbar"
><TABLE CLASS = "vanilla" CELLSPACING = "0" CELLPADDING = "0"
><TR
><TD
><IMG SRC = "haskell_icon.gif" WIDTH = "16" HEIGHT = "16" ALT = " "
></TD
><TD CLASS = "title"
>SDL-0.4.0</TD
><TD CLASS = "topbut"
><A HREF = "index.html"
>Contents</A
></TD
><TD CLASS = "topbut"
><A HREF = "doc-index.html"
>Index</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS = "modulebar"
><TABLE CLASS = "vanilla" CELLSPACING = "0" CELLPADDING = "0"
><TR
><TD
><FONT SIZE = "6"
>Graphics.UI.SDL</FONT
></TD
><TD ALIGN = "right"
><TABLE CLASS = "narrow" CELLSPACING = "0" CELLPADDING = "0"
><TR
><TD CLASS = "infohead"
>Portability</TD
><TD CLASS = "infoval"
> portablex</TD
></TR
><TR
><TD CLASS = "infohead"
>Stability</TD
><TD CLASS = "infoval"
> provisional</TD
></TR
><TR
><TD CLASS = "infohead"
>Maintainer</TD
><TD CLASS = "infoval"
> [email protected]</TD
></TR
></TABLE
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS = "s15"
></TD
></TR
><TR
><TD
><TABLE CLASS = "vanilla" CELLSPACING = "0" CELLPADDING = "0"
></TABLE
></TD
></TR
><TR
><TD CLASS = "s15"
></TD
></TR
><TR
><TD CLASS = "section1"
>Description</TD
></TR
><TR
><TD CLASS = "doc"
></TD
></TR
><TR
><TD CLASS = "s15"
></TD
></TR
><TR
><TD CLASS = "section1"
>Synopsis</TD
></TR
><TR
><TD CLASS = "s15"
></TD
></TR
><TR
><TD CLASS = "body"
><TABLE CLASS = "vanilla" CELLSPACING = "0" CELLPADDING = "0"
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.General.html"
>Graphics.UI.SDL.General</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Rect.html"
>Graphics.UI.SDL.Rect</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Time.html"
>Graphics.UI.SDL.Time</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Types.html"
>Graphics.UI.SDL.Types</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Video.html"
>Graphics.UI.SDL.Video</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.WindowManagement.html"
>Graphics.UI.SDL.WindowManagement</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Audio.html"
>Graphics.UI.SDL.Audio</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Color.html"
>Graphics.UI.SDL.Color</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Keysym.html"
>Graphics.UI.SDL.Keysym</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Events.html"
>Graphics.UI.SDL.Events</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.RWOps.html"
>Graphics.UI.SDL.RWOps</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Version.html"
>Graphics.UI.SDL.Version</A
></TD
></TR
><TR
><TD CLASS = "s8"
></TD
></TR
><TR
><TD CLASS = "decl"
>module <A HREF = "Graphics.UI.SDL.Joystick.html"
>Graphics.UI.SDL.Joystick</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS = "s15"
></TD
></TR
><TR
><TD CLASS = "s15"
></TD
></TR
><TR
><TD CLASS = "botbar"
>Produced by <A HREF = "http://www.haskell.org/haddock/"
>Haddock</A
> version 0.6</TD
></TR
></TABLE
></BODY
></HTML
>
| vincenthz/hs-sdl | doc/Graphics.UI.SDL.html | HTML | bsd-3-clause | 4,975 |
<html lang="en">
<head>
<title>Sbttl - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Pseudo-Ops.html#Pseudo-Ops" title="Pseudo Ops">
<link rel="prev" href="Rept.html#Rept" title="Rept">
<link rel="next" href="Scl.html#Scl" title="Scl">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Sbttl"></a>
<p>
Next: <a rel="next" accesskey="n" href="Scl.html#Scl">Scl</a>,
Previous: <a rel="previous" accesskey="p" href="Rept.html#Rept">Rept</a>,
Up: <a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo-Ops">Pseudo Ops</a>
<hr>
</div>
<h3 class="section">7.97 <code>.sbttl "</code><var>subheading</var><code>"</code></h3>
<p><a name="index-g_t_0040code_007bsbttl_007d-directive-443"></a><a name="index-subtitles-for-listings-444"></a><a name="index-listing-control_003a-subtitle-445"></a>Use <var>subheading</var> as the title (third line, immediately after the
title line) when generating assembly listings.
<p>This directive affects subsequent pages, as well as the current page if
it appears within ten lines of the top of a page.
</body></html>
| ExploreEmbedded/Tit-Windows | tools/doc/binutils/as.html/Sbttl.html | HTML | bsd-3-clause | 2,387 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /Users/eduardojunior/projetos/ieducar2/www/module/Portal/src/Portal/Entity</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../../css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="../../../js/html5shiv.min.js"></script>
<script src="../../../js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="../../../index.html">/Users/eduardojunior/projetos/ieducar2/www/module/Portal</a></li>
<li><a href="../../index.html">src</a></li>
<li><a href="../index.html">Portal</a></li>
<li class="active">Entity</li>
<li>(<a href="dashboard.html">Dashboard</a>)</li>
</ol>
</div>
</div>
</div>
</header>
<div class="container">
<table class="table table-bordered">
<thead>
<tr>
<td> </td>
<td colspan="9"><div align="center"><strong>Code Coverage</strong></div></td>
</tr>
<tr>
<td> </td>
<td colspan="3"><div align="center"><strong>Lines</strong></div></td>
<td colspan="3"><div align="center"><strong>Functions and Methods</strong></div></td>
<td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td>
</tr>
</thead>
<tbody>
<tr>
<td class="success">Total</td>
<td class="success big"> <div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="81.79" aria-valuemin="0" aria-valuemax="100" style="width: 81.79%">
<span class="sr-only">81.79% covered (success)</span>
</div>
</div>
</td>
<td class="success small"><div align="right">81.79%</div></td>
<td class="success small"><div align="right">247 / 302</div></td>
<td class="warning big"> <div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="69.23" aria-valuemin="0" aria-valuemax="100" style="width: 69.23%">
<span class="sr-only">69.23% covered (warning)</span>
</div>
</div>
</td>
<td class="warning small"><div align="right">69.23%</div></td>
<td class="warning small"><div align="right">36 / 52</div></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="success"><span class="glyphicon glyphicon-file"></span> <a href="Funcionario.php.html">Funcionario.php</a></td>
<td class="success big"> <div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="81.79" aria-valuemin="0" aria-valuemax="100" style="width: 81.79%">
<span class="sr-only">81.79% covered (success)</span>
</div>
</div>
</td>
<td class="success small"><div align="right">81.79%</div></td>
<td class="success small"><div align="right">247 / 302</div></td>
<td class="warning big"> <div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="69.23" aria-valuemin="0" aria-valuemax="100" style="width: 69.23%">
<span class="sr-only">69.23% covered (warning)</span>
</div>
</div>
</td>
<td class="warning small"><div align="right">69.23%</div></td>
<td class="warning small"><div align="right">36 / 52</div></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
</tbody>
</table>
<footer>
<hr/>
<h4>Legend</h4>
<p>
<span class="danger"><strong>Low</strong>: 0% to 35%</span>
<span class="warning"><strong>Medium</strong>: 35% to 70%</span>
<span class="success"><strong>High</strong>: 70% to 100%</span>
</p>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.10</a> using <a href="http://php.net/" target="_top">PHP 5.4.24</a> and <a href="http://phpunit.de/">PHPUnit 4.2.2</a> at Tue Sep 16 13:34:21 BRT 2014.</small>
</p>
</footer>
</div>
<script src="../../../js/jquery.min.js" type="text/javascript"></script>
<script src="../../../js/bootstrap.min.js" type="text/javascript"></script>
<script src="../../../js/holder.js" type="text/javascript"></script>
</body>
</html>
| goldblade/ieducar2 | module/Portal/tests/_reports/coverage/src/Portal/Entity/index.html | HTML | bsd-3-clause | 5,398 |
<!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 Tue May 01 09:56:13 CEST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class net.sourceforge.pmd.lang.ecmascript.ast.ASTArrayComprehension (PMD 5.0.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-05-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 net.sourceforge.pmd.lang.ecmascript.ast.ASTArrayComprehension (PMD 5.0.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?net/sourceforge/pmd/lang/ecmascript/ast//class-useASTArrayComprehension.html" target="_top"><B>FRAMES</B></A>
<A HREF="ASTArrayComprehension.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>net.sourceforge.pmd.lang.ecmascript.ast.ASTArrayComprehension</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="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast">ASTArrayComprehension</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.sourceforge.pmd.lang.ecmascript.ast"><B>net.sourceforge.pmd.lang.ecmascript.ast</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.sourceforge.pmd.lang.ecmascript.rule"><B>net.sourceforge.pmd.lang.ecmascript.rule</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="net.sourceforge.pmd.lang.ecmascript.ast"><!-- --></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="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast">ASTArrayComprehension</A> in <A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/package-summary.html">net.sourceforge.pmd.lang.ecmascript.ast</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/package-summary.html">net.sourceforge.pmd.lang.ecmascript.ast</A> with parameters of type <A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast">ASTArrayComprehension</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
<TD><CODE><B>EcmascriptParserVisitorAdapter.</B><B><A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/EcmascriptParserVisitorAdapter.html#visit(net.sourceforge.pmd.lang.ecmascript.ast.ASTArrayComprehension, java.lang.Object)">visit</A></B>(<A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast">ASTArrayComprehension</A> node,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> data)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
<TD><CODE><B>EcmascriptParserVisitor.</B><B><A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/EcmascriptParserVisitor.html#visit(net.sourceforge.pmd.lang.ecmascript.ast.ASTArrayComprehension, java.lang.Object)">visit</A></B>(<A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast">ASTArrayComprehension</A> node,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> data)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="net.sourceforge.pmd.lang.ecmascript.rule"><!-- --></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="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast">ASTArrayComprehension</A> in <A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/rule/package-summary.html">net.sourceforge.pmd.lang.ecmascript.rule</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/rule/package-summary.html">net.sourceforge.pmd.lang.ecmascript.rule</A> with parameters of type <A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast">ASTArrayComprehension</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
<TD><CODE><B>AbstractEcmascriptRule.</B><B><A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/rule/AbstractEcmascriptRule.html#visit(net.sourceforge.pmd.lang.ecmascript.ast.ASTArrayComprehension, java.lang.Object)">visit</A></B>(<A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast">ASTArrayComprehension</A> node,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> data)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html" title="class in net.sourceforge.pmd.lang.ecmascript.ast"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?net/sourceforge/pmd/lang/ecmascript/ast//class-useASTArrayComprehension.html" target="_top"><B>FRAMES</B></A>
<A HREF="ASTArrayComprehension.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2002-2012 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All Rights Reserved.
</BODY>
</HTML>
| daejunpark/jsaf | third_party/pmd/docs/apidocs/net/sourceforge/pmd/lang/ecmascript/ast/class-use/ASTArrayComprehension.html | HTML | bsd-3-clause | 12,371 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test-order-2</title>
<style>
body {
background-color: orange;
}
</style>
<!-- proves transitive imports also execute in order, but
fails to block rendering on transitive style sheet (suggesting a bug) -->
<link rel="import" href="import.html">
</head>
<body unresolved>
</body>
</html>
| PolymerLabs/labs | sjmiles/imports/test-script-order-2/test.html | HTML | bsd-3-clause | 397 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.summary — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.transform_jacobian" href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.transform_jacobian.html" />
<link rel="prev" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.smooth" href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.smooth.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.summary" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.2</span>
<span class="md-header-nav__topic"> statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.summary </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../statespace.html" class="md-tabs__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.html" class="md-tabs__link">statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a>
</li>
<li class="md-nav__item">
<a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a>
</li>
<li class="md-nav__item">
<a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.summary.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-tsa-statespace-dynamic-factor-mq-dynamicfactormq-summary">
<h1 id="generated-statsmodels-tsa-statespace-dynamic-factor-mq-dynamicfactormq-summary--page-root">statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.summary<a class="headerlink" href="#generated-statsmodels-tsa-statespace-dynamic-factor-mq-dynamicfactormq-summary--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.summary">
<span class="sig-prename descclassname"><span class="pre">DynamicFactorMQ.</span></span><span class="sig-name descname"><span class="pre">summary</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">truncate_endog_names</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/tsa/statespace/dynamic_factor_mq.html#DynamicFactorMQ.summary"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.summary" title="Permalink to this definition">¶</a></dt>
<dd><p>Create a summary table describing the model.</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>truncate_endog_names</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">int</span></code></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>The number of characters to show for names of observed variables.
Default is 24 if there is more than one observed variable, or
an unlimited number of there is only one.</p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.smooth.html" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.smooth"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.smooth </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.transform_jacobian.html" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.transform_jacobian"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.transform_jacobian </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 08, 2022.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> | statsmodels/statsmodels.github.io | v0.13.2/generated/statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.summary.html | HTML | bsd-3-clause | 19,208 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- qtpropertybrowser-2.5_1-opensource/src/qtpropertymanager.cpp -->
<head>
<title>List of All Members for QtTimePropertyManager</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="57" height="67" border="0" /></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a></td>
</tr></table><h1 class="title">List of All Members for QtTimePropertyManager</h1>
<p>This is the complete list of members for <a href="qttimepropertymanager.html">QtTimePropertyManager</a>, including inherited members.</p>
<p><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="45%" valign="top"><ul>
<li><div class="fn"></div><a href="qttimepropertymanager.html#QtTimePropertyManager">QtTimePropertyManager</a> ( QObject * )</li>
<li><div class="fn"></div><a href="qttimepropertymanager.html#dtor.QtTimePropertyManager">~QtTimePropertyManager</a> ()</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#addProperty">addProperty</a> ( const QString & ) : QtProperty *</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#blockSignals">blockSignals</a> ( bool )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#childEvent">childEvent</a> ( QChildEvent * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#children">children</a> () const</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#clear">clear</a> () const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#connect">connect</a> ( const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#connect-2">connect</a> ( const QObject *, const char *, const char *, Qt::ConnectionType ) const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#connectNotify">connectNotify</a> ( const char * )</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#createProperty">createProperty</a> () : QtProperty *</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#customEvent">customEvent</a> ( QEvent * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#d_ptr-var">d_ptr</a> : </li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#deleteLater">deleteLater</a> ()</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#destroyed">destroyed</a> ( QObject * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#disconnect">disconnect</a> ( const QObject *, const char *, const QObject *, const char * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#disconnect-2">disconnect</a> ( const char *, const QObject *, const char * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#disconnect-3">disconnect</a> ( const QObject *, const char * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#disconnectNotify">disconnectNotify</a> ( const char * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#dumpObjectInfo">dumpObjectInfo</a> ()</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#dumpObjectTree">dumpObjectTree</a> ()</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#dynamicPropertyNames">dynamicPropertyNames</a> () const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#event">event</a> ( QEvent * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#eventFilter">eventFilter</a> ( QObject *, QEvent * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#findChild">findChild</a> ( const QString & ) const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#findChildren">findChildren</a> ( const QString & ) const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#findChildren-2">findChildren</a> ( const QRegExp & ) const</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#hasValue">hasValue</a> ( const QtProperty * ) const : bool</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#inherits">inherits</a> ( const char * ) const</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#initializeProperty">initializeProperty</a> ( QtProperty * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#installEventFilter">installEventFilter</a> ( QObject * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#isWidgetType">isWidgetType</a> () const</li>
</ul></td><td valign="top"><ul>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#killTimer">killTimer</a> ( int )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#metaObject">metaObject</a> () const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#moveToThread">moveToThread</a> ( QThread * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#objectName-prop">objectName</a> () const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#parent">parent</a> () const</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#properties">properties</a> () const : QSet<QtProperty *></li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#property">property</a> ( const char * ) const</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#propertyChanged">propertyChanged</a> ( QtProperty * )</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#propertyDestroyed">propertyDestroyed</a> ( QtProperty * )</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#propertyInserted">propertyInserted</a> ( QtProperty *, QtProperty *, QtProperty * )</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#propertyRemoved">propertyRemoved</a> ( QtProperty *, QtProperty * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#receivers">receivers</a> ( const char * ) const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#removeEventFilter">removeEventFilter</a> ( QObject * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#sender">sender</a> () const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#objectName-prop">setObjectName</a> ( const QString & )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#setParent">setParent</a> ( QObject * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#setProperty">setProperty</a> ( const char *, const QVariant & )</li>
<li><div class="fn"></div><a href="qttimepropertymanager.html#setValue">setValue</a> ( QtProperty *, const QTime & )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#signalsBlocked">signalsBlocked</a> () const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#startTimer">startTimer</a> ( int )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#staticMetaObject-var">staticMetaObject</a> : </li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#staticQtMetaObject-var">staticQtMetaObject</a> : </li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#thread">thread</a> () const</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#timerEvent">timerEvent</a> ( QTimerEvent * )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#tr">tr</a> ( const char *, const char *, int )</li>
<li><div class="fn"></div><a href="http://qt.nokia.com/doc/4.5/qobject.html#trUtf8">trUtf8</a> ( const char *, const char *, int )</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#uninitializeProperty">uninitializeProperty</a> ( QtProperty * )</li>
<li><div class="fn"></div><a href="qttimepropertymanager.html#value">value</a> ( const QtProperty * ) const : QTime</li>
<li><div class="fn"></div><a href="qttimepropertymanager.html#valueChanged">valueChanged</a> ( QtProperty *, const QTime & )</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#valueIcon">valueIcon</a> ( const QtProperty * ) const : QIcon</li>
<li><div class="fn"></div><a href="qtabstractpropertymanager.html#valueText">valueText</a> ( const QtProperty * ) const : QString</li>
</ul>
</td></tr>
</table></p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%" align="left">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
<td width="40%" align="center"><a href="http://qt.nokia.com/doc/trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt Solutions</div></td>
</tr></table></div></address></body>
</html>
| kulibali/neurolab | src/thirdparty/qtpropertybrowser/qtpropertybrowser-2.5_1-opensource/doc/html/qttimepropertymanager-members.html | HTML | bsd-3-clause | 9,760 |
{% extends 'base/main_section_base.html' %}
{% load staticfiles %}
{% block extra_css %}
<style type="text/css">
.panel-body {
padding: 0;
}
</style>
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="{% static 'assets/css/bootstrap-tables2.css' %}" />
{% endblock %} | Swappsco/koalixerp | crm_core/templates/base/table_view_base.html | HTML | bsd-3-clause | 313 |
<!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.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PMDK C++ bindings: 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>
<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">PMDK C++ bindings
 <span id="projectnumber">1.6.1</span>
</div>
<div id="projectbrief">This is the C++ bindings documentation for PMDK's libpmemobj.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>pmem</b></li><li class="navelem"><b>obj</b></li><li class="navelem"><b>experimental</b></li><li class="navelem"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">v</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">pmem::obj::experimental::v< T > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html#a8b44166a7c90911e77b743fa1865b2a9">get</a>(Args &&... args) noexcept</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html#a120dfff82d94acb45cf17f116bf5353b">operator T&</a>() noexcept</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html#a0161523cc8f39d49f84c68834391469b">operator=</a>(const T &rhs)</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html#a5f63c286ad436f16866ef0db2f64805c">operator=</a>(v &rhs)</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html#a90ad8ec78f4680d01a28859f2b897f7c">operator=</a>(v< Y > &rhs)</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html#a67a6969b1b326bc8a95d0d6183c446f5">swap</a>(v &other)</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html#a06b3e62f73d57551228c244800e0a3eb">unsafe_get</a>()</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html#a7bfacf258a99eb8755c6d7eba89a55d3">v</a>() noexcept</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html#aa0b1d230b1a37bb70d91353ae3034582">~v</a>()</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1experimental_1_1v.html">pmem::obj::experimental::v< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20
</small></address>
</body>
</html>
| pbalcer/pbalcer.github.io | content/libpmemobj-cpp/v1.6/doxygen/classpmem_1_1obj_1_1experimental_1_1v-members.html | HTML | bsd-3-clause | 6,683 |
{% extends "survey/base.html" %}{% load i18n %}
{% block styles %}
<style type="text/css">
input[type="radio"] { vertical-align: top; }
</style>
{% endblock %}
{% block content %}
<h1>{{ title }}</h1>
<form method="post" class="focus-input" action="">
{% trans 'Are you sure you want to delete the following question ?' %}
<ul>
<li>{{question}}</li>
</ul>
<div class="submit-row"><input type="submit" value="{% trans 'Delete' %}" class="default" name="__delete" /></div>
</form>
{% endblock %}
| aawsolutions/bslcks | templates/survey/question_confirm_delete.html | HTML | bsd-3-clause | 532 |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>clickmodels.inference.ClickModel</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="clickmodels-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="clickmodels-module.html">Package clickmodels</a> ::
<a href="clickmodels.inference-module.html">Module inference</a> ::
Class ClickModel
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="clickmodels.inference.ClickModel-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class ClickModel</h1><p class="nomargin-top"><span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel">source code</a></span></p>
<center>
<center> <map id="class_hierarchy_for_clickmodel" name="class_hierarchy_for_clickmodel">
<area shape="rect" id="node1" href="clickmodels.inference.ClickModel-class.html" title="ClickModel" alt="" coords="139,5,225,29"/>
<area shape="rect" id="node2" href="clickmodels.inference.DbnModel-class.html" title="DbnModel" alt="" coords="34,59,115,83"/>
<area shape="rect" id="node3" href="clickmodels.inference.DcmModel-class.html" title="DcmModel" alt="" coords="140,59,224,83"/>
<area shape="rect" id="node6" href="clickmodels.inference.UbmModel-class.html" title="UbmModel" alt="" coords="249,59,335,83"/>
<area shape="rect" id="node5" href="clickmodels.inference.SimplifiedDbnModel-class.html" title="SimplifiedDbnModel" alt="" coords="5,112,144,136"/>
<area shape="rect" id="node4" href="clickmodels.inference.EbUbmModel-class.html" title="EbUbmModel" alt="" coords="241,112,343,136"/>
</map>
<img src="class_hierarchy_for_clickmodel.gif" alt='' usemap="#class_hierarchy_for_clickmodel" ismap="ismap" class="graph-without-title" />
</center>
</center>
<hr />
<p>An abstract click model interface.</p>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="__init__"></a><span class="summary-sig-name">__init__</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">ignoreIntents</span>=<span class="summary-sig-default">True</span>,
<span class="summary-sig-arg">ignoreLayout</span>=<span class="summary-sig-default">True</span>,
<span class="summary-sig-arg">config</span>=<span class="summary-sig-default">None</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.__init__">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="train"></a><span class="summary-sig-name">train</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">sessions</span>)</span><br />
Trains the model.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.train">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="clickmodels.inference.ClickModel-class.html#test" class="summary-sig-name">test</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">sessions</span>,
<span class="summary-sig-arg">reportPositionPerplexity</span>=<span class="summary-sig-default">True</span>)</span><br />
Evaluates the prediciton power of the click model for a given
sessions.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.test">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr class="private">
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="clickmodels.inference.ClickModel-class.html#_get_click_probs" class="summary-sig-name" onclick="show_private();">_get_click_probs</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">s</span>,
<span class="summary-sig-arg">possible_intents</span>)</span><br />
Returns click probabilities list for a given list of s.clicks.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel._get_click_probs">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="clickmodels.inference.ClickModel-class.html#get_loglikelihood" class="summary-sig-name">get_loglikelihood</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">sessions</span>)</span><br />
Returns the average log-likelihood of the current model for given
sessions.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.get_loglikelihood">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="clickmodels.inference.ClickModel-class.html#get_log_click_probs" class="summary-sig-name">get_log_click_probs</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">session</span>)</span><br />
Returns an average log-likelihood for a given session, i.e.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.get_log_click_probs">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="get_model_relevances"></a><span class="summary-sig-name">get_model_relevances</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">session</span>,
<span class="summary-sig-arg">intent</span>=<span class="summary-sig-default">False</span>)</span><br />
Returns estimated relevance of each document in a given session based
on a trained click model.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.get_model_relevances">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="clickmodels.inference.ClickModel-class.html#predict_click_probs" class="summary-sig-name">predict_click_probs</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">session</span>,
<span class="summary-sig-arg">intent</span>=<span class="summary-sig-default">False</span>)</span><br />
Predicts click probabilities for a given session.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.predict_click_probs">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="clickmodels.inference.ClickModel-class.html#predict_stop_probs" class="summary-sig-name">predict_stop_probs</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">session</span>,
<span class="summary-sig-arg">intent</span>=<span class="summary-sig-default">False</span>)</span><br />
Predicts stop probabilities (after click) for each document in a
session.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.predict_stop_probs">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="get_abandonment_prob"></a><span class="summary-sig-name">get_abandonment_prob</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">rank</span>,
<span class="summary-sig-arg">intent</span>=<span class="summary-sig-default">False</span>,
<span class="summary-sig-arg">layout</span>=<span class="summary-sig-default">None</span>)</span><br />
Predicts probability of stopping without click after examining
document at rank `rank`.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.get_abandonment_prob">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="generate_clicks"></a><span class="summary-sig-name">generate_clicks</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">session</span>)</span><br />
Generates clicks for a given session, assuming cascade examination
order.</td>
<td align="right" valign="top">
<span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.generate_clicks">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Method Details</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-MethodDetails"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
</table>
<a name="test"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">test</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">sessions</span>,
<span class="sig-arg">reportPositionPerplexity</span>=<span class="sig-default">True</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.test">source code</a></span>
</td>
</tr></table>
<p>Evaluates the prediciton power of the click model for a given
sessions. Returns the log-likelihood, perplexity, position perplexity
(perplexity for each rank a.k.a. position in a SERP) and separate
perplexity values for clicks and non-clicks (skips).</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<a name="_get_click_probs"></a>
<div class="private">
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">_get_click_probs</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">s</span>,
<span class="sig-arg">possible_intents</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel._get_click_probs">source code</a></span>
</td>
</tr></table>
<p>Returns click probabilities list for a given list of s.clicks. For
each intent $i$ and each rank $k$ we have: click_probs[i][k-1] = P(C_1,
..., C_k | I=i)</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<a name="get_loglikelihood"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">get_loglikelihood</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">sessions</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.get_loglikelihood">source code</a></span>
</td>
</tr></table>
<p>Returns the average log-likelihood of the current model for given
sessions. This is a lightweight version of the self.test() method.</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<a name="get_log_click_probs"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">get_log_click_probs</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">session</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.get_log_click_probs">source code</a></span>
</td>
</tr></table>
<p>Returns an average log-likelihood for a given session, i.e.
log-likelihood of all the click events, divided by the number of
documents in the session.</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<a name="predict_click_probs"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">predict_click_probs</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">session</span>,
<span class="sig-arg">intent</span>=<span class="sig-default">False</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.predict_click_probs">source code</a></span>
</td>
</tr></table>
<p>Predicts click probabilities for a given session. Does not use
session.clicks. This is a vector of P(C_k = 1 | E_k = 1) for different
ranks $k$.</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<a name="predict_stop_probs"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">predict_stop_probs</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">session</span>,
<span class="sig-arg">intent</span>=<span class="sig-default">False</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="clickmodels.inference-pysrc.html#ClickModel.predict_stop_probs">source code</a></span>
</td>
</tr></table>
<p>Predicts stop probabilities (after click) for each document in a
session. This is often referred to as satisfaction probability. This is a
vector of P(S_k = 1 | C_k = 1) for different ranks $k$.</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="clickmodels-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Sun Jun 8 11:05:26 2014
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
| varepsilon/clickmodels | doc/html/clickmodels.inference.ClickModel-class.html | HTML | bsd-3-clause | 21,724 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>myGalaxyLogon</title>
<!------------------------------------------------------------------------------------------------------>
<!-- ( THIS PAGE CREATED BY RM. IT IS THE NEW LOGON PAGE FOR EIS TO. ) -->
<!-- ( 2006.10.30 hvp - Fixed links ) -->
<!------------------------------------------------------------------------------------------------------>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR" />
<meta content="C#" name="CODE_LANGUAGE" />
<meta content="JavaScript" name="vs_defaultClientScript" />
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema" />
<link id="Link1" href="css/toNonIE.css" rel="stylesheet" type="text/css"></link>
<!--<link id="Link4" href="css/GalaxyStyles.css" rel="stylesheet" type="text/css"></link>-->
<link id="Link5" href="css/colorbox.css" rel="stylesheet" type="text/css"></link>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css" type="text/css" />
<script type="text/javascript" src="scripts/dateFunction.js"></script>
<link href="css/Security.css" type="text/css" rel="stylesheet" />
<style type="text/css">
.font10_tts { FONT-SIZE: 20px; COLOR: red; FONT-FAMILY: Tahoma,Verdana }
.font8_tts { FONT-SIZE: 8pt; COLOR: red; FONT-FAMILY: Tahoma,Verdana }
.ui-widget-header
{
font-size: 11px;
}
.ui-dialog{ position: absolute; overflow:hidden }
.center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%); /* Yep! */
width: 48%;
height: 59%;
}
.font11text_ul
{
color: #000000;
font-family: Tahoma,Verdana;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
text-decoration: underline;
font-style: italic;
cursor: pointer;
}
.font11text_ul_header
{
color: #000000;
font-family: Tahoma,Verdana;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
font-weight: bold;
}
.font11text_ul_content
{
color: #000000;
font-family: Tahoma,Verdana;
font-size: 11px;
/*padding-left: 5px;
padding-right: 5px;
*/
text-align: left;
}
.loading-indicator {
margin-top: 20px;margin-bottom: 30px;-moz-border-radius: 12px;-webkit-border-radius: 12px;border-radius: 12px;-moz-box-shadow: 4px 4px 14px #000;-webkit-box-shadow: 4px 4px 14px #000;box-shadow: 4px 4px 14px #000;-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);
display: inline-block;
padding: 12px;
background: white;
-opacity: 0.5;
color: #0b4981;
font-weight: bold;
z-index: 9999;
border: 1px solid #0b4981;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 0 0 5px grey;
-webkit-box-shadow: 0px 0px 5px grey;
-text-shadow: 1px 1px 1px white;
}
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.mgHeaderSession { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #0066cc; FONT-FAMILY: tahoma }
.mydialogClass
{
margin-top: 20px;margin-bottom: 30px;-moz-border-radius: 12px;-webkit-border-radius: 12px;border-radius: 12px;-moz-box-shadow: 4px 4px 14px #000;-webkit-box-shadow: 4px 4px 14px #000;box-shadow: 4px 4px 14px #000;-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);
behavior: url(ie-css3.htc);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}
.ui-dialog-titlebar {
-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);
}
.ui-widget-header
{
font-size: 11px;
}
.font11text_ul
{
color: #000000;
font-family: Tahoma,Verdana;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
text-decoration: underline;
font-style: italic;
cursor: pointer;
}
.font11text_ul_header
{
color: #000000;
font-family: Tahoma,Verdana;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
font-weight: bold;
}
.font11text_ul_content
{
color: #000000;
font-family: Tahoma,Verdana;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
}
</style>
<script src="scripts/jquery-1.7.2.js" type="text/javascript"></script>
<script src="scripts/jquery-ui.min.1.8.js" type="text/javascript"></script>
<script src="scripts/jquery.colorbox.js" type="text/javascript"></script>
<script src="scripts/jQueryModal.js" type="text/javascript"></script>
<script type="text/javascript" src="scripts/jqPrint-0.3.js"></script>
<script language="javascript" type="text/javascript" src="library/aspnet/Scripts/General.js"></script>
<script language="javascript" type="text/javascript">
var bInRemainAttempt = false;
var $popDialog = null;
function openReportAnIssue() {
var url = 'library/aspnet/Galaxy_Issue_Reporting.aspx?';
url += 'DBConnect=' + "";
url += '&fy=';
url += '&dst=' + "";
url += '&school=' + "";
url += '&userId=' + "";
url += '&gs_to_id=0';
url += '&src=M';
var sFeatures = " dialogWidth : 600px "
+ "; dialogHeight : 550px "
+ "; status = no "
+ "; status : off "
+ "; statusbar : no "
+ "; status : 0 "
+ "; center : yes "
+ "; edge : raised"
+ "; help : off "
+ "; resizable : no "
+ "; scroll : off ";
window.showModelessDialog(url, window, sFeatures);
return;
}
function ValidateLogon()
{
//Based upon user's logon choice, do validation
//debugger;
//if (!bInRemainAttempt) {
document.getElementById("divLogon").style.display = "none";
//} else {
// bInRemainAttempt = false;
//}
if ( document.getElementById("radioDOE").checked )
{
if ( trim(document.getElementById("txtDOEUserID").value).length == 0 ||
trim(document.getElementById("txtDOEPwd").value).length == 0 )
{
alert("Please provide DOE User ID and password");
return false;
}
}
else if ( document.getElementById("radioGalaxy").checked )
{
if ( trim(document.getElementById("txtGalaxyUserID").value).length == 0 &&
trim(document.getElementById("txtGalaxyPwd").value).length == 0 &&
trim(document.getElementById("txtDOEUserID").value).length == 0 &&
trim(document.getElementById("txtDOEPwd").value).length == 0 )
{
alert("Please provide at least one of Galaxy or DOE credentials");
return false;
}
else if ( trim(document.getElementById("txtGalaxyUserID").value).length != 0 &&
trim(document.getElementById("txtGalaxyPwd").value).length == 0 )
{
alert("Please enter Galaxy password");
return false;
}
else if ( trim(document.getElementById("txtDOEUserID").value).length != 0 &&
trim(document.getElementById("txtDOEPwd").value).length == 0 )
{
alert("Please enter DOE password");
return false;
}
}
if ( trim(document.getElementById("txtLocation").value).length !=0 &&
trim(document.getElementById("txtLocation").value).length != 6 )
{
alert("Location Must have 6 Characters")
return false;
}
if (trim(document.getElementById("txtGalaxyUserID").value) != "" && trim(document.getElementById("txtGalaxyPwd").value) != "" &&
(
trim(document.getElementById("txtGalaxyUserID").value).toUpperCase() ==
trim(document.getElementById("txtGalaxyPwd").value).toUpperCase().split('').reverse().join('')
)
)
{
//alert("Password cannot be the reverse of user id, Please use DOE User ID and password to login.");
/*
document.getElementById("txtGalaxyUserID").value = "";
document.getElementById("txtGalaxyPwd").value = "";
document.getElementById("txtDOEUserID").focus();
*/
openReverseLogonMessage();
//if (!bInRemainAttempt) {
//
//}
return false;
}
return true;
}
function CheckForEnterKey()
{
//debugger;
if ( event.keyCode == 13 )
{
event.cancelBubble = true;
return ValidateLogon();
}
else
{
return false;
}
}
function openSettingsPopup()
{
var sHTML = "/library/aspnet/galaxysecurity/LogonSettings.aspx?Application=" + document.getElementById("slcApp").value + "&Region=" + document.getElementById("slcRegion").value;
showModalIpadDialog({
url: sHTML,
height: 250,
width: 360,
resizable: false,
scrolling: 'yes',
title: 'Applications',
//position: [curX, curY],
position: 'center',
dialogArguments: null,
onClose: processAppReturnedValue
});
//var returnValue = window.showModalDialog("library/aspnet/galaxysecurity/LogonSettings.aspx?Application=" + document.getElementById("slcApp").value + "&Region=" + document.getElementById("slcRegion").value , null, "dialogHeight: 250px; dialogWidth: 350px; edge: Raised; center: Yes; help: No; resizable: No; status: No;");
}
function processAppReturnedValue(retObj) {
//debugger;
//alert(this.returnValue);
try{
var returnValue;
if (!$.browser.msie || ($.browser.msie && $.browser.version >= 7)) {
returnValue = this.returnValue;
} else {
returnValue = retObj;
//vReturnObject = this.returnValue;
}
if (typeof (returnValue) == "undefined") {
return false;
}
//Retrieve application name and region name from the return value
//and store in the hidden fields
//Commented codes -- JKS -- 3/17/2011
if ( typeof(returnValue) != "undefined" )
{
document.getElementById("slcApp").value = returnValue.application;
if ( document.getElementById("slcApp").value == "G" )
document.getElementById("lblEnvironment").innerText = "my Galaxy";
else if ( document.getElementById("slcApp").value == "C" )
document.getElementById("lblEnvironment").innerText = "Central Offices";
// else if ( document.getElementById("slcApp").value == "I" )
// document.getElementById("lblEnvironment").innerText = "Integrity Reports";
// else if ( document.getElementById("slcApp").value == "R" )
// document.getElementById("lblEnvironment").innerText = "Galaxy Reports";
// else if ( document.getElementById("slcApp").value == "H" )
// document.getElementById("lblEnvironment").innerText = "Position Management";
// else if ( document.getElementById("slcApp").value == "V" )
// document.getElementById("lblEnvironment").innerText = "Excess and Vacancy Reporting";
else if ( document.getElementById("slcApp").value == "J" )
document.getElementById("lblEnvironment").innerText = "Reorganization Plan";
// else if ( document.getElementById("slcApp").value == "A" )
// document.getElementById("lblEnvironment").innerText = "DHR Approvals";
// else if ( document.getElementById("slcApp").value == "M" )
// document.getElementById("lblEnvironment").innerText = "Performance Metrics";
// else if ( document.getElementById("slcApp").value == "S" )
// document.getElementById("lblEnvironment").innerText = "School Wide Performance Bonus Program";
// else if ( document.getElementById("slcApp").value == "N" )
// document.getElementById("lblEnvironment").innerText = "Role Management";
// else if ( document.getElementById("slcApp").value == "O" )
// document.getElementById("lblEnvironment").innerText = "Role Administrator";
// else if ( document.getElementById("slcApp").value == "T" )
// document.getElementById("lblEnvironment").innerText = "Role Assignment Approval";
// else if ( document.getElementById("slcApp").value == "K" )
// document.getElementById("lblEnvironment").innerText = "Program Code Administration";
// else if ( document.getElementById("slcApp").value == "P" )
// document.getElementById("lblEnvironment").innerText = "Hiring Control Panel";
// else if ( document.getElementById("slcApp").value == "L" )
// document.getElementById("lblEnvironment").innerText = "Reassignment Approval";
// Added this for Bulk PUSH Page
else if ( document.getElementById("slcApp").value == "B" )
document.getElementById("lblEnvironment").innerText = "JT Bulk PUSH";
// Added this for Reassignment Tickler Administration
else if ( document.getElementById("slcApp").value == "E" )
document.getElementById("lblEnvironment").innerText = "Reassignment Tickler Administration";
// Added this for Reassignment Case Status Sreach
else if ( document.getElementById("slcApp").value == "F" )
document.getElementById("lblEnvironment").innerText = "OSI Case Search";
// else if ( document.getElementById("slcApp").value == "Q" )
// document.getElementById("lblEnvironment").innerText = "Quick Code Reporting Categories Administration";
else {
document.getElementById("lblEnvironment").innerText = returnValue.applicationDesc;
}
//Check if there is change in the selected Region. If yes,
//submit the form so that Batch Status and system Status in the
//selected "Region / Database" are reflected in the images
if ( document.getElementById("slcRegion").value != returnValue.region )
{
document.getElementById("slcRegion").value = returnValue.region;
LoadGraphs();
//document.getElementById("hdnRefreshStatusImages").value = "true";
//document.forms[0].submit();
}
else
{
document.getElementById("slcRegion").value = returnValue.region;
}
if ( document.getElementById("slcRegion").value == "P" )
document.getElementById("lblEnvironment").innerText = document.getElementById("lblEnvironment").innerText + " (Production Region)";
else if ( document.getElementById("slcRegion").value == "T" )
document.getElementById("lblEnvironment").innerText = document.getElementById("lblEnvironment").innerText + " (Training Region)";
else if ( document.getElementById("slcRegion").value == "D" )
document.getElementById("lblEnvironment").innerText = document.getElementById("lblEnvironment").innerText + " (Development Region)";
else if ( document.getElementById("slcRegion").value == "Q" )
document.getElementById("lblEnvironment").innerText = document.getElementById("lblEnvironment").innerText + " (QA Region)";
else if ( document.getElementById("slcRegion").value == "B" )
document.getElementById("lblEnvironment").innerText = document.getElementById("lblEnvironment").innerText + " (Budgeting Region)";
else if ( document.getElementById("slcRegion").value == "F" )
document.getElementById("lblEnvironment").innerText = document.getElementById("lblEnvironment").innerText + " (Field Test Region)";
else if ( document.getElementById("slcRegion").value == "A" )
document.getElementById("lblEnvironment").innerText = document.getElementById("lblEnvironment").innerText + " (Accrual Region)";
else if ( document.getElementById("slcRegion").value == "G" )
document.getElementById("lblEnvironment").innerText = document.getElementById("lblEnvironment").innerText + " (Field Test2 Region)";
else if ( document.getElementById("slcRegion").value == "C" )
document.getElementById("lblEnvironment").innerText = document.getElementById("lblEnvironment").innerText + " (Prod Test Region)";
}
} catch(e){}
}
try
{
//alert(flashDetected);
if(flashDetected == "N")
{
flashAnchor.innerText = " New features of myGalaxy require installation of Macromedia Flash player. Please click here to complete installation. ";
}
else
{
flashAnchor.innerText = "";
}
}
catch(e)
{
}
function installFlash()
{
window.location = "https://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
}
function isIE() {
var ua = window.navigator.userAgent;
var msie = ua.indexOf('MSIE ');
if (msie > 0) {
// IE 10 or older => return version number
return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10);
}
var trident = ua.indexOf('Trident/');
if (trident > 0) {
// IE 11 => return version number
var rv = ua.indexOf('rv:');
return parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10);
}
var edge = ua.indexOf('Edge/');
if (edge > 0) {
// Edge (IE 12+) => return version number
return parseInt(ua.substring(edge + 5, ua.indexOf('.', edge)), 10);
}
// other browser
return false;
}
function GetRemainingAttempts()
{
var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor);
if (!isIE()) {
alert("Galaxy is currently supported in Internet Explorer. Please close your browser and reload with Internet Explorer.");
return false;
}
var isValid = false;
//bInRemainAttempt = true;
isValid = ValidateLogon();
//bInRemainAttempt = false;
if ( isValid == false )
return false;
var warning;
var returnValue = "";
returnValue = MyGalaxy.library.aspnet.Ajax.Aajx_Default.GetUserData(document.getElementById("txtGalaxyUserID").value, document.getElementById("txtGalaxyPwd").value, document.getElementById("txtDOEUserID").value, document.getElementById("txtDOEPwd").value, document.getElementById("slcRegion").value, document.getElementById("txtLocation").value);
//var temp = new Array();
//temp = returnValue.value.split(",");
//alert(returnValue.value);
//alert(returnValue.value.length);
//return false;
if ( null == returnValue || typeof(returnValue) == undefined || returnValue.value.length <= 2 )
{
//It means there is error
//alert(temp[1]);
alert(returnValue.value[1]);
return false;
}
// Biswajit
document.getElementById("txtGalaxyUserID").value = returnValue.value[7]; //User Id
//End Biswajit
var authenticated = trim(returnValue.value[0]); //trim(temp[0]);
var authenticationMessage = returnValue.value[1]; //temp[1]
var numAllowedAttempts = returnValue.value[2]; //temp[2];
if ( authenticated.toLowerCase() == "false" || authenticated == false )
{
window.alert(authenticationMessage);
return false;
}
var fullString = "";
var intCOunter = 0;
for ( intCOunter = 0; intCOunter < returnValue.value.length ; intCOunter++ )
{
if ( fullString == "" )
{
/*if ( returnValue.value[intCOunter] == "" )
fullString = "";
else*/
fullString = returnValue.value[intCOunter];
}
else
{
/*if ( returnValue.value[intCOunter] == "" )
fullString = fullString + String.fromCharCode(9) + "";
else*/
fullString = fullString + String.fromCharCode(9) + returnValue.value[intCOunter];
}
}
document.getElementById('hdnUserValues').value = fullString;
var intNum = 0;
intNum = numAllowedAttempts;
//Display the Pwd warning
//alert(trim(temp[8]));
//if(trim(temp[8]) != ""){
if(trim(returnValue.value[8]) != ""){
//alert(trim(temp[8]));
alert(trim(returnValue.value[8]));
}
//try { intNum =Integer.parseInt(numAllowedAttempts); }
//catch(NumberFormatException e) { }
if ( intNum > 1 )
{
if (intNum > 2 )
{
var dummy = intNum - 2 + ""
warning = "You have not yet associated your Outlook ID with your Galaxy user ID. You may login only " + dummy + " more times without doing so. Do you wish to enter your Outlook ID now?";
}
else if (intNum == 2 )
{
warning = "You have not yet associated your Outlook ID with your Galaxy user ID. From next time, you may not be able to login without doing so. Do you wish to enter your Outlook ID now?";
}
warning = warning + "\n\nPlease click 'OK' to go back to the logon screen and enter your Outlook ID.";
warning = warning + "\nPlease click 'Cancel' to log on without entering your Outlook ID.";
var answer = false;
answer = window.confirm(warning);
if ( answer == true )
{
window.location.href="default.aspx";
return false;
}
else
{
return true;
}
}
else
{
/*commented out till further notice...Feb 01 2007
var isverified=VerifySSNEntered();
if (isverified)
return true;
else
{
return false;
}*/
return true;
}
}
function VerifySSNEntered()
{
var flag;
var uid;
var dbconnect=document.getElementById("slcRegion").value;
//return true;
if (document.getElementById("txtGalaxyUserID").value.length>0)
{
uid=document.getElementById("txtGalaxyUserID").value;
flag="G";
}
else
{
uid=document.getElementById("txtDOEUserID").value;
flag="D";
}
var returnValue=MyGalaxy.library.aspnet.Ajax.Aajx_Default.ajax_CheckSSNCode(uid,flag,dbconnect);
if (returnValue.value==true)
return true;
else
{
var returnValue = window.showModalDialog("library/aspnet/GalaxySecurity/SSNCodeEntry.aspx?userid=" + uid + "&Flag=" + flag + "&DBConnect="+ dbconnect , null, "dialogHeight: 200px; dialogWidth: 350px;center: Yes; help: No; scroll:No;resizable: No; status: No;");
//alert(returnValue.value + '\n'+returnValue.result.value);
//check if last 4 digits of SSN has been entered
if ( typeof(returnValue) != "undefined" )
{
if (returnValue.result.value!=true)
{
var warning="For security reasons, log on to the system is not permitted without entering the last 4 digits of your SSN";
warning + "\nPlease click 'Log On' to retry entering the SSN ";
warning += "\nError: "+returnValue.result.value;
window.alert(warning);
}
return returnValue;
}
}
}
function LoadGraphs()
{
document.getElementById('imgSystemStatus').src = "NumActiveUsersChart.aspx?DBConnect=" + document.getElementById('slcRegion').value;
document.getElementById('imgBatchStatus').src = "BatchStatusChart.aspx?DBConnect=" + document.getElementById('slcRegion').value;
}
function resizeIframe (iframeWindowId)
{
var iframeWindow=document.getElementById(iframeWindowId);
var the_height=iframeWindow.contentWindow.document.body.scrollHeight;
iframeWindow.style.height=(the_height+15)+"px";
}
function positionImageDiv()
{
var divImgTxt = document.getElementById("gxyHPImageTxt");
var galImg = document.getElementById("imgGalaxyImage");
var leftpos=0;
var toppos=0;
aTag = divImgTxt;
do {
aTag = aTag.offsetParent;
leftpos += aTag.offsetLeft;
toppos += aTag.offsetTop;
} while(aTag.tagName!="BODY");
divImgTxt.style.left = galImg.offsetLeft + leftpos + 270;
divImgTxt.style.top = (galImg.offsetHeight/2) + 35;
}
</script>
</head>
<body class="default" id="GalaxyHP" onload="resizeIframe('fAnnouncement');resizeIframe('fSysMessage');resizeIframe('fImageTxt');positionImageDiv();">
<form name="frmLogon" method="post" action="./" id="frmLogon" onkeypress="javascript:CheckForEnterKey();">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTcyNDM0MjkxNg9kFgICBQ9kFgQCGw8PFgIeBFRleHQFHW15IEdhbGF4eSAoUHJvZHVjdGlvbiBSZWdpb24pZGQCHQ8PZBYCHgdvbmNsaWNrBR5yZXR1cm4gR2V0UmVtYWluaW5nQXR0ZW1wdHMoKTtkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBQtyYWRpb0dhbGF4efAM+BA2BYx0SzOfzSlWgu6QJh8X9Lj2wx47HlHafbst" />
<script type="text/javascript" src="/ajaxpro/prototype.ashx"></script>
<script type="text/javascript" src="/ajaxpro/core.ashx"></script>
<script type="text/javascript" src="/ajaxpro/ms.ashx"></script>
<script type="text/javascript" src="/ajaxpro/converter.ashx"></script>
<script type="text/javascript" src="/ajaxpro/MyGalaxy.library.aspnet.Ajax.Aajx_Default,App_Code.ashx"></script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />
<table id="tblLogon" cellSpacing="0" cellPadding="0" border="0">
<tr>
<td class="titleBorderBottom" colspan=2>
<!--<span class="title1">my</span><span class="title2">Galaxy</span>-->
<span class="title2">Table of Organization </span>
</td>
</tr>
<tr id="tblLogon_FirstRow" width="100%">
<td>
<table id="tblTop" style="POSITION: static" cellSpacing="0" cellPadding="1" border="0">
<tr id="tblTop_FirstRow">
<td valign="top">
<table id="tblImage" cellSpacing="0" cellPadding="0" border="0" style="WIDTH: 530px">
<tr height="3"> <!--blank spacer row-->
<td height="3"></td>
</tr>
<tr valign="top">
<td valign="top">
<img id="imgGalaxyImage" src="images/myGalaxyLogo4_new.jpg" style="WIDTH: 530px" />
</td>
</tr>
<tr id="tblLogon_SecondRow" width="100%">
<td>
<table id='Table2' cellpadding="0" cellspacing="0" border="0" height="100%" width="100%">
<tr id="Tr1" >
<td style="FONT-SIZE: 11px; FONT-FAMILY: tAHOMA" valign="top">
<table cellpadding="0" cellspacing="0" border="0" height="100%" width="100%">
<tr style="height:15px;">
<td class="content1Title" >
DFPM Announcements
</td>
</tr>
<tr>
<td class="contentText">
<iframe id="fAnnouncement" src="library\aspnet\GxyBroadcast\DBOR_Broadcast.aspx?DBConnect=P" frameborder=0 height="100%" width="100%" scrolling="no"></iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="100%" valign="top">
<table id="tblTop2" style="POSITION: static" cellSpacing="0" cellPadding="1" border="0">
<tr >
<td valign="top" height="288" >
<table id="Table1" cellSpacing="0" cellPadding="2" border="0">
<tr height="3"> <!--blank spacer row-->
<td colspan="2" height="3"></td>
</tr>
<tr>
<td class="tableHeaderStyle"> </td>
<td class="tableHeaderStyle" colSpan="2"><span id="lblHeader">Access the Galaxy System ...</span></td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td colspan="2">
<table cellspacing="0" cellpadding="1" width="100%" border="0">
<TR>
<td width="28%"><span class="label">Logon Using:</span>
</td>
<td width="39%"><input value="radioGalaxy" name="logonChoice" type="radio" id="radioGalaxy" class="radiobutton" onclick="document.getElementById('txtGalaxyUserID').disabled = false; document.getElementById('txtGalaxyUserID').className = 'textbox'; document.getElementById('txtGalaxyPwd').disabled = false; document.getElementById('txtGalaxyPwd').className = 'textbox';" tabindex="8" checked="checked" />
<span class="label">Galaxy User Id</span>
</td>
<td width="33%"><input value="radioDOE" name="logonChoice" type="radio" id="radioDOE" class="radiobutton" onclick="document.getElementById('txtGalaxyUserID').disabled = true; document.getElementById('txtGalaxyUserID').value = ''; document.getElementById('txtGalaxyUserID').className = 'readOnlyText'; document.getElementById('txtGalaxyPwd').disabled = true; document.getElementById('txtGalaxyPwd').value = ''; document.getElementById('txtGalaxyPwd').className = 'readOnlyText';" tabindex="9" disabled="disabled" />
<span class="label">DOE User Id</span>
</td>
</TR>
</table>
</td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td><span id="lblGalaxyUserID" class="label">Galaxy User ID</span></td>
<td align="center"><input name="txtGalaxyUserID" type="text" maxlength="8" id="txtGalaxyUserID" tabindex="1" class="textbox" /></td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td><span id="lblGalaxyPwd" class="label">Galaxy Password</span></td>
<td align="center"><input name="txtGalaxyPwd" type="password" maxlength="8" id="txtGalaxyPwd" tabindex="2" class="textbox" /></td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td style="HEIGHT: 27px"><span id="lblDOEUserID" class="label">* DOE User ID</span></td>
<td style="HEIGHT: 27px" align="center"><input name="txtDOEUserID" type="text" maxlength="30" id="txtDOEUserID" tabindex="3" class="textbox" /></td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td><span id="lblDOEPassword" class="label">* DOE Password</span></td>
<td align="center"><input name="txtDOEPwd" type="password" maxlength="20" id="txtDOEPwd" tabindex="4" class="textbox" /></td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td><span id="lblLocation" class="label">Location (optional)</span></td>
<td align="center"><input name="txtLocation" type="text" maxlength="6" id="txtLocation" tabindex="5" class="textbox" /></td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td><span id="lblEnvironment" class="label">my Galaxy (Production Region)</span></td>
<td align="center"><input type="submit" name="btnLogon" value="Logon" onclick="return GetRemainingAttempts();" language="javascript" id="btnLogon" tabindex="6" class="button" /></td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td class="logolink" colSpan="2"><a id="hlinkSettings" tabindex="7" href="javascript:openSettingsPopup();">Click Here To Change Settings</a></td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td colSpan="2"><span id="lblMessage" class="logonMsg">* Please enter your DOE user ID in order to enable future logons to the Galaxy system</span></td>
</tr>
<tr class="logonRowBG">
<td> </td>
<td colSpan="2">
<label id=compView name=compView class="font8_tts" />
</td>
</tr>
<tr>
<td> </td>
<td colSpan="2">
<iframe id="fSysMessage" src="library\aspnet\GxyBroadcast\DBOR_Broadcast.aspx?DBConnect=P&type=1" frameborder=0 height="100%" width="100%" scrolling="no"></iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr id="tblLogon_SecondRow" width="100%">
<td>
<table id='Table3' cellpadding="0" cellspacing="0" border="0" height="100%">
<tr id="Tr3" >
<td style="FONT-SIZE: 11px; FONT-FAMILY: tAHOMA" valign="top" width="643px">
<table cellpadding="0" cellspacing="0" border="0" height="100%">
<tr>
<td class="content2Title">FAQ</td>
</tr>
<tr>
<td class="contentText">
<u><img src="images\question_image.gif"/> RED Question Mark Indicator on School Line Items</u>
<br/><br/>
A new icon <img src="images\question_image.gif"/> now appears in Galaxy to assist the schools in easily identifying items that:
<ul>
<li> items where required or invalid attributes need to be entered.</li>
</ul>
Users can hover their cursor over this icon to see what action is required for each item with the indicator.<br/>
Click <a href="http://intranet.nycboe.net/NR/rdonlyres/86F86DBC-7E7A-4799-BBE5-F5D6D38E48DC/2989/To_Do_List.pdf">here</a> for samples of the new indicator.
</td>
</tr>
<!--Added per Greta 9/16 -->
<tr><td class="contentText"><br>
<P class=contentText style="MARGIN: 0in 0in 0pt"><B>Staffing F –Status <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></B></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=contentText style="MARGIN: 0in 0in 0pt">Please click <A href="http://www.nycboe.net/AdminOrg/Finance/budget/dbor/dbor_intranet/Galaxy/Galaxy_FY2012/FY12_F_Status_Staffing.pdf" target=_blank>here</SPAN></A> for guidance on how to staff F-Status people. The click here refers to the attached document.<o:p></o:p></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><B><o:p> </o:p></B></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><B>Latest Screen Updates and Internet Explorer Settings<o:p></o:p></B></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=contentText style="MARGIN: 0in 0in 0pt">Please make sure that Internet Explorer refresh settings are set to “Every time I visit the webpage”. Please click <A href="http://www.nycboe.net/AdminOrg/Finance/budget/dbor/dbor_intranet/Galaxy/Galaxy_FY2012/Modifying_IE_Settings.pdf" target=_blank>here</A> for instructions. If it is not set to this option, Internet Explorer will serve a cached version of the page and you will not have the latest updates. In other words, cookies will prevent the latest screen updates which will result in the user having to log in and out of Galaxy to see screen data updated.
<FONT style="BACKGROUND-COLOR: yellow">If you are using Internet Explorer version 8 or 9, you may need to enable the Compatibility View setting for
“nycenet.edu” in order to also view Galaxy TO screen updates. Please click <a href="http:\\mygalaxy.nycenet.edu\FAQ\Instructions for Changing the Internet Explorer Compatibility Settings.pdf" target=_blank>here</a> for instructions.</FONT>
<o:p></o:p></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><B>Prior Year Corrections vs. Service Corrections<o:p></o:p></B></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=contentText style="MARGIN: 0in 0in 0pt"><SPAN style="COLOR: black">Please note that prior year corrections through Galaxy are for H-bank and Z-bank staff only. Service corrections can only be done in Galaxy for the current school year for Q-bank staff. Prior year service corrections for Q-bank staff must be done in NYCAPS.<o:p></o:p></SPAN></P>
</td></tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<table id='Table33' cellpadding="0" cellspacing="0" border="0" height="100%">
<tr>
<td>
<table id="tblImages" cellSpacing="0" cellPadding="0">
<tr>
<td class="content3Title" colspan=2>System Status Activity</td>
</tr>
<tr class="contentText">
<td Class="systemStatusTitle"><span id="lblBatchStatus" class="systemStatusTitle"> Batch Status </span></td>
<td Class="systemStatusTitle"><span id="lblSystemStatus" class="systemStatusTitle"> System Volume</span></td>
</tr>
<tr>
<td><IMG id="imgBatchStatus"></td>
<td><IMG id="imgSystemStatus"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- following is taken "as is" from logon.asp --><A id="flashAnchor" style="BORDER-RIGHT: thin solid; BORDER-TOP: thin solid; FONT-WEIGHT: bold; FONT-SIZE: 14px; BORDER-LEFT: thin solid; CURSOR: hand; COLOR: red; BORDER-BOTTOM: thin solid; FONT-FAMILY: tahoma"
onclick="installFlash()"></A>
<!-- <A STYLE="FONT-WEIGHT: normal; FONT-SIZE: x-small; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal"
HREF="#" onclick="window.showModalDialog('advisory.asp');">Show current
Advisory / News / Alerts. </A> --><input name="slcApp" type="hidden" id="slcApp" value="G" />
<input name="slcRegion" type="hidden" id="slcRegion" value="P" /><input name="flashEnabled" type="hidden" id="flashEnabled" value="N" />
<input name="hdnUserValues" type="hidden" id="hdnUserValues" />
<div id="gxyHPImageTxt" style="position:absolute;top:0;left:-1000;width=300px;">
<iframe id="fImageTxt" src="library/aspnet/GxyBroadcast/DBOR_Broadcast.aspx?DBConnect=P&type=2" frameborder=0 height="100%" width="100%" scrolling="no" allowTransparency="true"></iframe>
</div>
<div id="divLogon" style="display: none; border: 2px solid #abadb3; width:480px;height:170px;z-index:101; background-color:white">
<table cellpadding="5" cellspacing="0" width="99%">
<tr>
<td>
<div>
<img id="imgHeader" src="images/exclamation.png" alt="Logon flag" />
<label class="font11text_ul_header">
Logon Message</label>
</div>
<hr />
</td>
</tr>
<tr>
<td>
<label class="font11text_ul_content">You are no longer able to sign into Galaxy with your Galaxy ID and Galaxy Password. <b>Please sign-in using your DOE User ID and DOE Password.</b> This is the same ID and password used to access your Outlook e-mail. If you need to reset your DOE Password, please click <a href="https://idm.nycenet.edu/selfservice/Login.do" target="_blank" onclick="ClosePopup();" style="text-decoration:underline;cursor:pointer;color:blue">here</a>, or contact the DOE Help Desk at 718-935-5100. We are sorry for the inconvenience and thank you for your cooperation.</label>
</td>
</tr>
<tr>
<td align="center">
<input id="btnOk" type="button" value="Ok" onclick="ClosePopup();" style="width: 75px" />
</td>
</tr>
</table>
</div>
</form>
<OBJECT id="blank" codeBase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
height="0" width="0" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
VIEWASTEXT>
<PARAM NAME="_cx" VALUE="26">
<PARAM NAME="_cy" VALUE="26">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="/blank.swf">
<PARAM NAME="Src" VALUE="/blank.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="sameDomain">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="FFFFFF">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<PARAM NAME="Profile" VALUE="0">
<PARAM NAME="ProfileAddress" VALUE="">
<PARAM NAME="ProfilePort" VALUE="0">
<PARAM NAME="AllowNetworking" VALUE="all">
<PARAM NAME="AllowFullScreen" VALUE="false">
<embed src="/blank.swf" style="WIDTH: 0px; HEIGHT: 0px; BACKGROUND-COLOR:
#ffffff" quality="high" name="blank" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="https://www.macromedia.com/go/getflashplayer" />
</OBJECT>
<script language="vbscript">
on error resume next
dim useFlash
dim flashDetected
useFlash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))
if useFlash then
frmLogon.flashEnabled.value = "Y"
flashDetected = "Y"
else
flashDetected = "N"
frmLogon.flashEnabled.value = "N"
end if
LoadGraphs
</script>
<script language="javascript" type="text/javascript">
/*
jQuery.fn.center = function ($) {
var w = $(window);
this.css({
'position': 'absolute',
'top': Math.abs(((w.height() - this.outerHeight()) / 2) + w.scrollTop()),
'left': Math.abs(((w.width() - this.outerWidth()) / 2) + w.scrollLeft())
});
return this;
}
*/
function openReverseLogonMessage() {
event.cancelBubble = true;
var eY = (event.clientY);
var eX = (event.clientX);
var top = (eY);
var left = (eX);
/*
$('#divLogon').css("position", "absolute");
$('#divLogon').css("top", top);
$('#divLogon').css("left", left);
*/
$("#divLogon").addClass("center");
$('#divLogon').css("display", "block");
//$('#divLogon').center();
//$.colorbox({ width: "750px", inline: true, href: divLogon, top: top, left: left });
//$.colorbox.resize();
}
function ClosePopup() {
document.getElementById("divLogon").style.display = "none";
document.getElementById("txtGalaxyUserID").value = "";
document.getElementById("txtGalaxyPwd").value = "";
document.getElementById("txtDOEUserID").focus();
//$.fn.colorbox.close();
}
/*
var version = navigator.appVersion.match(/MSIE ([\d.]+)/)[1];
if (navigator.appName == "Microsoft Internet Explorer") {
if (version > 7) {
//alert("You are attempting to use the myGalaxy web application with Internet Explorer Version 9 and do not have Compatibility Mode turned on. You may experience problems with certain functions within myGalaxy if you do not turn this setting on.");
document.getElementById("compView").innerText = "* You are attempting to use the myGalaxy web application with Internet Explorer version\n\r " + version.toString() + " and do not have Compatibility View turned on. You may experience problems with\n\r certain functions. \n\r \n\r Please check the FAQ section on the homepage for more instructions on how to turn on\n\r Compatibility View. ";
}
}
*/
</script>
</body>
</HTML>
| todor-dk/HTML-Renderer | Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/nynet/3A7ABD70443A1E1395733EC91E830520.html | HTML | bsd-3-clause | 44,432 |
{% extends "base.html" %}
{% block title %}
Registration | {{ block.super }}
{% endblock %}
{% block header %}
<h1>Sign up for a Your World of Text account</h1>
{% endblock %}
{% block content %}
<form action="{% url registration_register %}" method="POST">{% csrf_token %}
<table>
<tr>
<td align="right" valign="top">Username:</td>
<td>
{{ form.username }} <br/>
{% for error in form.username.errors %}
<span style="color:red">{{ error }}</span>
{% endfor %}
</td>
</tr>
<tr>
<td align="right" valign="top">Email:</td>
<td>
{{ form.email }} <br/>
{% for error in form.email.errors %}
<span style="color:red">{{ error }}</span>
{% endfor %}
</td>
</tr>
<tr>
<td align="right" valign="top">Password:</td>
<td>
{{ form.password1 }} <br/>
{% for error in form.password1.errors %}
<span style="color:red">{{ error }}</span>
{% endfor %}
</td>
</tr>
<tr>
<td align="right" valign="top">Password (again):</td>
<td>
{{ form.password2 }} <br/>
{% for error in form.password2.errors %}
<span style="color:red">{{ error }}</span>
{% endfor %}
</td>
</tr>
<tr>
<td> </td>
<td><input type="submit" value="Register" /></td>
</tr>
</table>
</form>
{% endblock %}
| zischwartz/yourworldoftext | templates/registration/registration_form.html | HTML | bsd-3-clause | 1,341 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Wed Mar 02 16:46:11 EST 2011 -->
<TITLE>
Uses of Class gov.nih.nci.cabig.caaers.rules.deploy.AttributionBusinessRulesTest
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class gov.nih.nci.cabig.caaers.rules.deploy.AttributionBusinessRulesTest";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/rules/deploy/AttributionBusinessRulesTest.html" title="class in gov.nih.nci.cabig.caaers.rules.deploy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?gov/nih/nci/cabig/caaers/rules/deploy/class-use/AttributionBusinessRulesTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="AttributionBusinessRulesTest.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>gov.nih.nci.cabig.caaers.rules.deploy.AttributionBusinessRulesTest</B></H2>
</CENTER>
No usage of gov.nih.nci.cabig.caaers.rules.deploy.AttributionBusinessRulesTest
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/rules/deploy/AttributionBusinessRulesTest.html" title="class in gov.nih.nci.cabig.caaers.rules.deploy"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?gov/nih/nci/cabig/caaers/rules/deploy/class-use/AttributionBusinessRulesTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="AttributionBusinessRulesTest.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| CBIIT/caaers | caAERS/software/docs/gov/nih/nci/cabig/caaers/rules/deploy/class-use/AttributionBusinessRulesTest.html | HTML | bsd-3-clause | 6,383 |
<P>hello</P>
| gigamonkey/monkeylib-html | html-testfiles/test000.html | HTML | bsd-3-clause | 13 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-1 (1.68)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>G3 Circular/Helical Interpolation (Counterclockwise)</TITLE>
<META NAME="description" CONTENT="G3 Circular/Helical Interpolation (Counterclockwise)">
<META NAME="keywords" CONTENT="Handbook">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="Handbook.css">
<LINK REL="next" HREF="node57.html">
<LINK REL="previous" HREF="node55.html">
<LINK REL="up" HREF="node52.html">
<LINK REL="next" HREF="node57.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1177"
HREF="node57.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A>
<A NAME="tex2html1171"
HREF="node52.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A>
<A NAME="tex2html1165"
HREF="node55.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A>
<A NAME="tex2html1173"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A>
<A NAME="tex2html1175"
HREF="node140.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html1178"
HREF="node57.html">G4 Dwell</A>
<B> Up:</B> <A NAME="tex2html1172"
HREF="node52.html">10.7 Basic Motion and</A>
<B> Previous:</B> <A NAME="tex2html1166"
HREF="node55.html">G2 Circular/Helical Interpolation (Clockwise)</A>
<B> <A NAME="tex2html1174"
HREF="node1.html">Contents</A></B>
<B> <A NAME="tex2html1176"
HREF="node140.html">Index</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION04174000000000000000">
G3 Circular/Helical Interpolation (Counterclockwise)</A>
</H2>
<P>
<A NAME="2188"></A>G3 is the counterclockwise sibling to G2.
<P>
<BR><HR>
<ADDRESS>
root
2003-05-26
</ADDRESS>
</BODY>
</HTML>
| parhansson/KMotionX | KMotion/Help/GCodeScreen/EMC_Handbook/node56.html | HTML | bsd-3-clause | 2,491 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../../_static/javascripts/modernizr.js"></script>
<title>statsmodels.tools.sm_exceptions.OutputWarning — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../../about.html" />
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="statsmodels.tools.sm_exceptions.DomainWarning" href="statsmodels.tools.sm_exceptions.DomainWarning.html" />
<link rel="prev" title="statsmodels.tools.sm_exceptions.NotImplementedWarning" href="statsmodels.tools.sm_exceptions.NotImplementedWarning.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#dev/generated/statsmodels.tools.sm_exceptions.OutputWarning" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.2</span>
<span class="md-header-nav__topic"> statsmodels.tools.sm_exceptions.OutputWarning </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../../versions-v2.json",
target_loc = "../../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../index.html" class="md-tabs__link">Developer Page</a></li>
<li class="md-tabs__item"><a href="../warnings-and-exceptions.html" class="md-tabs__link">Exceptions and Warnings</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../../index.html"
title="statsmodels">statsmodels v0.13.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../../user-guide.html" class="md-nav__link">User Guide</a>
</li>
<li class="md-nav__item">
<a href="../../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../index.html" class="md-nav__link">Developer Page</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../index.html#submitting-a-bug-report" class="md-nav__link">Submitting a Bug Report</a>
</li>
<li class="md-nav__item">
<a href="../index.html#making-changes-to-the-code" class="md-nav__link">Making Changes to the Code</a>
</li>
<li class="md-nav__item">
<a href="../index.html#how-to-submit-a-pull-request" class="md-nav__link">How to Submit a Pull Request</a>
</li>
<li class="md-nav__item">
<a href="../index.html#mailing-list" class="md-nav__link">Mailing List</a>
</li>
<li class="md-nav__item">
<a href="../index.html#license" class="md-nav__link">License</a>
</li>
<li class="md-nav__item">
<a href="../index.html#contents" class="md-nav__link">Contents</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../git_notes.html" class="md-nav__link">Working with the statsmodels Code</a>
</li>
<li class="md-nav__item">
<a href="../maintainer_notes.html" class="md-nav__link">Maintainer Notes</a>
</li>
<li class="md-nav__item">
<a href="../test_notes.html" class="md-nav__link">Testing</a>
</li>
<li class="md-nav__item">
<a href="../naming_conventions.html" class="md-nav__link">Naming Conventions</a>
</li>
<li class="md-nav__item">
<a href="../warnings-and-exceptions.html" class="md-nav__link">Exceptions and Warnings</a>
</li>
<li class="md-nav__item">
<a href="../dataset_notes.html" class="md-nav__link">Datasets</a>
</li>
<li class="md-nav__item">
<a href="../examples.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../get_involved.html" class="md-nav__link">Get Involved</a>
</li>
<li class="md-nav__item">
<a href="../internal.html" class="md-nav__link">Internal Classes</a>
</li>
<li class="md-nav__item">
<a href="../testing.html" class="md-nav__link">Testing on Build Machines</a>
</li></ul>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../../_sources/dev/generated/statsmodels.tools.sm_exceptions.OutputWarning.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-tools-sm-exceptions-outputwarning">
<h1 id="dev-generated-statsmodels-tools-sm-exceptions-outputwarning--page-root">statsmodels.tools.sm_exceptions.OutputWarning<a class="headerlink" href="#dev-generated-statsmodels-tools-sm-exceptions-outputwarning--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py exception">
<dt class="sig sig-object py" id="statsmodels.tools.sm_exceptions.OutputWarning">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">statsmodels.tools.sm_exceptions.</span></span><span class="sig-name descname"><span class="pre">OutputWarning</span></span><a class="reference internal" href="../../_modules/statsmodels/tools/sm_exceptions.html#OutputWarning"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.tools.sm_exceptions.OutputWarning" title="Permalink to this definition">¶</a></dt>
<dd><p>Function output contains atypical values</p>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.tools.sm_exceptions.NotImplementedWarning.html" title="statsmodels.tools.sm_exceptions.NotImplementedWarning"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tools.sm_exceptions.NotImplementedWarning </span>
</div>
</a>
<a href="statsmodels.tools.sm_exceptions.DomainWarning.html" title="statsmodels.tools.sm_exceptions.DomainWarning"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.tools.sm_exceptions.DomainWarning </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 08, 2022.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> | statsmodels/statsmodels.github.io | v0.13.2/dev/generated/statsmodels.tools.sm_exceptions.OutputWarning.html | HTML | bsd-3-clause | 18,226 |
<!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"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:i18n="http://genshi.edgewall.org/i18n"
i18n:domain="acct_mgr">
<xi:include href="layout.html" />
<?python
if _dgettext is not None:
dgettext = _dgettext ?>
<head>
<title>Login</title>
<script type="text/javascript">
jQuery(document).ready(function($) {
$("body").addClass("login");
$('#user')[0].focus();
});
</script>
</head>
<body>
<div id="content" class="login">
<h1>Login</h1>
<form method="post" id="acctmgr_loginform" action="">
<div>
<input type="hidden" name="referer" value="${referer}" />
</div>
<div class="textbox">
<label for="user">Username:</label><br />
<input type="text" id="user" name="user" class="textwidget"
size="20" />
</div>
<div class="textbox">
<label for="password">Password:</label><br />
<input type="password" id="password" name="password"
class="textwidget" size="20" />
</div>
<div id="login_options" class="central"
py:if="reset_password_enabled and login_opt_list != True">
<p class="hint">
<a href="${href.reset_password()}">Forgot your password?</a>
</p>
</div>
<div class="textbox" py:if="persistent_sessions">
<input type="checkbox" id="rememberme" name="rememberme"
value="1" />
<label for="rememberme">Remember me</label>
</div>
<div id="login_options" class="buttons central nav">
<input type="submit" value="${dgettext('acct_mgr', 'Login')}" />
<ul py:if="login_opt_list == True">
<py:choose py:if="registration_enabled">
<li class="first" py:when="reset_password_enabled">
<a href="${href.register()}">Register</a>
</li>
<li class="first last" py:otherwise="">
<a href="${href.register()}">Register</a>
</li>
</py:choose>
<py:choose py:if="reset_password_enabled">
<li class="last" py:when="registration_enabled">
<a href="${href.reset_password()}">Forgot your password?</a>
</li>
<li class="first last" py:otherwise="">
<a href="${href.reset_password()}">Forgot your password?</a>
</li>
</py:choose>
</ul>
</div>
</form>
</div>
<div class="central system-message" py:if="login_error">
<h2>Error</h2>
<p>${login_error}</p>
</div>
<div class="spacer" py:if="not login_error"></div>
</body>
</html>
| marina-lab/docker-trac | plugins/accountmanagerplugin/build/lib/acct_mgr/templates/login.html | HTML | bsd-3-clause | 2,949 |
<html devsite="">
<head>
<title>gcloud version</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="project_path" value="/sdk/_project.yaml">
<meta name="book_path" value="/sdk/_book.yaml">
<!--
THIS DOC IS GENERATED. DO NOT EDIT.
-->
<style>
dd { margin-bottom: 1ex; }
.hangingindent { padding-left: 1.5em; text-indent: -1.5em; }
</style>
</head>
<body><dl>
<section>
<dt>NAME</dt>
<dd>gcloud version - print version information for Cloud SDK components</dd>
</section><section>
<dt>SYNOPSIS</dt>
<dd><dl>
<dt class="hangingindent">
<code>gcloud version</code>  <nobr>[<code>--format</code>  <code><var>FORMAT</var></code>]</nobr>  <nobr>[<code>--help</code>]</nobr>  <nobr>[<code>--log-http</code>]</nobr>  <nobr>[<code>--project</code>  <code><var>PROJECT_ID</var></code>]</nobr>  <nobr>[<code>--quiet</code>,  <code>-q</code>]</nobr>  <nobr>[<code>--trace-token</code>  <code><var>TRACE_TOKEN</var></code>]</nobr>  <nobr>[<code>-h</code>]</nobr>
</dt>
</dl></dd>
</section><section>
<dt>DESCRIPTION</dt>
<dd>This command prints version information for each installed Cloud SDK
component and prints a message if updates are available.</dd>
</section><section>
<dt>FLAGS</dt>
<dd><dl>
<dt>
<code>--format</code> <code><var>FORMAT</var></code>
</dt>
<dd>
Specify a format for printed output. By default, a command-specific
human-friendly output format is used. Setting this flag to one of
the available options will serialize the result of the command in
the chosen format and print it to stdout. Supported formats are:
<code>json</code>, <code>text</code>, <code>yaml</code>.
</dd>
<dt>
<code>--help</code>
</dt>
<dd>
Display detailed help.
</dd>
<dt>
<code>--log-http</code>
</dt>
<dd>
Logs all HTTP server requests and responses to stderr.
</dd>
<dt>
<code>--project</code> <code><var>PROJECT_ID</var></code>
</dt>
<dd>
The Google Cloud Platform project name to use for this invocation. If
omitted then the current project is assumed.
</dd>
<dt>
<code>--quiet</code>, <code>-q</code>
</dt>
<dd>
Disable all interactive prompts when running gcloud commands. If input
is required, defaults will be used, or an error will be raised.
</dd>
<dt>
<code>--trace-token</code> <code><var>TRACE_TOKEN</var></code>
</dt>
<dd>
Token used to route traces of service requests for investigation of issues.
</dd>
<dt>
<code>-h</code>
</dt>
<dd>
Print a summary help and exit.
</dd>
</dl></dd>
</section><section>
<dt>NOTES</dt>
<dd>This command is in the Google Cloud SDK <code>core</code> component. See
<a href="/sdk/gcloud/#gcloud.components">installing components</a>
if it is not installed.</dd>
</section>
</dl></body>
</html>
| ychen820/microblog | y/google-cloud-sdk/lib/googlecloudsdk/gcloud/reference/gcloud_version.html | HTML | bsd-3-clause | 2,865 |
<md-button class="md-button-toggle"
ng-click="toggle()"
aria-controls="docs-menu-{{section.name | nospace}}"
aria-expanded="{{isOpen()}}">
<div flex layout="row">
{{section.name}}
<span flex=""></span>
<span aria-hidden="true" class="md-toggle-icon"
ng-class="{'toggled' : isOpen()}">
<md-icon md-svg-src="toggle-arrow"></md-icon>
</span>
</div>
<span class="visually-hidden">
Toggle {{isOpen()? 'expanded' : 'collapsed'}}
</span>
</md-button>
<ul ng-show="isOpen()" id="docs-menu-{{section.name | nospace}}" class="menu-toggle-list">
<li ng-repeat="page in section.pages">
<menu-link section="page"></menu-link>
</li>
</ul>
| angularjscl/material | docs/app/partials/menu-toggle.tmpl.html | HTML | mit | 678 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::random_access_handle_service::async_read_some_at</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__random_access_handle_service.html" title="windows::random_access_handle_service">
<link rel="prev" href="assign.html" title="windows::random_access_handle_service::assign">
<link rel="next" href="async_write_some_at.html" title="windows::random_access_handle_service::async_write_some_at">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="assign.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__random_access_handle_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_write_some_at.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.windows__random_access_handle_service.async_read_some_at"></a><a class="link" href="async_read_some_at.html" title="windows::random_access_handle_service::async_read_some_at">windows::random_access_handle_service::async_read_some_at</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp109533088"></a>
Start an asynchronous
read at the specified offset.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ReadHandler.html" title="Read handler requirements">ReadHandler</a><span class="special">></span>
<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_read_some_at</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">ReadHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="assign.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__random_access_handle_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="async_write_some_at.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| yinchunlong/abelkhan-1 | ext/c++/thirdpart/c++/boost/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/async_read_some_at.html | HTML | mit | 4,686 |
<div class="section-header">
<h1>Setting up schedule aliases</h1>
</div>
<section class="content">
<header class="content-header">
<div>Use this page to add new names (aliases) for schedules on pagerduty.</div>
</header>
<div class="paragraph">
<div class="alert alert-success" role="alert" ng-repeat="schedule in schedules.added">
Added new schedule <strong>{{ schedule.name }}</strong>!
</div>
<div class="alert alert-info" role="alert" ng-repeat="schedule in schedules.removed">
Removed schedule <strong>{{ schedule.name }}</strong>!
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a href class="accordion-toggle" ng-click="show_mass_add = !show_mass_add">
<h4 class="panel-title">
Mass add aliases
</h4>
</a>
</div>
<div class="panel-collapse " ng-show="!show_mass_add">
<div class="panel-body">
You can mass add aliases by writing expressions
which operate on schedule object and result in an alias. Structure of an schedule object is shown on the right.
</div>
<div class="row">
<div class="panel-body subsection col-xs-12 col-sm-12 col-md-5 col-lg-4" >
<div class="paragraph">
<label class="control-label">Expression:</label>
<input ng-model="mass.expression" class="form-control short"\>
<span class="input-description">
Enter a <a href="http://documentcloud.github.io/underscore/#template">underscore.js templating expression</a> which operates on a schedule object
such as the one on the right and yields an alias.
</span>
</div>
<p class="paragraph">
Example output:
<span class="highlight">{{ manager.evaluate(mass.expression, schedules.schedules[manager.active_row]) }}</span>
<span class="input-description">
Note that names are treated in a case-insensitive way and empty aliases are ignored.
</span>
</p>
<p class="paragraph">
<a class="btn btn-primary" ng-click="manager.mass_add_aliases(mass.expression)">
Mass add aliases
</a>
</p>
<p class="paragraph">
<a class="btn btn-danger" ng-click="manager.remove_mass_aliases()">
Remove mass added aliases
</a>
</p>
</div>
<pre class="panel-body subsection examples col-xs-12 col-sm-12 col-md-7 col-lg-8">{{ schedules.schedules[manager.active_row] | json }}</pre>
</div>
</div>
</div>
</div>
<div class="paragraph">
<table ng-table="manager.table" class="alias-table table table-condensed table-striped table-hover">
<tr ng-repeat="s in $data"
ng-init="real = $index; schedule = schedules.schedules[real]"
ng-class="{'active-row': real == manager.active_row}"
ng-click="manager.active_row = $index">
<td data-title="'ID'" sortable="'id'">
{{ schedule.id }}
</td>
<td data-title="'Full name'" sortable="'name'">
<a ng-href="{{url_base}}/schedules/{{schedule.id}}">
{{ schedule.name }}
</a>
</td>
<td data-title="'Aliases'">
<ul class="single-list">
<!-- Add different color for automatically added aliases -->
<li ng-repeat="alias in schedules.schedules[real].aliases" class="hollow-badge hollow-badge-green">
{{alias.name}}
<a href ng-click="manager.remove_alias(real, $index)" class="close-button">×</a>
</li>
</ul>
<a class="hollow-badge hollow-badge-blue" href ng-click="add_alias(real)">+</a>
</td>
</tr>
</table>
</div>
</section>
<div class="continue-bar">
<a href ng-click="goTo('/user-aliases')"
class="btn btn-primary">
Back
</a>
<a href ng-click="goTo('/deploy')"
class="btn btn-primary pull-right">
Continue
</a>
</div>
| stripe-contrib/pagerbot | public/views/schedules.html | HTML | mit | 4,138 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Form\Definition\FrontForm | Thelia 2 API</title>
<link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../../../css/sami.css">
<script src="../../../js/jquery-1.11.1.min.js"></script>
<script src="../../../js/bootstrap.min.js"></script>
<script src="../../../js/typeahead.min.js"></script>
<script src="../../../sami.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
</head>
<body id="class" data-name="class:Thelia_Form_Definition_FrontForm" data-root-path="../../../">
<div id="content">
<div id="left-column">
<div id="control-panel">
<form id="search-form" action="../../../search.html" method="GET">
<span class="glyphicon glyphicon-search"></span>
<input name="search"
class="typeahead form-control"
type="search"
placeholder="Search">
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<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">Thelia 2 API</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
<li><a href="../../../search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div class="namespace-breadcrumbs">
<ol class="breadcrumb">
<li><span class="label label-default">class</span></li>
<li><a href="../../../Thelia.html">Thelia</a></li>
<li><a href="../../../Thelia/Form.html">Form</a></li>
<li><a href="../../../Thelia/Form/Definition.html">Definition</a></li>
<li>FrontForm</li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>FrontForm</h1>
</div>
<p> class
<strong>FrontForm</strong>
</p>
<div class="description">
<p>Class FrontForm</p> </div>
<h2>Constants</h2>
<table class="table table-condensed">
<tr>
<td>ADDRESS_CREATE</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>ADDRESS_UPDATE</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>CART_ADD</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>CONTACT</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>COUPON_CONSUME</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>CUSTOMER_LOGIN</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>CUSTOMER_LOST_PASSWORD</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>CUSTOMER_CREATE</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>CUSTOMER_PROFILE_UPDATE</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>CUSTOMER_PASSWORD_UPDATE</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>NEWSLETTER</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>ORDER_DELIVER</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>ORDER_PAYMENT</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
</table>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
</div>
</div>
</div>
</body>
</html>
| sitecrafting/thelia.github.io | api/2.2/Thelia/Form/Definition/FrontForm.html | HTML | mit | 6,673 |
<!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>
Class: Concurrent::Edge::LockFreeLinkedSet
— Concurrent
</title>
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '../../';
framesUrl = "../../frames.html#!Concurrent/Edge/LockFreeLinkedSet.html";
</script>
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
</head>
<body>
<div id="header">
<div id="menu">
<a href="../../_index.html">Index (L)</a> »
<span class='title'><span class='object_link'><a href="../../root/Concurrent.html" title="Concurrent (module)">Concurrent</a></span></span> » <span class='title'><span class='object_link'><a href="../Edge.html" title="Concurrent::Edge (module)">Edge</a></span></span>
»
<span class="title">LockFreeLinkedSet</span>
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="../../class_list.html">
Class List
</a>
<a class="full_list_link" id="method_list_link"
href="../../method_list.html">
Method List
</a>
<a class="full_list_link" id="file_list_link"
href="../../file_list.html">
File List
</a>
</div>
<div class="clear"></div>
</div>
<iframe id="search_frame"></iframe>
<div id="content"><h1>Class: Concurrent::Edge::LockFreeLinkedSet
</h1>
<dl class="box">
<dt class="r1">Inherits:</dt>
<dd class="r1">
<span class="inheritName">Object</span>
<ul class="fullTree">
<li>Object</li>
<li class="next">Concurrent::Edge::LockFreeLinkedSet</li>
</ul>
<a href="#" class="inheritanceTree">show all</a>
</dd>
<dt class="r2">Includes:</dt>
<dd class="r2">Enumerable</dd>
<dt class="r1 last">Defined in:</dt>
<dd class="r1 last">lib/concurrent/edge/lock_free_linked_set.rb<span class="defines">,<br />
lib/concurrent/edge/lock_free_linked_set/node.rb,<br /> lib/concurrent/edge/lock_free_linked_set/window.rb</span>
</dd>
</dl>
<div class="clear"></div>
<h2>Overview</h2><div class="docstring">
<div class="discussion">
<p>This class implements a lock-free linked set. The general idea of this
implementation is this: each node has a successor which is an Atomic
Markable Reference. This is used to ensure that all modifications to the
list are atomic, preserving the structure of the linked list under <em>any</em>
circumstance in a multithreaded application.</p>
<p>One interesting aspect of this algorithm occurs with removing a node.
Instead of physically removing a node when remove is called, a node is
logically removed, by 'marking it.' By doing this, we prevent calls to
<code>remove</code> from traversing the list twice to perform a physical removal.
Instead, we have have calls to <code>add</code> and <code>remove</code> clean up all marked
nodes they encounter while traversing the list.</p>
<p>This algorithm is a variation of the Nonblocking Linked Set found in
'The Art of Multiprocessor Programming' by Herlihy and Shavit.</p>
</div>
</div>
<div class="tags">
</div><h2>Defined Under Namespace</h2>
<p class="children">
<strong class="classes">Classes:</strong> <span class='object_link'><a href="LockFreeLinkedSet/Head.html" title="Concurrent::Edge::LockFreeLinkedSet::Head (class)">Head</a></span>, <span class='object_link'><a href="LockFreeLinkedSet/Node.html" title="Concurrent::Edge::LockFreeLinkedSet::Node (class)">Node</a></span>, <span class='object_link'><a href="LockFreeLinkedSet/Tail.html" title="Concurrent::Edge::LockFreeLinkedSet::Tail (class)">Tail</a></span>, <span class='object_link'><a href="LockFreeLinkedSet/Window.html" title="Concurrent::Edge::LockFreeLinkedSet::Window (class)">Window</a></span>
</p>
<h2>
Instance Method Summary
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#%3C%3C-instance_method" title="#<< (instance method)">- (Object) <strong><<</strong>(item) </a>
</span>
<span class="summary_desc"><div class='inline'><p>Atomically adds the item to the set if it does not yet exist.</p>
</div></span>
</li>
<li class="public ">
<span class="summary_signature">
<a href="#add-instance_method" title="#add (instance method)">- (Boolean) <strong>add</strong>(item) </a>
</span>
<span class="summary_desc"><div class='inline'><p>Atomically adds the item to the set if it does not yet exist.</p>
</div></span>
</li>
<li class="public ">
<span class="summary_signature">
<a href="#contains%3F-instance_method" title="#contains? (instance method)">- (Boolean) <strong>contains?</strong>(item) </a>
</span>
<span class="summary_desc"><div class='inline'><p>Atomically checks to see if the set contains an item.</p>
</div></span>
</li>
<li class="public ">
<span class="summary_signature">
<a href="#each-instance_method" title="#each (instance method)">- (Object) <strong>each</strong> {|item| ... }</a>
</span>
<span class="summary_desc"><div class='inline'><p>An iterator to loop through the set.</p>
</div></span>
</li>
<li class="public ">
<span class="summary_signature">
<a href="#initialize-instance_method" title="#initialize (instance method)">- (LockFreeLinkedSet) <strong>initialize</strong>(initial_size = 0, val = nil) </a>
</span>
<span class="note title constructor">constructor</span>
<span class="summary_desc"><div class='inline'><p>A new instance of LockFreeLinkedSet.</p>
</div></span>
</li>
<li class="public ">
<span class="summary_signature">
<a href="#remove-instance_method" title="#remove (instance method)">- (Boolean) <strong>remove</strong>(item) </a>
</span>
<span class="summary_desc"><div class='inline'><p>Atomically attempts to remove an item, comparing using <code>Object#hash</code>.</p>
</div></span>
</li>
</ul>
<div id="constructor_details" class="method_details_list">
<h2>Constructor Details</h2>
<div class="method_details first">
<h3 class="signature first" id="initialize-instance_method">
- (<tt><span class='object_link'><a href="" title="Concurrent::Edge::LockFreeLinkedSet (class)">LockFreeLinkedSet</a></span></tt>) <strong>initialize</strong>(initial_size = 0, val = nil)
</h3><div class="docstring">
<div class="discussion">
<p>Returns a new instance of LockFreeLinkedSet</p>
</div>
</div>
<div class="tags">
<p class="tag_title">Parameters:</p>
<ul class="param">
<li>
<span class='name'>initial_size</span>
<span class='type'>(<tt>Fixnum</tt>)</span>
<em class="default">(defaults to: <tt>0</tt>)</em>
—
<div class='inline'><p>the size of the linked_list to initialize</p>
</div>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
27
28
29
30
31
32
33
34</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/edge/lock_free_linked_set.rb', line 27</span>
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_initial_size'>initial_size</span> <span class='op'>=</span> <span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_val'>val</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
<span class='ivar'>@head</span> <span class='op'>=</span> <span class='const'>Head</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
<span class='id identifier rubyid_initial_size'>initial_size</span><span class='period'>.</span><span class='id identifier rubyid_times'>times</span> <span class='kw'>do</span>
<span class='id identifier rubyid_val'>val</span> <span class='op'>=</span> <span class='id identifier rubyid_block_given?'>block_given?</span> <span class='op'>?</span> <span class='kw'>yield</span> <span class='op'>:</span> <span class='id identifier rubyid_val'>val</span>
<span class='id identifier rubyid_add'>add</span> <span class='id identifier rubyid_val'>val</span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
<div id="instance_method_details" class="method_details_list">
<h2>Instance Method Details</h2>
<div class="method_details first">
<h3 class="signature first" id="<<-instance_method">
- (<tt>Object</tt>) <strong><<</strong>(item)
</h3><div class="docstring">
<div class="discussion">
<p>Atomically adds the item to the set if it does not yet exist.</p>
</div>
</div>
<div class="tags">
<p class="tag_title">Parameters:</p>
<ul class="param">
<li>
<span class='name'>item</span>
<span class='type'>(<tt>Object</tt>)</span>
—
<div class='inline'><p>the item you wish to insert</p>
</div>
</li>
</ul>
<p class="tag_title">Returns:</p>
<ul class="return">
<li>
<span class='type'>(<tt>Object</tt>)</span>
—
<div class='inline'><p>the set on which the :<< method was invoked</p>
</div>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
71
72
73
74</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/edge/lock_free_linked_set.rb', line 71</span>
<span class='kw'>def</span> <span class='op'><<</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span>
<span class='id identifier rubyid_add'>add</span> <span class='id identifier rubyid_item'>item</span>
<span class='kw'>self</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<h3 class="signature " id="add-instance_method">
- (<tt>Boolean</tt>) <strong>add</strong>(item)
</h3><div class="docstring">
<div class="discussion">
<p>Atomically adds the item to the set if it does not yet exist. Note:
internally the set uses <code>Object#hash</code> to compare equality of items,
meaning that Strings and other objects will be considered equal
despite being different objects.</p>
<p>that the item was already in the set.</p>
</div>
</div>
<div class="tags">
<p class="tag_title">Parameters:</p>
<ul class="param">
<li>
<span class='name'>item</span>
<span class='type'>(<tt>Object</tt>)</span>
—
<div class='inline'><p>the item you wish to insert</p>
</div>
</li>
</ul>
<p class="tag_title">Returns:</p>
<ul class="return">
<li>
<span class='type'>(<tt>Boolean</tt>)</span>
—
<div class='inline'><p><code>true</code> if successful. A <code>false</code> return indicates</p>
</div>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/edge/lock_free_linked_set.rb', line 47</span>
<span class='kw'>def</span> <span class='id identifier rubyid_add'>add</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span>
<span class='id identifier rubyid_loop'>loop</span> <span class='kw'>do</span>
<span class='id identifier rubyid_window'>window</span> <span class='op'>=</span> <span class='const'>Window</span><span class='period'>.</span><span class='id identifier rubyid_find'>find</span> <span class='ivar'>@head</span><span class='comma'>,</span> <span class='id identifier rubyid_item'>item</span>
<span class='id identifier rubyid_pred'>pred</span><span class='comma'>,</span> <span class='id identifier rubyid_curr'>curr</span> <span class='op'>=</span> <span class='id identifier rubyid_window'>window</span><span class='period'>.</span><span class='id identifier rubyid_pred'>pred</span><span class='comma'>,</span> <span class='id identifier rubyid_window'>window</span><span class='period'>.</span><span class='id identifier rubyid_curr'>curr</span>
<span class='comment'># Item already in set
</span> <span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>if</span> <span class='id identifier rubyid_curr'>curr</span> <span class='op'>==</span> <span class='id identifier rubyid_item'>item</span>
<span class='id identifier rubyid_node'>node</span> <span class='op'>=</span> <span class='const'>Node</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='id identifier rubyid_item'>item</span><span class='comma'>,</span> <span class='id identifier rubyid_curr'>curr</span>
<span class='kw'>if</span> <span class='id identifier rubyid_pred'>pred</span><span class='period'>.</span><span class='id identifier rubyid_successor_reference'>successor_reference</span><span class='period'>.</span><span class='id identifier rubyid_compare_and_set'>compare_and_set</span> <span class='id identifier rubyid_curr'>curr</span><span class='comma'>,</span> <span class='id identifier rubyid_node'>node</span><span class='comma'>,</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='kw'>false</span>
<span class='kw'>return</span> <span class='kw'>true</span>
<span class='kw'>end</span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<h3 class="signature " id="contains?-instance_method">
- (<tt>Boolean</tt>) <strong>contains?</strong>(item)
</h3><div class="docstring">
<div class="discussion">
<p>Atomically checks to see if the set contains an item. This method
compares equality based on the <code>Object#hash</code> method, meaning that the
hashed contents of an object is what determines equality instead of
<code>Object#object_id</code></p>
</div>
</div>
<div class="tags">
<p class="tag_title">Parameters:</p>
<ul class="param">
<li>
<span class='name'>item</span>
<span class='type'>(<tt>Object</tt>)</span>
—
<div class='inline'><p>the item you to check for presence in the set</p>
</div>
</li>
</ul>
<p class="tag_title">Returns:</p>
<ul class="return">
<li>
<span class='type'>(<tt>Boolean</tt>)</span>
—
<div class='inline'><p>whether or not the item is in the set</p>
</div>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
86
87
88
89
90
91
92
93
94
95</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/edge/lock_free_linked_set.rb', line 86</span>
<span class='kw'>def</span> <span class='id identifier rubyid_contains?'>contains?</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span>
<span class='id identifier rubyid_curr'>curr</span> <span class='op'>=</span> <span class='ivar'>@head</span>
<span class='kw'>while</span> <span class='id identifier rubyid_curr'>curr</span> <span class='op'><</span> <span class='id identifier rubyid_item'>item</span>
<span class='id identifier rubyid_curr'>curr</span> <span class='op'>=</span> <span class='id identifier rubyid_curr'>curr</span><span class='period'>.</span><span class='id identifier rubyid_next_node'>next_node</span>
<span class='id identifier rubyid_marked'>marked</span> <span class='op'>=</span> <span class='id identifier rubyid_curr'>curr</span><span class='period'>.</span><span class='id identifier rubyid_successor_reference'>successor_reference</span><span class='period'>.</span><span class='id identifier rubyid_marked?'>marked?</span>
<span class='kw'>end</span>
<span class='id identifier rubyid_curr'>curr</span> <span class='op'>==</span> <span class='id identifier rubyid_item'>item</span> <span class='op'>&&</span> <span class='op'>!</span><span class='id identifier rubyid_marked'>marked</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<h3 class="signature " id="each-instance_method">
- (<tt>Object</tt>) <strong>each</strong> {|item| ... }
</h3><div class="docstring">
<div class="discussion">
<p>An iterator to loop through the set.</p>
</div>
</div>
<div class="tags">
<p class="tag_title">Yields:</p>
<ul class="yield">
<li>
<span class='type'>(<tt>item</tt>)</span>
—
<div class='inline'><p>each item in the set</p>
</div>
</li>
</ul>
<p class="tag_title">Yield Parameters:</p>
<ul class="yieldparam">
<li>
<span class='name'>item</span>
<span class='type'>(<tt>Object</tt>)</span>
—
<div class='inline'><p>the item you to remove from the set</p>
</div>
</li>
</ul>
<p class="tag_title">Returns:</p>
<ul class="return">
<li>
<span class='type'>(<tt>Object</tt>)</span>
—
<div class='inline'><p>self: the linked set on which each was called</p>
</div>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
131
132
133
134
135
136
137
138
139
140
141
142
143
144</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/edge/lock_free_linked_set.rb', line 131</span>
<span class='kw'>def</span> <span class='id identifier rubyid_each'>each</span>
<span class='kw'>return</span> <span class='id identifier rubyid_to_enum'>to_enum</span> <span class='kw'>unless</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
<span class='id identifier rubyid_curr'>curr</span> <span class='op'>=</span> <span class='ivar'>@head</span>
<span class='kw'>until</span> <span class='id identifier rubyid_curr'>curr</span><span class='period'>.</span><span class='id identifier rubyid_last?'>last?</span>
<span class='id identifier rubyid_curr'>curr</span> <span class='op'>=</span> <span class='id identifier rubyid_curr'>curr</span><span class='period'>.</span><span class='id identifier rubyid_next_node'>next_node</span>
<span class='id identifier rubyid_marked'>marked</span> <span class='op'>=</span> <span class='id identifier rubyid_curr'>curr</span><span class='period'>.</span><span class='id identifier rubyid_successor_reference'>successor_reference</span><span class='period'>.</span><span class='id identifier rubyid_marked?'>marked?</span>
<span class='kw'>yield</span> <span class='id identifier rubyid_curr'>curr</span><span class='period'>.</span><span class='id identifier rubyid_data'>data</span> <span class='kw'>unless</span> <span class='id identifier rubyid_marked'>marked</span>
<span class='kw'>end</span>
<span class='kw'>self</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<h3 class="signature " id="remove-instance_method">
- (<tt>Boolean</tt>) <strong>remove</strong>(item)
</h3><div class="docstring">
<div class="discussion">
<p>Atomically attempts to remove an item, comparing using <code>Object#hash</code>.</p>
</div>
</div>
<div class="tags">
<p class="tag_title">Parameters:</p>
<ul class="param">
<li>
<span class='name'>item</span>
<span class='type'>(<tt>Object</tt>)</span>
—
<div class='inline'><p>the item you to remove from the set</p>
</div>
</li>
</ul>
<p class="tag_title">Returns:</p>
<ul class="return">
<li>
<span class='type'>(<tt>Boolean</tt>)</span>
—
<div class='inline'><p>whether or not the item was removed from the set</p>
</div>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/edge/lock_free_linked_set.rb', line 104</span>
<span class='kw'>def</span> <span class='id identifier rubyid_remove'>remove</span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='rparen'>)</span>
<span class='id identifier rubyid_loop'>loop</span> <span class='kw'>do</span>
<span class='id identifier rubyid_window'>window</span> <span class='op'>=</span> <span class='const'>Window</span><span class='period'>.</span><span class='id identifier rubyid_find'>find</span> <span class='ivar'>@head</span><span class='comma'>,</span> <span class='id identifier rubyid_item'>item</span>
<span class='id identifier rubyid_pred'>pred</span><span class='comma'>,</span> <span class='id identifier rubyid_curr'>curr</span> <span class='op'>=</span> <span class='id identifier rubyid_window'>window</span><span class='period'>.</span><span class='id identifier rubyid_pred'>pred</span><span class='comma'>,</span> <span class='id identifier rubyid_window'>window</span><span class='period'>.</span><span class='id identifier rubyid_curr'>curr</span>
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>if</span> <span class='id identifier rubyid_curr'>curr</span> <span class='op'>!=</span> <span class='id identifier rubyid_item'>item</span>
<span class='id identifier rubyid_succ'>succ</span> <span class='op'>=</span> <span class='id identifier rubyid_curr'>curr</span><span class='period'>.</span><span class='id identifier rubyid_next_node'>next_node</span>
<span class='id identifier rubyid_removed'>removed</span> <span class='op'>=</span> <span class='id identifier rubyid_curr'>curr</span><span class='period'>.</span><span class='id identifier rubyid_successor_reference'>successor_reference</span><span class='period'>.</span><span class='id identifier rubyid_compare_and_set'>compare_and_set</span> <span class='id identifier rubyid_succ'>succ</span><span class='comma'>,</span> <span class='id identifier rubyid_succ'>succ</span><span class='comma'>,</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='kw'>true</span>
<span class='comment'>#next_node unless removed
</span> <span class='kw'>next</span> <span class='kw'>unless</span> <span class='id identifier rubyid_removed'>removed</span>
<span class='id identifier rubyid_pred'>pred</span><span class='period'>.</span><span class='id identifier rubyid_successor_reference'>successor_reference</span><span class='period'>.</span><span class='id identifier rubyid_compare_and_set'>compare_and_set</span> <span class='id identifier rubyid_curr'>curr</span><span class='comma'>,</span> <span class='id identifier rubyid_succ'>succ</span><span class='comma'>,</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='kw'>false</span>
<span class='kw'>return</span> <span class='kw'>true</span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated on Wed Aug 15 13:38:47 2018 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.8.7.6 (ruby-2.4.3).
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57940973-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html> | lucasallan/concurrent-ruby | docs/1.0.5/Concurrent/Edge/LockFreeLinkedSet.html | HTML | mit | 25,702 |
<div rima-users-connections-map class="rima-users-connections"></div> | Cha-OS/KnAllEdge | src/frontend/app/components/rima/partials/rima-insights-map.tpl.html | HTML | mit | 69 |
<div>
Hudson 1.20 e anteriores usavam para criar diretórios redundantes dentro do workspace.
Por exemplo, se o nome do módulo CVS fosse "foo/bar", ele primeiro criava "foo/bar" e
depois colocava tudo abaixo desta estrutura. Com este opção desmarcada, não haverá mais
diretórios intermediários desnecessários.
<p>
Isto afeta outros especificadores de caminho, tal como arquivadores de artefatos --- você agora especifica
"build/foo.jar" ao invés de "foo/build/foo.jar".
</div> | ricardobaumann/jenkins_release_plugin | work/plugins/cvs/WEB-INF/classes/hudson/scm/CVSSCM/help-legacy_pt_BR.html | HTML | mit | 490 |
<div>
Specificare facoltativamente <a href='https://ant.apache.org/manual/Types/fileset.html'>il pattern 'excludes'</a>,
ad esempio "pippo/pluto/**/*". Un file corrispondente a questa maschera non
sarà archiviato anche nel caso in cui corrisponda alla maschera specificata
nella sezione "File di cui rilevare le impronte digitali".
</div>
| v1v/jenkins | core/src/main/resources/hudson/tasks/Fingerprinter/help-excludes_it.html | HTML | mit | 348 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Debian -- Details of package sysvinit-utils in wheezy</title>
<link rev="made" href="mailto:[email protected]">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Author" content="Debian Webmaster, [email protected]">
<meta name="Description" content="System-V-like utilities">
<meta name="Keywords" content="Debian, wheezy, us, main, admin, 2.88dsf-41+deb7u1">
<link href="/debpkg.css" rel="stylesheet" type="text/css" media="all">
<script src="/packages.js" type="text/javascript"></script>
</head>
<body>
<div id="header">
<div id="upperheader">
<div id="logo">
<!-- very Debian specific use of the logo stuff -->
<a href="http://www.debian.org/"><img src="/Pics/openlogo-50.png" alt="Debian" with="50" height="61"></a>
</div> <!-- end logo -->
<p class="hidecss"><a href="#inner">skip the navigation</a></p>
<p class="section"><a href="/">Packages</a></p>
</div> <!-- end upperheader -->
<!-- navbar -->
<div id="navbar">
<ul>
<li><a href="http://www.debian.org/intro/about">About Debian</a></li>
<li><a href="http://www.debian.org/distrib/">Getting Debian</a></li>
<li><a href="http://www.debian.org/support">Support</a></li>
<li><a href="http://www.debian.org/devel/">Developers' Corner</a></li>
</ul>
</div> <!-- end navbar -->
<div id="pnavbar">
/ <a href="/" title="Debian Packages Homepage">Packages</a>
/ <a href="/wheezy/" title="Overview over this suite">wheezy (stable)</a>
/ <a href="/wheezy/admin/" title="All packages in this section">admin</a>
/ sysvinit-utils
</div> <!-- end navbar -->
</div> <!-- end header -->
<div id="content">
<form method="GET" action="/search">
<div id="hpacketsearch">
<input type="submit" value="Search">
<select size="1" name="searchon">
<option value="names" selected="selected">
package names</option>
<option value="all" >descriptions</option>
<option value="sourcenames" >source package names</option>
<option value="contents" >package contents</option>
</select>
<input type="text" size="30" name="keywords" value="" id="kw">
<span style="font-size: 60%"><a href="/">all options</a></span>
</div> <!-- end hpacketsearch -->
</form>
<!-- show.tmpl -->
<div id="pothers"> [ <a href="/squeeze/sysvinit-utils">squeeze</a> ]
[ <strong>wheezy</strong> ]
[ <a href="/jessie/sysvinit-utils">jessie</a> ]
[ <a href="/sid/sysvinit-utils">sid</a> ]</div>
<div id="psource">
[ Source: <a title="Source package building this package" href="/source/wheezy/sysvinit">sysvinit</a> ]
</div>
<!-- messages.tmpl -->
<h1>Package: sysvinit-utils (2.88dsf-41+deb7u1)
[<a href="http://www.debian.org/doc/debian-policy/ch-binary.html#s3.8"><strong class="pmarker" title="package manager will refuse to remove this package by default">essential</strong></a>] </h1>
<div id="pmoreinfo">
<h2>Links for sysvinit-utils</h2>
<div class="screenshot">
<a id="screenshot" href="//screenshots.debian.net/package/sysvinit-utils"><img src="//screenshots.debian.net/thumbnail-with-version//sysvinit-utils/2.88dsf-41+deb7u1" alt="Screenshot" border="0"/></a>
</div>
<h3>Debian Resources:</h3>
<ul>
<li><a href="http://bugs.debian.org/sysvinit-utils">Bug Reports</a></li>
<li><a href="http://packages.qa.debian.org/sysvinit">Developer Information (PTS)</a></li>
<li><a href="http://ftp-master.metadata.debian.org/changelogs//main/s/sysvinit/sysvinit_2.88dsf-41+deb7u1_changelog">Debian Changelog</a></li>
<li><a href="http://ftp-master.metadata.debian.org/changelogs//main/s/sysvinit/sysvinit_2.88dsf-41+deb7u1_copyright">Copyright File</a></li>
<li><a href="http://patch-tracker.debian.org/package/sysvinit/2.88dsf-41+deb7u1">Debian Patch Tracker</a></li>
</ul>
<h3>Download Source Package <a href="/source/wheezy/sysvinit">sysvinit</a>:</h3>
<ul>
<li><a href="http://ftp.de.debian.org/debian/pool/main/s/sysvinit/sysvinit_2.88dsf-41+deb7u1.dsc">[sysvinit_2.88dsf-41+deb7u1.dsc]</a></li>
<li><a href="http://ftp.de.debian.org/debian/pool/main/s/sysvinit/sysvinit_2.88dsf.orig.tar.gz">[sysvinit_2.88dsf.orig.tar.gz]</a></li>
<li><a href="http://ftp.de.debian.org/debian/pool/main/s/sysvinit/sysvinit_2.88dsf-41+deb7u1.debian.tar.gz">[sysvinit_2.88dsf-41+deb7u1.debian.tar.gz]</a></li>
</ul>
<h3>Maintainers:</h3><ul> <li><a href="mailto:[email protected]">Debian sysvinit maintainers</a>
(<a href="http://qa.debian.org/developer.php?login=pkg-sysvinit-devel%40lists.alioth.debian.org" title="An overview over the maintainer's packages and uploads">QA Page</a>, <a href="http://lists.alioth.debian.org/pipermail/pkg-sysvinit-devel/" title="Archive of the Maintainer Mailinglist">Mail Archive</a>)
</li> <li><a href="mailto:[email protected]">Petter Reinholdtsen</a>
(<a href="http://qa.debian.org/developer.php?login=pere%40debian.org" title="An overview over the maintainer's packages and uploads">QA Page</a>)
</li> <li><a href="mailto:[email protected]">Henrique de Moraes Holschuh</a>
(<a href="http://qa.debian.org/developer.php?login=hmh%40debian.org" title="An overview over the maintainer's packages and uploads">QA Page</a>)
</li> <li><a href="mailto:[email protected]">Kel Modderman</a>
(<a href="http://qa.debian.org/developer.php?login=kel%40otaku42.de" title="An overview over the maintainer's packages and uploads">QA Page</a>)
</li> <li><a href="mailto:[email protected]">Roger Leigh</a>
(<a href="http://qa.debian.org/developer.php?login=rleigh%40debian.org" title="An overview over the maintainer's packages and uploads">QA Page</a>)
</li></ul>
<h3>External Resources:</h3>
<ul>
<li><a href="http://savannah.nongnu.org/projects/sysvinit">Homepage</a> [savannah.nongnu.org]</li>
</ul>
<h3>Similar packages:</h3>
<ul>
<li><a href="/sysvinit">sysvinit</a></li>
<li><a href="/util-linux">util-linux</a></li>
<li><a href="/sysvinit-core">sysvinit-core</a></li>
<li><a href="/sysv-rc">sysv-rc</a></li>
<li><a href="/psmisc">psmisc</a></li>
<li><a href="/net-tools">net-tools</a></li>
<li><a href="/bsdutils">bsdutils</a></li>
<li><a href="/coreutils">coreutils</a></li>
<li><a href="/rcconf">rcconf</a></li>
<li><a href="/puppet">puppet</a></li>
</ul>
</div> <!-- end pmoreinfo -->
<div id="ptablist">
</div>
<div id="pdesctab">
<div id="pdesc" >
<h2>System-V-like utilities</h2>
<p>
This package contains the important System-V-like utilities.
<p>
Specifically, this package includes:
killall5, last, lastb, mesg, pidof, service, sulogin
</div> <!-- end pdesc -->
<div id="ptags"><p>
<a href="http://debtags.alioth.debian.org/edit.html?pkg=sysvinit-utils">Tags</a>:
System Administration:
<a href="/about/debtags#admin::login">Login</a>,
Implemented in:
<a href="/about/debtags#implemented-in::c">C</a>,
User Interface:
<a href="/about/debtags#interface::commandline">Command Line</a>,
Role:
role::program,
scope::utility,
Works with:
<a href="/about/debtags#works-with::software:running">Running Programs</a>
</p>
</div> <!-- end ptags -->
</div> <!-- pdesctab -->
<div id="pdeps">
<h2>Other Packages Related to sysvinit-utils</h2>
<table id="pdeplegend" class="visual" summary="legend"><tr>
<td><ul class="uldep"><li>depends</li></ul></td>
<td><ul class="ulrec"><li>recommends</li></ul></td>
<td><ul class="ulsug"><li>suggests</li></ul></td>
<td><ul class="ulenh"><li>enhances</li></ul></td>
</tr></table>
<ul class="uldep">
<li>
<dl>
<dt><span class="nonvisual">dep:</span>
<a href="/wheezy/libc0.1">libc0.1</a>
(>= 2.8)
[kfreebsd-amd64, kfreebsd-i386]</dt> <dd lang="en">Embedded GNU C Library: Shared libraries <br>also a virtual package provided by
<span id="js_libc0.1" class="p_js_elem"></span> <span id="html_libc0.1"><a href="/wheezy/libc0.1-udeb">libc0.1-udeb</a></span>
</dd>
</dl>
<li>
<dl>
<dt><span class="nonvisual">dep:</span>
<a href="/wheezy/libc6">libc6</a>
(>= 2.10)
[not armhf, ia64, kfreebsd-amd64, kfreebsd-i386, s390x]</dt> <dd lang="en">Embedded GNU C Library: Shared libraries <br>also a virtual package provided by
<span id="js_libc6" class="p_js_elem"></span> <span id="html_libc6"><a href="/wheezy/libc6-udeb">libc6-udeb</a></span>
</dd>
</dl>
<dl>
<dt><span class="nonvisual">dep:</span>
<a href="/wheezy/libc6">libc6</a>
(>= 2.13)
[s390x]</dt>
</dl>
<dl>
<dt><span class="nonvisual">dep:</span>
<a href="/wheezy/libc6">libc6</a>
(>= 2.13-28)
[armhf]</dt>
</dl>
<li>
<dl>
<dt><span class="nonvisual">dep:</span>
<a href="/wheezy/libc6.1">libc6.1</a>
(>= 2.13-25~)
[ia64]</dt> <dd lang="en">Embedded GNU C Library: Shared libraries <br>also a virtual package provided by
<span id="js_libc6.1" class="p_js_elem"></span> <span id="html_libc6.1"><a href="/wheezy/libc6.1-udeb">libc6.1-udeb</a></span>
</dd>
</dl>
<li>
<dl>
<dt><span class="nonvisual">dep:</span>
<a href="/wheezy/libselinux1">libselinux1</a>
(>= 1.32)
[not kfreebsd-amd64, kfreebsd-i386]</dt> <dd lang="en">SELinux runtime shared libraries
</dd>
</dl>
</ul>
<ul class="ulsug">
<li>
<dl>
<dt><span class="nonvisual">sug:</span>
<a href="/wheezy/bootlogd">bootlogd</a>
</dt> <dd lang="en">daemon to log boot messages
</dd>
</dl>
<li>
<dl>
<dt><span class="nonvisual">sug:</span>
<a href="/wheezy/sash">sash</a>
</dt> <dd lang="en">Stand-alone shell
</dd>
</dl>
</ul>
</div> <!-- end pdeps -->
<div id="pdownload">
<h2>Download sysvinit-utils</h2>
<table summary="The download table links to the download of the package and a file overview. In addition it gives information about the package size and the installed size.">
<caption class="hidecss">Download for all available architectures</caption>
<tr><th>Architecture</th>
<th>Package Size</th>
<th>Installed Size</th>
<th>Files</th>
</tr>
<tr>
<th><a href="/wheezy/amd64/sysvinit-utils/download">amd64</a></th>
<td class="size">97.8 kB</td><td class="size">272.0 kB</td>
<td>
[<a href="/wheezy/amd64/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/armel/sysvinit-utils/download">armel</a></th>
<td class="size">97.9 kB</td><td class="size">215.0 kB</td>
<td>
[<a href="/wheezy/armel/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/armhf/sysvinit-utils/download">armhf</a></th>
<td class="size">92.7 kB</td><td class="size">203.0 kB</td>
<td>
[<a href="/wheezy/armhf/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/i386/sysvinit-utils/download">i386</a></th>
<td class="size">95.7 kB</td><td class="size">218.0 kB</td>
<td>
[<a href="/wheezy/i386/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/ia64/sysvinit-utils/download">ia64</a></th>
<td class="size">115.1 kB</td><td class="size">293.0 kB</td>
<td>
[<a href="/wheezy/ia64/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/kfreebsd-amd64/sysvinit-utils/download">kfreebsd-amd64</a></th>
<td class="size">95.1 kB</td><td class="size">169.0 kB</td>
<td>
[<a href="/wheezy/kfreebsd-amd64/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/kfreebsd-i386/sysvinit-utils/download">kfreebsd-i386</a></th>
<td class="size">92.6 kB</td><td class="size">156.0 kB</td>
<td>
[<a href="/wheezy/kfreebsd-i386/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/mips/sysvinit-utils/download">mips</a></th>
<td class="size">96.3 kB</td><td class="size">223.0 kB</td>
<td>
[<a href="/wheezy/mips/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/mipsel/sysvinit-utils/download">mipsel</a></th>
<td class="size">94.6 kB</td><td class="size">223.0 kB</td>
<td>
[<a href="/wheezy/mipsel/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/powerpc/sysvinit-utils/download">powerpc</a></th>
<td class="size">95.6 kB</td><td class="size">219.0 kB</td>
<td>
[<a href="/wheezy/powerpc/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/s390/sysvinit-utils/download">s390</a></th>
<td class="size">97.4 kB</td><td class="size">226.0 kB</td>
<td>
[<a href="/wheezy/s390/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/s390x/sysvinit-utils/download">s390x</a></th>
<td class="size">101.8 kB</td><td class="size">243.0 kB</td>
<td>
[<a href="/wheezy/s390x/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
<tr>
<th><a href="/wheezy/sparc/sysvinit-utils/download">sparc</a></th>
<td class="size">96.7 kB</td><td class="size">236.0 kB</td>
<td>
[<a href="/wheezy/sparc/sysvinit-utils/filelist">list of files</a>]
</td>
</tr>
</table>
</div> <!-- end pdownload -->
</div> <!-- end inner -->
<div id="footer">
<hr class="hidecss">
<!--UdmComment-->
<div id="pageLang">
<div id="langSelector">
<p>This page is also available in the following languages (How to set <a href="http://www.debian.org/intro/cn">the default document language</a>):</p>
<div id="langContainer">
<a href="/bg/wheezy/sysvinit-utils" title="Bulgarian" hreflang="bg" lang="bg" rel="alternate">Български (Bəlgarski)</a>
<a href="/cs/wheezy/sysvinit-utils" title="Czech" hreflang="cs" lang="cs" rel="alternate">česky</a>
<a href="/da/wheezy/sysvinit-utils" title="Danish" hreflang="da" lang="da" rel="alternate">dansk</a>
<a href="/de/wheezy/sysvinit-utils" title="German" hreflang="de" lang="de" rel="alternate">Deutsch</a>
<a href="/es/wheezy/sysvinit-utils" title="Spanish" hreflang="es" lang="es" rel="alternate">español</a>
<a href="/fi/wheezy/sysvinit-utils" title="Finnish" hreflang="fi" lang="fi" rel="alternate">suomi</a>
<a href="/fr/wheezy/sysvinit-utils" title="French" hreflang="fr" lang="fr" rel="alternate">français</a>
<a href="/ko/wheezy/sysvinit-utils" title="Korean" hreflang="ko" lang="ko" rel="alternate">한국어 (Hangul)</a>
<a href="/hu/wheezy/sysvinit-utils" title="Hungarian" hreflang="hu" lang="hu" rel="alternate">magyar</a>
<a href="/it/wheezy/sysvinit-utils" title="Italian" hreflang="it" lang="it" rel="alternate">Italiano</a>
<a href="/ja/wheezy/sysvinit-utils" title="Japanese" hreflang="ja" lang="ja" rel="alternate">日本語 (Nihongo)</a>
<a href="/nl/wheezy/sysvinit-utils" title="Dutch" hreflang="nl" lang="nl" rel="alternate">Nederlands</a>
<a href="/pl/wheezy/sysvinit-utils" title="Polish" hreflang="pl" lang="pl" rel="alternate">polski</a>
<a href="/pt/wheezy/sysvinit-utils" title="Portuguese" hreflang="pt" lang="pt" rel="alternate">Português (pt)</a>
<a href="/pt-br/wheezy/sysvinit-utils" title="Portuguese (Brasilia)" hreflang="pt-br" lang="pt-br" rel="alternate">Português (br)</a>
<a href="/ru/wheezy/sysvinit-utils" title="Russian" hreflang="ru" lang="ru" rel="alternate">Русский (Russkij)</a>
<a href="/sk/wheezy/sysvinit-utils" title="Slovak" hreflang="sk" lang="sk" rel="alternate">slovensky</a>
<a href="/sv/wheezy/sysvinit-utils" title="Swedish" hreflang="sv" lang="sv" rel="alternate">svenska</a>
<a href="/tr/wheezy/sysvinit-utils" title="Turkish" hreflang="tr" lang="tr" rel="alternate">Türkçe</a>
<a href="/uk/wheezy/sysvinit-utils" title="Ukrainian" hreflang="uk" lang="uk" rel="alternate">українська (ukrajins'ka)</a>
<a href="/zh-cn/wheezy/sysvinit-utils" title="Chinese (China)" hreflang="zh-cn" lang="zh-cn" rel="alternate">中文 (Zhongwen,简)</a>
<a href="/zh-tw/wheezy/sysvinit-utils" title="Chinese (Taiwan)" hreflang="zh-tw" lang="zh-tw" rel="alternate">中文 (Zhongwen,繁)</a>
</div>
</div>
</div>
<!--/UdmComment-->
<hr class="hidecss">
<div id="fineprint" class="bordertop">
<div id="impressum">
<p>To report a problem with the web site, e-mail <a href="mailto:[email protected]">[email protected]</a>. For other contact information, see the Debian <a href="http://www.debian.org/contact">contact page</a>.</p>
<p>
Content Copyright © 1997 - 2015 <a href="http://www.spi-inc.org/">SPI Inc.</a>; See <a href="http://www.debian.org/license">license terms</a>. Debian is a <a href="http://www.debian.org/trademark">trademark</a> of SPI Inc.
<a href="/about/">Learn more about this site</a>.</p>
</div> <!-- end impressum -->
<div id="sponsorfooter"><p>
This service is sponsored by <a href="http://cs.helsinki.fi/index.en.html">University of Helsinki - Department of Computer Science</a>.</p></div>
</div> <!-- end fineprint -->
</div> <!-- end footer -->
</body>
</html>
| linuxfoundation/cii-census | original_cache/debian_role/sysvinit-utils.html | HTML | mit | 18,088 |
{% extends 'base/base.html' %}
{% load i18n %}
{% load static %}
{% block extra_js %}
<script src="{% static 'js/new_password_validator.js' %}" charset="utf-8"></script>
{% endblock %}
{% block content %}
{% if validlink %}
<div class="password-reset jumbotron">
<div class="container">
<p>{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}</p>
</div>
<form method="post">
{% csrf_token %}
<div class="form-group">
{{ form.new_password1.errors }}
<label for="id_new_password1">{% trans 'New password:' %}</label>
<div class="pass-wrapper">
{{ form.new_password1 }}
</div>
</div>
<div class="form-group">
{{ form.new_password2.errors }}
<label for="id_new_password2">{% trans 'Confirm password:' %}</label>
<div class="pass-wrapper">
{{ form.new_password2 }}
</div>
</div>
<input id="send_new" class="btn btn-primary btn-xs" type="submit" value="{% trans 'Change my password' %}" />
</form>
</div>
{% else %}
<div class="password-reset jumbotron">
<div class="container">
<p>
{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}
</p>
</div>
</div>
{% endif %}
{% endblock %}
| iPablo/starter-python-sevilla | python_sevilla/users/templates/registration/password_reset_confirm.html | HTML | mit | 1,837 |
<div ng-show="product.images.length">
<div class="img-wrap">
<img ng-src="{{product.images[gallery.current]}}" />
</div>
<ul class="img-thumbnails clearfix">
<li class="small-image pull-left thumbnail" ng-repeat="image in product.images">
<img ng-src="{{image}}" />
</li>
</ul>
</div> | misterdavemeister/meanio | tests/tut/angular_tut/product-gallery.html | HTML | mit | 310 |
<template name="notificationButton">
<a class="notification-button item">
<i class="comment icon"></i> Notifications
{{#if unreadCount}}
<div class="ui red label">{{unreadCount}}</div>
{{/if}}
</a>
</template> | katopz/nullchat | client/views/modals/notifications/notification-button.html | HTML | mit | 253 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Core\Security\User\UserInterface | Thelia 2 API</title>
<link rel="stylesheet" type="text/css" href="../../../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../../../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../../../../css/sami.css">
<script src="../../../../js/jquery-1.11.1.min.js"></script>
<script src="../../../../js/bootstrap.min.js"></script>
<script src="../../../../js/typeahead.min.js"></script>
<script src="../../../../sami.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
</head>
<body id="class" data-name="class:Thelia_Core_Security_User_UserInterface" data-root-path="../../../../">
<div id="content">
<div id="left-column">
<div id="control-panel">
<form id="search-form" action="../../../../search.html" method="GET">
<span class="glyphicon glyphicon-search"></span>
<input name="search"
class="typeahead form-control"
type="search"
placeholder="Search">
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<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">Thelia 2 API</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="../../../../classes.html">Classes</a></li>
<li><a href="../../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../../traits.html">Traits</a></li>
<li><a href="../../../../doc-index.html">Index</a></li>
<li><a href="../../../../search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div class="namespace-breadcrumbs">
<ol class="breadcrumb">
<li><span class="label label-default">interface</span></li>
<li><a href="../../../../Thelia.html">Thelia</a></li>
<li><a href="../../../../Thelia/Core.html">Core</a></li>
<li><a href="../../../../Thelia/Core/Security.html">Security</a></li>
<li><a href="../../../../Thelia/Core/Security/User.html">User</a></li>
<li>UserInterface</li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>UserInterface</h1>
</div>
<p> interface
<strong>UserInterface</strong>
</p>
<div class="description">
<p>This interface should be implemented by user classes</p> </div>
<h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_getUsername">getUsername</a>()
<p>Return the user unique name</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_getPassword">getPassword</a>()
<p>Return the user encoded password</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_checkPassword">checkPassword</a>($password)
<p>Check a string against a the user password</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
<abbr title="Thelia\Core\Security\User\Role">Role</abbr>[]
</div>
<div class="col-md-8 type">
<a href="#method_getRoles">getRoles</a>()
<p>Returns the roles granted to the user.</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
void
</div>
<div class="col-md-8 type">
<a href="#method_eraseCredentials">eraseCredentials</a>()
<p>Removes sensitive data from the user.</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_getToken">getToken</a>()
<p>return the user token (used by remember me authnetication system)</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_setToken">setToken</a>($token)
<p>Set a token in the user data (used by remember me authnetication system)</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_getSerial">getSerial</a>()
<p>return the user serial (used by remember me authnetication system)</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_setSerial">setSerial</a>($serial)
<p>Set a serial number int the user data (used by remember me authnetication system)</p> </div>
<div class="col-md-2"></div>
</div>
</div>
<h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_getUsername">
<div class="location">at line 26</div>
<code>
<strong>getUsername</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>Return the user unique name</p> </div>
<div class="tags">
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getPassword">
<div class="location">at line 31</div>
<code>
<strong>getPassword</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>Return the user encoded password</p> </div>
<div class="tags">
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_checkPassword">
<div class="location">at line 36</div>
<code>
<strong>checkPassword</strong>($password)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Check a string against a the user password</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td></td>
<td>$password</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getRoles">
<div class="location">at line 50</div>
<code>
<abbr title="Thelia\Core\Security\User\Role">Role</abbr>[]
<strong>getRoles</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>Returns the roles granted to the user.</p> <p><code>
public function getRoles()
{
return array('USER');
}
</code></p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Thelia\Core\Security\User\Role">Role</abbr>[]</td>
<td>The user roles</td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_eraseCredentials">
<div class="location">at line 60</div>
<code>
void
<strong>eraseCredentials</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>Removes sensitive data from the user.</p> <p>This is important if, at any given point, sensitive information like
the plain-text password is stored on this object.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
void</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getToken">
<div class="location">at line 65</div>
<code>
<strong>getToken</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>return the user token (used by remember me authnetication system)</p> </div>
<div class="tags">
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_setToken">
<div class="location">at line 70</div>
<code>
<strong>setToken</strong>($token)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Set a token in the user data (used by remember me authnetication system)</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td></td>
<td>$token</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getSerial">
<div class="location">at line 75</div>
<code>
<strong>getSerial</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>return the user serial (used by remember me authnetication system)</p> </div>
<div class="tags">
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_setSerial">
<div class="location">at line 80</div>
<code>
<strong>setSerial</strong>($serial)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Set a serial number int the user data (used by remember me authnetication system)</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td></td>
<td>$serial</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
</div>
</div>
</div>
</body>
</html>
| sitecrafting/thelia.github.io | api/2.0/Thelia/Core/Security/User/UserInterface.html | HTML | mit | 15,020 |
<html>
<head>
<link rel="stylesheet" type="text/css" href="/css/c3.css">
</head>
<body>
<div id="chart"></div>
<script src="http://d3js.org/d3.v4.min.js" charset="utf-8"></script>
<script src="/js/c3.js"></script>
<script>
var columns = [];
for (var i = 0; i < 5; i++ ) {
columns[i] = ['datahogehogeohgeohoge' + i, 10 * i, 20 * i, 30 * i];
}
var chart = c3.generate({
data: {
columns: columns,
},
axis: {
x: {
type: 'category'
}
}
});
setTimeout(function () {
chart.legend.hide();
}, 1000);
setTimeout(function () {
chart = c3.generate({
data: {
columns: columns,
},
axis: {
x: {
type: 'category'
}
},
legend: {
position: 'right'
}
});
}, 2000);
setTimeout(function () {
chart.legend.hide();
}, 3000);
setTimeout(function () {
chart = c3.generate({
data: {
columns: columns,
},
axis: {
rotated: true
}
});
}, 4000);
setTimeout(function () {
chart.legend.hide();
}, 5000);
setTimeout(function () {
chart = c3.generate({
data: {
columns: columns,
},
legend: {
position: 'right'
},
axis: {
rotated: true
}
});
}, 6000);
setTimeout(function () {
chart.legend.hide();
}, 7000);
setTimeout(function () {
chart = c3.generate({
data: {
columns: columns,
},
legend: {
show: false
}
});
}, 8000);
setTimeout(function () {
chart.legend.show();
}, 9000);
setTimeout(function () {
chart = c3.generate({
data: {
columns: columns,
},
legend: {
show: false
},
axis: {
rotated: true
}
});
}, 10000);
setTimeout(function () {
chart.legend.show();
}, 11000);
setTimeout(function () {
chart = c3.generate({
data: {
columns: columns,
},
legend: {
position: 'right',
show: false
}
});
}, 12000);
setTimeout(function () {
chart.legend.show();
}, 13000);
</script>
</body>
</html>
| tuandinhvu/v2CRM | public/plugins/c3-0.5.4/htdocs/samples/api_legend.html | HTML | mit | 2,644 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="./../../helpwin.css">
<title>MATLAB File Help: prtPreProcPca/isCrossValidateValid</title>
</head>
<body>
<!--Single-page help-->
<table border="0" cellspacing="0" width="100%">
<tr class="subheader">
<td class="headertitle">MATLAB File Help: prtPreProcPca/isCrossValidateValid</td>
</tr>
</table>
<div class="title">prtPreProcPca/isCrossValidateValid</div>
<div class="helptext"><pre><!--helptext --> <span class="helptopic">isCrossValidateValid</span> - True
Help for <span class="helptopic">prtPreProcPca/isCrossValidateValid</span> is inherited from superclass <a href="./../prtPreProc.html">prtPreProc</a></pre></div><!--after help -->
<!--Property-->
<div class="sectiontitle">Property Details</div>
<table class="class-details">
<tr>
<td class="class-detail-label">Constant</td>
<td>false</td>
</tr>
<tr>
<td class="class-detail-label">Dependent</td>
<td>false</td>
</tr>
<tr>
<td class="class-detail-label">Sealed</td>
<td>false</td>
</tr>
<tr>
<td class="class-detail-label">Transient</td>
<td>false</td>
</tr>
<tr>
<td class="class-detail-label">GetAccess</td>
<td>public</td>
</tr>
<tr>
<td class="class-detail-label">SetAccess</td>
<td>protected</td>
</tr>
<tr>
<td class="class-detail-label">GetObservable</td>
<td>false</td>
</tr>
<tr>
<td class="class-detail-label">SetObservable</td>
<td>false</td>
</tr>
</table>
</body>
</html> | jpalves/PRT | doc/functionReference/prtPreProcPca/isCrossValidateValid.html | HTML | mit | 1,937 |
<!DOCTYPE html>
<html>
<head>
<title>label examples</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="description" content="An example of drawing shapes with labels">
<meta name="author" content="Ryan Westphal">
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/blitzer/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<style type="text/css">
#map
{
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
</style>
</head>
<body>
<div>
<div id="map">
</div>
<div class="info">
<div class="links">
<a href="../" class="docLink">< docs</a>
<a href="http://jsfiddle.net/ryanttb/2TAzc/embedded/" class="fiddleLink not-mobile"><img src="img/jsfiddle.png" alt="" /> jsFiddle ></a>
</div>
<h1>label</h1>
<p class="not-mobile">This example builds on the drawing example by appending a label with shapes. Enter label text (HTML is ok), choose a tool below, and start labelling!</p>
<input type="text" name="label" value="a label" autofocus />
<div id="modes">
<input type="radio" id="drawPoint" name="mode" value="drawPoint" checked="checked" /><label for="drawPoint">point</label>
<input type="radio" id="drawLineString" name="mode" value="drawLineString" /><label for="drawLineString">line</label>
<input type="radio" id="drawPolygon" name="mode" value="drawPolygon" /><label for="drawPolygon">polygon</label>
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"></script>
<script src="../jquery.geo-test.min.js"></script>
<script>
$(function () {
// create a map, setting mode to drawPoint initially
var map = $("#map").geomap({
center: [-71.0595678, 42.3604823],
zoom: 8,
mode: "drawPoint",
shape: function (e, geo) {
// the shape event triggers when a user draws a shape
// the geo object is a simple GeoJSON object: Point, LineString or Polygon
// we can append it directly to the map
// grab the text of the label input and send it as a label for this shape
map.geomap("append", geo, $("input[name='label']").val());
}
});
// jQuery UI for pretty buttons
$("#modes").buttonset();
$("#modes input").click(function () {
// set the map's mode option based on value of the input clicked
// this will change the map's mode to drawPoint, drawLineString or drawPolygon
map.geomap("option", "mode", $(this).val());
});
});
</script>
<script>
var _gaq = [['_setAccount', 'UA-26084853-1'], ['_trackPageview']];
(function (d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.async = 1;
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
} (document, 'script'));
</script>
</body>
</html>
| bertomartin/geo | docs/examples/label.html | HTML | mit | 3,269 |
<html lang="en">
<head>
<title>Copying - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="prev" href="GNU-Project.html#GNU-Project" title="GNU Project">
<link rel="next" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License" title="GNU Free Documentation License">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Copying"></a>
Next: <a rel="next" accesskey="n" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">GNU Free Documentation License</a>,
Previous: <a rel="previous" accesskey="p" href="GNU-Project.html#GNU-Project">GNU Project</a>,
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
<hr>
</div>
<!-- man begin DESCRIPTION -->
<h2 class="unnumbered">GNU General Public License</h2>
<div align="center">Version 3, 29 June 2007</div>
<!-- This file is intended to be included in another file. -->
<pre class="display"> Copyright © 2007 Free Software Foundation, Inc. <a href="http://fsf.org/">http://fsf.org/</a>
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
</pre>
<h3 class="heading">Preamble</h3>
<p>The GNU General Public License is a free, copyleft license for
software and other kinds of works.
<p>The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom
to share and change all versions of a program–to make sure it remains
free software for all its users. We, the Free Software Foundation,
use the GNU General Public License for most of our software; it
applies also to any other work released this way by its authors. You
can apply it to your programs, too.
<p>When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
<p>To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you
have certain responsibilities if you distribute copies of the
software, or if you modify it: responsibilities to respect the freedom
of others.
<p>For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too,
receive or can get the source code. And you must show them these
terms so they know their rights.
<p>Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
<p>For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
<p>Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the
manufacturer can do so. This is fundamentally incompatible with the
aim of protecting users' freedom to change the software. The
systematic pattern of such abuse occurs in the area of products for
individuals to use, which is precisely where it is most unacceptable.
Therefore, we have designed this version of the GPL to prohibit the
practice for those products. If such problems arise substantially in
other domains, we stand ready to extend this provision to those
domains in future versions of the GPL, as needed to protect the
freedom of users.
<p>Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish
to avoid the special danger that patents applied to a free program
could make it effectively proprietary. To prevent this, the GPL
assures that patents cannot be used to render the program non-free.
<p>The precise terms and conditions for copying, distribution and
modification follow.
<h3 class="heading">TERMS AND CONDITIONS</h3>
<ol type=1 start=0>
<li>Definitions.
<p>“This License” refers to version 3 of the GNU General Public License.
<p>“Copyright” also means copyright-like laws that apply to other kinds
of works, such as semiconductor masks.
<p>“The Program” refers to any copyrightable work licensed under this
License. Each licensee is addressed as “you”. “Licensees” and
“recipients” may be individuals or organizations.
<p>To “modify” a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of
an exact copy. The resulting work is called a “modified version” of
the earlier work or a work “based on” the earlier work.
<p>A “covered work” means either the unmodified Program or a work based
on the Program.
<p>To “propagate” a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
<p>To “convey” a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user
through a computer network, with no transfer of a copy, is not
conveying.
<p>An interactive user interface displays “Appropriate Legal Notices” to
the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
<li>Source Code.
<p>The “source code” for a work means the preferred form of the work for
making modifications to it. “Object code” means any non-source form
of a work.
<p>A “Standard Interface” means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
<p>The “System Libraries” of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
“Major Component”, in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
<p>The “Corresponding Source” for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
<p>The Corresponding Source need not include anything that users can
regenerate automatically from other parts of the Corresponding Source.
<p>The Corresponding Source for a work in source code form is that same
work.
<li>Basic Permissions.
<p>All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
<p>You may make, run and propagate covered works that you do not convey,
without conditions so long as your license otherwise remains in force.
You may convey covered works to others for the sole purpose of having
them make modifications exclusively for you, or provide you with
facilities for running those works, provided that you comply with the
terms of this License in conveying all material for which you do not
control copyright. Those thus making or running the covered works for
you must do so exclusively on your behalf, under your direction and
control, on terms that prohibit them from making any copies of your
copyrighted material outside their relationship with you.
<p>Conveying under any other circumstances is permitted solely under the
conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
<li>Protecting Users' Legal Rights From Anti-Circumvention Law.
<p>No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
<p>When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such
circumvention is effected by exercising rights under this License with
respect to the covered work, and you disclaim any intention to limit
operation or modification of the work as a means of enforcing, against
the work's users, your or third parties' legal rights to forbid
circumvention of technological measures.
<li>Conveying Verbatim Copies.
<p>You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
<p>You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
<li>Conveying Modified Source Versions.
<p>You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these
conditions:
<ol type=a start=1>
<li>The work must carry prominent notices stating that you modified it,
and giving a relevant date.
<li>The work must carry prominent notices stating that it is released
under this License and any conditions added under section 7. This
requirement modifies the requirement in section 4 to “keep intact all
notices”.
<li>You must license the entire work, as a whole, under this License to
anyone who comes into possession of a copy. This License will
therefore apply, along with any applicable section 7 additional terms,
to the whole of the work, and all its parts, regardless of how they
are packaged. This License gives no permission to license the work in
any other way, but it does not invalidate such permission if you have
separately received it.
<li>If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your work
need not make them do so.
</ol>
<p>A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
“aggregate” if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
<li>Conveying Non-Source Forms.
<p>You may convey a covered work in object code form under the terms of
sections 4 and 5, provided that you also convey the machine-readable
Corresponding Source under the terms of this License, in one of these
ways:
<ol type=a start=1>
<li>Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium customarily
used for software interchange.
<li>Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a written
offer, valid for at least three years and valid for as long as you
offer spare parts or customer support for that product model, to give
anyone who possesses the object code either (1) a copy of the
Corresponding Source for all the software in the product that is
covered by this License, on a durable physical medium customarily used
for software interchange, for a price no more than your reasonable
cost of physically performing this conveying of source, or (2) access
to copy the Corresponding Source from a network server at no charge.
<li>Convey individual copies of the object code with a copy of the written
offer to provide the Corresponding Source. This alternative is
allowed only occasionally and noncommercially, and only if you
received the object code with such an offer, in accord with subsection
6b.
<li>Convey the object code by offering access from a designated place
(gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to copy
the object code is a network server, the Corresponding Source may be
on a different server (operated by you or a third party) that supports
equivalent copying facilities, provided you maintain clear directions
next to the object code saying where to find the Corresponding Source.
Regardless of what server hosts the Corresponding Source, you remain
obligated to ensure that it is available for as long as needed to
satisfy these requirements.
<li>Convey the object code using peer-to-peer transmission, provided you
inform other peers where the object code and Corresponding Source of
the work are being offered to the general public at no charge under
subsection 6d.
</ol>
<p>A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
<p>A “User Product” is either (1) a “consumer product”, which means any
tangible personal property which is normally used for personal,
family, or household purposes, or (2) anything designed or sold for
incorporation into a dwelling. In determining whether a product is a
consumer product, doubtful cases shall be resolved in favor of
coverage. For a particular product received by a particular user,
“normally used” refers to a typical or common use of that class of
product, regardless of the status of the particular user or of the way
in which the particular user actually uses, or expects or is expected
to use, the product. A product is a consumer product regardless of
whether the product has substantial commercial, industrial or
non-consumer uses, unless such uses represent the only significant
mode of use of the product.
<p>“Installation Information” for a User Product means any methods,
procedures, authorization keys, or other information required to
install and execute modified versions of a covered work in that User
Product from a modified version of its Corresponding Source. The
information must suffice to ensure that the continued functioning of
the modified object code is in no case prevented or interfered with
solely because modification has been made.
<p>If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
<p>The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or
updates for a work that has been modified or installed by the
recipient, or for the User Product in which it has been modified or
installed. Access to a network may be denied when the modification
itself materially and adversely affects the operation of the network
or violates the rules and protocols for communication across the
network.
<p>Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
<li>Additional Terms.
<p>“Additional permissions” are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
<p>When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
<p>Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders
of that material) supplement the terms of this License with terms:
<ol type=a start=1>
<li>Disclaiming warranty or limiting liability differently from the terms
of sections 15 and 16 of this License; or
<li>Requiring preservation of specified reasonable legal notices or author
attributions in that material or in the Appropriate Legal Notices
displayed by works containing it; or
<li>Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
<li>Limiting the use for publicity purposes of names of licensors or
authors of the material; or
<li>Declining to grant rights under trademark law for use of some trade
names, trademarks, or service marks; or
<li>Requiring indemnification of licensors and authors of that material by
anyone who conveys the material (or modified versions of it) with
contractual assumptions of liability to the recipient, for any
liability that these contractual assumptions directly impose on those
licensors and authors.
</ol>
<p>All other non-permissive additional terms are considered “further
restrictions” within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
<p>If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
<p>Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions; the
above requirements apply either way.
<li>Termination.
<p>You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
<p>However, if you cease all violation of this License, then your license
from a particular copyright holder is reinstated (a) provisionally,
unless and until the copyright holder explicitly and finally
terminates your license, and (b) permanently, if the copyright holder
fails to notify you of the violation by some reasonable means prior to
60 days after the cessation.
<p>Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
<p>Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
<li>Acceptance Not Required for Having Copies.
<p>You are not required to accept this License in order to receive or run
a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
<li>Automatic Licensing of Downstream Recipients.
<p>Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
<p>An “entity transaction” is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
<p>You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
<li>Patents.
<p>A “contributor” is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's “contributor version”.
<p>A contributor's “essential patent claims” are all patent claims owned
or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, “control” includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
<p>Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
<p>In the following three paragraphs, a “patent license” is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To “grant” such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
<p>If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. “Knowingly relying” means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
<p>If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
<p>A patent license is “discriminatory” if it does not include within the
scope of its coverage, prohibits the exercise of, or is conditioned on
the non-exercise of one or more of the rights that are specifically
granted under this License. You may not convey a covered work if you
are a party to an arrangement with a third party that is in the
business of distributing software, under which you make payment to the
third party based on the extent of your activity of conveying the
work, and under which the third party grants, to any of the parties
who would receive the covered work from you, a discriminatory patent
license (a) in connection with copies of the covered work conveyed by
you (or copies made from those copies), or (b) primarily for and in
connection with specific products or compilations that contain the
covered work, unless you entered into that arrangement, or that patent
license was granted, prior to 28 March 2007.
<p>Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
<li>No Surrender of Others' Freedom.
<p>If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey
a covered work so as to satisfy simultaneously your obligations under
this License and any other pertinent obligations, then as a
consequence you may not convey it at all. For example, if you agree
to terms that obligate you to collect a royalty for further conveying
from those to whom you convey the Program, the only way you could
satisfy both those terms and this License would be to refrain entirely
from conveying the Program.
<li>Use with the GNU Affero General Public License.
<p>Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
<li>Revised Versions of this License.
<p>The Free Software Foundation may publish revised and/or new versions
of the GNU General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
<p>Each version is given a distinguishing version number. If the Program
specifies that a certain numbered version of the GNU General Public
License “or any later version” applies to it, you have the option of
following the terms and conditions either of that numbered version or
of any later version published by the Free Software Foundation. If
the Program does not specify a version number of the GNU General
Public License, you may choose any version ever published by the Free
Software Foundation.
<p>If the Program specifies that a proxy can decide which future versions
of the GNU General Public License can be used, that proxy's public
statement of acceptance of a version permanently authorizes you to
choose that version for the Program.
<p>Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
<li>Disclaimer of Warranty.
<p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
CORRECTION.
<li>Limitation of Liability.
<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
<li>Interpretation of Sections 15 and 16.
<p>If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
</ol>
<h3 class="heading">END OF TERMS AND CONDITIONS</h3>
<h3 class="heading">How to Apply These Terms to Your New Programs</h3>
<p>If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
<p>To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the “copyright” line and a pointer to where the full notice is found.
<pre class="smallexample"> <var>one line to give the program's name and a brief idea of what it does.</var>
Copyright (C) <var>year</var> <var>name of author</var>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
</pre>
<p>Also add information on how to contact you by electronic and paper mail.
<p>If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<pre class="smallexample"> <var>program</var> Copyright (C) <var>year</var> <var>name of author</var>
This program comes with ABSOLUTELY NO WARRANTY; for details type ‘<samp><span class="samp">show w</span></samp>’.
This is free software, and you are welcome to redistribute it
under certain conditions; type ‘<samp><span class="samp">show c</span></samp>’ for details.
</pre>
<p>The hypothetical commands ‘<samp><span class="samp">show w</span></samp>’ and ‘<samp><span class="samp">show c</span></samp>’ should show
the appropriate parts of the General Public License. Of course, your
program's commands might be different; for a GUI interface, you would
use an “about box”.
<p>You should also get your employer (if you work as a programmer) or school,
if any, to sign a “copyright disclaimer” for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
<p>The GNU General Public License does not permit incorporating your
program into proprietary programs. If your program is a subroutine
library, you may consider it more useful to permit linking proprietary
applications with the library. If this is what you want to do, use
the GNU Lesser General Public License instead of this License. But
first, please read <a href="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</a>.
<!-- man end -->
<!-- -->
<!-- GFDL -->
<!-- -->
<!-- Special handling for inclusion in the install manual. -->
<!-- man begin DESCRIPTION -->
</body></html>
| sahdman/rpi_android_kernel | toolchain/gcc-arm-none-eabi-4_6-2012q2/share/doc/html/gcc/Copying.html | HTML | mit | 39,442 |
<div class="basic-merge-blanks">
<div>
<p>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit. Lorem ipsum
dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
</p>
</div>
<div>
<p>
Lorem
ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit. Lorem ipsum
dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
Loremipsum <!-- Words without whitespace shouldn't be marked -->
</p>
</div>
</div>
| julmot/jquery.mark | test/fixtures/basic/merge-blanks.html | HTML | mit | 1,610 |
<p>Welcome</p> | przemek-nowicki/widget-project | src/home/home.ctrl.html | HTML | mit | 14 |
<section class="mainbar">
<section class="matter">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="btn-group pull-right">
<button class="btn btn-info btn-form-md"
data-ng-click="vm.refresh()">
<i class="fa fa-refresh"></i>Refresh
</button>
<a class="btn btn-info btn-form-md"
href="#/product/new"><i class="fa fa-plus">
</i><span>Add Product</span>
</a>
<button class="btn btn-info btn-form-md"
ng-click="vm.cancel()" ng-disabled="!vm.canSave">
<i class="fa fa-undo"></i>Cancel
</button>
<button class="btn btn-success btn-form-md"
ng-click="vm.save()" ng-disabled="!vm.canSave">
<i class="fa fa-save"></i>Save
</button>
<button class="btn btn-danger btn-form-md" ng-click="vm.reset()">
<i class="fa fa-trash-o"></i>Reset
</button>
<!--Need ng-hide for show/hide animations-->
<span ng-show="vm.canSave" class="dissolve-animation ng-hide flag-haschanges">
<i class="fa fa-asterisk fa fa-asterisk-large" rel="tooltip" title="You have changes"></i>
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="widget worange">
<div data-cc-widget-header title="Products"></div>
<div class="widget-content text-left text-info">
<table class="table table-condensed table-striped">
<thead>
<tr>
<th>Name</th>
<th>Category</th>
<th>Supplier</th>
<th>Unit Price</th>
</tr>
</thead>
<tbody>
<tr data-ng-repeat="p in vm.products" ng-click="vm.gotoProduct(p)" class="clickable EState {{p.entityAspect.entityState.name}}">
<td>{{p.productName}}</td>
<td>{{p.category.categoryName}}</td>
<td>{{p.supplier.companyName}}</td>
<td>{{p.unitPrice | currency}}</td>
</tr>
</tbody>
</table>
</div>
<div class="widget-foot">
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
| kyroskoh/breeze.js.samples | net/ngNorthwind/src/client/app/products/products.html | HTML | mit | 3,353 |
<table class="ui very basic celled table">
<thead>
<tr>
<th>Nom complet</th>
<th>Téléphone</th>
<th>Adresse mail</th>
<th>JEH assignés</th>
<th>Paie par JEH</th>
<th>Actions</th>
</tr>
</thead>
<tfoot ng-if="projectService.selectedProject.userHasRights">
<tr>
<th colspan="6">
<form name="consultantForm" ng-submit="consultantForm.$valid && addConsultant()" novalidate>
<div class="ui centered grid">
<div class="five wide column">
<ng-dropdown data-label="fullName" ng-option="userService.users" data-value="id"
ng-model="consultant.user" required="true"></ng-dropdown>
</div>
<div class="four wide column">
<div class="ui input">
<input placeholder="Nombre de JEH..." type="number" ng-model="consultant.jehAssigned"
required="true"/>
</div>
</div>
<div class="four wide column">
<div class="ui input">
<input placeholder="Paie par JEH..." type="number" ng-model="consultant.payByJeh"
required="true"/>
</div>
</div>
<div class="three wide column">
<input type="submit" value="Ajouter" class="ui green button"
ng-class="{ 'disabled': consultantForm.$invalid }"/>
</div>
</div>
</form>
</th>
</tr>
</tfoot>
<tbody>
<tr ng-repeat="consultant in consultantService.currentProjectConsultants">
<td>
<a ui-sref="hr.userDetailsTab({id : consultant.user.id})">
{{consultant.user.fullName}}<br>
</a>
</td>
<td>{{consultant.user.tel}}</td>
<td>{{consultant.user.email}}</td>
<td>{{consultant.jehAssigned}}</td>
<td>{{consultant.payByJeh}}</td>
<td>
<div class="ui icon buttons" ng-if="uaService.rightLevel >= 4">
<button class="ui red icon button" data-tooltip="Supprimer" ng-click="deleteConsultant(consultant.id)">
<i class="remove icon"></i>
</button>
</div>
</td>
</tr>
</tbody>
</table> | nsorin/DoleticRESTClient | app/components/ua/projectDetailsTab/consultant-table/consultant-table.template.html | HTML | mit | 2,531 |
<!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>Julia Package Listing - Testing Information</title>
<style>
/* -- Mix of julialang.org, Bootstrap 3, and custom -- */
body {
background-color: white;
font-family: Georgia, 'Liberation Serif', serif;
font-size: 14px;
color: #333;
line-height: 1.42857143;
}
.site {
max-width: 785px;
margin: 2.5em auto 2em;
padding: 0 1.5em;
}
a {
color: #428bca;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1, h2, h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.titlebox {
text-align: center;
font-size: 120%;
margin-top: 3em;
}
.tests_pass { background-color: #11AA11; } /*Tests passing*/
.tests_fail { background-color: #DD3333; } /*Tests failed*/
.no_tests { background-color: #3333DD; } /*Tests missing*/
.not_possible { background-color: #222222; } /*Package excused*/
.statusbox {
width: 12px;
height: 12px;
display: inline-block;
}
hr {
margin-top: 10px;
margin-bottom: 0px;
border: 0;
border-top: 1px solid #eee;
}
.pkglisting h2 { margin-bottom: 0px; }
pre {margin: 0;}
@media (min-width: 785px) {
.pkglisting {
display: table;
width: 100%;
}
.pkgnamedesc {
display: table-cell;
width: 50%;
}
.pkgvertest {
display: table-cell;
width:50%;
text-align: right
}
}
</style>
<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-44252521-5', 'iainnz.github.io');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="site">
<!-- HEADER -->
<div class="titlebox">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="210px" height="142px" viewBox="0 0 310 216" enable-background="new 0 0 310 216" xml:space="preserve">
<!-- blue dot -->
<circle fill="#6b85dd" stroke="#4266d5" stroke-width="3" cx="50.5" cy="58.665" r="16.5"></circle>
<!-- red dot -->
<circle fill="#d66661" stroke="#c93d39" stroke-width="3" cx="212.459" cy="60.249" r="16.5"></circle>
<!-- green dot -->
<circle fill="#6bab5b" stroke="#3b972e" stroke-width="3" cx="233.834" cy="23.874" r="16.5"></circle>
<!-- purple dot -->
<circle fill="#aa7dc0" stroke="#945bb0" stroke-width="3" cx="255.459" cy="59.999" r="16.5"></circle>
<!-- "j" -->
<path fill="#252525" d="M37.216,138.427c0-15.839,0.006-31.679-0.018-47.517c-0.001-0.827,0.169-1.234,1.043-1.47
c7.876-2.127,15.739-4.308,23.606-6.47c1.33-0.366,1.333-0.36,1.333,1.019c0,25.758,0.015,51.517-0.012,77.274
c-0.006,5.514,0.245,11.032-0.272,16.543c-0.628,6.69-2.15,13.092-6.438,18.506c-3.781,4.771-8.898,7.25-14.767,8.338
c-6.599,1.222-13.251,1.552-19.934,0.938c-4.616-0.423-9.045-1.486-12.844-4.363c-2.863-2.168-4.454-4.935-3.745-8.603
c0.736-3.806,3.348-5.978,6.861-7.127c2.262-0.74,4.628-0.872,6.994-0.53c1.823,0.264,3.42,1.023,4.779,2.288
c1.38,1.284,2.641,2.674,3.778,4.177c0.872,1.15,1.793,2.256,2.991,3.086c2.055,1.426,4,0.965,5.213-1.216
c0.819-1.473,0.997-3.106,1.173-4.731c0.255-2.348,0.255-4.707,0.256-7.062C37.218,167.145,37.216,152.786,37.216,138.427z"></path>
<!-- "u" -->
<path fill="#252525" d="M125.536,162.479c-2.908,2.385-5.783,4.312-8.88,5.904c-10.348,5.323-20.514,4.521-30.324-1.253
c-6.71-3.95-11.012-9.849-12.52-17.606c-0.236-1.213-0.363-2.438-0.363-3.688c0.01-19.797,0.017-39.593-0.02-59.39
c-0.002-1.102,0.285-1.357,1.363-1.351c7.798,0.049,15.597,0.044,23.396,0.003c0.95-0.005,1.177,0.25,1.175,1.183
c-0.027,19.356-0.025,38.713-0.018,58.07c0.002,6.34,3.599,10.934,9.672,12.42c2.13,0.521,4.19,0.396,6.173-0.6
c4.26-2.139,7.457-5.427,10.116-9.307c0.333-0.487,0.224-1,0.224-1.51c0.007-19.635,0.016-39.271-0.02-58.904
c-0.002-1.083,0.255-1.369,1.353-1.361c7.838,0.052,15.677,0.045,23.515,0.004c0.916-0.005,1.103,0.244,1.102,1.124
c-0.025,27.677-0.026,55.353,0.002,83.024c0.001,0.938-0.278,1.099-1.139,1.095c-7.918-0.028-15.837-0.028-23.756-0.001
c-0.815,0.003-1.1-0.166-1.073-1.037C125.581,167.117,125.536,164.928,125.536,162.479z"></path>
<!-- "l" -->
<path fill="#252525" d="M187.423,107.08c0,20.637-0.011,41.273,0.026,61.91c0.003,1.119-0.309,1.361-1.381,1.355
c-7.799-0.052-15.598-0.047-23.396-0.008c-0.898,0.008-1.117-0.222-1.115-1.115c0.021-39.074,0.021-78.147,0-117.226
c0-0.811,0.189-1.169,1.006-1.392c7.871-2.149,15.73-4.327,23.584-6.545c1.045-0.295,1.308-0.17,1.306,0.985
C187.412,65.727,187.423,86.403,187.423,107.08z"></path>
<!-- "i" -->
<path fill="#252525" d="M223.46,126.477c0,14.155-0.011,28.312,0.021,42.467c0.002,1.027-0.164,1.418-1.332,1.408
c-7.838-0.061-15.676-0.047-23.516-0.01c-0.881,0.004-1.121-0.189-1.119-1.104c0.026-26.153,0.025-52.307,0-78.458
c0-0.776,0.203-1.101,0.941-1.302c7.984-2.172,15.972-4.35,23.938-6.596c1.049-0.296,1.08,0.031,1.078,0.886
C223.454,98.004,223.46,112.239,223.46,126.477z"></path>
<!-- "a" -->
<path fill="#252525" d="M277.695,163.6c-0.786,0.646-1.404,1.125-2,1.635c-4.375,3.746-9.42,5.898-15.16,6.42
c-5.792,0.527-11.479,0.244-16.934-2.047c-12.08-5.071-15.554-17.188-11.938-27.448c1.799-5.111,5.472-8.868,9.831-11.94
c5.681-4.003,12.009-6.732,18.504-9.074c5.576-2.014,11.186-3.939,16.955-5.347c0.445-0.104,0.773-0.243,0.757-0.854
c-0.136-4.389,0.261-8.79-0.479-13.165c-1.225-7.209-6.617-10.013-12.895-9.348c-0.516,0.055-1.029,0.129-1.536,0.241
c-4.877,1.081-7.312,4.413-7.374,10.127c-0.02,1.729-0.229,3.418-0.693,5.084c-0.906,3.229-2.969,5.354-6.168,6.266
c-3.422,0.979-6.893,0.998-10.23-0.305c-6.529-2.543-8.877-10.164-5.12-16.512c2.249-3.799,5.606-6.4,9.461-8.405
c6.238-3.246,12.914-4.974,19.896-5.537c7.565-0.61,15.096-0.366,22.49,1.507c4.285,1.085,8.312,2.776,11.744,5.657
c4.473,3.749,6.776,8.647,6.812,14.374c0.139,21.477,0.096,42.951,0.143,64.428c0.002,0.799-0.248,0.983-1.021,0.98
c-8.035-0.025-16.074-0.023-24.113-0.001c-0.716,0.002-0.973-0.146-0.941-0.915C277.736,167.562,277.695,165.698,277.695,163.6z
M277.695,126.393c-4.793,2.104-9.25,4.373-13.287,7.408c-2.151,1.618-4.033,3.483-5.732,5.581
c-4.229,5.226-1.988,13.343,1.693,16.599c1.592,1.406,3.359,1.906,5.419,1.521c1.621-0.307,3.149-0.857,4.549-1.734
c1.521-0.951,2.949-2.072,4.539-2.887c2.31-1.18,2.97-2.861,2.894-5.445C277.561,140.484,277.695,133.527,277.695,126.393z"></path>
</svg>
<h1>
<a href="http://github.com/JuliaReducePkg/ReduceAlgebra.jl" name="ReduceAlgebra">ReduceAlgebra</a>
</h1>
<h4>
<a href="http://github.com/JuliaReducePkg">JuliaReducePkg</a>
</h4>
<p>
<a href="http://pkg.julialang.org#ReduceAlgebra">← Back to package list</a>
</p>
</div>
<p>
If you think that there is an error in how your package is being tested or represented, please file an issue at <a href="https://github.com/JuliaCI/PackageEvaluator.jl/">PackageEvaluator.jl</a>, making sure to read the FAQ first.
</p>
<h3>Badges</h3>
<h4>Julia v0.6</h4>
<img src="../badges/ReduceAlgebra_0.6.svg">
<br>
<a href="http://pkg.julialang.org/badges/ReduceAlgebra_0.6.svg">http://pkg.julialang.org/badges/ReduceAlgebra_0.6.svg</a>
<pre>[](http://pkg.julialang.org/detail/ReduceAlgebra)</pre>
<h3>Most Recent Test Logs</h3>
<ul>
<li>
<a href="../logs/ReduceAlgebra_0.6.log">Julia v0.6</a>
</li>
</ul>
<h3>Version and Status History</h3>
<h4>Julia v0.6</h4>
<pre>2018-06-20 to 2018-08-04, v0.0.1, Tests pass.
</pre>
</div>
</body>
</html>
| IainNZ/packages.julialang.org | detail/ReduceAlgebra.html | HTML | mit | 8,759 |
<a href='https://github.com/angular/angular.js/edit/v1.4.x/src/Angular.js?message=docs(angular.isDate)%3A%20describe%20your%20change...#L486' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.4.0-beta.3/src/Angular.js#L486' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">angular.isDate</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- function in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>Determines if a value is a date.</p>
</div>
<div>
<h2 id="usage">Usage</h2>
<p><code>angular.isDate(value);</code></p>
<section class="api-section">
<h3>Arguments</h3>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
value
</td>
<td>
<a href="" class="label type-hint type-hint-object">*</a>
</td>
<td>
<p>Reference to check.</p>
</td>
</tr>
</tbody>
</table>
</section>
<h3>Returns</h3>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-boolean">boolean</a></td>
<td><p>True if <code>value</code> is a <code>Date</code>.</p>
</td>
</tr>
</table>
</div>
| parinyacp/helpdesk | website/public_html/js/asset/angular/docs/partials/api/ng/function/angular.isDate.html | HTML | mit | 1,678 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="address=no" name="format-detection"/>
<title> 臑俞穴
</title>
<link href="./css/reset.css?v=1" rel="stylesheet" type="text/css"/>
<link href="./css/case.css?v=3" rel="stylesheet" type="text/css"/>
<link href="./css/cm.css?v=7" rel="stylesheet" type="text/css"/>
<link href="./css/banner.css" rel="stylesheet" type="text/css"/>
</head>
<body class="bg-fff">
<section class="acupoint-info">
<div class="a-img"><img alt="" src="http://img02.sogoucdn.com/app/a/200574/a00e1e345b094d199e5a43b57d257836.jpg"/></div>
<div class="case-content">
<ul class="info-list">
<li><span>【穴位名】</span><p>臑俞穴</p></li>
<li><span>【功效】</span><p>舒筋活络,化痰消肿。
</p></li>
<li><span>【主治】</span><p>主臂酸无力,肩痛引胛,寒热气肿胫痛。</p></li>
<li><span>【取穴方法】</span><p>在肩部,当腋后纹头直上,肩胛冈下缘凹陷中。</p></li>
<li><span>【穴位配伍】</span><p>配肩髃、曲池治肩臂疼痛。
</p></li>
</ul>
</div>
</section>
</body>
<!--zly-->
</html> | hucaihua/cmssp | server/html/point/412.html | HTML | mit | 1,272 |
<!-- HTML header for doxygen 1.8.13-->
<!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"/>
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="$relpath^jquery.js"></script>
<script type="text/javascript" src="$relpath^dynsections.js"></script>
$treeview
$search
$mathjax
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
$extrastylesheet
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!--BEGIN TITLEAREA-->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<!--BEGIN PROJECT_LOGO-->
<td id="projectlogo"><a href="http://www.eprosima.com"><img alt="Logo" src="$relpath^$projectlogo"/></a></td>
<!--END PROJECT_LOGO-->
<!--BEGIN PROJECT_NAME-->
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">$projectname
<!--BEGIN PROJECT_NUMBER--> <span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
</div>
<!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
</td>
<!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME-->
<!--BEGIN PROJECT_BRIEF-->
<td style="padding-left: 0.5em;">
<div id="projectbrief">$projectbrief</div>
</td>
<!--END PROJECT_BRIEF-->
<!--END !PROJECT_NAME-->
<!--BEGIN DISABLE_INDEX-->
<!--BEGIN SEARCHENGINE-->
<td>$searchbox</td>
<!--END SEARCHENGINE-->
<!--END DISABLE_INDEX-->
</tr>
</tbody>
</table>
</div>
<!--END TITLEAREA-->
<!-- end header part -->
| eProsima/Fast-DDS | utils/doxygen/pages/eprosima_header.html | HTML | apache-2.0 | 1,972 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Aug 22 03:43:54 EDT 2003 -->
<TITLE>
org.apache.struts.plugins (Apache Struts API Documentation)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.struts.plugins package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="org.apache.struts.plugins (Apache Struts API Documentation)";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/struts/config/impl/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../org/apache/struts/taglib/bean/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<H2>
Package org.apache.struts.plugins
</H2>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="ModuleConfigVerifier.html">ModuleConfigVerifier</A></B></TD>
<TD>Convenient implementation of <A HREF="../../../../org/apache/struts/action/PlugIn.html"><CODE>PlugIn</CODE></A> that performs as many
verification tests on the information stored in the <A HREF="../../../../org/apache/struts/config/ModuleConfig.html"><CODE>ModuleConfig</CODE></A>
for this application module as is practical.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/struts/config/impl/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../org/apache/struts/taglib/bean/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2000-2003 - Apache Software Foundation
</BODY>
</HTML>
| codelibs/cl-struts | legacy/api-1.1/org/apache/struts/plugins/package-summary.html | HTML | apache-2.0 | 6,119 |
<wicket:extend xmlns:wicket="http://wicket.apache.org">
This page demonstrates a simple RefreshingView. Notice that when you click refresh or make a selection the id of item object changes because it is regenerated unlike items in the OrderedRepeatingView.
<br/><br/>
<a href="#" wicket:id="refreshLink">refresh</a><br/><br/>
<div>
<table cellspacing="0" class="dataview">
<tr>
<th>Item Id</th>
<th>Actions</th>
<th>ID</th>
<th>First Name</th>
<th>Last Name</th>
<th>Home Phone</th>
<th>Cell Phone</th>
</tr>
<tr wicket:id="view">
<td><span wicket:id="itemid">[item id]</span></td>
<td><span wicket:id="actions">[actions]</span></td>
<td><span wicket:id="contactid">[contactid]</span> </td>
<td><span wicket:id="firstname">[firstname]</span></td>
<td><span wicket:id="lastname">[lastname]</span></td>
<td><span wicket:id="homephone">[homephone]</span></td>
<td><span wicket:id="cellphone">[cellphone]</span></td>
</tr>
</table>
</div>
</wicket:extend> | mosoft521/wicket | wicket-examples/src/main/java/org/apache/wicket/examples/repeater/RefreshingPage.html | HTML | apache-2.0 | 1,003 |
<script src="{{ASSET_DIR_PREFIX}}/assets/constants.js"></script>
{% if MINIFICATION or not DEV_MODE %}
<script src="{{ASSET_DIR_PREFIX}}/assets/hashes.js"></script>
{% endif %}
<!-- jquery.js, angular.js and jquery-ui.js are removed from bundled js because
they need to be at the header. Including bundled js at the header will block
rendering.-->
<script src="/third_party/static/jquery-3.0.0/jquery.min.js"></script>
<script src="/third_party/static/jqueryui-1.10.3/jquery-ui.min.js"></script>
<script src="/third_party/static/angularjs-1.5.8/angular.min.js"></script>
<script src="/third_party/static/jquery-ui-touch-punch-0.3.1/jquery.ui.touch-punch-improved.js"></script>
<!-- See http://docs.mathjax.org/en/latest/start.html#mathjax-cdn -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
skipStartupTypeset: true,
messageStyle: 'none',
'HTML-CSS': {
linebreaks: {
automatic: true,
width: '500px'
},
scale: 91,
showMathMenu: false
}
});
MathJax.Hub.Configured();
</script>
<script src="/third_party/static/MathJax-2.6.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
| MAKOSCAFEE/oppia | core/templates/dev/head/pages/header_js_libs.html | HTML | apache-2.0 | 1,152 |
<html lang='kg'>
<!--
**
** Copyright 2006, The Android Open Source Project
**
** 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
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** 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>Bizingi bioso bisiwu ti batu bambutukanga mu kidedi ki buzitu ayi kibumswa. Bizingi-bene, batu, badi diela ayi tsi-ntima, bafwene kuzingila mbatzi-na-mbatzi-yandi mu mtima bukhomba.</p>
</html>
| googlei18n/noto-source | test/LGC/fontdiff-kg-Latn-AO_udhr.html | HTML | apache-2.0 | 841 |
<!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>TestRegionSizeCalculator xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../testapidocs/org/apache/hadoop/hbase/util/TestRegionSizeCalculator.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> * or more contributor license agreements. See the NOTICE file</em>
<a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * distributed with this work for additional information</em>
<a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * regarding copyright ownership. The ASF licenses this file</em>
<a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * to you under the Apache License, Version 2.0 (the</em>
<a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * "License"); you may not use this file except in compliance</em>
<a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * with the License. You may obtain a copy of the License at</em>
<a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
<a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
<a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
<a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * limitations under the License.</em>
<a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="18" href="#18">18</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase.util;
<a class="jxr_linenumber" name="19" href="#19">19</a>
<a class="jxr_linenumber" name="20" href="#20">20</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.conf.Configuration;
<a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.ClusterStatus;
<a class="jxr_linenumber" name="22" href="#22">22</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.HRegionInfo;
<a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.RegionLoad;
<a class="jxr_linenumber" name="24" href="#24">24</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.ServerLoad;
<a class="jxr_linenumber" name="25" href="#25">25</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.ServerName;
<a class="jxr_linenumber" name="26" href="#26">26</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.SmallTests;
<a class="jxr_linenumber" name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.client.HBaseAdmin;
<a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.client.HTable;
<a class="jxr_linenumber" name="29" href="#29">29</a> <strong class="jxr_keyword">import</strong> org.junit.Test;
<a class="jxr_linenumber" name="30" href="#30">30</a> <strong class="jxr_keyword">import</strong> org.junit.experimental.categories.Category;
<a class="jxr_linenumber" name="31" href="#31">31</a> <strong class="jxr_keyword">import</strong> org.mockito.Mockito;
<a class="jxr_linenumber" name="32" href="#32">32</a>
<a class="jxr_linenumber" name="33" href="#33">33</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
<a class="jxr_linenumber" name="34" href="#34">34</a> <strong class="jxr_keyword">import</strong> java.util.ArrayList;
<a class="jxr_linenumber" name="35" href="#35">35</a> <strong class="jxr_keyword">import</strong> java.util.List;
<a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">import</strong> java.util.Map;
<a class="jxr_linenumber" name="37" href="#37">37</a> <strong class="jxr_keyword">import</strong> java.util.NavigableMap;
<a class="jxr_linenumber" name="38" href="#38">38</a> <strong class="jxr_keyword">import</strong> java.util.TreeMap;
<a class="jxr_linenumber" name="39" href="#39">39</a>
<a class="jxr_linenumber" name="40" href="#40">40</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.junit.Assert.assertEquals;
<a class="jxr_linenumber" name="41" href="#41">41</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.mockito.Mockito.mock;
<a class="jxr_linenumber" name="42" href="#42">42</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.mockito.Mockito.when;
<a class="jxr_linenumber" name="43" href="#43">43</a>
<a class="jxr_linenumber" name="44" href="#44">44</a> @Category(SmallTests.<strong class="jxr_keyword">class</strong>)
<a class="jxr_linenumber" name="45" href="#45">45</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/hadoop/hbase/util/TestRegionSizeCalculator.html">TestRegionSizeCalculator</a> {
<a class="jxr_linenumber" name="46" href="#46">46</a>
<a class="jxr_linenumber" name="47" href="#47">47</a> <strong class="jxr_keyword">private</strong> Configuration configuration = <strong class="jxr_keyword">new</strong> Configuration();
<a class="jxr_linenumber" name="48" href="#48">48</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">long</strong> megabyte = 1024L * 1024L;
<a class="jxr_linenumber" name="49" href="#49">49</a>
<a class="jxr_linenumber" name="50" href="#50">50</a> @Test
<a class="jxr_linenumber" name="51" href="#51">51</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testSimpleTestCase() <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="52" href="#52">52</a>
<a class="jxr_linenumber" name="53" href="#53">53</a> HTable table = mockTable(<span class="jxr_string">"region1"</span>, <span class="jxr_string">"region2"</span>, <span class="jxr_string">"region3"</span>);
<a class="jxr_linenumber" name="54" href="#54">54</a>
<a class="jxr_linenumber" name="55" href="#55">55</a> HBaseAdmin admin = mockAdmin(
<a class="jxr_linenumber" name="56" href="#56">56</a> mockServer(
<a class="jxr_linenumber" name="57" href="#57">57</a> mockRegion(<span class="jxr_string">"region1"</span>, 123),
<a class="jxr_linenumber" name="58" href="#58">58</a> mockRegion(<span class="jxr_string">"region3"</span>, 1232)
<a class="jxr_linenumber" name="59" href="#59">59</a> ),
<a class="jxr_linenumber" name="60" href="#60">60</a> mockServer(
<a class="jxr_linenumber" name="61" href="#61">61</a> mockRegion(<span class="jxr_string">"region2"</span>, 54321),
<a class="jxr_linenumber" name="62" href="#62">62</a> mockRegion(<span class="jxr_string">"otherTableRegion"</span>, 110)
<a class="jxr_linenumber" name="63" href="#63">63</a> )
<a class="jxr_linenumber" name="64" href="#64">64</a> );
<a class="jxr_linenumber" name="65" href="#65">65</a>
<a class="jxr_linenumber" name="66" href="#66">66</a> RegionSizeCalculator calculator = <strong class="jxr_keyword">new</strong> RegionSizeCalculator(table, admin);
<a class="jxr_linenumber" name="67" href="#67">67</a>
<a class="jxr_linenumber" name="68" href="#68">68</a> assertEquals(123 * megabyte, calculator.getRegionSize(<span class="jxr_string">"region1"</span>.getBytes()));
<a class="jxr_linenumber" name="69" href="#69">69</a> assertEquals(54321 * megabyte, calculator.getRegionSize(<span class="jxr_string">"region2"</span>.getBytes()));
<a class="jxr_linenumber" name="70" href="#70">70</a> assertEquals(1232 * megabyte, calculator.getRegionSize(<span class="jxr_string">"region3"</span>.getBytes()));
<a class="jxr_linenumber" name="71" href="#71">71</a> <em class="jxr_comment">// if region is not inside our table, it should return 0</em>
<a class="jxr_linenumber" name="72" href="#72">72</a> assertEquals(0 * megabyte, calculator.getRegionSize(<span class="jxr_string">"otherTableRegion"</span>.getBytes()));
<a class="jxr_linenumber" name="73" href="#73">73</a>
<a class="jxr_linenumber" name="74" href="#74">74</a> assertEquals(3, calculator.getRegionSizeMap().size());
<a class="jxr_linenumber" name="75" href="#75">75</a> }
<a class="jxr_linenumber" name="76" href="#76">76</a>
<a class="jxr_linenumber" name="77" href="#77">77</a>
<a class="jxr_linenumber" name="78" href="#78">78</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="79" href="#79">79</a> <em class="jxr_javadoccomment"> * When size of region in megabytes is larger than largest possible integer there could be</em>
<a class="jxr_linenumber" name="80" href="#80">80</a> <em class="jxr_javadoccomment"> * error caused by lost of precision.</em>
<a class="jxr_linenumber" name="81" href="#81">81</a> <em class="jxr_javadoccomment"> * */</em>
<a class="jxr_linenumber" name="82" href="#82">82</a> @Test
<a class="jxr_linenumber" name="83" href="#83">83</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testLargeRegion() <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="84" href="#84">84</a>
<a class="jxr_linenumber" name="85" href="#85">85</a> HTable table = mockTable(<span class="jxr_string">"largeRegion"</span>);
<a class="jxr_linenumber" name="86" href="#86">86</a>
<a class="jxr_linenumber" name="87" href="#87">87</a> HBaseAdmin admin = mockAdmin(
<a class="jxr_linenumber" name="88" href="#88">88</a> mockServer(
<a class="jxr_linenumber" name="89" href="#89">89</a> mockRegion(<span class="jxr_string">"largeRegion"</span>, Integer.MAX_VALUE)
<a class="jxr_linenumber" name="90" href="#90">90</a> )
<a class="jxr_linenumber" name="91" href="#91">91</a> );
<a class="jxr_linenumber" name="92" href="#92">92</a>
<a class="jxr_linenumber" name="93" href="#93">93</a> RegionSizeCalculator calculator = <strong class="jxr_keyword">new</strong> RegionSizeCalculator(table, admin);
<a class="jxr_linenumber" name="94" href="#94">94</a>
<a class="jxr_linenumber" name="95" href="#95">95</a> assertEquals(((<strong class="jxr_keyword">long</strong>) Integer.MAX_VALUE) * megabyte, calculator.getRegionSize(<span class="jxr_string">"largeRegion"</span>.getBytes()));
<a class="jxr_linenumber" name="96" href="#96">96</a> }
<a class="jxr_linenumber" name="97" href="#97">97</a>
<a class="jxr_linenumber" name="98" href="#98">98</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> When calculator is disabled, it should return 0 for each request.*/</em>
<a class="jxr_linenumber" name="99" href="#99">99</a> @Test
<a class="jxr_linenumber" name="100" href="#100">100</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testDisabled() <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="101" href="#101">101</a> String regionName = <span class="jxr_string">"cz.goout:/index.html"</span>;
<a class="jxr_linenumber" name="102" href="#102">102</a> HTable table = mockTable(regionName);
<a class="jxr_linenumber" name="103" href="#103">103</a>
<a class="jxr_linenumber" name="104" href="#104">104</a> HBaseAdmin admin = mockAdmin(
<a class="jxr_linenumber" name="105" href="#105">105</a> mockServer(
<a class="jxr_linenumber" name="106" href="#106">106</a> mockRegion(regionName, 999)
<a class="jxr_linenumber" name="107" href="#107">107</a> )
<a class="jxr_linenumber" name="108" href="#108">108</a> );
<a class="jxr_linenumber" name="109" href="#109">109</a>
<a class="jxr_linenumber" name="110" href="#110">110</a> <em class="jxr_comment">//first request on enabled calculator</em>
<a class="jxr_linenumber" name="111" href="#111">111</a> RegionSizeCalculator calculator = <strong class="jxr_keyword">new</strong> RegionSizeCalculator(table, admin);
<a class="jxr_linenumber" name="112" href="#112">112</a> assertEquals(999 * megabyte, calculator.getRegionSize(regionName.getBytes()));
<a class="jxr_linenumber" name="113" href="#113">113</a>
<a class="jxr_linenumber" name="114" href="#114">114</a> <em class="jxr_comment">//then disabled calculator.</em>
<a class="jxr_linenumber" name="115" href="#115">115</a> configuration.setBoolean(RegionSizeCalculator.ENABLE_REGIONSIZECALCULATOR, false);
<a class="jxr_linenumber" name="116" href="#116">116</a> RegionSizeCalculator disabledCalculator = <strong class="jxr_keyword">new</strong> RegionSizeCalculator(table, admin);
<a class="jxr_linenumber" name="117" href="#117">117</a> assertEquals(0 * megabyte, disabledCalculator.getRegionSize(regionName.getBytes()));
<a class="jxr_linenumber" name="118" href="#118">118</a>
<a class="jxr_linenumber" name="119" href="#119">119</a> assertEquals(0, disabledCalculator.getRegionSizeMap().size());
<a class="jxr_linenumber" name="120" href="#120">120</a> }
<a class="jxr_linenumber" name="121" href="#121">121</a>
<a class="jxr_linenumber" name="122" href="#122">122</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="123" href="#123">123</a> <em class="jxr_javadoccomment"> * Makes some table with given region names.</em>
<a class="jxr_linenumber" name="124" href="#124">124</a> <em class="jxr_javadoccomment"> * */</em>
<a class="jxr_linenumber" name="125" href="#125">125</a> <strong class="jxr_keyword">private</strong> HTable mockTable(String... regionNames) <strong class="jxr_keyword">throws</strong> IOException {
<a class="jxr_linenumber" name="126" href="#126">126</a> HTable mockedTable = Mockito.mock(HTable.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="127" href="#127">127</a> when(mockedTable.getConfiguration()).thenReturn(configuration);
<a class="jxr_linenumber" name="128" href="#128">128</a> when(mockedTable.getTableName()).thenReturn(<span class="jxr_string">"sizeTestTable"</span>.getBytes());
<a class="jxr_linenumber" name="129" href="#129">129</a> NavigableMap<HRegionInfo, ServerName> regionLocations = <strong class="jxr_keyword">new</strong> TreeMap<HRegionInfo, ServerName>();
<a class="jxr_linenumber" name="130" href="#130">130</a> when(mockedTable.getRegionLocations()).thenReturn(regionLocations);
<a class="jxr_linenumber" name="131" href="#131">131</a>
<a class="jxr_linenumber" name="132" href="#132">132</a> <strong class="jxr_keyword">for</strong> (String regionName : regionNames) {
<a class="jxr_linenumber" name="133" href="#133">133</a> HRegionInfo info = Mockito.mock(HRegionInfo.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="134" href="#134">134</a> when(info.getRegionName()).thenReturn(regionName.getBytes());
<a class="jxr_linenumber" name="135" href="#135">135</a> regionLocations.put(info, <strong class="jxr_keyword">null</strong>);<em class="jxr_comment">//we are not interested in values</em>
<a class="jxr_linenumber" name="136" href="#136">136</a> }
<a class="jxr_linenumber" name="137" href="#137">137</a>
<a class="jxr_linenumber" name="138" href="#138">138</a> <strong class="jxr_keyword">return</strong> mockedTable;
<a class="jxr_linenumber" name="139" href="#139">139</a> }
<a class="jxr_linenumber" name="140" href="#140">140</a>
<a class="jxr_linenumber" name="141" href="#141">141</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="142" href="#142">142</a> <em class="jxr_javadoccomment"> * Creates mock returing ClusterStatus info about given servers.</em>
<a class="jxr_linenumber" name="143" href="#143">143</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="144" href="#144">144</a> <strong class="jxr_keyword">private</strong> HBaseAdmin mockAdmin(ServerLoad... servers) <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="145" href="#145">145</a> <em class="jxr_comment">//get clusterstatus</em>
<a class="jxr_linenumber" name="146" href="#146">146</a> HBaseAdmin mockAdmin = Mockito.mock(HBaseAdmin.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="147" href="#147">147</a> ClusterStatus clusterStatus = mockCluster(servers);
<a class="jxr_linenumber" name="148" href="#148">148</a> when(mockAdmin.getClusterStatus()).thenReturn(clusterStatus);
<a class="jxr_linenumber" name="149" href="#149">149</a> <strong class="jxr_keyword">return</strong> mockAdmin;
<a class="jxr_linenumber" name="150" href="#150">150</a> }
<a class="jxr_linenumber" name="151" href="#151">151</a>
<a class="jxr_linenumber" name="152" href="#152">152</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="153" href="#153">153</a> <em class="jxr_javadoccomment"> * Creates mock of region with given name and size.</em>
<a class="jxr_linenumber" name="154" href="#154">154</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="155" href="#155">155</a> <em class="jxr_javadoccomment"> * @param fileSizeMb number of megabytes occupied by region in file store in megabytes</em>
<a class="jxr_linenumber" name="156" href="#156">156</a> <em class="jxr_javadoccomment"> * */</em>
<a class="jxr_linenumber" name="157" href="#157">157</a> <strong class="jxr_keyword">private</strong> RegionLoad mockRegion(String regionName, <strong class="jxr_keyword">int</strong> fileSizeMb) {
<a class="jxr_linenumber" name="158" href="#158">158</a> RegionLoad region = Mockito.mock(RegionLoad.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="159" href="#159">159</a> when(region.getName()).thenReturn(regionName.getBytes());
<a class="jxr_linenumber" name="160" href="#160">160</a> when(region.getNameAsString()).thenReturn(regionName);
<a class="jxr_linenumber" name="161" href="#161">161</a> when(region.getStorefileSizeMB()).thenReturn(fileSizeMb);
<a class="jxr_linenumber" name="162" href="#162">162</a> <strong class="jxr_keyword">return</strong> region;
<a class="jxr_linenumber" name="163" href="#163">163</a> }
<a class="jxr_linenumber" name="164" href="#164">164</a>
<a class="jxr_linenumber" name="165" href="#165">165</a> <strong class="jxr_keyword">private</strong> ClusterStatus mockCluster(ServerLoad[] servers) {
<a class="jxr_linenumber" name="166" href="#166">166</a> List<ServerName> serverNames = <strong class="jxr_keyword">new</strong> ArrayList<ServerName>();
<a class="jxr_linenumber" name="167" href="#167">167</a>
<a class="jxr_linenumber" name="168" href="#168">168</a> ClusterStatus clusterStatus = Mockito.mock(ClusterStatus.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="169" href="#169">169</a> when(clusterStatus.getServers()).thenReturn(serverNames);
<a class="jxr_linenumber" name="170" href="#170">170</a>
<a class="jxr_linenumber" name="171" href="#171">171</a> <strong class="jxr_keyword">int</strong> serverCounter = 0;
<a class="jxr_linenumber" name="172" href="#172">172</a> <strong class="jxr_keyword">for</strong> (ServerLoad server : servers) {
<a class="jxr_linenumber" name="173" href="#173">173</a> ServerName serverName = mock(ServerName.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="174" href="#174">174</a> when(serverName.getServerName()).thenReturn(<span class="jxr_string">"server"</span> + (serverCounter++));
<a class="jxr_linenumber" name="175" href="#175">175</a> serverNames.add(serverName);
<a class="jxr_linenumber" name="176" href="#176">176</a> when(clusterStatus.getLoad(serverName)).thenReturn(server);
<a class="jxr_linenumber" name="177" href="#177">177</a> }
<a class="jxr_linenumber" name="178" href="#178">178</a>
<a class="jxr_linenumber" name="179" href="#179">179</a> <strong class="jxr_keyword">return</strong> clusterStatus;
<a class="jxr_linenumber" name="180" href="#180">180</a> }
<a class="jxr_linenumber" name="181" href="#181">181</a>
<a class="jxr_linenumber" name="182" href="#182">182</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> Creates mock of region server with given regions*/</em>
<a class="jxr_linenumber" name="183" href="#183">183</a> <strong class="jxr_keyword">private</strong> ServerLoad mockServer(RegionLoad... regions) {
<a class="jxr_linenumber" name="184" href="#184">184</a> ServerLoad serverLoad = Mockito.mock(ServerLoad.<strong class="jxr_keyword">class</strong>);
<a class="jxr_linenumber" name="185" href="#185">185</a> Map<byte[], RegionLoad> regionMap = <strong class="jxr_keyword">new</strong> TreeMap<byte[], RegionLoad>(Bytes.BYTES_COMPARATOR);
<a class="jxr_linenumber" name="186" href="#186">186</a>
<a class="jxr_linenumber" name="187" href="#187">187</a> <strong class="jxr_keyword">for</strong> (RegionLoad regionName : regions) {
<a class="jxr_linenumber" name="188" href="#188">188</a> regionMap.put(regionName.getName(), regionName);
<a class="jxr_linenumber" name="189" href="#189">189</a> }
<a class="jxr_linenumber" name="190" href="#190">190</a>
<a class="jxr_linenumber" name="191" href="#191">191</a> when(serverLoad.getRegionsLoad()).thenReturn(regionMap);
<a class="jxr_linenumber" name="192" href="#192">192</a> <strong class="jxr_keyword">return</strong> serverLoad;
<a class="jxr_linenumber" name="193" href="#193">193</a> }
<a class="jxr_linenumber" name="194" href="#194">194</a>
<a class="jxr_linenumber" name="195" href="#195">195</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
| gsoundar/mambo-ec2-deploy | packages/hbase-0.98.7-hadoop2/docs/xref-test/org/apache/hadoop/hbase/util/TestRegionSizeCalculator.html | HTML | apache-2.0 | 23,479 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Fri Aug 28 09:51:31 EDT 2015 -->
<title>Uses of Class org.apache.cassandra.client.RingCache (apache-cassandra API)</title>
<meta name="date" content="2015-08-28">
<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.cassandra.client.RingCache (apache-cassandra 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/cassandra/client/RingCache.html" title="class in org.apache.cassandra.client">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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/client/class-use/RingCache.html" target="_top">Frames</a></li>
<li><a href="RingCache.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.client.RingCache" class="title">Uses of Class<br>org.apache.cassandra.client.RingCache</h2>
</div>
<div class="classUseContainer">No usage of org.apache.cassandra.client.RingCache</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/cassandra/client/RingCache.html" title="class in org.apache.cassandra.client">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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/client/class-use/RingCache.html" target="_top">Frames</a></li>
<li><a href="RingCache.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
| mitch-kyle/message-board | support/apache-cassandra-2.2.1/javadoc/org/apache/cassandra/client/class-use/RingCache.html | HTML | apache-2.0 | 4,532 |
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you 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
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ 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.
~
~
-->
<html>
<body>
<h2>HTTP Library.</h2>
</body>
</html> | Qi4j/qi4j-sdk | libraries/http/src/main/java/org/apache/polygene/library/http/package.html | HTML | apache-2.0 | 915 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Wed Apr 03 10:04:47 GMT-03:00 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class opennlp.uima.tokenize.AbstractTokenizer (Apache OpenNLP UIMA Annotators 1.5.3 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class opennlp.uima.tokenize.AbstractTokenizer (Apache OpenNLP UIMA Annotators 1.5.3 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../opennlp/uima/tokenize/AbstractTokenizer.html" title="class in opennlp.uima.tokenize"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?opennlp/uima/tokenize/class-use/AbstractTokenizer.html" target="_top"><B>FRAMES</B></A>
<A HREF="AbstractTokenizer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>opennlp.uima.tokenize.AbstractTokenizer</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="../../../../opennlp/uima/tokenize/AbstractTokenizer.html" title="class in opennlp.uima.tokenize">AbstractTokenizer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#opennlp.uima.tokenize"><B>opennlp.uima.tokenize</B></A></TD>
<TD>Package related to finding tokens or word segments. </TD>
</TR>
</TABLE>
<P>
<A NAME="opennlp.uima.tokenize"><!-- --></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="../../../../opennlp/uima/tokenize/AbstractTokenizer.html" title="class in opennlp.uima.tokenize">AbstractTokenizer</A> in <A HREF="../../../../opennlp/uima/tokenize/package-summary.html">opennlp.uima.tokenize</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../opennlp/uima/tokenize/AbstractTokenizer.html" title="class in opennlp.uima.tokenize">AbstractTokenizer</A> in <A HREF="../../../../opennlp/uima/tokenize/package-summary.html">opennlp.uima.tokenize</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../opennlp/uima/tokenize/SimpleTokenizer.html" title="class in opennlp.uima.tokenize">SimpleTokenizer</A></B></CODE>
<BR>
OpenNLP Simple Tokenizer annotator.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../opennlp/uima/tokenize/Tokenizer.html" title="class in opennlp.uima.tokenize">Tokenizer</A></B></CODE>
<BR>
OpenNLP Tokenizer annotator.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../opennlp/uima/tokenize/WhitespaceTokenizer.html" title="class in opennlp.uima.tokenize">WhitespaceTokenizer</A></B></CODE>
<BR>
OpenNLP Whitespace Tokenizer annotator.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../opennlp/uima/tokenize/AbstractTokenizer.html" title="class in opennlp.uima.tokenize"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?opennlp/uima/tokenize/class-use/AbstractTokenizer.html" target="_top"><B>FRAMES</B></A>
<A HREF="AbstractTokenizer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
| opener-project/nerc-fr | opennlp/docs/apidocs/opennlp-uima/opennlp/uima/tokenize/class-use/AbstractTokenizer.html | HTML | apache-2.0 | 8,617 |
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title></title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js"></script>
<script type="text/javascript" src="../../../lib/jquery.panzoom.min.js"></script>
<script type="text/javascript" src="../../../lib/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../../../lib/index.js"></script>
<script type="text/javascript" src="../../../index.js"></script>
<script type="text/javascript" src="../../../lib/scheduler.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
/* this variable can be used by the JS to determine the path to the root document */
var toRoot = '../../../';
</script>
</head>
<body>
<div id="search">
<span id="doc-title"><span id="doc-version"></span></span>
<span class="close-results"><span class="left"><</span> Back</span>
<div id="textfilter">
<span class="input">
<input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" />
<i class="clear material-icons"></i>
<i id="search-icon" class="material-icons"></i>
</span>
</div>
</div>
<div id="search-results">
<div id="search-progress">
<div id="progress-fill"></div>
</div>
<div id="results-content">
<div id="entity-results"></div>
<div id="member-results"></div>
</div>
</div>
<div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;">
<div id="content-container" style="-webkit-overflow-scrolling: touch;">
<div id="subpackage-spacer">
<div id="packages">
<h1>Packages</h1>
<ul>
<li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="_root_"></a><a id="root:_root_"></a>
<span class="permalink">
<a href="index.html#_root_" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="_root_.net" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="net"></a><a id="net:net"></a>
<span class="permalink">
<a href="index.html#net" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="For a overview, proceed to the starting point for this document => net.liftmodules.fobo" href="../../index.html"><span class="name">net</span></a>
</span>
<p class="shortcomment cmt">For a overview, proceed to the starting point for this document => <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p><div class="fullcomment"><div class="comment cmt"><p>For a overview, proceed to the starting point for this document => <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="net.liftmodules" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="liftmodules"></a><a id="liftmodules:liftmodules"></a>
<span class="permalink">
<a href="../net/index.html#liftmodules" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="For a overview, proceed to the starting point for this document => net.liftmodules.fobo" href="../index.html"><span class="name">liftmodules</span></a>
</span>
<p class="shortcomment cmt">For a overview, proceed to the starting point for this document => <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p><div class="fullcomment"><div class="comment cmt"><p>For a overview, proceed to the starting point for this document => <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="net">net</a></dd></dl></div>
</li><li name="net.liftmodules.fobotbapi" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="fobotbapi"></a><a id="fobotbapi:fobotbapi"></a>
<span class="permalink">
<a href="../../net/liftmodules/index.html#fobotbapi" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="This FoBo API module provides FoBo/Lift API components for the Twitter Bootstrap v2.x Toolkit Module, but can also be used as-is, see below for setup information." href="index.html"><span class="name">fobotbapi</span></a>
</span>
<p class="shortcomment cmt">This FoBo API module provides FoBo/Lift API components for the Twitter Bootstrap v2.x Toolkit Module,
but can also be used as-is, see below for setup information.</p><div class="fullcomment"><div class="comment cmt"><h4>FoBo Twitter Bootstrap API Module</h4><p>This FoBo API module provides FoBo/Lift API components for the Twitter Bootstrap v2.x Toolkit Module,
but can also be used as-is, see below for setup information.</p><p>If you are using this module via the FoBo/FoBo artifact module see also <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a> for setup information.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="net.liftmodules">liftmodules</a></dd></dl></div>
</li><li class="current-entities indented3">
<a class="object" href="package$$API$.html" title=""></a>
<a class="trait" href="package$$API.html" title="Initiate FoBo's Bootstrap 3 API in you bootstrap liftweb Boot."></a>
<a href="package$$API.html" title="Initiate FoBo's Bootstrap 3 API in you bootstrap liftweb Boot.">API</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="" title="Extends your Lift SiteMap with various common bootstrap menu manipulations such as horizontal and vertical menu dividers and menu labels."></a>
<a href="" title="Extends your Lift SiteMap with various common bootstrap menu manipulations such as horizontal and vertical menu dividers and menu labels.">TBLocInfo</a>
</li>
</ul>
</div>
</div>
<div id="content">
<body class="object value">
<div id="definition">
<div class="big-circle object">o</div>
<p id="owner"><a href="../../index.html" class="extype" name="net">net</a>.<a href="../index.html" class="extype" name="net.liftmodules">liftmodules</a>.<a href="index.html" class="extype" name="net.liftmodules.fobotbapi">fobotbapi</a></p>
<h1>TBLocInfo<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span></h1>
<h3><span class="morelinks"></span></h3>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">TBLocInfo</span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Extends your Lift SiteMap with various common bootstrap menu manipulations such
as horizontal and vertical menu dividers and menu labels.</p><p>This object should be used in conjunction with the TB* menu builder objects in <a href="../fobo/snippet/FoBo/index.html" class="extype" name="net.liftmodules.fobo.snippet.FoBo">net.liftmodules.fobo.snippet.FoBo</a> snippet's.
</p></div><dl class="attributes block"> <div class="block">Example:
<ol><li class="cmt"><p></p><pre> :
<span class="cmt">//add a horizontal menu divider</span>
divider1 >> LocGroup(...) >> FoBoTB.TBLocInfo.Divider,
:
<span class="cmt">//add a vertical menu divider</span>
divider2 >> LocGroup(...) >> FoBoTB.TBLocInfo.DividerVertical,
:</pre></li></ol>
</div></dl><div class="toggleContainer block">
<span class="toggle">
Linear Supertypes
</span>
<div class="superTypes hiddenContent"><a href="http://www.scala-lang.org/api/2.12.6/scala/AnyRef.html#scala.AnyRef" class="extype" name="scala.AnyRef">AnyRef</a>, <a href="http://www.scala-lang.org/api/2.12.6/scala/Any.html#scala.Any" class="extype" name="scala.Any">Any</a></div>
</div></div>
<div id="mbrsel">
<div class="toggle"></div>
<div id="memberfilter">
<i class="material-icons arrow"></i>
<span class="input">
<input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" />
</span>
<i class="clear material-icons"></i>
</div>
<div id="filterby">
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By Inheritance</span></li>
</ol>
</div>
<div class="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="net.liftmodules.fobotbapi.TBLocInfo"><span>TBLocInfo</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div class="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show All</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
</div>
<div id="template">
<div id="allMembers">
<div class="values members">
<h3>Value Members</h3>
<ol>
<li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#!=(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.6/scala/Any.html#scala.Any" class="extype" name="scala.Any">Any</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Boolean.html#scala.Boolean" class="extype" name="scala.Boolean">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html###():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Int.html#scala.Int" class="extype" name="scala.Int">Int</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#==(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.6/scala/Any.html#scala.Any" class="extype" name="scala.Any">Any</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Boolean.html#scala.Boolean" class="extype" name="scala.Boolean">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="net.liftmodules.fobotbapi.TBLocInfo#Divider" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="Divider:net.liftweb.sitemap.Loc.LocInfo[String]"></a><a id="Divider:LocInfo[String]"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#Divider:net.liftweb.sitemap.Loc.LocInfo[String]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">Divider</span><span class="result">: <span class="extype" name="net.liftweb.sitemap.Loc.LocInfo">LocInfo</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<p class="shortcomment cmt">Provides a way to specify a horizontal divider for your bootstrap menu in Lift's SiteMap.</p><div class="fullcomment"><div class="comment cmt"><p>Provides a way to specify a horizontal divider for your bootstrap menu in Lift's SiteMap.
</p></div><dl class="attributes block"> <div class="block">Example:
<ol><li class="cmt"><p></p><pre><span class="kw">val</span> index = Menu.i(<span class="lit">"Home"</span>) / <span class="lit">"index"</span>
:
<span class="kw">val</span> about = Menu.i(<span class="lit">"About"</span>) / <span class="lit">"about"</span>
<span class="kw">val</span> divider2 = Menu(<span class="lit">"divider2"</span>) / <span class="lit">"divider2"</span> <span class="cmt">//dummy entry only showing a menu divider</span>
<span class="kw">val</span> navHeader1 = Menu.i(<span class="lit">"navHeader1"</span>) / <span class="lit">"navHeader1"</span> <span class="cmt">//Adds a header (label) to your FoBo.NavList</span>
<span class="kw">def</span> sitemap = SiteMap(
navHeader1 >> LocGroup(<span class="lit">"nl1"</span>) >> FoBoTB.TBLocInfo.NavHeader,
index >> LocGroup(<span class="lit">"top"</span>,<span class="lit">"nl1"</span>,...),
:
ddLabel >> LocGroup(<span class="lit">"top"</span>,...) >> PlaceHolder submenus(
about ,
divider2 >> FoBo.TBLocInfo.Divider,
contact,
feedback
)
)</pre></li></ol>
</div></dl></div>
</li><li name="net.liftmodules.fobotbapi.TBLocInfo#DividerVertical" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="DividerVertical:net.liftweb.sitemap.Loc.LocInfo[String]"></a><a id="DividerVertical:LocInfo[String]"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#DividerVertical:net.liftweb.sitemap.Loc.LocInfo[String]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">DividerVertical</span><span class="result">: <span class="extype" name="net.liftweb.sitemap.Loc.LocInfo">LocInfo</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<p class="shortcomment cmt">Add a vertical divider in your bootstrap menu.</p><div class="fullcomment"><div class="comment cmt"><p>Add a vertical divider in your bootstrap menu.
For a usage example see the Divider val above.
</p></div></div>
</li><li name="net.liftmodules.fobotbapi.TBLocInfo#LinkTargetBlank" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="LinkTargetBlank:net.liftweb.sitemap.Loc.LocInfo[String]"></a><a id="LinkTargetBlank:LocInfo[String]"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#LinkTargetBlank:net.liftweb.sitemap.Loc.LocInfo[String]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">LinkTargetBlank</span><span class="result">: <span class="extype" name="net.liftweb.sitemap.Loc.LocInfo">LocInfo</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<p class="shortcomment cmt">Adds target="_blank" to the link</p><div class="fullcomment"><div class="comment cmt"><p>Adds target="_blank" to the link</p></div><dl class="attributes block"> <dt>Since</dt><dd><p>v1.2</p></dd></dl></div>
</li><li name="net.liftmodules.fobotbapi.TBLocInfo#LinkTargetParent" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="LinkTargetParent:net.liftweb.sitemap.Loc.LocInfo[String]"></a><a id="LinkTargetParent:LocInfo[String]"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#LinkTargetParent:net.liftweb.sitemap.Loc.LocInfo[String]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">LinkTargetParent</span><span class="result">: <span class="extype" name="net.liftweb.sitemap.Loc.LocInfo">LocInfo</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<p class="shortcomment cmt">Adds target="_parent" to the link</p><div class="fullcomment"><div class="comment cmt"><p>Adds target="_parent" to the link</p></div><dl class="attributes block"> <dt>Since</dt><dd><p>v1.2</p></dd></dl></div>
</li><li name="net.liftmodules.fobotbapi.TBLocInfo#LinkTargetSelf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="LinkTargetSelf:net.liftweb.sitemap.Loc.LocInfo[String]"></a><a id="LinkTargetSelf:LocInfo[String]"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#LinkTargetSelf:net.liftweb.sitemap.Loc.LocInfo[String]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">LinkTargetSelf</span><span class="result">: <span class="extype" name="net.liftweb.sitemap.Loc.LocInfo">LocInfo</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<p class="shortcomment cmt">Adds target="_self" to the link</p><div class="fullcomment"><div class="comment cmt"><p>Adds target="_self" to the link</p></div><dl class="attributes block"> <dt>Since</dt><dd><p>v1.2</p></dd></dl></div>
</li><li name="net.liftmodules.fobotbapi.TBLocInfo#LinkTargetTop" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="LinkTargetTop:net.liftweb.sitemap.Loc.LocInfo[String]"></a><a id="LinkTargetTop:LocInfo[String]"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#LinkTargetTop:net.liftweb.sitemap.Loc.LocInfo[String]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">LinkTargetTop</span><span class="result">: <span class="extype" name="net.liftweb.sitemap.Loc.LocInfo">LocInfo</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<p class="shortcomment cmt">Adds target="_top" to the link</p><div class="fullcomment"><div class="comment cmt"><p>Adds target="_top" to the link</p></div><dl class="attributes block"> <dt>Since</dt><dd><p>v1.2</p></dd></dl></div>
</li><li name="net.liftmodules.fobotbapi.TBLocInfo#NavHeader" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="NavHeader:net.liftweb.sitemap.Loc.LocInfo[String]"></a><a id="NavHeader:LocInfo[String]"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#NavHeader:net.liftweb.sitemap.Loc.LocInfo[String]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">NavHeader</span><span class="result">: <span class="extype" name="net.liftweb.sitemap.Loc.LocInfo">LocInfo</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<p class="shortcomment cmt">Add nav header(s) to your bootstrap nav list.</p><div class="fullcomment"><div class="comment cmt"><p>Add nav header(s) to your bootstrap nav list.
For a usage example see the NavHeader val above.
</p></div></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#asInstanceOf[T0]:T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a><a id="clone():AnyRef"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#clone():Object" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/AnyRef.html#scala.AnyRef" class="extype" name="scala.AnyRef">AnyRef</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#eq(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.6/scala/AnyRef.html#scala.AnyRef" class="extype" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Boolean.html#scala.Boolean" class="extype" name="scala.Boolean">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#equals(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.6/scala/Any.html#scala.Any" class="extype" name="scala.Any">Any</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Boolean.html#scala.Boolean" class="extype" name="scala.Boolean">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#finalize():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Unit.html#scala.Unit" class="extype" name="scala.Unit">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#getClass():Class[_]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#hashCode():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Int.html#scala.Int" class="extype" name="scala.Int">Int</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#isInstanceOf[T0]:Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Boolean.html#scala.Boolean" class="extype" name="scala.Boolean">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#ne(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.6/scala/AnyRef.html#scala.AnyRef" class="extype" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Boolean.html#scala.Boolean" class="extype" name="scala.Boolean">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#notify():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Unit.html#scala.Unit" class="extype" name="scala.Unit">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#notifyAll():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Unit.html#scala.Unit" class="extype" name="scala.Unit">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#synchronized[T0](x$1:=>T0):T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#toString():String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#wait():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Unit.html#scala.Unit" class="extype" name="scala.Unit">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.6/scala/Long.html#scala.Long" class="extype" name="scala.Long">Long</a></span>, <span name="arg1">arg1: <a href="http://www.scala-lang.org/api/2.12.6/scala/Int.html#scala.Int" class="extype" name="scala.Int">Int</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Unit.html#scala.Unit" class="extype" name="scala.Unit">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/fobotbapi/package$$TBLocInfo$.html#wait(x$1:Long):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.6/scala/Long.html#scala.Long" class="extype" name="scala.Long">Long</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.6/scala/Unit.html#scala.Unit" class="extype" name="scala.Unit">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li>
</ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.AnyRef">
<h3>Inherited from <a href="http://www.scala-lang.org/api/2.12.6/scala/AnyRef.html#scala.AnyRef" class="extype" name="scala.AnyRef">AnyRef</a></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <a href="http://www.scala-lang.org/api/2.12.6/scala/Any.html#scala.Any" class="extype" name="scala.Any">Any</a></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</div>
</div>
</div>
</body>
</html>
| karma4u101/FoBo-Demo | fobo-lift-template-demo/src/main/webapp/foboapi/older/v2.1/net/liftmodules/fobotbapi/package$$TBLocInfo$.html | HTML | apache-2.0 | 43,508 |
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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
http://www.apache.org/licenses/LICENSE-2.0
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.
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<title>Hello World</title>
</head>
<body>
<div class="app">
<h1>Apache Cordova</h1>
<div id="deviceready" class="blink">
<p class="event listening">Connecting to Device</p>
<p class="event received">Device is Ready</p>
</div>
</div>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>
| Jayklutch/HappyLeaf | plugins/cz.blocshop.socketsforcordova/src/ios/www/index.html | HTML | apache-2.0 | 1,950 |
<!-- get the typekit for fonts -->
<script src="https://use.typekit.net/dyl2urd.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
| uvalib/staff-directory | bower_components/uvalib-helper-libs/typekit-dev.html | HTML | apache-2.0 | 157 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Fri Aug 28 09:51:32 EDT 2015 -->
<title>Uses of Class org.apache.cassandra.cql3.CQL3Type.Raw (apache-cassandra API)</title>
<meta name="date" content="2015-08-28">
<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.cassandra.cql3.CQL3Type.Raw (apache-cassandra 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/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/cql3/class-use/CQL3Type.Raw.html" target="_top">Frames</a></li>
<li><a href="CQL3Type.Raw.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.cql3.CQL3Type.Raw" class="title">Uses of Class<br>org.apache.cassandra.cql3.CQL3Type.Raw</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.auth">org.apache.cassandra.auth</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.cql3">org.apache.cassandra.cql3</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.cql3.statements">org.apache.cassandra.cql3.statements</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cassandra.auth">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> in <a href="../../../../../org/apache/cassandra/auth/package-summary.html">org.apache.cassandra.auth</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/auth/package-summary.html">org.apache.cassandra.auth</a> with type arguments of type <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/auth/FunctionResource.html" title="class in org.apache.cassandra.auth">FunctionResource</a></code></td>
<td class="colLast"><span class="typeNameLabel">FunctionResource.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/auth/FunctionResource.html#functionFromCql-java.lang.String-java.lang.String-java.util.List-">functionFromCql</a></span>(java.lang.String keyspace,
java.lang.String name,
java.util.List<<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a>> argTypes)</code>
<div class="block">Creates a FunctionResource representing a specific, keyspace-scoped function.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.cql3">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> that return <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#from-org.apache.cassandra.cql3.CQL3Type-">from</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.html" title="interface in org.apache.cassandra.cql3">CQL3Type</a> type)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#frozen-org.apache.cassandra.cql3.CQL3Type.Raw-">frozen</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#list-org.apache.cassandra.cql3.CQL3Type.Raw-">list</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#map-org.apache.cassandra.cql3.CQL3Type.Raw-org.apache.cassandra.cql3.CQL3Type.Raw-">map</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t1,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t2)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#set-org.apache.cassandra.cql3.CQL3Type.Raw-">set</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#tuple-java.util.List-">tuple</a></span>(java.util.List<<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a>> ts)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#userType-org.apache.cassandra.cql3.UTName-">userType</a></span>(<a href="../../../../../org/apache/cassandra/cql3/UTName.html" title="class in org.apache.cassandra.cql3">UTName</a> name)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> with parameters of type <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#frozen-org.apache.cassandra.cql3.CQL3Type.Raw-">frozen</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#list-org.apache.cassandra.cql3.CQL3Type.Raw-">list</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#map-org.apache.cassandra.cql3.CQL3Type.Raw-org.apache.cassandra.cql3.CQL3Type.Raw-">map</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t1,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t2)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#set-org.apache.cassandra.cql3.CQL3Type.Raw-">set</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> t)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> with type arguments of type <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">CQL3Type.Raw.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html#tuple-java.util.List-">tuple</a></span>(java.util.List<<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a>> ts)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> with parameters of type <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/TypeCast.html#TypeCast-org.apache.cassandra.cql3.CQL3Type.Raw-org.apache.cassandra.cql3.Term.Raw-">TypeCast</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> type,
<a href="../../../../../org/apache/cassandra/cql3/Term.Raw.html" title="interface in org.apache.cassandra.cql3">Term.Raw</a> term)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.cql3.statements">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> in <a href="../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a> declared as <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></code></td>
<td class="colLast"><span class="typeNameLabel">AlterTableStatement.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/AlterTableStatement.html#validator">validator</a></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a> with parameters of type <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CreateTypeStatement.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/CreateTypeStatement.html#addDefinition-org.apache.cassandra.cql3.ColumnIdentifier-org.apache.cassandra.cql3.CQL3Type.Raw-">addDefinition</a></span>(<a href="../../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a> name,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> type)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">CreateTableStatement.RawStatement.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/CreateTableStatement.RawStatement.html#addDefinition-org.apache.cassandra.cql3.ColumnIdentifier-org.apache.cassandra.cql3.CQL3Type.Raw-boolean-">addDefinition</a></span>(<a href="../../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a> def,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> type,
boolean isStatic)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/statements/AlterTypeStatement.html" title="class in org.apache.cassandra.cql3.statements">AlterTypeStatement</a></code></td>
<td class="colLast"><span class="typeNameLabel">AlterTypeStatement.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/AlterTypeStatement.html#addition-org.apache.cassandra.cql3.UTName-org.apache.cassandra.cql3.ColumnIdentifier-org.apache.cassandra.cql3.CQL3Type.Raw-">addition</a></span>(<a href="../../../../../org/apache/cassandra/cql3/UTName.html" title="class in org.apache.cassandra.cql3">UTName</a> name,
<a href="../../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a> fieldName,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> type)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/statements/AlterTypeStatement.html" title="class in org.apache.cassandra.cql3.statements">AlterTypeStatement</a></code></td>
<td class="colLast"><span class="typeNameLabel">AlterTypeStatement.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/AlterTypeStatement.html#alter-org.apache.cassandra.cql3.UTName-org.apache.cassandra.cql3.ColumnIdentifier-org.apache.cassandra.cql3.CQL3Type.Raw-">alter</a></span>(<a href="../../../../../org/apache/cassandra/cql3/UTName.html" title="class in org.apache.cassandra.cql3">UTName</a> name,
<a href="../../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a> fieldName,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> type)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a> with parameters of type <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/AlterTableStatement.html#AlterTableStatement-org.apache.cassandra.cql3.CFName-org.apache.cassandra.cql3.statements.AlterTableStatement.Type-org.apache.cassandra.cql3.ColumnIdentifier.Raw-org.apache.cassandra.cql3.CQL3Type.Raw-org.apache.cassandra.cql3.statements.CFPropDefs-java.util.Map-boolean-">AlterTableStatement</a></span>(<a href="../../../../../org/apache/cassandra/cql3/CFName.html" title="class in org.apache.cassandra.cql3">CFName</a> name,
<a href="../../../../../org/apache/cassandra/cql3/statements/AlterTableStatement.Type.html" title="enum in org.apache.cassandra.cql3.statements">AlterTableStatement.Type</a> type,
<a href="../../../../../org/apache/cassandra/cql3/ColumnIdentifier.Raw.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier.Raw</a> columnName,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> validator,
<a href="../../../../../org/apache/cassandra/cql3/statements/CFPropDefs.html" title="class in org.apache.cassandra.cql3.statements">CFPropDefs</a> cfProps,
java.util.Map<<a href="../../../../../org/apache/cassandra/cql3/ColumnIdentifier.Raw.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier.Raw</a>,<a href="../../../../../org/apache/cassandra/cql3/ColumnIdentifier.Raw.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier.Raw</a>> renames,
boolean isStatic)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/CreateAggregateStatement.html#CreateAggregateStatement-org.apache.cassandra.cql3.functions.FunctionName-java.util.List-java.lang.String-org.apache.cassandra.cql3.CQL3Type.Raw-java.lang.String-org.apache.cassandra.cql3.Term.Raw-boolean-boolean-">CreateAggregateStatement</a></span>(<a href="../../../../../org/apache/cassandra/cql3/functions/FunctionName.html" title="class in org.apache.cassandra.cql3.functions">FunctionName</a> functionName,
java.util.List<<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a>> argRawTypes,
java.lang.String stateFunc,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> stateType,
java.lang.String finalFunc,
<a href="../../../../../org/apache/cassandra/cql3/Term.Raw.html" title="interface in org.apache.cassandra.cql3">Term.Raw</a> ival,
boolean orReplace,
boolean ifNotExists)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/CreateFunctionStatement.html#CreateFunctionStatement-org.apache.cassandra.cql3.functions.FunctionName-java.lang.String-java.lang.String-java.util.List-java.util.List-org.apache.cassandra.cql3.CQL3Type.Raw-boolean-boolean-boolean-">CreateFunctionStatement</a></span>(<a href="../../../../../org/apache/cassandra/cql3/functions/FunctionName.html" title="class in org.apache.cassandra.cql3.functions">FunctionName</a> functionName,
java.lang.String language,
java.lang.String body,
java.util.List<<a href="../../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a>> argNames,
java.util.List<<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a>> argRawTypes,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> rawReturnType,
boolean calledOnNullInput,
boolean orReplace,
boolean ifNotExists)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a> with type arguments of type <a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/CreateAggregateStatement.html#CreateAggregateStatement-org.apache.cassandra.cql3.functions.FunctionName-java.util.List-java.lang.String-org.apache.cassandra.cql3.CQL3Type.Raw-java.lang.String-org.apache.cassandra.cql3.Term.Raw-boolean-boolean-">CreateAggregateStatement</a></span>(<a href="../../../../../org/apache/cassandra/cql3/functions/FunctionName.html" title="class in org.apache.cassandra.cql3.functions">FunctionName</a> functionName,
java.util.List<<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a>> argRawTypes,
java.lang.String stateFunc,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> stateType,
java.lang.String finalFunc,
<a href="../../../../../org/apache/cassandra/cql3/Term.Raw.html" title="interface in org.apache.cassandra.cql3">Term.Raw</a> ival,
boolean orReplace,
boolean ifNotExists)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/CreateFunctionStatement.html#CreateFunctionStatement-org.apache.cassandra.cql3.functions.FunctionName-java.lang.String-java.lang.String-java.util.List-java.util.List-org.apache.cassandra.cql3.CQL3Type.Raw-boolean-boolean-boolean-">CreateFunctionStatement</a></span>(<a href="../../../../../org/apache/cassandra/cql3/functions/FunctionName.html" title="class in org.apache.cassandra.cql3.functions">FunctionName</a> functionName,
java.lang.String language,
java.lang.String body,
java.util.List<<a href="../../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a>> argNames,
java.util.List<<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a>> argRawTypes,
<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a> rawReturnType,
boolean calledOnNullInput,
boolean orReplace,
boolean ifNotExists)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/DropAggregateStatement.html#DropAggregateStatement-org.apache.cassandra.cql3.functions.FunctionName-java.util.List-boolean-boolean-">DropAggregateStatement</a></span>(<a href="../../../../../org/apache/cassandra/cql3/functions/FunctionName.html" title="class in org.apache.cassandra.cql3.functions">FunctionName</a> functionName,
java.util.List<<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a>> argRawTypes,
boolean argsPresent,
boolean ifExists)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/cql3/statements/DropFunctionStatement.html#DropFunctionStatement-org.apache.cassandra.cql3.functions.FunctionName-java.util.List-boolean-boolean-">DropFunctionStatement</a></span>(<a href="../../../../../org/apache/cassandra/cql3/functions/FunctionName.html" title="class in org.apache.cassandra.cql3.functions">FunctionName</a> functionName,
java.util.List<<a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">CQL3Type.Raw</a>> argRawTypes,
boolean argsPresent,
boolean ifExists)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/cassandra/cql3/CQL3Type.Raw.html" title="class in org.apache.cassandra.cql3">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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/cql3/class-use/CQL3Type.Raw.html" target="_top">Frames</a></li>
<li><a href="CQL3Type.Raw.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
| mitch-kyle/message-board | support/apache-cassandra-2.2.1/javadoc/org/apache/cassandra/cql3/class-use/CQL3Type.Raw.html | HTML | apache-2.0 | 33,725 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Sun Mar 29 01:32:47 JST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>twitter4j.examples.media (twitter4j-examples 4.0.3 API)</title>
<meta name="date" content="2015-03-29">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../twitter4j/examples/media/package-summary.html" target="classFrame">twitter4j.examples.media</a></h1>
</body>
</html>
| egeyman/Final-Project | twitter4j-examples/javadoc/twitter4j/examples/media/package-frame.html | HTML | apache-2.0 | 656 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_17) on Wed Jun 17 16:18:37 BST 2009 -->
<TITLE>
ReportWriter (Apache JMeter API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.jmeter.report.writers.ReportWriter interface">
<LINK REL="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle() {
parent.document.title = "ReportWriter (Apache JMeter API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="../../../../../overview-summary.html"><FONT
CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="package-summary.html"><FONT
CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>
</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>
</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="../../../../../deprecated-list.html"><FONT
CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="../../../../../index-all.html"><FONT
CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="../../../../../help-doc.html"><FONT
CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Apache JMeter</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/jmeter/report/writers/ReportSummary.html"
title="interface in org.apache.jmeter.report.writers"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="ReportWriter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if (window == top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A
HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.jmeter.report.writers</FONT>
<BR>
Interface ReportWriter</H2>
<DL>
<DT><B>All Known Implementing Classes:</B>
<DD><A HREF="../../../../../org/apache/jmeter/report/writers/AbstractReportWriter.html"
title="class in org.apache.jmeter.report.writers">AbstractReportWriter</A></DD>
</DL>
<HR>
<DL>
<DT>public interface <B>ReportWriter</B>
</DL>
<P>
ReportWriter defines the basic operations of a report writer. A report
plan may have multiple report writers. it might be nice to have a pdf
writer in the future.
<P>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html"
title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/report/writers/ReportWriter.html#getTargetDirectory()">getTargetDirectory</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A
HREF="../../../../../org/apache/jmeter/report/writers/ReportWriter.html#setTargetDirectory(java.lang.String)">setTargetDirectory</A></B>(<A
HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html"
title="class or interface in java.lang">String</A> directory)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/jmeter/report/writers/ReportSummary.html"
title="interface in org.apache.jmeter.report.writers">ReportSummary</A></CODE></FONT></TD>
<TD><CODE><B><A
HREF="../../../../../org/apache/jmeter/report/writers/ReportWriter.html#writeReport(org.apache.jmeter.testelement.TestElement)">writeReport</A></B>(<A
HREF="../../../../../org/apache/jmeter/testelement/TestElement.html"
title="interface in org.apache.jmeter.testelement">TestElement</A> element)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="writeReport(org.apache.jmeter.testelement.TestElement)"><!-- --></A>
<H3>
writeReport</H3>
<PRE>
public <A HREF="../../../../../org/apache/jmeter/report/writers/ReportSummary.html"
title="interface in org.apache.jmeter.report.writers">ReportSummary</A> <B>writeReport</B>(<A
HREF="../../../../../org/apache/jmeter/testelement/TestElement.html"
title="interface in org.apache.jmeter.testelement">TestElement</A> element)</PRE>
<DL>
<DD>
<DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getTargetDirectory()"><!-- --></A>
<H3>
getTargetDirectory</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getTargetDirectory</B>()</PRE>
<DL>
<DD>
<DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setTargetDirectory(java.lang.String)"><!-- --></A>
<H3>
setTargetDirectory</H3>
<PRE>
public void <B>setTargetDirectory</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html"
title="class or interface in java.lang">String</A> directory)</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=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="../../../../../overview-summary.html"><FONT
CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="package-summary.html"><FONT
CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>
</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>
</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="../../../../../deprecated-list.html"><FONT
CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="../../../../../index-all.html"><FONT
CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="../../../../../help-doc.html"><FONT
CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Apache JMeter</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/jmeter/report/writers/ReportSummary.html"
title="interface in org.apache.jmeter.report.writers"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="ReportWriter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if (window == top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A
HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
| larsvandersangen/SWOS-WEEK-1 | gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/report/writers/ReportWriter.html | HTML | apache-2.0 | 12,580 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Header <boost/algorithm/cxx11/find_if_not.hpp></title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../index.html" title="The Boost Algorithm Library">
<link rel="up" href="../../../../algorithm/reference.html" title="Reference">
<link rel="prev" href="../../../../boost/algorithm/copy_n.html" title="Function template copy_n">
<link rel="next" href="../../../../boost/algorithm/find_if_not_idp13874288.html" title="Function template find_if_not">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../../../boost/algorithm/copy_n.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../algorithm/reference.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../../boost/algorithm/find_if_not_idp13874288.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="header.boost.algorithm.cxx11.find_if_not_hpp"></a>Header <<a href="../../../../../../../../boost/algorithm/cxx11/find_if_not.hpp" target="_top">boost/algorithm/cxx11/find_if_not.hpp</a>></h3></div></div></div>
<p>Find the first element in a sequence that does not satisfy a predicate. </p>
<p>Marshall Clow </p>
<p>
</p>
<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">algorithm</span> <span class="special">{</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> InputIterator<span class="special">,</span> <span class="keyword">typename</span> Predicate<span class="special">></span>
<span class="identifier">InputIterator</span> <a class="link" href="../../../../boost/algorithm/find_if_not_idp13874288.html" title="Function template find_if_not"><span class="identifier">find_if_not</span></a><span class="special">(</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">Predicate</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Range<span class="special">,</span> <span class="keyword">typename</span> Predicate<span class="special">></span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">range_iterator</span><span class="special"><</span> <span class="keyword">const</span> <span class="identifier">Range</span> <span class="special">></span><span class="special">::</span><span class="identifier">type</span>
<a class="link" href="../../../../boost/algorithm/find_if_not_idp13878144.html" title="Function template find_if_not"><span class="identifier">find_if_not</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">Range</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">Predicate</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span>
<span class="special">}</span></pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2010-2012 Marshall Clow<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../../../boost/algorithm/copy_n.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../algorithm/reference.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../../boost/algorithm/find_if_not_idp13874288.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| ryancoleman/autodock-vina | boost_1_54_0/libs/algorithm/doc/html/header/boost/algorithm/cxx11/find_if_not_hpp.html | HTML | apache-2.0 | 5,493 |
<!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.6.0_36) on Wed Jan 13 23:44:28 CST 2016 -->
<title>HadoopFSLogAppender</title>
<meta name="date" content="2016-01-13">
<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="HadoopFSLogAppender";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV CLASS</li>
<li><a href="../../../io/gearpump/util/RecreateRollingFileAppender.html" title="class in io.gearpump.util"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?io/gearpump/util/HadoopFSLogAppender.html" target="_top">FRAMES</a></li>
<li><a href="HadoopFSLogAppender.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>SUMMARY: </li>
<li>NESTED | </li>
<li><a href="#fields_inherited_from_class_org.apache.log4j.RollingFileAppender">FIELD</a> | </li>
<li><a href="#constructor_summary">CONSTR</a> | </li>
<li><a href="#methods_inherited_from_class_org.apache.log4j.RollingFileAppender">METHOD</a></li>
</ul>
<ul class="subNavList">
<li>DETAIL: </li>
<li>FIELD | </li>
<li><a href="#constructor_detail">CONSTR</a> | </li>
<li>METHOD</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<p class="subTitle">io.gearpump.util</p>
<h2 title="Class HadoopFSLogAppender" class="title">Class HadoopFSLogAppender</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.log4j.AppenderSkeleton</li>
<li>
<ul class="inheritance">
<li>org.apache.log4j.WriterAppender</li>
<li>
<ul class="inheritance">
<li>org.apache.log4j.FileAppender</li>
<li>
<ul class="inheritance">
<li>org.apache.log4j.RollingFileAppender</li>
<li>
<ul class="inheritance">
<li>io.gearpump.util.HadoopFSLogAppender</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>org.apache.log4j.Appender, org.apache.log4j.spi.OptionHandler</dd>
</dl>
<hr>
<br>
<pre>public class <strong>HadoopFSLogAppender</strong>
extends org.apache.log4j.RollingFileAppender</pre>
<div class="block">Log4j appender for to write to user specified Hadoop filesystem.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.log4j.RollingFileAppender">
<!-- -->
</a>
<h3>Fields inherited from class org.apache.log4j.RollingFileAppender</h3>
<code>maxBackupIndex, maxFileSize</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.log4j.FileAppender">
<!-- -->
</a>
<h3>Fields inherited from class org.apache.log4j.FileAppender</h3>
<code>bufferedIO, bufferSize, fileAppend, fileName</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.log4j.WriterAppender">
<!-- -->
</a>
<h3>Fields inherited from class org.apache.log4j.WriterAppender</h3>
<code>encoding, immediateFlush, qw</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.log4j.AppenderSkeleton">
<!-- -->
</a>
<h3>Fields inherited from class org.apache.log4j.AppenderSkeleton</h3>
<code>closed, errorHandler, headFilter, layout, name, tailFilter, threshold</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../io/gearpump/util/HadoopFSLogAppender.html#HadoopFSLogAppender()">HadoopFSLogAppender</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.log4j.RollingFileAppender">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.log4j.RollingFileAppender</h3>
<code>getMaxBackupIndex, getMaximumFileSize, rollOver, setFile, setMaxBackupIndex, setMaxFileSize, setMaximumFileSize, setQWForFiles, subAppend</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.log4j.FileAppender">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.log4j.FileAppender</h3>
<code>activateOptions, closeFile, getAppend, getBufferedIO, getBufferSize, getFile, reset, setAppend, setBufferedIO, setBufferSize, setFile</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.log4j.WriterAppender">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.log4j.WriterAppender</h3>
<code>append, checkEntryConditions, close, closeWriter, createWriter, getEncoding, getImmediateFlush, requiresLayout, setEncoding, setErrorHandler, setImmediateFlush, setWriter, shouldFlush, writeFooter, writeHeader</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.log4j.AppenderSkeleton">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.log4j.AppenderSkeleton</h3>
<code>addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setLayout, setName, setThreshold</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, 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="HadoopFSLogAppender()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>HadoopFSLogAppender</h4>
<pre>public HadoopFSLogAppender()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV CLASS</li>
<li><a href="../../../io/gearpump/util/RecreateRollingFileAppender.html" title="class in io.gearpump.util"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?io/gearpump/util/HadoopFSLogAppender.html" target="_top">FRAMES</a></li>
<li><a href="HadoopFSLogAppender.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>SUMMARY: </li>
<li>NESTED | </li>
<li><a href="#fields_inherited_from_class_org.apache.log4j.RollingFileAppender">FIELD</a> | </li>
<li><a href="#constructor_summary">CONSTR</a> | </li>
<li><a href="#methods_inherited_from_class_org.apache.log4j.RollingFileAppender">METHOD</a></li>
</ul>
<ul class="subNavList">
<li>DETAIL: </li>
<li>FIELD | </li>
<li><a href="#constructor_detail">CONSTR</a> | </li>
<li>METHOD</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| stanleyxu2005/gearpump.github.io | releases/0.7.4/api/java/io/gearpump/util/HadoopFSLogAppender.html | HTML | apache-2.0 | 10,541 |
{#
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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
http://www.apache.org/licenses/LICENSE-2.0
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.
#}
{% extends "airflow/dag.html" %}
{% block page_title %}{{ dag.dag_id }} - {{ title }} - Airflow{% endblock %}
{% block content %}
{{ super() }}
<h3>{{ title }}</h3>
<div>
{% for state, count in states %}
<a
class="btn"
style="border: 0; background-color:{{ State.color(state)}}; color: {{ State.color_fg(state) }};"
href="{{ url_for('TaskInstanceModelView.list', _flt_3_dag_id=dag.dag_id, _flt_3_state=state) }}">
{{ state }} <span class="badge">{{ count }}</span>
</a>
{% endfor %}
</div>
<br>
<table class="table table-striped table-bordered">
{% if dag.parent_dag is defined and dag.parent_dag %}
<tr>
<th>Parent DAG</th>
<td>
<a href="{{ url_for('Airflow.' + dag.default_view, dag_id=dag.parent_dag.dag_id) }}">{{ dag.parent_dag.dag_id }}</a>
</td>
</tr>
{% endif %}
<tr>
<th>Schedule Interval</th>
<td>{{ dag.schedule_interval }}</td>
</tr>
<tr>
<th>Start Date</th>
<td>{{ dag.start_date }}</td>
</tr>
<tr>
<th>End Date</th>
<td>{{ dag.end_date }}</td>
</tr>
<tr>
<th>Max Active Runs</th>
<td>{{ active_runs | length }} / {{ dag.max_active_runs }}</td>
</tr>
<tr>
<th>Concurrency</th>
<td>{{ dag.concurrency }}</td>
</tr>
<tr>
<th>Default Args</th>
<td><code>{{ dag.default_args }}</code></td>
</tr>
<tr>
<th>Tasks Count</th>
<td>{{ dag.tasks|length }}</td>
</tr>
<tr>
<th>Task IDs</th>
<td>{{ dag.task_ids }}</td>
</tr>
<tr>
<th>Filepath</th>
<td>{{ dag.filepath }}</td>
</tr>
<tr>
<th>Owner</th>
<td>{{ dag.owner }}</td>
</tr>
<tr>
<th>Tags</th>
<td>
{% if tags is defined and tags %}
{% for tag in tags | sort(attribute='name') %}
<a class="label label-info"
href="/home?tags={{ tag.name }}"
style="margin: 3px 6px 3px 0;"
title="All DAGs tagged “{{ tag.name }}”"
>
{{ tag.name }}
</a>
{% endfor %}
{% else %}
None
{% endif %}
</td>
</tr>
</table>
{% endblock %}
| airbnb/airflow | airflow/www/templates/airflow/dag_details.html | HTML | apache-2.0 | 3,056 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-ngModelOptions-directive-blur-jquery</title>
<script src="../../components/jquery-3.1.1/jquery.js"></script>
<script src="../../../angular.js"></script>
<script src="app.js"></script>
</head>
<body ng-app="optionsExample">
<div ng-controller="ExampleController">
<form name="userForm">
<label>
Name:
<input type="text" name="userName"
ng-model="user.name"
ng-model-options="{ updateOn: 'blur' }"
ng-keyup="cancel($event)" />
</label><br />
<label>
Other data:
<input type="text" ng-model="user.data" />
</label><br />
</form>
<pre>user.name = <span ng-bind="user.name"></span></pre>
</div>
</body>
</html> | chdyi/Angular.js | BookStore/app/framework/angular-1.6.2/docs/examples/example-ngModelOptions-directive-blur/index-jquery.html | HTML | apache-2.0 | 801 |
<!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) on Mon Jan 13 19:53:37 EST 2014 -->
<title>Uses of Class org.drip.analytics.holset.DOPHoliday</title>
<meta name="date" content="2014-01-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.drip.analytics.holset.DOPHoliday";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/drip/analytics/holset/DOPHoliday.html" title="class in org.drip.analytics.holset">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?org/drip/analytics/holset/\class-useDOPHoliday.html" target="_top">Frames</a></li>
<li><a href="DOPHoliday.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.drip.analytics.holset.DOPHoliday" class="title">Uses of Class<br>org.drip.analytics.holset.DOPHoliday</h2>
</div>
<div class="classUseContainer">No usage of org.drip.analytics.holset.DOPHoliday</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/drip/analytics/holset/DOPHoliday.html" title="class in org.drip.analytics.holset">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?org/drip/analytics/holset/\class-useDOPHoliday.html" target="_top">Frames</a></li>
<li><a href="DOPHoliday.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| tectronics/splinelibrary | 2.3/docs/Javadoc/org/drip/analytics/holset/class-use/DOPHoliday.html | HTML | apache-2.0 | 4,253 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_14) on Tue Aug 17 01:02:52 EDT 2010 -->
<TITLE>
Uses of Class org.apache.hadoop.io.compress.DefaultCodec (Hadoop-common 0.21.0 API)
</TITLE>
<META NAME="date" CONTENT="2010-08-17">
<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.io.compress.DefaultCodec (Hadoop-common 0.21.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/io/compress//class-useDefaultCodec.html" target="_top"><B>FRAMES</B></A>
<A HREF="DefaultCodec.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.io.compress.DefaultCodec</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/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.io.compress"><B>org.apache.hadoop.io.compress</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.io.compress"><!-- --></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/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</A> in <A HREF="../../../../../../org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress">DefaultCodec</A> in <A HREF="../../../../../../org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/io/compress/GzipCodec.html" title="class in org.apache.hadoop.io.compress">GzipCodec</A></B></CODE>
<BR>
This class creates gzip compressors/decompressors.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/io/compress/DefaultCodec.html" title="class in org.apache.hadoop.io.compress"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/io/compress//class-useDefaultCodec.html" target="_top"><B>FRAMES</B></A>
<A HREF="DefaultCodec.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
| jayantgolhar/Hadoop-0.21.0 | common/docs/api/org/apache/hadoop/io/compress/class-use/DefaultCodec.html | HTML | apache-2.0 | 7,986 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<title>New Zealand 2013
- Proposal</title>
<meta name="author" content="John Willis" >
<link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed" href="http://www.devopsdays.org/feed/" >
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('jquery', '1.3.2');
</script>
<!---This is a combined jAmpersand, jqwindont , jPullquote -->
<script type="text/javascript" src="/js/devops.js"></script>
<!--- Blueprint CSS Framework Screen + Fancytype-Screen + jedi.css -->
<link rel="stylesheet" href="/css/devops.min.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print">
<!--[if IE]>
<link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
</head>
<body onload="initialize()">
<div class="container ">
<div class="span-24 last" id="header">
<div class="span-16 first">
<img src="/images/devopsdays-banner.png" title="devopsdays banner" width="801" height="115" alt="devopdays banner" ><br>
</div>
<div class="span-8 last">
</div>
</div>
<div class="span-24 last">
<div class="span-15 first">
<div id="headermenu">
<table >
<tr>
<td>
<a href="/"><img alt="home" title="home" src="/images/home.png"></a>
<a href="/">Home</a>
</td>
<td>
<a href="/contact/"><img alt="contact" title="contact" src="/images/contact.png"></a>
<a href="/contact/">Contact</a>
</td>
<td>
<a href="/events/"><img alt="events" title="events" src="/images/events.png"></a>
<a href="/events/">Events</a>
</td>
<td>
<a href="/presentations/"><img alt="presentations" title="presentations" src="/images/presentations.png"></a>
<a href="/presentations/">Presentations</a>
</td>
<td>
<a href="/blog/"><img alt="blog" title="blog" src="/images/blog.png"></a>
<a href="/blog/">Blog</a>
</td>
</tr>
</table>
</div>
</div>
<div class="span-8 last">
</div>
<div class="span-24 last" id="title">
<div class="span-15 first">
<h1>New Zealand 2013
- Proposal </h1>
</div>
<div class="span-8 last">
</div>
<h1>Gold sponsors</h1>
</div>
<div class="span-15 ">
<div class="span-15 last ">
<div class="submenu">
<h3>
<a href="/events/2013-newzealand/">welcome</a>
<a href="/events/2013-newzealand/propose">propose</a>
<a href="/events/2013-newzealand/program">program</a>
<a href="/events/2013-newzealand/registration">register</a>
<a href="/events/2013-newzealand/location">location</a>
<a href="/events/2013-newzealand/sponsor">sponsor</a>
<a href="/events/2013-newzealand/contact">contact</a>
</h3>
</div>
Back to <a href='..'>proposals overview</a> - <a href='../../program'>program</a>
<hr>
<h3>What is a Devops?</h3>
<p><strong>Abstract:</strong></p>
<p>This is the second most asked question today in IT. Obviously behind “What is a Cloud?”. Most people who have been following the Devops movement for the past three years would agree it really doesn’t or maybe shouldn’t even have a definition. For example “What is Agile?” doesn’t really have a simple answer. A general consensus of like minded Devops followers might agree with Adam Jacob’s, (founder of Opscode), definition of “It’s a cultural and professional movement”. That’s it. However, in this session we are going to try and expand on the ideas behind the Devops movement. We will attempt to discuss the “Why” of Devops. Why does it exist, what is it’s history, what are some of it’s patterns and also look at some practitioning examples. We will start by looking at some of the roots of the movement breaking down it’s history. We will take a deeper look at the following influences:</p>
<ul>
<li>Lean Manufacturing</li>
<li>Lean Startup</li>
<li>Agile and Agile Infrastructure</li>
<li>Continuous Delivery</li>
<li>Web Scale</li>
</ul>
<p>We will look at some of the direct and indirect influences of twentieth century management scientist like Deming, Goldratt and Ohno. We will also will look at taxonomy that has been used to try and identify certain patterns of Devops called CAMS.</p>
<ul>
<li>Culture</li>
<li>Automation</li>
<li>Measurement</li>
<li>Sharing</li>
</ul>
<p>And finally we will end up with a look at some successful Devops style companies who have been capturing the mindshare of this movement. Companies like:</p>
<ul>
<li>Etsy</li>
<li>Github</li>
<li>Netflix</li>
</ul>
<p>The audience for this presentation is for anyone who wants to ask or has already asked the question “What is Devops?”.</p>
<p><strong> Prerequisite Knowledge:</strong></p>
<p>None - this session is suitable for all levels of experience.</p>
<p><strong> Learning Outcomes:</strong></p>
<ul>
<li>Setup a good first presentation for the Devops track</li>
<li>Understand the influences behind the Devops movement</li>
<li>Understand a loose taxonomy for Devops (CAMS)</li>
<li>Understand how successful some organizations are operating in a Devops style</li>
</ul>
<p><strong>Speaker:</strong></p>
<p>John Willis (<a href="https://twitter.com/botchagalupe">@botchagalupe</a>)</p>
</div>
<div class="span-15 first last">
<script type="text/javascript">
// var disqus_developer = 1;
</script>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'devopsdays';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
<hr>
</div>
</div>
<div class="span-8 last">
<div class="span-8 last">
<a href='http://www.enstratus.com/'><img border=0 alt='enStratus' title='enStratus' width=100px height=100px src='/events/2013-newzealand/logos/enstratus.png'></a>
<a href='http://www.hw-ops.com/'><img border=0 alt='Heavy Water Software' title='Heavy Water Software' width=100px height=100px src='/events/2013-newzealand/logos/heavywater.png'></a>
<a href='http://www.neo4j.org/'><img border=0 alt='Neo4j' title='Neo4j' width=100px height=100px src='/events/2013-newzealand/logos/neo4j.png'></a>
<a href='https://puppetlabs.com/'><img border=0 alt='Puppet Labs' title='Puppet Labs' width=100px height=100px src='/events/2013-newzealand/logos/puppetlabs.png'></a>
<h1>Supporters</h1>
<a href='http://www.xero.com/'><img border=0 alt='Xero' title='Xero' width=100px height=100px src='/events/2013-newzealand/logos/xero.png'></a>
</div>
<div class="span-8 last">
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9713393-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| benjohnson77/devopsdays-web | static/events/2013-newzealand/proposals/WhatIsaDevops/index.html | HTML | apache-2.0 | 7,765 |
<div>
<h3>第二十章</h3>
<p>1厥后、摩押人、亚扪人、及米乌尼人、来攻约沙法、</p>
<p>2或告约沙法曰、有群众自海外亚兰来攻尔、今在哈洗逊他玛、即隐基底、</p>
<p>3约沙法惧、决意寻求耶和华、于犹大全地、宣告禁食、</p>
<p>4犹大人自诸邑而来、会集寻求耶和华、</p>
<p>5约沙法立于犹大及耶路撒冷会中、在耶和华室之新院前、</p>
<p>6曰、我列祖之上帝耶和华欤、尔非天上上帝乎、尔非治万民诸国乎、尔手有能有力、无人能御尔也、</p>
<p>7我上帝欤、斯土居民、尔非逐于尔民以色列前、以此地锡予尔友亚伯拉罕之裔、至于永久乎、</p>
<p>8彼乃居之、为尔名而建圣所、</p>
<p>9曰、灾害若临于我、或锋刃惩罚、或疫疠饥馑、缘尔名在此室、我则立于此室与尔之前、因遇难而吁尔、尔必垂听、而施救援、</p>
<p>10试观亚扪人、摩押人、及西珥山人、即以色列族出埃及时、尔所禁侵其境、使转离之、不加翦灭者、</p>
<p>11今彼若何报我、乃来逐我、出尔所赐为业之地、</p>
<p>12我上帝欤、尔不惩之乎、我侪无力御此攻我之众、不知所为、我目惟尔是望、</p>
<p>13犹大人众、与其妻室、子女孩提、咸立于耶和华前、</p>
<p>14耶和华之神于会中、感利未人亚萨裔、玛探雅玄孙、耶利曾孙、比拿雅孙、撒迦利雅子雅哈悉、</p>
<p>15乃曰、犹大人众、耶路撒冷居民、约沙法王、尔其听之、耶和华告尔云、勿缘斯众、畏葸恐惶、盖此战不在尔、乃在上帝也、</p>
<p>16明日彼众由洗斯阪而上、尔可下而迎之、必遇之于谷口、耶鲁伊勒野前、</p>
<p>17尔无庸战、当列陈而立、观耶和华之救援、犹大与耶路撒冷人欤、勿畏葸、勿恐惶、明日出而御之、盖耶和华与尔偕焉、</p>
<p>18约沙法俯首面地、犹大人众、与耶路撒冷居民、俯伏于耶和华前、而崇拜之、</p>
<p>19哥辖可拉二族之利未人起立、颂赞以色列之上帝耶和华、其声甚大、</p>
<p>20翌日、民众夙兴、往提哥亚野、出时、约沙法立而言曰、犹大人与耶路撒冷居民欤、宜听我言、信尔之上帝耶和华、则必坚立、信其先知、则必亨通、</p>
<p>21约沙法既与民议、遂立人讴歌耶和华、衣圣服行于军前曰、当称谢耶和华、以其慈惠永存、</p>
<p>22甫讴歌颂赞时、耶和华发伏兵、以敌来攻犹大之亚扪人、摩押人、及西珥山人、俱为所击、</p>
<p>23盖亚扪人、摩押人、起攻西珥山人、杀而灭之、既歼西珥人、则自相残杀、</p>
<p>24犹大人至旷野戍楼、以望群众、见尸仆地、无一逃者、</p>
<p>25约沙法与民来取敌人之物、在尸中得货财珍宝甚多、剥尸所得、过于所能负荷、取之三日、物多故也、</p>
<p>26越至四日、集于比拉迦谷、颂赞耶和华、故其地名曰比拉迦谷、至于今日、</p>
<p>27约沙法率犹大与耶路撒冷人、欢然而归耶路撒冷、因耶和华使之胜敌而喜也、</p>
<p>28鸣琴鼓瑟吹角、至耶路撒冷、诣耶和华室、</p>
<p>29列邦诸族闻耶和华击以色列人之敌、无不畏惧上帝、</p>
<p>30约沙法之国平康、以其上帝锡之四境绥安也、○</p>
<p>31约沙法为犹大王、即位时、年三十有五、在耶路撒冷为王、历二十五年、其母名阿苏巴、示利希女也、</p>
<p>32约沙法循其父亚撒之道、不偏离之、行耶和华所悦、</p>
<p>33惟崇邱未废、民未决志归其列祖之上帝、</p>
<p>34约沙法其余事迹之始末、俱载于哈拿尼子耶户书、入于以色列列王纪、○</p>
<p>35此后、犹大王约沙法、与以色列王亚哈谢联盟、亚哈谢行恶特甚、</p>
<p>36约沙法与之协和、造舟于以旬迦别、欲往他施、</p>
<p>37玛利沙人多大瓦子以利以谢、向约沙法预言曰、因尔与亚哈谢联盟、耶和华必毁尔之所造、于是舟破、不能往他施、</p>
</div>
| yighu/wenli | wenliandroid/unpacked/assets/www/chapter471.html | HTML | apache-2.0 | 4,160 |
<html>
<head>
<title>Docs For Class Wsdl</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">default</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_default.html" class="menu">class tree: default</a> ]
[ <a href="../elementindex_default.html" class="menu">index: default</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="todolist">
<p><a href="../todolist.html">Todo List</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_default.html">default</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../default/_mikebevz---xsd2php---wsdl---AbstractWsdl.php.html"> AbstractWsdl.php
</a><br>
<a href="../default/_mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html"> AbstractWsdlFactory.php
</a><br>
<a href="../default/_mikebevz---xsd2php---Bind.php.html"> Bind.php
</a><br>
<a href="../default/_mikebevz---xsd2php---Common.php.html"> Common.php
</a><br>
<a href="../default/_mikebevz---xsd2php---wsdl---IWsdl.php.html"> IWsdl.php
</a><br>
<a href="../default/_legko.php.html"> legko.php
</a><br>
<a href="../default/_mikebevz---xsd2php---LegkoXML.php.html"> LegkoXML.php
</a><br>
<a href="../default/_mikebevz---xsd2php---NullLogger.php.html"> NullLogger.php
</a><br>
<a href="../default/_mikebevz---xsd2php---Php2Xml.php.html"> Php2Xml.php
</a><br>
<a href="../default/_mikebevz---xsd2php---PHPClass.php.html"> PHPClass.php
</a><br>
<a href="../default/_mikebevz---xsd2php---SoapServer.php.html"> SoapServer.php
</a><br>
<a href="../default/_mikebevz---xsd2php---Wsdl.php.html"> Wsdl.php
</a><br>
<a href="../default/_mikebevz---xsd2php---wsdl---WsdlFactory.php.html"> WsdlFactory.php
</a><br>
<a href="../default/_mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html"> Wsdl_1_1.php
</a><br>
<a href="../default/_mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html"> Wsdl_2_0.php
</a><br>
<a href="../default/_mikebevz---xsd2php---Xsd2Php.php.html"> Xsd2Php.php
</a><br>
</div><br />
<b>Interfaces:</b><br />
<div class="package">
<a href="../default/IWsdl.html">IWsdl</a><br />
</div>
<b>Classes:</b><br />
<div class="package">
<a href="../default/AbstractWsdl.html">AbstractWsdl</a><br />
<a href="../default/AbstractWsdlFactory.html">AbstractWsdlFactory</a><br />
<a href="../default/Bind.html">Bind</a><br />
<a href="../default/Common.html">Common</a><br />
<a href="../default/LegkoTool.html">LegkoTool</a><br />
<a href="../default/LegkoXML.html">LegkoXML</a><br />
<a href="../default/NullLogger.html">NullLogger</a><br />
<a href="../default/Php2Xml.html">Php2Xml</a><br />
<a href="../default/PHPClass.html">PHPClass</a><br />
<a href="../default/SoapServer.html">SoapServer</a><br />
<a href="../default/Wsdl.html">Wsdl</a><br />
<a href="../default/WsdlFactory.html">WsdlFactory</a><br />
<a href="../default/Wsdl_1_1.html">Wsdl_1_1</a><br />
<a href="../default/Wsdl_2_0.html">Wsdl_2_0</a><br />
<a href="../default/Xsd2Php.html">Xsd2Php</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: Wsdl</h1>
Source Location: /mikebevz/xsd2php/Wsdl.php<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre><a href="../default/Common.html">Common</a>
|
--Wsdl</pre><br />
<div class="description">Common data</div><br /><br />
<h4>Author(s):</h4>
<ul>
<li>Mike Bevz <<a href="mailto:[email protected]">[email protected]</a>></li>
</ul>
<h4>Version:</h4>
<ul>
<li>0.0.1</li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_vars">Variables</a></h3>
<ul>
<li><a href="../default/Wsdl.html#var$binding">$binding</a></li>
<li><a href="../default/Wsdl.html#var$bindingNameSuffix">$bindingNameSuffix</a></li>
<li><a href="../default/Wsdl.html#var$class">$class</a></li>
<li><a href="../default/Wsdl.html#var$importedNamespaces">$importedNamespaces</a></li>
<li><a href="../default/Wsdl.html#var$location">$location</a></li>
<li><a href="../default/Wsdl.html#var$portNameSuffix">$portNameSuffix</a></li>
<li><a href="../default/Wsdl.html#var$portType">$portType</a></li>
<li><a href="../default/Wsdl.html#var$publicPath">$publicPath</a></li>
<li><a href="../default/Wsdl.html#var$publicUrl">$publicUrl</a></li>
<li><a href="../default/Wsdl.html#var$refl">$refl</a></li>
<li><a href="../default/Wsdl.html#var$requestSuffix">$requestSuffix</a></li>
<li><a href="../default/Wsdl.html#var$responseSuffix">$responseSuffix</a></li>
<li><a href="../default/Wsdl.html#var$schemasPath">$schemasPath</a></li>
<li><a href="../default/Wsdl.html#var$serviceNameSuffix">$serviceNameSuffix</a></li>
<li><a href="../default/Wsdl.html#var$soapBindingStyle">$soapBindingStyle</a></li>
<li><a href="../default/Wsdl.html#var$soapBindingTransport">$soapBindingTransport</a></li>
<li><a href="../default/Wsdl.html#var$targetNsPrefix">$targetNsPrefix</a></li>
<li><a href="../default/Wsdl.html#var$wsdl">$wsdl</a></li>
<li><a href="../default/Wsdl.html#var$xmlSchemaPreffix">$xmlSchemaPreffix</a></li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../default/Wsdl.html#method__construct">__construct</a></li>
<li><a href="../default/Wsdl.html#methodaddBindingOperations">addBindingOperations</a></li>
<li><a href="../default/Wsdl.html#methodaddBindings">addBindings</a></li>
<li><a href="../default/Wsdl.html#methodaddImportToSchema">addImportToSchema</a></li>
<li><a href="../default/Wsdl.html#methodaddMessages">addMessages</a></li>
<li><a href="../default/Wsdl.html#methodaddPortOperations">addPortOperations</a></li>
<li><a href="../default/Wsdl.html#methodaddPortType">addPortType</a></li>
<li><a href="../default/Wsdl.html#methodaddServices">addServices</a></li>
<li><a href="../default/Wsdl.html#methodaddType">addType</a></li>
<li><a href="../default/Wsdl.html#methodaddTypes">addTypes</a></li>
<li><a href="../default/Wsdl.html#methodcomposeUrl">composeUrl</a></li>
<li><a href="../default/Wsdl.html#methodcopyToPublic">copyToPublic</a></li>
<li><a href="../default/Wsdl.html#methodgetBaseNsName">getBaseNsName</a></li>
<li><a href="../default/Wsdl.html#methodgetBindingName">getBindingName</a></li>
<li><a href="../default/Wsdl.html#methodgetBindingTypeName">getBindingTypeName</a></li>
<li><a href="../default/Wsdl.html#methodgetClassMethods">getClassMethods</a></li>
<li><a href="../default/Wsdl.html#methodgetClassNamespace">getClassNamespace</a></li>
<li><a href="../default/Wsdl.html#methodgetDebug">getDebug</a></li>
<li><a href="../default/Wsdl.html#methodgetLocation">getLocation</a></li>
<li><a href="../default/Wsdl.html#methodgetMethodIO">getMethodIO</a></li>
<li><a href="../default/Wsdl.html#methodgetNamespaceName">getNamespaceName</a></li>
<li><a href="../default/Wsdl.html#methodgetPortName">getPortName</a></li>
<li><a href="../default/Wsdl.html#methodgetPublicPath">getPublicPath</a></li>
<li><a href="../default/Wsdl.html#methodgetPublicUrl">getPublicUrl</a></li>
<li><a href="../default/Wsdl.html#methodgetSchemaLocation">getSchemaLocation</a></li>
<li><a href="../default/Wsdl.html#methodgetSchemasPath">getSchemasPath</a></li>
<li><a href="../default/Wsdl.html#methodgetServiceName">getServiceName</a></li>
<li><a href="../default/Wsdl.html#methodgetShortName">getShortName</a></li>
<li><a href="../default/Wsdl.html#methodgetSoapBindingStyle">getSoapBindingStyle</a></li>
<li><a href="../default/Wsdl.html#methodgetSoapBindingTransport">getSoapBindingTransport</a></li>
<li><a href="../default/Wsdl.html#methodgetTypeName">getTypeName</a></li>
<li><a href="../default/Wsdl.html#methodgetWsdl">getWsdl</a></li>
<li><a href="../default/Wsdl.html#methodimportsToAbsUrl">importsToAbsUrl</a></li>
<li><a href="../default/Wsdl.html#methodisLocalType">isLocalType</a></li>
<li><a href="../default/Wsdl.html#methodisTargetNamespaceEqualsTo">isTargetNamespaceEqualsTo</a></li>
<li><a href="../default/Wsdl.html#methodnamespaceToUrn">namespaceToUrn</a></li>
<li><a href="../default/Wsdl.html#methodsetDebug">setDebug</a></li>
<li><a href="../default/Wsdl.html#methodsetLocation">setLocation</a></li>
<li><a href="../default/Wsdl.html#methodsetPublicPath">setPublicPath</a></li>
<li><a href="../default/Wsdl.html#methodsetPublicUrl">setPublicUrl</a></li>
<li><a href="../default/Wsdl.html#methodsetSchemasPath">setSchemasPath</a></li>
<li><a href="../default/Wsdl.html#methodsetSoapBindingStyle">setSoapBindingStyle</a></li>
<li><a href="../default/Wsdl.html#methodsetSoapBindingTransport">setSoapBindingTransport</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
<td valign="top">
<h3>Inherited Variables</h3>
<div class="tags">
<h4>Class: <a href="../default/Common.html">Common</a></h4>
<dl>
<dt>
<a href="../default/Common.html#var$basicTypes">Common::$basicTypes</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#var$debug">Common::$debug</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#var$dom">Common::$dom</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#var$lastNsKey">Common::$lastNsKey</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#var$namespaces">Common::$namespaces</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#var$phpTypes">Common::$phpTypes</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#var$reservedWords">Common::$reservedWords</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
<td valign="top">
<h3>Inherited Methods</h3>
<div class="tags">
<h4>Class: <a href="../default/Common.html">Common</a></h4>
<dl>
<dt>
<a href="../default/Common.html#methodgetDocNamespaces">Common::getDocNamespaces()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#methodgetNsCode">Common::getNsCode()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#methodisQName">Common::isQName()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#methodnormalizeType">Common::normalizeType()</a>
</dt>
<dd>
Convert XMLSchema data type to PHP data type
</dd>
<dt>
<a href="../default/Common.html#methodparseDocComments">Common::parseDocComments()</a>
</dt>
<dd>
Parse Doc comments
</dd>
<dt>
<a href="../default/Common.html#methodparseParamDocs">Common::parseParamDocs()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#methodparseQName">Common::parseQName()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#methodparseReturnDocs">Common::parseReturnDocs()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#methodphpTypeToSoap">Common::phpTypeToSoap()</a>
</dt>
<dd>
</dd>
<dt>
<a href="../default/Common.html#methodresolveNamespace">Common::resolveNamespace()</a>
</dt>
<dd>
Resolve short namespace to long, or return the same code if not found
</dd>
<dt>
<a href="../default/Common.html#methodurnToPhpName">Common::urnToPhpName()</a>
</dt>
<dd>
</dd>
</dl>
</div>
</td>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line 14]<br />
Common data<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>author:</b> </td><td>Mike Bevz <<a href="mailto:[email protected]">[email protected]</a>></td>
</tr>
<tr>
<td><b>version:</b> </td><td>0.0.1</td>
</tr>
</table>
</div>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_vars"></a>
<h3>Class Variables</h3>
<div class="tags">
<a name="var$binding"></a>
<p></p>
<h4>$binding = <span class="value"></span></h4>
<p>[line 58]</p>
Binding<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>DomNode</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$bindingNameSuffix"></a>
<p></p>
<h4>$bindingNameSuffix = <span class="value"> "_Binding"</span></h4>
<p>[line 93]</p>
Suffix for generated binding tag name<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>unknown_type</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$class"></a>
<p></p>
<h4>$class = <span class="value"></span></h4>
<p>[line 21]</p>
Service class to be exposed<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>object</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$importedNamespaces"></a>
<p></p>
<h4>$importedNamespaces = <span class="value">array()</span></h4>
<p>[line 126]</p>
Namespaces already imported to XML Schema<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>array</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$location"></a>
<p></p>
<h4>$location = <span class="value"></span></h4>
<p>[line 65]</p>
Service location<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$portNameSuffix"></a>
<p></p>
<h4>$portNameSuffix = <span class="value"> "_Port"</span></h4>
<p>[line 88]</p>
Suffix for generated port tag name<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$portType"></a>
<p></p>
<h4>$portType = <span class="value"></span></h4>
<p>[line 52]</p>
Port type<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>DomNode</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$publicPath"></a>
<p></p>
<h4>$publicPath = <span class="value"> null</span></h4>
<p>[line 118]</p>
Path to publicly accessable folder to store imported/included schemas<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$publicUrl"></a>
<p></p>
<h4>$publicUrl = <span class="value"> null</span></h4>
<p>[line 120]</p>
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>mixed</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$refl"></a>
<p></p>
<h4>$refl = <span class="value"></span></h4>
<p>[line 34]</p>
Reflection of the $class<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>\ReflectionClass</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$requestSuffix"></a>
<p></p>
<h4>$requestSuffix = <span class="value"> "Request"</span></h4>
<p>[line 105]</p>
Request<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>unknown_type</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$responseSuffix"></a>
<p></p>
<h4>$responseSuffix = <span class="value"> "Response"</span></h4>
<p>[line 99]</p>
Response items suffix<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$schemasPath"></a>
<p></p>
<h4>$schemasPath = <span class="value"> null</span></h4>
<p>[line 111]</p>
Path to schema to be imported/included in XSD<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$serviceNameSuffix"></a>
<p></p>
<h4>$serviceNameSuffix = <span class="value"> "_Service"</span></h4>
<p>[line 82]</p>
Suffix for generated service tag name<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$soapBindingStyle"></a>
<p></p>
<h4>$soapBindingStyle = <span class="value"> "document"</span></h4>
<p>[line 40]</p>
Soap binding style: rpc|document<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$soapBindingTransport"></a>
<p></p>
<h4>$soapBindingTransport = <span class="value"> "http://schemas.xmlsoap.org/soap/http"</span></h4>
<p>[line 46]</p>
Soap binding transport: which transport of SOAP this binding corresponds to<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$targetNsPrefix"></a>
<p></p>
<h4>$targetNsPrefix = <span class="value"> "tns"</span></h4>
<p>[line 71]</p>
Prefix of target namespace<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$wsdl"></a>
<p></p>
<h4>$wsdl = <span class="value"></span></h4>
<p>[line 28]</p>
Instance of Zend_Soap_Wsdl<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>todo:</b> </td><td>consider replace this class - it's not that useful</td>
</tr>
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>com\mikebevz\xsd2php\wsdl\AbstractWsdl</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="var$xmlSchemaPreffix"></a>
<p></p>
<h4>$xmlSchemaPreffix = <span class="value"> "xsd"</span></h4>
<p>[line 77]</p>
Prefix for XML Schema namespace<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br />
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>Type:</b> </td>
<td>string</td>
</tr>
</table>
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="method__construct"></a>
<h3>constructor __construct <span class="smalllinenumber">[line 136]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void __construct(
[string|object
$class = null])</code>
</td></tr></table>
</td></tr></table><br />
Creates new wsdl for the $class given<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string|object </td>
<td><b>$class</b> </td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddBindingOperations"></a>
<h3>method addBindingOperations <span class="smalllinenumber">[line 281]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void addBindingOperations(
)</code>
</td></tr></table>
</td></tr></table><br />
Add operations to binding<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddBindings"></a>
<h3>method addBindings <span class="smalllinenumber">[line 205]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>DomNode addBindings(
)</code>
</td></tr></table>
</td></tr></table><br />
Add bindings to WSDL<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>Binding node</td>
</tr>
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddImportToSchema"></a>
<h3>method addImportToSchema <span class="smalllinenumber">[line 523]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void addImportToSchema(
string
$namespace, string
$code)</code>
</td></tr></table>
</td></tr></table><br />
Add xsd:import tag to XML schema before any childs added<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$namespace</b> </td>
<td>Namespace URI</td>
</tr>
<tr>
<td class="type">string </td>
<td><b>$code</b> </td>
<td>Shortcut for namespace, fx, ns0. Returned by getNsCode()</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddMessages"></a>
<h3>method addMessages <span class="smalllinenumber">[line 369]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void addMessages(
array
$messages)</code>
</td></tr></table>
</td></tr></table><br />
Add SOAP messages<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>throws:</b> </td><td>RuntimeException If</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If method does not have any inputs/outputs</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array </td>
<td><b>$messages</b> </td>
<td>Messages to add</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddPortOperations"></a>
<h3>method addPortOperations <span class="smalllinenumber">[line 310]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void addPortOperations(
)</code>
</td></tr></table>
</td></tr></table><br />
Add Port operations<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddPortType"></a>
<h3>method addPortType <span class="smalllinenumber">[line 230]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>DOMNode addPortType(
)</code>
</td></tr></table>
</td></tr></table><br />
Add port type<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>portType node</td>
</tr>
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddServices"></a>
<h3>method addServices <span class="smalllinenumber">[line 485]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void addServices(
)</code>
</td></tr></table>
</td></tr></table><br />
Add SOAP Service<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddType"></a>
<h3>method addType <span class="smalllinenumber">[line 783]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string addType(
string
$type)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>todo:</b> </td><td>Check this method</td>
</tr>
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$type</b> </td>
<td>Data type</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodaddTypes"></a>
<h3>method addTypes <span class="smalllinenumber">[line 242]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void addTypes(
)</code>
</td></tr></table>
</td></tr></table><br />
Add XML Schema types<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodcomposeUrl"></a>
<h3>method composeUrl <span class="smalllinenumber">[line 610]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string composeUrl(
array
$parts)</code>
</td></tr></table>
</td></tr></table><br />
Compose URL of kind schema://host:port<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>URL</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">array </td>
<td><b>$parts</b> </td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodcopyToPublic"></a>
<h3>method copyToPublic <span class="smalllinenumber">[line 640]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string copyToPublic(
string
$path, [boolean
$overwrite = false])</code>
</td></tr></table>
</td></tr></table><br />
Copy given file to publicSchemaPath<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>Path to new file</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If file cannot be copied</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$path</b> </td>
<td>Path to file</td>
</tr>
<tr>
<td class="type">boolean </td>
<td><b>$overwrite</b> </td>
<td>Overwrite file if it exists? default false</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetBaseNsName"></a>
<h3>method getBaseNsName <span class="smalllinenumber">[line 739]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getBaseNsName(
string
$ns)</code>
</td></tr></table>
</td></tr></table><br />
Get base name from URI<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>Base name</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$ns</b> </td>
<td>URI</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetBindingName"></a>
<h3>method getBindingName <span class="smalllinenumber">[line 809]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void getBindingName(
)</code>
</td></tr></table>
</td></tr></table><br />
Get binding element name<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetBindingTypeName"></a>
<h3>method getBindingTypeName <span class="smalllinenumber">[line 221]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getBindingTypeName(
)</code>
</td></tr></table>
</td></tr></table><br />
Get binding type name<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetClassMethods"></a>
<h3>method getClassMethods <span class="smalllinenumber">[line 444]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array<ReflectionMethod> getClassMethods(
)</code>
</td></tr></table>
</td></tr></table><br />
Get service class public methods<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetClassNamespace"></a>
<h3>method getClassNamespace <span class="smalllinenumber">[line 752]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getClassNamespace(
string
$class)</code>
</td></tr></table>
</td></tr></table><br />
Return class XML namespace taken from @xmlNamespace doc<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>XML namespace</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If namespace cannot be found in class DocBlock</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$class</b> </td>
<td>Class name</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetDebug"></a>
<h3>method getDebug <span class="smalllinenumber">[line 884]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>the getDebug(
)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetLocation"></a>
<h3>method getLocation <span class="smalllinenumber">[line 819]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getLocation(
)</code>
</td></tr></table>
</td></tr></table><br />
Get SOAP service location (service->port->address->location)<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetMethodIO"></a>
<h3>method getMethodIO <span class="smalllinenumber">[line 455]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>array getMethodIO(
string
$method)</code>
</td></tr></table>
</td></tr></table><br />
Return method input/output<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$method</b> </td>
<td>Method name</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetNamespaceName"></a>
<h3>method getNamespaceName <span class="smalllinenumber">[line 471]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void getNamespaceName(
$class)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type"> </td>
<td><b>$class</b> </td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetPortName"></a>
<h3>method getPortName <span class="smalllinenumber">[line 467]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getPortName(
)</code>
</td></tr></table>
</td></tr></table><br />
Get port name<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetPublicPath"></a>
<h3>method getPublicPath <span class="smalllinenumber">[line 899]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>the getPublicPath(
)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetPublicUrl"></a>
<h3>method getPublicUrl <span class="smalllinenumber">[line 914]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>the getPublicUrl(
)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetSchemaLocation"></a>
<h3>method getSchemaLocation <span class="smalllinenumber">[line 665]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getSchemaLocation(
string
$ns)</code>
</td></tr></table>
</td></tr></table><br />
Get path to schema in schemasPath with targetNamespace = $ns<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>absolut path to schema file</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If SchemaPath is not specified</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If Public folder is not specified</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If SchemaPath is not readable</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If namespace cannot be found in SchemaPath</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If PublicPath is not writable</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$ns</b> </td>
<td>Namespace to match</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetSchemasPath"></a>
<h3>method getSchemasPath <span class="smalllinenumber">[line 869]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>the getSchemasPath(
)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetServiceName"></a>
<h3>method getServiceName <span class="smalllinenumber">[line 798]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getServiceName(
)</code>
</td></tr></table>
</td></tr></table><br />
Get service element name<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetShortName"></a>
<h3>method getShortName <span class="smalllinenumber">[line 769]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getShortName(
string
$longName)</code>
</td></tr></table>
</td></tr></table><br />
Get class name without namespace<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>Class base name</td>
</tr>
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$longName</b> </td>
<td>Class full name</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetSoapBindingStyle"></a>
<h3>method getSoapBindingStyle <span class="smalllinenumber">[line 836]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getSoapBindingStyle(
)</code>
</td></tr></table>
</td></tr></table><br />
Get SOAP binding style<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetSoapBindingTransport"></a>
<h3>method getSoapBindingTransport <span class="smalllinenumber">[line 853]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getSoapBindingTransport(
)</code>
</td></tr></table>
</td></tr></table><br />
Get SOAP binding transport<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>the $soapBindingTransport</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetTypeName"></a>
<h3>method getTypeName <span class="smalllinenumber">[line 496]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getTypeName(
string
$type)</code>
</td></tr></table>
</td></tr></table><br />
Get QName style for given type<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>throws:</b> </td><td>RuntimeException If class of type cannot be found</td>
</tr>
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$type</b> </td>
<td>Type name</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetWsdl"></a>
<h3>method getWsdl <span class="smalllinenumber">[line 153]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string getWsdl(
[string|object
$class = null])</code>
</td></tr></table>
</td></tr></table><br />
Ger WSDL file contents<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>throws:</b> </td><td>RuntimeException If class not defined</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If given class is neither class nor string</td>
</tr>
<tr>
<td><b>throws:</b> </td><td>RuntimeException If given class is not found, ie was not included before</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string|object </td>
<td><b>$class</b> </td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodimportsToAbsUrl"></a>
<h3>method importsToAbsUrl <span class="smalllinenumber">[line 572]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>string importsToAbsUrl(
string
$schemaPath, [
$relPath = ''])</code>
</td></tr></table>
</td></tr></table><br />
Convert relative paths in XMLSchema's imports and includes to URLs using $location<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>URL of the schema</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$schemaPath</b> </td>
<td>Absolute path to XML Schema file</td>
</tr>
<tr>
<td class="type"> </td>
<td><b>$relPath</b> </td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodisLocalType"></a>
<h3>method isLocalType <span class="smalllinenumber">[line 344]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean isLocalType(
string
$type)</code>
</td></tr></table>
</td></tr></table><br />
Return true if given type is local, false in case the type is not from xsd or tns namespaces<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$type</b> </td>
<td>QName type name</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodisTargetNamespaceEqualsTo"></a>
<h3>method isTargetNamespaceEqualsTo <span class="smalllinenumber">[line 713]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>boolean isTargetNamespaceEqualsTo(
string
$schema, string
$ns)</code>
</td></tr></table>
</td></tr></table><br />
Check if $schema XML Schema file belongs to $ns<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$schema</b> </td>
<td>Path to XML Schema file</td>
</tr>
<tr>
<td class="type">string </td>
<td><b>$ns</b> </td>
<td>Target namespace to match</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodnamespaceToUrn"></a>
<h3>method namespaceToUrn <span class="smalllinenumber">[line 475]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void namespaceToUrn(
$namespace)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>private</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type"> </td>
<td><b>$namespace</b> </td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetDebug"></a>
<h3>method setDebug <span class="smalllinenumber">[line 892]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setDebug(
$debug
$debug)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">$debug </td>
<td><b>$debug</b> </td>
<td>the $debug to set</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetLocation"></a>
<h3>method setLocation <span class="smalllinenumber">[line 827]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setLocation(
$location
$location)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">$location </td>
<td><b>$location</b> </td>
<td>the $location to set</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetPublicPath"></a>
<h3>method setPublicPath <span class="smalllinenumber">[line 907]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setPublicPath(
$publicPath
$publicPath)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">$publicPath </td>
<td><b>$publicPath</b> </td>
<td>the $publicPath to set</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetPublicUrl"></a>
<h3>method setPublicUrl <span class="smalllinenumber">[line 922]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setPublicUrl(
$publicUrl
$publicUrl)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">$publicUrl </td>
<td><b>$publicUrl</b> </td>
<td>the $publicUrl to set</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetSchemasPath"></a>
<h3>method setSchemasPath <span class="smalllinenumber">[line 877]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setSchemasPath(
$schemasPath
$schemasPath)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">$schemasPath </td>
<td><b>$schemasPath</b> </td>
<td>the $schemasPath to set</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetSoapBindingStyle"></a>
<h3>method setSoapBindingStyle <span class="smalllinenumber">[line 844]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setSoapBindingStyle(
$soapBindingStyle
$soapBindingStyle)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">$soapBindingStyle </td>
<td><b>$soapBindingStyle</b> </td>
<td>the $soapBindingStyle to set</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetSoapBindingTransport"></a>
<h3>method setSoapBindingTransport <span class="smalllinenumber">[line 861]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void setSoapBindingTransport(
$soapBindingTransport
$soapBindingTransport)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">$soapBindingTransport </td>
<td><b>$soapBindingTransport</b> </td>
<td>the $soapBindingTransport to set</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<div class="credit">
<hr />
Documentation generated on Tue, 01 Feb 2011 22:29:29 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html> | intuit/QuickBooks-V3-PHP-SDK | src/XSD2PHP/docs/default/Wsdl.html | HTML | apache-2.0 | 67,292 |
---
layout: data_model
title: NetworkSocketObjectType
this_version: 1.1.1
---
<div class="alert alert-danger bs-alert-old-docs">
<strong>Heads up!</strong> These docs are for STIX 1.1.1, which is not the latest version (1.2). <a href="/data-model/1.2/NetworkSocketObj/NetworkSocketObjectType">View the latest!</a>
</div>
<div class="row">
<div class="col-md-10">
<h1>NetworkSocketObjectType<span class="subdued">Network Socket Object Schema</span></h1>
<p class="data-model-description">The <a href='/data-model/1.1.1/NetworkSocketObj/NetworkSocketObjectType'>NetworkSocketObjectType</a> is intended to characterize network sockets.</p>
</div>
<div id="nav-area" class="col-md-2">
<p>
<form id="nav-version">
<select>
<option value="1.2" >STIX 1.2</option>
<option value="1.1.1" selected="selected">STIX 1.1.1</option>
<option value="1.1" >STIX 1.1</option>
<option value="1.0.1" >STIX 1.0.1</option>
<option value="1.0" >STIX 1.0</option>
</select>
</form>
</p>
</div>
</div>
<hr />
<h2>Fields</h2>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Field Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>@object_reference<span class="occurrence">optional</span></td>
<td>
QName
</td>
<td>
<p>The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.</p>
</td>
</tr>
<tr>
<td>Custom_Properties<span class="occurrence">0..1</span></td>
<td>
<a href="/data-model/1.1.1/cyboxCommon/CustomPropertiesType">CustomPropertiesType</a>
</td>
<td>
<p>The Custom_Properties construct is optional and enables the specification of a set of custom Object Properties that may not be defined in existing Properties schemas.</p>
</td>
</tr>
<tr>
<td>@is_blocking<span class="occurrence">optional</span></td>
<td>
boolean
</td>
<td>
<p>The is_blocking field specifies whether or not the socket is in blocking mode.</p>
</td>
</tr>
<tr>
<td>@is_listening<span class="occurrence">optional</span></td>
<td>
boolean
</td>
<td>
<p>The is_listening field specifies whether or not the socket is in listening mode.</p>
</td>
</tr>
<tr>
<td>Address_Family<span class="occurrence">0..1</span></td>
<td>
<a href="/data-model/1.1.1/NetworkSocketObj/AddressFamilyType">AddressFamilyType</a>
</td>
<td>
<p>The Address_Family field specifies the address family (AF_*) that the socket is configured for.</p>
</td>
</tr>
<tr>
<td>Domain<span class="occurrence">0..1</span></td>
<td>
<a href="/data-model/1.1.1/NetworkSocketObj/DomainFamilyType">DomainFamilyType</a>
</td>
<td>
<p>The Domain field specifies the communication domain (PF_*) of the socket.</p>
</td>
</tr>
<tr>
<td>Local_Address<span class="occurrence">0..1</span></td>
<td>
<a href="/data-model/1.1.1/SocketAddressObj/SocketAddressObjectType">SocketAddressObjectType</a>
</td>
<td>
<p>The Local_Address field specifies the IP address and port for the socket on the local machine.</p>
</td>
</tr>
<tr>
<td>Options<span class="occurrence">0..1</span></td>
<td>
<a href="/data-model/1.1.1/NetworkSocketObj/SocketOptionsType">SocketOptionsType</a>
</td>
<td>
<p>The Options field specifies any particular options used by the socket.</p>
</td>
</tr>
<tr>
<td>Protocol<span class="occurrence">0..1</span></td>
<td>
<a href="/data-model/1.1.1/NetworkSocketObj/ProtocolType">ProtocolType</a>
</td>
<td>
<p>The Protocol field specifies the type of IP layer protocol used by the socket.</p>
</td>
</tr>
<tr>
<td>Remote_Address<span class="occurrence">0..1</span></td>
<td>
<a href="/data-model/1.1.1/SocketAddressObj/SocketAddressObjectType">SocketAddressObjectType</a>
</td>
<td>
<p>The Remote_Address field specifies the IP address and port for the socket on the remote machine.</p>
</td>
</tr>
<tr>
<td>Type<span class="occurrence">0..1</span></td>
<td>
<a href="/data-model/1.1.1/NetworkSocketObj/SocketType">SocketType</a>
</td>
<td>
<p>The Type field specifies the type of socket being characterized.</p>
</td>
</tr>
<tr>
<td>Socket_Descriptor<span class="occurrence">0..1</span></td>
<td>
<a href="/data-model/1.1.1/cyboxCommon/NonNegativeIntegerObjectPropertyType">NonNegativeIntegerObjectPropertyType</a>
</td>
<td>
<p>The Socket_Descriptor field specifies the socket file descriptor value associated with the socket. Negative values are not allowed.</p>
</td>
</tr>
</tbody>
</table>
| johnwunder/johnwunder.github.io | data-model/1.1.1/NetworkSocketObj/NetworkSocketObjectType/index.html | HTML | bsd-3-clause | 5,970 |
<header>Dies d'avís</header>
El nombre de dies abans que es forci l'usuari a canviar la seva contrasenya
durant els quals s'avisa l'usuari en entrar al sistema.
<hr>
| xtso520ok/webmin | useradmin/help/warn.ca.UTF-8.html | HTML | bsd-3-clause | 171 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
<!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
<!-- with no invariant sections. -->
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
<HTML>
<HEAD>
<META CHARSET="windows-1251">
<META NAME="author" CONTENT="Josh Coalson">
<META NAME="description" CONTENT="An open source codec for lossless audio compression and decompression">
<META NAME="keywords" CONTENT="lossless,audio,codec,encoder,decoder,compression,compressor,archive,archiving,backup">
<TITLE>FLAC: íà÷àëî</TITLE>
</HEAD>
<BODY>
<CENTER><TABLE cellpadding=0 cellspacing=0 border=0>
<TR>
<TD align=center>|</TD>
<TD height=22 align=center nowrap>
íà÷àëî </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="news.html">íîâîñòè</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="download.html">ôàéëû</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="features.html">õàðàêòåðèñòèêè</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="goals.html">öåëè</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="format.html">ôîðìàò</A> </TD>
<TD align=center>|</TD></TR>
<TR>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="id.html">id</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="comparison.html">ñðàâíåíèå</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="developers.html">ðàçðàáîòêà</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="documentation.html">äîêóìåíòàöèÿ</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="links.html">ññûëêè</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
<A HREF="authors.html">àâòîðû</A> </TD>
<TD align=center>|</TD></TR>
</TABLE></CENTER>
<P><CENTER><TABLE cellpadding=0 cellspacing=0 border=0>
<TR><TD align=center>|</TD>
<TD height=22 align=center nowrap>
<A HREF="../index.html">english</A> </TD>
<TD align=center>|</TD>
<TD align=center nowrap>
ðóññêèé</A> </TD>
<TD align=center>|</TD></TR>
</TABLE></CENTER></P>
<CENTER><H2>FLAC: íà÷àëî</H2></CENTER>
<H3>Ñòàòóñ</H3>
<P>26 ÿíâàðÿ 2003: <B>FLAC 1.1.0</B></P>
<P>Âûøëà âåðñèÿ FLAC 1.1.0. Ñðåäè íîâûõ âîçìîæíîñòåé ïîääåðæêà ReplayGain è ñïèñêîâ ðàçìåòêè àóäèîäèñêîâ. Êðîìå òîãî óëó÷øåíî ñæàòèå 24-áèòíûõ ôàéëîâ è äîáàâëåíèà ïîääåðæêà ðåäàêòèðîâàíèÿ òåãîâ â ïëàãèíàõ. Ïîäðîáíåå îá ýòîì íà ñòðàíèöå <A HREF="news.html">íîâîñòåé</A>.</P>
<P>Îáðàòèòå âíèìàíèå íà òî, ÷òî áûë óâåëè÷åí ìëàäøèé íîìåð âåðñèè, à çíà÷èò ñîâìåñòèìîñòü ñíèçó ââåðõ áûëà íàðóøåíà (ò.å. áîëåå ðàííèå âåðñèè äåêîäåðîâ íå ñìîãóò âîñïðîèçâîäèòü ôàéëû, ñîçäàííûå áîëåå ïîçäíèìè âåðñèÿìè êîäåðà). Ýòî ïðîèçîøëî èç-çà îøèáêè â äåêîäåðàõ â âåðñèÿõ äî 1.0.4 âêëþ÷èòåëüíî, èç-çà êîòîðîé äåêîäåðû íåïðàâèëüíî ïðîïóñêàëè íåèçâåñòíûå áëîêè ìåòàäàííûõ. Ïîòîêîâûé ôîðìàò íå èçìåíèëñÿ, ïîýòîìó îáðàòíàÿ ñîâìåñòèìîñòü íå íàðóøåíà. Ýòî çíà÷èò, ÷òî ôàéë FLAC ñî ñïèñêîì ðàçìåòêè àóäèîäèñêà íå áóäåò äåêîäèðîâàòüñÿ âåðñèÿìè äî 1.1.0, â êîòîðîé áûëà èñïðàâëåíà óïîìÿíóòàÿ âûøå îøèáêà.</P>
<P>Åñëè âû èñïîëüçóåòå FLAC è ó âàñ åñòü ïðåäîëîæåíèÿ èëè ïàò÷è, ïîæàëóéñòà, ïðèñîäèíÿéòåñü ê <A HREF="http://sourceforge.net/mail/?group_id=13478">ñïèñêó ðàññûëêè</A> èëè <A HREF="http://sourceforge.net/project/memberlist.php?group_id=13478">ãðóïïå ðàçðàáîò÷èêîâ</A>. Ñîîáùèòü îá îøèáêå ìîæíî <A HREF="http://sourceforge.net/bugs/?func=addbug&group_id=13478">çäåñü</A>.</P>
<H3>×òî òàêîå FLAC?</H3>
<P>FLAC - ýòî àááðåâèàòóðà îò Free Lossless Audio Codec (ñâîáîäíûé àóäèîêîäåê, ñæèìàþùèé áåç ïîòåðü). Ïðîåêò FLAC âêëþ÷àåò:</P>
<P><BLOCKQUOTE><UL>
<LI>ïîòîêîâûé ôîðìàò;</LI>
<LI>áàçîâûå êîäåðû è äåêîäåðû â âèäå áèáëèîòåê;</LI>
<LI><B><TT>flac</TT></B>, óòèëèòó êîìàíäíîé ñòðîêè, âûïîëíÿþùóþ ñæàòèå è ðàñïàêîâêó ôàéëîâ .flac;</LI>
<LI><B><TT>metaflac</TT></B>, óòèëèòó êîìàíäíîé ñòðîêè äëÿ ðåäàêòèðîâàíèÿ ìåòàäàííûõ â ôàéëàõ .flac;</LI>
<LI>ïëàãèíû äëÿ ðàçíûõ ïëåéåðîâ.</LI>
</UL></BLOCKQUOTE></P>
<P>"Ñâîáîäà" îçíà÷àåò, ÷òî ñïåöèôèêàöèÿ ïîòîêîâîãî ôîðìàòà îòêðûòà äëÿ âñåõ è ìîæåò áûòü èñïîëüçîâàíà äëÿ ëþáûõ öåëåé (ïðîåêò FLAC îñòàâëÿåò çà ñîáîé ïðàâî óñòàíàâëèâàòü ñïåöèôèêàöèè è ñåðòèôèöèðîâàòü îòíîñÿùèåñÿ ê íåìó ïðîäóêòû íà ñîâìåñòèìîñòü), à òàêæå òî, ÷òî íè ôîðìàò, íè îäèí èç ðåàëèçîâàííûõ ìåòîäîâ êîäèðîâàíèÿ/äåêîäèðîâàíèÿ íå çàïàòåíòîâàíû. Ýòî òàêæå çíà÷èò, ÷òî âñå èñõîäíûå òåêñòû äîñòóïíû ïî ëèöåíçèÿì, îáÿçûâàþùèì ïðåäîñòàâëÿòü èñõîäíûå êîäû.</P>
<P>FLAC êîìïèëèðóåòñÿ íà ìíîæåñòâå ïëàòôîðì: Unixes (Linux, *BSD, Solaris, OS X), Windows, BeOS è OS/2. Èìåþòñÿ ñèñòåìû ñáîðêè äëÿ autoconf/automake, MSVC, Watcom C è Project Builder.</P>
<P>×òîáû óçíàòü áîëüøå î ïðîåêòå FLAC, ñìîòðèòå ñòðàíèöû <A HREF="features.html">õàðàêòåðèñòèêè</A>, <A HREF="documentation.html">äîêóìåíòàöèÿ</A> è <A HREF="format.html">ôîðìàò</A>. Òàêæå ïðèâåäåíî <A HREF="comparison.html">ñðàâíåíèå</A> êîäåðîâ, ñæèìàþùèõ áåç ïîòåðü, è ñïèñîê <A HREF="goals.html">öåëåé</A>, ñòîÿùèõ ïåðåä ó÷àñòíèêàìè ïðîåêòà.</P>
<H3>Ôàéëû</H3>
<P>Íà <A HREF="download.html">ýòîé</A> ñòðàíèöå íàõîäÿòñÿ ññûëêè íà èñõîäíûå òåêñòû, à òàêæå ñêîïèëèðîâàííûå âåðñèè äëÿ ðàçëè÷íûõ îïåðàöèîííûõ ñèñòåì, êðîìå òîãî èõ ìîæíî ïîëó÷èòü ïðÿìî íà <A HREF="http://www.sourceforge.net/projects/flac/">SourceForge</A>.</P>
<H3>Äîêóìåíòàöèÿ</H3>
<P>Äîêóìåíòàöèÿ äîñòóïíà â ðåæèìå îíëàéí è â äèñòðèáóòèâàõ. Èíôîðìàöèÿ ïî óñòàíîâêå è èñïîëüçîâàíèþ <B><TT>flac</TT></B> è ïëàãèíîâ íàõîäèòñÿ <A HREF="documentation.html">çäåñü</A>. Áîëåå äåòàëüíàÿ èíôîðìàöèÿ î ôîðìàòå FLAC è áàçîâîì êîäåðå ïðèâåäåíà íà <A HREF="format.html">ýòîé ñòðàíèöå</A>.</P>
<H3>Ðåãèñòðàöèÿ id</H3>
<P>Åñëè ó âàñ åñòü ïðèëîæåíèå, èñïîëüçóþùåå FLAC, è âû õîòèòå, ÷òîáû îíî ðàáîòàëî ñ äîáàâëÿåìûìè â ôàéë ìåòàäàííûìè, çàéäèòå íà <A HREF="id.html">ñòðàíèöó</A> ðåãèñòðàöèè è çàðåçåðâèðóéòå äëÿ íåãî èäåíòèôèêàòîð.</P>
<P> Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson</P>
</BODY>
</HTML>
| jeeb/flac | doc/html/ru/index.html | HTML | bsd-3-clause | 6,342 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>YUIDoc Syntax Reference</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Maven+Pro:400,700">
<link rel="stylesheet" href="http://yui.yahooapis.com/3.4.1/build/cssgrids/grids-min.css">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/3.5.1/build/yui/yui.js"></script>
</head>
<body>
<a href="https://github.com/yui/yuidoc"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div id="doc">
<div id="hd">
<h1><img src="http://yuilibrary.com/img/yui-logo.png">YUIDoc Syntax Reference</h1>
</div>
<div class="crumbs">
<a href="../">Main Page</a> <a name="Arrow">></a> <a href="../syntax/index.html">YUIDoc Syntax Reference</a>
</div>
<a href="#toc" class="jump">Jump to Table of Contents</a>
<div class="yui3-g">
<div class="yui3-u-3-4">
<div id="main">
<div class="content"><div class="intro">
<p>YUIDoc's syntax should be familiar if you've used
Javadoc, JSDoc, Doxygen, or most other documentation generator tools.
YUIDoc relies on <dfn>tags</dfn> such as <code>@param</code> or <code>@return</code> embedded in comments blocks
that start with <code>/**</code> and end with <code>*/</code>.
It includes a small number of tags for documenting specific YUI features,
but most tags are generic enough to use with any object-oriented language.</p>
<p><b>IMPORTANT:</b> YUIDoc only parses YUIDoc comment blocks, not source code.
This keeps YUIDoc relatively simple and language agnostic.
However, it also means you must declare everything to YUIDoc explicitly.
A code snippet will not display as a "method" or "class"
until you describe it as such.
A corollary is that YUIDoc will never generate empty, "stub" doc entries
for API members that lack comment blocks.</p>
</div>
<h2 id="basic-requirements">Basic Requirements</h2>
<p>A given comment block must contain one (and only one)
<a href="#primary-tags">primary tag</a> such as <code>@class</code> or <code>@method</code>,
and zero or more <a href="#secondary-tag">secondary tags</a>
such as <code>@param</code>, <code>@type</code>, and <code>@extends</code>.
Some secondary tags can be used in any comment block,
while others only make sense alongside a particular primary tag.</p>
<p>A source tree must contain at least one comment block with a <code>@module</code> tag.</p>
<p>Each module must have at least one comment block with a <code>@class</code> tag.</p>
<p>Each class may then have zero or more comment blocks with
an <code>attribute</code>, <code>@class</code>, <code>@event</code>, <code>@method</code>, or <code>@property</code> tag.</p>
<h2 id="primary-tags">Primary Tags</h2>
<p>Each comment block must have one (and only one) of the following tags</p>
<table>
<tr>
<th>Name</th>
<th>Example</th>
<th>Description</th>
</tr>
<tr id="module">
<td><code>module</code></td>
<td>
<pre class="code prettyprint">/**
Provides the base Widget class...
@module widget
**/</pre>
</td>
<td>
<p>Indicates that the block describes a group of related classes.
For example, YUI's <code>app</code> module includes classes such as <code>App.Base</code>, <code>Model</code>, and <code>Router</code>.
You can optionally break modules up into submodules.
<p>YUIDoc requires you to provide at least one module per source tree.
Since there isn't always an obvious place to insert module documentation in JavaScript source,
the convention is to declare your module at the top of the file that contains your module's "primary" or "base" class.</p>
<p>
See also:
<a href="#class"><code>@class</code></a>,
<a href="#for"><code>@for</code></a>,
<a href="#maintag"><code>@main</code></a>,
<a href="#submodule"><code>@submodule</code></a>.
</p>
</td>
</tr>
<tr id="maintag">
<td><code>main</code></td>
<td>
<pre class="code prettyprint">/**
Provides more functionality for the widget module..
@module widget
@submodule widget-foo
@main widget
**/</pre>
</td>
<td>
<p>
When YUIDoc parses a module's directory, there may be several files in this directory that
provides documentation for that module and it's submodules. YUIDoc will attempt to determine
which module contains the main description for this module. If it has trouble doing that
you can add a <code>@main</code> tag to your module/submodule description and YUIDoc will use that as
the main module description on the modules API landing page.
</p>
</td>
</tr>
<tr id="class">
<td><code>class</code></td>
<td>
<pre class="code prettyprint">/**
A utility that brokers HTTP requests...
@class IO
@constructor
**/
function IO (config) {</pre>
</td>
<td>
<p>Indicates that the block describes a class.
In JavaScript, this is generally an object with a constructor function.
The value of <code>@class</code> should be the string that identifies the functional class on its parent object.
For example, the <code>@class</code> for <code>Y.DD.Drag</code> would be <code>Drag</code>
(and its <a href="#@namespace"><code>@namespace</code></a> would be <code>DD</code>).</p>
<p>YUIDoc expects methods, properties, attributes, and events to belong to a class,
so in general you must provide at least one class for each module in your source tree.
A <code>@class</code> block should reside just above the class's constructor function,
and above all methods, events, properties, and attributes that belong to the class.</p>
<p>A <a href="#class"><code>@class</code></a> tag should be paired with
either a <code>@constructor</code> tag or a <code>@static</code> tag.</p>
<p>
See also:
<a href="#constructor"><code>@constructor</code></a>,
<a href="#extends"><code>@extends</code></a>,
<a href="#extensionfor"><code>@extensionfor</code></a>,
<a href="#for"><code>@for</code></a>,
<a href="#module"><code>@module</code></a>,
<a href="#namespace"><code>@namespace</code></a>,
<a href="#static"><code>@static</code></a>,
<a href="#uses"><code>@uses</code></a>.
</p>
</td>
</td>
</tr>
<tr id="method">
<td><code>method</code></td>
<td>
<pre class="code prettyprint">/**
Returns this model's attributes as...
@method toJSON
@return {Object} Copy of ...
**/
toJSON: function () {</pre>
</td>
<td>
<p>Indicates that the block describes a method for the current class.
By default, the "current" class is the last class that YUIDoc parsed, but
you can reset this with the <a href="#for"><code>@for</code></a> tag.</p>
<p>A <code>@method</code> block should always reside directly above the method's definition.
At a minimum, you should also document any
parameters (<a href="#param"><code>@param</code></a>) and
return values (<a href="#return"><code>@return</code></a>).</p>
<p>
See also:
<a href="#chainable"><code>@chainable</code></a>,
<a href="#class"><code>@class</code></a>,
<a href="#constructor"><code>@constructor</code></a>,
<a href="#for"><code>@for</code></a>,
<a href="#param"><code>@param</code></a>,
<a href="#return"><code>@return</code></a>,
<a href="#static"><code>@static</code></a>.
</p>
</td>
</td>
</tr>
<tr id="event">
<td><code>event</code></td>
<td>
<pre class="code prettyprint">/**
Fired when an error occurs...
@event error
@param {String} msg A description of...
**/
var EVT_ERROR = 'error',</pre>
</td>
<td>
<p>Indicates that the block describes a custom event that the class can fire
at some interesting moment of code execution.
An <code>@event</code> block is somewhat similar to a <a href="#param"><code>@method</code></a> block,
except that <a href="#return"><code>@return</code></a> is irrelevant, and
<a href="#param"><code>@param</code></a> is used to describe properties hanging off
the event object that callbacks listening for the event receive. </p>
<p>Ideally, an <code>@event</code> block should reside above the code that defines the event,
even if that code is just a simple string declaration.
If you find that your <code>@event</code> block is "floating in space,"
you should at least place it underneath the class that owns the event,
grouped with any other events that the class can fire.</p>
<p>
See also:
<a href="#bubbles"><code>@bubbles</code></a>,
<a href="#class"><code>@class</code></a>,
<a href="#for"><code>@for</code></a>,
<a href="#param"><code>@param</code></a>.
</p>
</td>
</tr>
<tr id="property">
<td><code>property</code></td>
<td>
<pre class="code prettyprint">/**
Template for this view's container...
@property containerTemplate
@type String
@default "<div/>"
**/
containerTemplate: '<div/>',</pre>
</td>
<td>
<p>Indicates that the block describes a property belonging to the current class.</p>
<p>As with methods, a <code>@property</code> block should always reside
directly above the point where the property is defined.
At a minimum, you should also provide the property's <code>@type</code>,
even if the value is <code>"any"</code> or <code>"mixed"</code>.</p>
<p>
See also:
<a href="#attribute"><code>@attribute</code></a>,
<a href="#default"><code>@default</code></a>,
<a href="#class"><code>@class</code></a>,
<a href="#for"><code>@for</code></a>,
<a href="#type"><code>@type</code></a>.
</p>
</td>
</tr>
<tr id="attribute">
<td><code>attribute</code></td>
<td>
<pre class="code prettyprint">/**
* Indicates whether this Widget
* has been rendered...
*
* @attribute rendered
* @readOnly
* @default false
* @type boolean
*/
ATTRS[RENDERED] = {</pre>
</td>
<td>
<p>[YUI-specific] Indicates that the block describes a managed configuration attribute.
An attribute is an object created and managed by the YUI
<a href="http://yuilibrary.com/yui/docs/api/classes/Attribute.html"><code>Attribute</code> API</a>.
It is a kind of "super-property", with getters, setters, and other nifty features,
including the ability to automatically fire change events.</p>
<p>An <code>@attribute</code> block should reside directly above the definition of the attribute,
whether that is inside a <code>Y.Base</code> object's <code>ATTRS</code> property or elsewhere.
Note that if your <code>yuidoc.json</code> file sets <code>attributesEmit</code> to <code>true</code>,
YUI will automatically generate documentation for the attribute's change events throughout the source tree,
with no extra YUIDoc comments needed from you.</p>
<p>
See also:
<a href="#property"><code>@property</code></a>,
<a href="#default"><code>@default</code></a>,
<a href="#class"><code>@class</code></a>,
<a href="#for"><code>@for</code></a>,
<a href="#type"><code>@type</code></a>,
<a href="#required"><code>@required</code></a>,
<a href="#optional"><code>@optional</code></a>.
</p>
</td>
</tr>
</table>
<h2 id="secondary-tags">Secondary tags</h2>
<p>
After choosing one of the five primary tags, you can further document a module,
class, method, event or property with one or more of the following secondary tags.
</p>
<table>
<tr>
<th>Name</th>
<th>Example</th>
<th>Description</th>
</tr>
<tr id="submodule">
<td><code>submodule</code></td>
<td>
<pre class="code prettyprint">/**
@module app
@submodule view
**/</pre>
</td>
<td>
<p>Specifies that the module is actually a submodule of some parent module.
For example, the <code>app-transitions</code> module is a submodule of the larger <code>app</code> module.</p>
<p>In YUI, submodules enable you to make very fine-grained choices about loading code.
For example, the <code>foo</code> module might have a minimal <code>foo-core</code> or <code>foo-base</code> submodule
that supplies <code>foo</code>'s basic functionality,
plus additional <code>foo-*</code> modules that carry optional features.
Using the YUI Loader, you can choose to load just <code>foo-core</code>,
<code>foo-core</code> plus a couple of extra modules,
or the entire <code>foo</code> "rollup".</p>
<p>
See also:
<a href="#module"><code>@module</code></a>.
</p>
</td>
</tr>
<tr id="namespace">
<td><code>namespace</code></td>
<td>
<pre class="code prettyprint">/**
@namespace Test.Mock
**/</pre>
</td>
<td>
<p>Specifies a class's namespace.
The <code>@namespace</code> should <em>not</em> include the "root" or "global" object
that your entire library hangs off of.
For example, <code>Y.DD.Drag</code> has
a <a href="#class"><code>@class</code></a> of <code>Drag</code>
and a <code>@namespace</code> of <code>DD</code>, not <code>Y.DD</code>.</p>
<p>Supplying a <code>@namespace</code> enables you to refer to the class in YUIDoc using just the simple class name.</p>
<p>
See also:
<a href="#class"><code>@class</code></a>.
</p>
</td>
</tr>
<tr id="extends">
<td><code>extends</code></td>
<td>
<pre class="code prettyprint">/**
@class View
@constructor
@extends Base
**/</pre>
</td>
<td>
<p>Specifies that the class inherits members from a parent class,
perhaps using <a href="http://yuilibrary.com/yui/docs/api/classes/YUI.html#method_extend"><code>Y.extend()</code></a>,
<a href="http://yuilibrary.com/yui/docs/api/classes/Base.html#method_create"><code>Y.Base.create()</code></a>,
or similar methods.
YUIDoc will generate API documentation for
methods, properties, events, and attributes inherited from the parent class,
and link back to the parent class's documentation.
In the default YUIDoc theme, users can toggle whether inherited members should display.</p>
<p>
See also:
<a href="#class"><code>@class</code></a>,
<a href="#extensionfor"><code>@extensionfor</code></a>,
<a href="#uses"><code>@uses</code></a>.
</p>
</td>
</tr>
<tr id="config">
<td><code>config</code></td>
<td>
<pre class="code prettyprint">/**
@config docScrollX
@type Number
**/</pre>
</td>
<td>
<p>[YUI-specific] Alias for <a href="#attribute"><code>@attribute</code></a>.
In older versions of YUI, <code>@config</code> was a slightly different take on attributes,
but the two concepts have merged.
Modern YUIDoc comments should use <code>@attribute</code> instead.</p>
</td>
</tr>
<tr id="constructor">
<td><code>constructor</code></td>
<td>
<pre class="code prettyprint">/**
@class IO
@constructor
**/</pre>
</td>
<td>
<p>Indicates that the class is instantiable
(you can use it by calling <code>var foo = new Foo();</code>).
A <a href="#class"><code>@class</code></a> tag should be paired with
either a <code>@constructor</code> tag or a <code>@static</code> tag.</p>
<p>
See also:
<a href="#class"><code>@class</code></a>,
<a href="#static"><code>@static</code></a>.
</p>
</td>
</tr>
<tr id="static">
<td><code>static</code></td>
<td>
<pre class="code prettyprint">/**
YUI user agent detection...
@class UA
@static
**/</pre>
</td>
<td>
<p>Indicates that the method or class is static:</p>
<ul>
<li>For methods, indicates that the method is meant to be
called without instantiating the class:
<code>var node = Y.Node.create('<div/>');</code></li>
<li>For classes, indicates that you should not
instantiate the class with <code>new</code>.
You can call all of the class's methods statically.
</ul>
<p>A <a href="#class"><code>@class</code></a> tag should be paired with
either a <code>@constructor</code> tag or a <code>@static</code> tag.</p>
<p>
See also:
<a href="#class"><code>@class</code></a>,
<a href="#constructor"><code>@constructor</code></a>,
<a href="#method"><code>@method</code></a>.
</p>
</td>
</tr>
</tr>
<tr id="final">
<td><code>final</code></td>
<td>
<pre class="code prettyprint">/**
Identifies state changes
originating from...
@property SRC_REPLACE
@type String
@static
@final
**/</pre>
</td>
<td>
<p>Indicates that the property or attribute is a constant and should not be changed.</p>
<p>
See also:
<a href="#attribute"><code>@attribute</code></a>,
<a href="#property"><code>@property</code></a>,
<a href="#readOnly"><code>@readOnly</code></a>,
<a href="#writeOnce"><code>@writeOnce</code></a>.
</p>
</td>
</tr>
<tr id="readOnly">
<td><code>readOnly</code></td>
<td>
<pre class="code prettyprint">/**
The current default button
as configured through...
@attribute defaultButton
@type Node
@default null
@readOnly
**/</pre>
</td>
<td>
<p>[YUI-specific] Indicates that the attribute is configured with the
<a href="http://yuilibrary.com/yui/docs/api/classes/Attribute.html#method_addAttr"><code>readOnly</code></a> property
and cannot be changed by calling the
<a href="http://yuilibrary.com/yui/docs/api/classes/Attribute.html#method_set"><code>set()</code></a> method.
Read-only attributes should always document their <a href="#default"><code>@default</code></a> value.</p>
<p>Sometimes used with properties, as an alias for <a href="#final"><code>@final</code></a>.</p>
<p>
See also:
<a href="#attribute"><code>@attribute</code></a>,
<a href="#default"><code>@default</code></a>,
<a href="#final"><code>@final</code></a>,
<a href="#property"><code>@property</code></a>,
<a href="#required"><code>@required</code></a>,
<a href="#optional"><code>@optional</code></a>,
<a href="#writeOnce"><code>@writeOnce</code></a>.
</p>
</td>
</tr>
<tr id="writeOnce">
<td><code>writeOnce</code></td>
<td>
<pre class="code prettyprint">/**
Diameter of the circular
background object. Other
objects scale accordingly.
Set this only before
rendering.
@attribute diameter
@type {Number} number of px
in diameter
@default 100
@writeOnce
**/</pre>
</td>
<td>
<p>[YUI-specific] Indicates that the attribute is configured with the
<a href="http://yuilibrary.com/yui/docs/api/classes/Attribute.html#method_addAttr"><code>writeOnce</code></a> property
and can only be set once --
by applying a <a href="#default"><code>@default</code></a>,
by setting the value in the constructior,
or by calling the
<a href="http://yuilibrary.com/yui/docs/api/classes/Attribute.html#method_set"><code>set()</code></a> method
for the first time.</p>
<p>
See also:
<a href="#attribute"><code>@attribute</code></a>,
<a href="#default"><code>@default</code></a>,
<a href="#final"><code>@final</code></a>,
<a href="#required"><code>@required</code></a>,
<a href="#optional"><code>@optional</code></a>,
<a href="#readOnly"><code>@readOnly</code></a>.
</p>
</td>
</tr>
<tr id="optional">
<td><code>optional</code></td>
<td>
<pre class="code prettyprint">/**
An optional attribute,
not required for proper
use.
@attribute extras
@type {Object} extra data
@optional
**/</pre>
</td>
<td>
<p>
[YUI-specific] Indicates that the attribute is not
required to be provided for proper use of this class.
</p>
<p>
See also:
<a href="#attribute"><code>@attribute</code></a>,
<a href="#default"><code>@default</code></a>,
<a href="#final"><code>@final</code></a>,
<a href="#required"><code>@required</code></a>,
<a href="#readOnly"><code>@readOnly</code></a>.
</p>
</td>
</tr>
<tr id="required">
<td><code>required</code></td>
<td>
<pre class="code prettyprint">/**
A required attribute
that is required for proper
use, module will likely fail
if this is not provided.
@attribute url
@type {String} url to fetch remote data from
@required
**/</pre>
</td>
<td>
<p>
[YUI-specific] Indicates that the attribute is
required to be provided for proper use of this class.
</p>
<p>
See also:
<a href="#attribute"><code>@attribute</code></a>,
<a href="#default"><code>@default</code></a>,
<a href="#final"><code>@final</code></a>,
<a href="#optional"><code>@optional</code></a>,
<a href="#readOnly"><code>@readOnly</code></a>.
</p>
</td>
</tr>
<tr id="param">
<td><code>*param</code></td>
<td>
<pre class="code prettyprint">/**
@param {String} name An
Attribute name or
object property path.
**/</pre>
<pre class="code prettyprint">/**
@param {Object} [options] Data
to be mixed into the event
facade of the `change`
event(s) for these attributes.
@param {Boolean} [options.silent]
If `true`, no `change` event
will be fired.
**/</pre>
</td>
<td>
<p>Defines a parameter for an ordinary <a href="#method"><code>@method</code></a>,
a parameter for a <a href="#constructor"><code>@constructor</code></a>
(generally defined inside a <a href="#class"><code>@class</code></a> block),
<em>or</em> a property that resides on an <a href="#method"><code>@event</code></a> object.
Can take either of the forms:</p>
<ul>
<li><code>@param {type} name description</code></li>
<li><code>@param name {type} description</code></li>
</ul>
<p>The <code>{type}</code> is optional, but if you include it,
you must surround it in curly braces so that YUIDoc
can distinguish it from the <code>name</code>.
The <code>name</code> also has optional syntax:</p>
<ul>
<li><code>[name]</code> — optional parameter</li>
<li><code>[name=foo]</code> — default value is foo</li>
<li><code>name*</code> — placeholder for 1..n args</li>
<li><code>[name]*</code> — placeholder for 0..n args</li>
</ul>
<p>As shown in the example, you can also nest <code>@param</code> tags.
This enables you to document object parameters that
have their own particular nested structure.</p>
<p>
See also:
<a href="#class"><code>@class</code></a>,
<a href="#constructor"><code>@constructor</code></a>,
<a href="#event"><code>@event</code></a>,
<a href="#method"><code>@method</code></a>,
<a href="#return"><code>@return</code></a>.
</p>
</td>
</tr>
<tr id="return">
<td><code>return</code></td>
<td>
<pre class="code prettyprint">/**
@method generateClientId
@return {String} Unique clientId.
**/</pre>
</td>
<td>
<p>Specifies a method's return value.
A <code>@return</code> tag has the structure <code>@return {type} description</code>.
The <code>{type}</code> is optional.</p>
<!--p>If a return value is an object with a complex structure,
you can <a href="#param">nest <code>@param</code> tags</a>
underneath the <code>@return</code> value.</p-->
<p>
See also:
<a href="#method"><code>@method</code></a>,
<a href="#param"><code>@param</code></a>.
</p>
</td>
</tr>
<tr id="for">
<td><code>for</code></td>
<td>
<pre class="code prettyprint">/**
Some inner class 'foo'...
@class foo
@for OuterClass
**/</pre>
<pre class="code prettyprint">/**
Some method 'bar'
disconnected from
its class 'FarawayClass'...
@method bar
@for FarawayClass
**/</pre>
</td>
<td>
<p>Sets YUIDoc's class scope.</p>
<p>Using <code>@for OuterClass</code> in a <code>@class</code> block creates an inner class.
YUIDoc will document methods and other items that follow that block
as belonging to the inner class, but the inner class is correctly
shown as belonging to its parent outer class.</p>
<p>To close an inner class, add <code>@for OuterClass</code> (again!)
to the <em>last</em>
<code>@attribute</code>, <code>@event</code>, <code>@method</code>, or <code>@property</code> block
in the inner class.
This resets the YUIDoc parser to use <code>OuterClass</code>
as the owner of subsequent items.</p>
<p>If you are not inside an inner class,
using <code>@for FarawayClass</code>
in an <code>@attribute</code>, <code>@event</code>, <code>@method</code>, or <code>@property</code> block
will attach all that item and subsequent items
to the specified faraway class.
This is useful when you have a module that attaches extra
methods to a class's prototype,
but the main class definition is in some entirely different file.</p>
<p>
See also:
<a href="#class"><code>@class</code></a>,
<a href="#method"><code>@method</code></a>.
</p>
</td>
</tr>
<tr id="type">
<td><code>type</code></td>
<td>
<pre class="code prettyprint">/**
@type String
**/</pre>
<pre class="code prettyprint">/**
@type HTMLElement|Node|String
**/</pre>
</td>
<td>
<p>Specifies the type of a property or attribute.
You can specify a single type,
a list of legal types separated by vertical bars,
or if you are lazy, "any" or "mixed".</p>
<p>
See also:
<a href="#attribute"><code>@attribute</code></a>,
<a href="#default"><code>@default</code></a>,
<a href="#property"><code>@property</code></a>.
<p>
</td>
</tr>
<tr id="private">
<td><code>private</code></td>
<td>
<pre class="code prettyprint">/**
Reference to the internal JSONP
instance used to make the queries.
@private
@property _jsonp
**/</pre>
</td>
<td>
<p>Indicates a member that should not be used externally.
Although YUIDoc does not generate documentation for <code>@private</code> blocks,
YUIDoc comments are still a nice, structured way to document internals in source code.
All methods and properties are assumed to be public
unless marked as private or protected.</p>
<p>
See also:
<a href="#protected"><code>@protected</code></a>.
<p>
</td>
</tr>
<tr id="protected">
<td><code>protected</code></td>
<td>
<pre class="code prettyprint">/**
Removes the `container` from
the DOM and ...
@method _destroyContainer
@protected
**/</pre>
</td>
<td>
<p>Indicates a member that should not be modified
by implementers unless they are creating a subclass.
All methods and properties are assumed to be public
unless marked as private or protected.</p>
<p>
See also:
<a href="#private"><code>@private</code></a>.
<p>
</td>
</tr>
<tr id="requires">
<td><code>requires</code></td>
<td>
<pre class="code prettyprint">/**
@module event-simulate
@requires event
**/</pre>
</td>
<td>
<p>[Uncommon] Identifies one or more dependencies in the module declaration.
Can be a single module name or a comma-separated list.</p>
<p>
See also:
<a href="#extends"><code>@extends</code></a>,
<a href="#extensionfor"><code>@extensionfor</code></a>,
<a href="#module"><code>@module</code></a>,
<a href="#submodule"><code>@submodule</code></a>.
<p>
</td>
</tr>
<tr id="default">
<td><code>default</code></td>
<td>
<pre class="code prettyprint">/**
@default false
**/</pre>
</td>
<td>
<p>Specifies the default value of a property or attribute.
Should be paired with a <a href="#type"><code>@type</code></a> tag.</p>
<p>
See also:
<a href="#attribute"><code>@attribute</code></a>,
<a href="#property"><code>@property</code></a>,
<a href="#type"><code>@type</code></a>.
<p>
</td>
</td>
</tr>
<tr id="uses">
<td><code>*uses</code></td>
<td>
<pre class="code prettyprint">/**
@class Panel
@constructor
@extends Widget
@uses WidgetAutohide
@uses WidgetButtons
...
**/</pre>
</td>
<td>
<p>Specifies that the class has some other class's
properties, methods, and other members mixed into its prototype,
perhaps using <a href="http://yuilibrary.com/yui/docs/api/classes/YUI.html#method_mix"><code>Y.mix()</code></a>,
<a href="http://yuilibrary.com/yui/docs/api/classes/Base.html#method_mix"><code>Y.Base.mix()</code></a>,
<a href="http://yuilibrary.com/yui/docs/api/classes/Base.html#method_create"><code>Y.Base.create()</code></a>,
or similar methods.
YUIDoc will generate API documentation for
methods, properties, events, and attributes mixed into the parent class,
and link back to the parent class's documentation.
In the default YUIDoc theme, users can toggle whether mixed in members should display.</p>
<p>Note that <code>@uses</code> does not indicate inheritance.
To establish an "is a" relationship, use <a href="#extends"><code>@extends</code></a>.
Unlike <code>@extends</code>, you can provide multiple <code>@uses</code> tags. </p>
<p>
See also:
<a href="#class"><code>@class</code></a>,
<a href="#extends"><code>@extends</code></a>,
<a href="#extensionfor"><code>@extensionfor</code></a>.
</p>
</td>
</tr>
<tr id="example">
<td><code>*example</code></td>
<td>
<pre class="code prettyprint">/**
@example
model.set('foo', 'bar');
**/</pre>
</td>
<td>
<p>Indicates a block of example code
to be automatically parsed and displayed with
YUIDoc's Markdown and code highlighting parser.
Your code sample should be indented beneath the <code>@example</code> tag.
YUIDoc displays all examples highlighted with
<code><span></code> elements and other markup.</p>
<p>A block may include multiple <code>@example</code> tags.</p>
</td>
</tr>
<tr id="chainable">
<td><code>chainable</code></td>
<td>
<pre class="code prettyprint">/**
Renders this view ...
@method render
@chainable
**/
render: function () {
return this;
},
**/</pre>
</td>
<td>
<p>Indicates that a method returns <code>this</code> (the parent object),
enabling you to chain it with other calls on the same object.</p>
<p>
See also:
<a href="#method"><code>@method</code></a>.
</p>
</tr>
<tr id="deprecated">
<td><code>deprecated</code></td>
<td>
<pre class="code prettyprint">/**
@property locale
@type String
@deprecated Use `config.lang`
instead.
**/</pre>
</td>
<td>
<p>Indicates that the module, class, or member is deprecated
and will be removed in a future release.
You can optionally supply a string message
describing what to use instead.</p>
<p>
See also:
<a href="#beta"><code>@beta</code></a>,
<a href="#since"><code>@since</code></a>.
</p>
</td>
</tr>
<tr id="since">
<td><code>since</code></td>
<td>
<pre class="code prettyprint">/**
@since 3.4.0
**/</pre>
</td>
<td>
<p>Indicates that the module, class, or member
was added to the source at the specified version.</p>
<p>
See also:
<a href="#beta"><code>@beta</code></a>,
<a href="#deprecated"><code>@deprecated</code></a>.
</p>
</td>
</tr>
<tr id="async">
<td><code>async</code></td>
<td>
<pre class="code prettyprint">/**
@async
**/</pre>
</td>
<td>
<p>[Uncommon] Indicates that the method is
asynchronous and requires a callback.</p>
</td>
</tr>
<tr id="beta">
<td><code>beta</code></td>
<td>
<pre class="code prettyprint">/**
@beta
**/</pre>
</td>
<td>
<p>Indicates that the method, class, or member is in beta
and might undergo backwards-incompatible changes in the near future.</p>
<p>
See also:
<a href="#deprecated"><code>@deprecated</code></a>,
<a href="#since"><code>@since</code></a>.
</p>
</td>
</tr>
<tr id="bubbles">
<td><code>bubbles</code></td>
<td>
<pre class="code prettyprint">/**
Handles the mouseup DOM event...
@event drag:mouseup
@bubbles DDM
**/</pre>
</td>
<td>
<p>Specifies the default target that a custom event bubbles to.
This is a useful tag if your API has a "manager" class that
is responsible for capturing a set of related custom events.</p>
<p>
See also:
<a href="#event"><code>@event</code></a>.
</p>
</td>
</tr>
<tr id="extensionfor">
<td><code>extension</code><br><code>extensionfor</code><br><code>extension_for</code></td>
<td>
<pre class="code prettyprint">/**
@class PjaxBase
@extensionfor Router
**/</pre>
</td>
<td>
<p>Indicates that the class is an extension object
designed to be optionally mixed into the specified class.</p>
<p><code>@extensionfor</code> is <em>almost</em> the inverse of <a href="#uses"><code>@uses</code></a>.
The key difference is that <code>@uses</code> means,
"this class <em>always</em> has the 'used' class mixed into its prototype,"
while <code>@extensionfor</code> means,
"this class <em>can</em> be mixed into the 'extensionfor' class,
but it isn't baked in by default."</p>
<p>
See also:
<a href="#class"><code>@class</code></a>,
<a href="#extends"><code>@extends</code></a>,
<a href="#uses"><code>@uses</code></a>.
</p>
</td>
</tr>
</table>
<p>A <strong>*</strong> indicates that you can supply multiple tags of that type in the same block.</p>
<h3 id="parsed-but-not-in-the-theme-yet">Parsed but not in the theme yet</h3>
<p>
The following tags are parsed by the <code>DocParser</code> but are not in the default theme yet.
</p>
<table>
<tr id="author">
<td><code>author</code></td>
<td>
<pre class="code prettyprint"></pre>
</td>
<td>Author information about this item</td>
</tr>
<tr id="broadcast">
<td><code>broadcast</code></td>
<td>
<pre class="code prettyprint"></pre>
</td>
<td>Event broadcasts to a large audience than scoped</td>
</tr>
<tr id="category">
<td><code>*category</code></td>
<td>
<pre class="code prettyprint"></pre>
</td>
<td>Category to place this item into.</td>
</tr>
</table>
<h2 id="extra-formatting">Extra formatting</h2>
<p>
YUIDoc supports 3 main forms of formatting your documentation. HTML,
<a href="http://daringfireball.net/projects/markdown/">Markdown</a> & <a href="http://rgrove.github.com/selleck/">Selleck</a>.
</p>
<table>
<tr>
<td><code>HTML</code></td>
<td>Doc comments may contain standard HTML markup and YUIDoc will display it as is.</td>
</tr>
<tr>
<td><code>Markdown</code></td>
<td>Full <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a>
is also supported.
</td>
</tr>
<tr>
<td><code>Selleck</code></td>
<td><a href="http://rgrove.github.com/selleck/">Selleck's</a> additional parsing is also supported.</td>
</tr>
</table>
<h3 id="markdown-and-code-highlighting">Markdown and Code Highlighting</h3>
<p>
Inside any documentation block you may use Markdown or Selleck based markup. If you indent your code snippets
YUIDoc will automatically wrap them in a code block and syntax highlight them for you.
</p>
<pre class="code prettyprint">/**
This is the __module__ description for the `YUIDoc` module.
var options = {
paths: [ './lib' ],
outdir: './out'
};
var Y = require('yuidoc');
var json = (new Y.YUIDoc(options)).run();
@class YUIDoc
@main yuidoc
*/</pre>
<p>
This is what the above would render to:
</p>
<div class="intro">
<p>This is the <strong>module</strong> description for the <code>YUIDoc</code> module.</p>
<pre class="code prettyprint">var options = {
paths: [ './lib' ],
outdir: './out'
};
var Y = require('yuidoc');
var json = (new Y.YUIDoc(options)).run();</pre>
</div>
<h3 id="cross-referencing-modules-and-classes">Cross-referencing Modules and Classes</h3>
<p>YUIDoc also includes a Handlebars <code>blockHelper</code> that enables you to
easily cross-reference classes and modules. For example, if you include:</p>
<pre class="code prettyprint">/**
This module also uses {{#crossLink "Foo"}}{{/crossLink}}, where Foo is a class name.
Also see {{#crossLink "myClass/Foo"}}{{/crossLink}}, where myClass is a class name and Foo is a method on that class.
This module uses {{#crossLinkModule "widget"}}{{/crossLinkModule}}, where widget is a module name
*/</pre>
<p>
This automatically generates an internal link to Foo's API reference page:
</p>
<pre class="code prettyprint"><p>
This module also uses <a href="../classes/Foo.html" class="crosslink">Foo</a>,
where Foo is a class or module name.
</p>
<p>
Also see <a href="../classes/myClass.html#method_Foo">Foo</a>, where myClass
is a class name and Foo is a method on that class.
</p>
<p>
This module uses <a href="../modules/widget.html">widget</a>, where widget is a module name
</p></pre>
<p>
You can also call <code>crossLinkRaw</code> to retun only the HREF portion of the link, so you can link it
yourself.
</p>
<h3 id="using-custom-handlebars-block-helpers">Using custom Handlebars block helpers</h3>
<p>
You can tell <code>YUIDoc</code> to include custom <code>Y.Handlebars</code> helpers with the <code>-H</code> or <code>--helpers</code> command line arguments
(or <code>helpers</code> Array in the <code>yuidoc.json</code> file).
Here is an example <code>helper.js</code> file:
<pre class="code prettyprint">module.exports = {
davglass: function(item) {
return "Dav Glass says: " + item
}
};</pre>
<p>
Now you can use the <code>davglass</code> helper inside your own docs like this:
</p>
<pre class="code prettyprint">/**
* This is also a test {{#davglass "Foo"}}{{/davglass}}
*/</pre>
This will output this in your documentation:
<pre class="code prettyprint"><p>
This is also a test Dav Glass says: Foo
</p></pre>
</div>
</div>
</div>
<div class="yui3-u-1-4">
<div class="sidebar">
<ul class="links">
<li><a href="https://github.com/yui/yuidoc/" class="button">Get the Source</a></li>
<li><a href="https://groups.google.com/forum/#!forum/yuidoc" class="button">Questions? Join the Mailing List</a></li>
<li><a href="https://github.com/yui/yuidoc/issues/" class="button">File an Issue</a></li>
<li><a href="../api/" class="button">View API Documentation</a></li>
</ul>
<div id="toc" class="sidebox">
<div class="hd">
<h2 class="no-toc">Table of Contents</h2>
</div>
<div class="bd">
<ul class="toc">
<li>
<a href="#basic-requirements">Basic Requirements</a>
</li>
<li>
<a href="#primary-tags">Primary Tags</a>
</li>
<li>
<a href="#secondary-tags">Secondary tags</a>
<ul class="toc">
<li>
<a href="#parsed-but-not-in-the-theme-yet">Parsed but not in the theme yet</a>
</li>
</ul>
</li>
<li>
<a href="#extra-formatting">Extra formatting</a>
<ul class="toc">
<li>
<a href="#markdown-and-code-highlighting">Markdown and Code Highlighting</a>
</li>
<li>
<a href="#cross-referencing-modules-and-classes">Cross-referencing Modules and Classes</a>
</li>
<li>
<a href="#using-custom-handlebars-block-helpers">Using custom Handlebars block helpers</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
</body>
</html>
| naver/auidoc | output/syntax/index.html | HTML | bsd-3-clause | 43,256 |
<!DOCTYPE html>
<html dir="ltr" lang="de">
<head>
<title>Alte Generation - Rubinius</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content='de' http-equiv='content-language'>
<meta content='Rubinius is an implementation of the Ruby programming language. The Rubinius bytecode virtual machine is written in C++. The bytecode compiler is written in pure Ruby. The vast majority of the core library is also written in Ruby, with some supporting primitives that interact with the VM directly.' name='description'>
<link href='/' rel='home'>
<link href='/' rel='start'>
<link href='/doc/de/garbage-collector/young-generation' rel='prev' title='Mittlere Generation'>
<link href='/doc/de/garbage-collector/large-objects' rel='next' title='Große Objekte'>
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
<script src="/javascripts/jquery-1.3.2.js"></script>
<script src="/javascripts/paging_keys.js"></script>
<script src="/javascripts/application.js"></script>
<style>article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }</style>
<link href="/stylesheets/blueprint/screen.css" media="screen" rel="stylesheet" />
<link href="/stylesheets/application.css" media="screen" rel="stylesheet" />
<link href="/stylesheets/blueprint/print.css" media="print" rel="stylesheet" />
<!--[if IE]><link href="/stylesheets/blueprint/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE]><link href="/stylesheets/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<link href="/stylesheets/pygments.css" media="screen" rel="stylesheet" />
</head>
<body>
<div class='container'>
<div class='span-21 doc_menu'>
<header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a id="blog" href="/blog">Blog</a></li>
<li><a id="documentation" href="/doc/en">Documentation</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/roadmap">Roadmap</a></li>
<li><a href="/releases">Releases</a></li>
</ul>
</nav>
</header>
</div>
<div class='span-3 last'>
<div id='version'>
<a href="/releases/1.2.4">1.2.4</a>
</div>
</div>
</div>
<div class="container languages">
<nav>
<span class="label">Sprachen:</span>
<ul>
<li><a href="/doc/de/garbage-collector/mature-generation/"
class="current"
>de</a></li>
<li><a href="/doc/en/garbage-collector/mature-generation/"
>en</a></li>
<li><a href="/doc/es/garbage-collector/mature-generation/"
>es</a></li>
<li><a href="/doc/fr/garbage-collector/mature-generation/"
>fr</a></li>
<li><a href="/doc/ja/garbage-collector/mature-generation/"
>ja</a></li>
<li><a href="/doc/pl/garbage-collector/mature-generation/"
>pl</a></li>
<li><a href="/doc/pt-br/garbage-collector/mature-generation/"
>pt-br</a></li>
<li><a href="/doc/ru/garbage-collector/mature-generation/"
>ru</a></li>
</ul>
</nav>
</div>
<div class="container doc_page_nav">
<span class="label">Vorherige:</span>
<a href="/doc/de/garbage-collector/young-generation">Mittlere Generation</a>
<span class="label">Aufwärts:</span>
<a href="/doc/de/">Inhaltsverzeichnis</a>
<span class="label">Nächste:</span>
<a href="/doc/de/garbage-collector/large-objects">Große Objekte</a>
</div>
<div class="container documentation">
<h2>Alte Generation</h2>
<div class="review">
<p>This topic has missing or partial documentation. Please help us improve it.</p>
<p>
See <a href="/doc/de/how-to/write-documentation">How-To - Write Documentation</a>
</p>
</div>
<p>Alte Objekte sind Objekte, die aus der Mittleren Generation verlagert wurden,
nachdem sie x Sammlungen überstanden haben.</p>
<p>Autotune ist der Mechanismus, der benutzt wird, um die Anzahl der GC-Zyklen, die
für eine Sammlung der Alten Generation benötigt werden, dynamisch anzupassen.
Dieser kann ausgeschaltet werden oder es kann eine konstante Anzahl der nötigen
GC-Zyklen via <code>gc.lifetime</code> angegeben werden. <code>gc.lifetime</code> ist die
Ausgangsanzahl der Sammlungen, die für eine Sammlung der Alten Generation nötig
sind.</p>
<p>Weitere Informationen über die vorhandenen Konfigurationsvariablen sind in der
<a href="https://github.com/rubinius/rubinius/blob/master/vm/configuration.hpp">Konfigurationsdatei der
VM</a>
einzusehen.</p>
</div>
<div class="container doc_page_nav">
<span class="label">Vorherige:</span>
<a href="/doc/de/garbage-collector/young-generation">Mittlere Generation</a>
<span class="label">Aufwärts:</span>
<a href="/doc/de/">Inhaltsverzeichnis</a>
<span class="label">Nächste:</span>
<a href="/doc/de/garbage-collector/large-objects">Große Objekte</a>
</div>
<div class="container">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'rubinius';
var disqus_identifier = '/doc/de/garbage-collector/mature-generation/';
var disqus_url = 'http://rubini.us/doc/de/garbage-collector/mature-generation/';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
<footer>
<div class='container'>
<nav>
<ul>
<li><a rel="external" href="http://twitter.com/rubinius">Follow Rubinius on Twitter</a></li>
<li><a rel="external" href="http://github.com/rubinius/rubinius">Fork Rubinius on github</a></li>
<li><a rel="external" href="http://engineyard.com">An Engine Yard project</a></li>
</ul>
</nav>
</div>
</footer>
<script>
var _gaq=[['_setAccount','UA-12328521-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>
| slawosz/rubinius | web/_site/doc/de/garbage-collector/mature-generation/index.html | HTML | bsd-3-clause | 6,722 |
<!DOCTYPE html><html lang="ru"><head>
<meta charset="utf-8">
<title>- Камера</title>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@threejs">
<meta name="twitter:title" content="Three.js – - Камера">
<meta property="og:image" content="https://threejs.org/files/share.png">
<link rel="shortcut icon" href="/files/favicon_white.ico" media="(prefers-color-scheme: dark)">
<link rel="shortcut icon" href="/files/favicon.ico" media="(prefers-color-scheme: light)">
<link rel="stylesheet" href="/manual/resources/lesson.css">
<link rel="stylesheet" href="/manual/resources/lang.css">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "../../build/three.module.js"
}
}
</script>
</head>
<body>
<div class="container">
<div class="lesson-title">
<h1>- Камера</h1>
</div>
<div class="lesson">
<div class="lesson-main">
<p>Эта статья является частью серии статей о three.js.
Первая была <a href="fundamentals.html">об основах</a>.
Если вы её еще не читали, советую вам сделать это.</p>
<p>Давайте поговорим о камерах в three.js. Мы рассмотрели некоторые из них в <a href="fundamentals.html">первой статье</a>
, но мы расскажем здесь об этом более подробно.</p>
<p>Самая распространенная камера в Three.js и та, которую мы использовали до этого момента, - <a href="/docs/#api/en/cameras/PerspectiveCamera"><code class="notranslate" translate="no">PerspectiveCamera</code></a>.
Она дает трехмерный вид, где вещи на расстоянии кажутся меньше, чем вещи рядом.</p>
<p><a href="/docs/#api/en/cameras/PerspectiveCamera"><code class="notranslate" translate="no">PerspectiveCamera</code></a> определяет <em>frustum</em>. <a href="https://ru.wikipedia.org/wiki/Усечённая_пирамида"><em>Frustum</em> - усеченная пирамида, твердое тело</a>.
Под твердым телом я подразумеваю, например, куб, конус, сферу,
цилиндр и усеченный конус - все названия различных видов твердых тел.</p>
<div class="spread">
<div><div data-diagram="shapeCube"></div><div>cube</div></div>
<div><div data-diagram="shapeCone"></div><div>cone</div></div>
<div><div data-diagram="shapeSphere"></div><div>sphere</div></div>
<div><div data-diagram="shapeCylinder"></div><div>cylinder</div></div>
<div><div data-diagram="shapeFrustum"></div><div>frustum</div></div>
</div>
<p>Я только указываю на это, потому что я не знал это в течение многих лет.
Если в какой-нибудь книге или на веб странице будет упоминание <em>frustum</em> я закатывал глаза.
Понимание того, что это название сплошной формы, сделало эти описания внезапно более понятными 😅</p>
<p>A <a href="/docs/#api/en/cameras/PerspectiveCamera"><code class="notranslate" translate="no">PerspectiveCamera</code></a>определяет свой frustum на основе 4 свойств. <code class="notranslate" translate="no">near</code> определяет,
где начинается фронт усечения. <code class="notranslate" translate="no">far</code> определяет, где он заканчивается. <code class="notranslate" translate="no">fov</code>поле обзора
определяет высоту передней и задней частей усеченного конуса, вычисляя правильную высоту,
чтобы получить указанное поле обзора в <code class="notranslate" translate="no">near</code> единицах измерения от камеры. <code class="notranslate" translate="no">aspect</code> определяет,
насколько широким передние и задняя часть усеченного есть. Ширина усеченного конуса -
это просто высота, умноженная на aspect.</p>
<p><img src="../resources/frustum-3d.svg" width="500" class="threejs_center"></p>
<p>Давайте используем сцену из <a href="lights.html">предыдущей статьи</a> которая имеет плоскость
земли, сферу и куб, и сделаем так, чтобы мы могли регулировать настройки камеры</p>
<p>Для этого мы сделаем <code class="notranslate" translate="no">MinMaxGUIHelper</code> для параметров <code class="notranslate" translate="no">near</code> и <code class="notranslate" translate="no">far</code>, так чтобы <code class="notranslate" translate="no">far</code>
всегда был больше, чем <code class="notranslate" translate="no">near</code>. У него будут свойства <code class="notranslate" translate="no">min</code> и <code class="notranslate" translate="no">max</code>, которые lil-gui будет
настраивать. После настройки они установят 2 свойства, которые мы указываем.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">class MinMaxGUIHelper {
constructor(obj, minProp, maxProp, minDif) {
this.obj = obj;
this.minProp = minProp;
this.maxProp = maxProp;
this.minDif = minDif;
}
get min() {
return this.obj[this.minProp];
}
set min(v) {
this.obj[this.minProp] = v;
this.obj[this.maxProp] = Math.max(this.obj[this.maxProp], v + this.minDif);
}
get max() {
return this.obj[this.maxProp];
}
set max(v) {
this.obj[this.maxProp] = v;
this.min = this.min; // это вызовет setter min
}
}
</pre>
<p>Теперь мы можем настроить наш графический интерфейс следующим образом</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">function updateCamera() {
camera.updateProjectionMatrix();
}
const gui = new GUI();
gui.add(camera, 'fov', 1, 180).onChange(updateCamera);
const minMaxGUIHelper = new MinMaxGUIHelper(camera, 'near', 'far', 0.1);
gui.add(minMaxGUIHelper, 'min', 0.1, 50, 0.1).name('near').onChange(updateCamera);
gui.add(minMaxGUIHelper, 'max', 0.1, 50, 0.1).name('far').onChange(updateCamera);
</pre>
<p>Каждый раз, когда меняются настройки камеры, нам нужно вызывать функцию камеры
<a href="/docs/#api/en/cameras/PerspectiveCamera#updateProjectionMatrix"><code class="notranslate" translate="no">updateProjectionMatrix</code></a> поэтому мы сделали
функцию <code class="notranslate" translate="no">updateCamera</code> передав ее в lil-gui, чтобы вызывать ее, когда что-то меняется.</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-perspective.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-perspective.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Вы можете просто значения и посмотреть, как они работают. Обратите внимание, что мы не делали
<code class="notranslate" translate="no">aspect</code> сеттер, так как aspect взят из размера окна, поэтому, если вы хотите настроить aspect,
откройте пример в новом окне, а затем измените размер окна.</p>
<p>Тем не менее, я думаю, что это немного трудно увидеть, поэтому давайте изменим пример, чтобы он имел 2 камеры.
Один покажет нашу сцену, как мы видим ее выше, другой покажет другую камеру, смотрящую на сцену,
которую рисует первая камера, и показывает frustum камеры.</p>
<p>Для этого мы можем использовать функцию ножниц (scissor) Three.js. Давайте изменим это, чтобы
нарисовать 2 сцены с 2 камерами рядом, используя функцию scissor</p>
<p>Для начала давайте используем HTML и CSS, чтобы определить 2 элемента рядом друг с другом.
Это также поможет нам с событиями, так что обе камеры могут иметь свои собственные <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a>.</p>
<pre class="prettyprint showlinemods notranslate lang-html" translate="no"><body>
<canvas id="c"></canvas>
+ <div class="split">
+ <div id="view1" tabindex="1"></div>
+ <div id="view2" tabindex="2"></div>
+ </div>
</body>
</pre>
<p>Для начала давайте используем HTML и CSS, чтобы расположить 2 элемента рядом друг с другом.
Это также поможет нам с событиями, так что обе камеры могут иметь свои собственные</p>
<pre class="prettyprint showlinemods notranslate lang-css" translate="no">.split {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
}
.split>div {
width: 100%;
height: 100%;
}
</pre>
<p>Затем в нашем коде мы добавим <a href="/docs/#api/en/helpers/CameraHelper"><code class="notranslate" translate="no">CameraHelper</code></a>. <a href="/docs/#api/en/helpers/CameraHelper"><code class="notranslate" translate="no">CameraHelper</code></a> рисует frustum для <a href="/docs/#api/en/cameras/Camera"><code class="notranslate" translate="no">Camera</code></a></p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const cameraHelper = new THREE.CameraHelper(camera);
...
scene.add(cameraHelper);
</pre>
<p>Теперь давайте посмотрим на 2 элемента view.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const view1Elem = document.querySelector('#view1');
const view2Elem = document.querySelector('#view2');
</pre>
<p>И мы установим нашу существующую <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a> так, чтобы она отвечала
только за первый элемент представления.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">-const controls = new OrbitControls(camera, canvas);
+const controls = new OrbitControls(camera, view1Elem);
</pre>
<p>Создадим вторую <a href="/docs/#api/en/cameras/PerspectiveCamera"><code class="notranslate" translate="no">PerspectiveCamera</code></a> и вторую <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a>.
Вторая <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a> привязана ко второй камере и получает
ввод от второго элемента view.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const camera2 = new THREE.PerspectiveCamera(
60, // fov
2, // aspect
0.1, // near
500, // far
);
camera2.position.set(40, 10, 30);
camera2.lookAt(0, 5, 0);
const controls2 = new OrbitControls(camera2, view2Elem);
controls2.target.set(0, 5, 0);
controls2.update();
</pre>
<p>Наконец, нам нужно визуализировать сцену с точки зрения каждой камеры, используя
функцию ножниц (scissor), чтобы визуализировать только часть холста.</p>
<p>Вот функция, которая для данного элемента будет вычислять прямоугольник этого
элемента, который перекрывает холст. Затем он установит плоскость отсечения (scissor) и область
просмотра (fov) в этот прямоугольник и вернет aspect для этого размера.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">function setScissorForElement(elem) {
const canvasRect = canvas.getBoundingClientRect();
const elemRect = elem.getBoundingClientRect();
// вычисляем относительный прямоугольник холста
const right = Math.min(elemRect.right, canvasRect.right) - canvasRect.left;
const left = Math.max(0, elemRect.left - canvasRect.left);
const bottom = Math.min(elemRect.bottom, canvasRect.bottom) - canvasRect.top;
const top = Math.max(0, elemRect.top - canvasRect.top);
const width = Math.min(canvasRect.width, right - left);
const height = Math.min(canvasRect.height, bottom - top);
// установка области отсечения для рендеринга только на эту часть холста
renderer.setScissor(left, top, width, height);
renderer.setViewport(left, top, width, height);
// return aspect
return width / height;
}
</pre>
<p>И теперь мы можем использовать эту функцию, чтобы нарисовать сцену дважды в нашей функции <code class="notranslate" translate="no">render</code></p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no"> function render() {
- if (resizeRendererToDisplaySize(renderer)) {
- const canvas = renderer.domElement;
- camera.aspect = canvas.clientWidth / canvas.clientHeight;
- camera.updateProjectionMatrix();
- }
+ resizeRendererToDisplaySize(renderer);
+
+ // включить область отсечения
+ renderer.setScissorTest(true);
+
+ // render the original view
+ {
+ const aspect = setScissorForElement(view1Elem);
+
+ // настроить камеру для этого соотношения сторон
+ camera.aspect = aspect;
+ camera.updateProjectionMatrix();
+ cameraHelper.update();
+
+ // не рисуем Helper камеры в исходном представлении
+ cameraHelper.visible = false;
+
+ scene.background.set(0x000000);
+
+ // отрисовка
+ renderer.render(scene, camera);
+ }
+
+ // отрисовка со 2-й камеры
+ {
+ const aspect = setScissorForElement(view2Elem);
+
+ // настроить камеру для этого соотношения сторон
+ camera2.aspect = aspect;
+ camera2.updateProjectionMatrix();
+
+ // рисуем Helper камеры во втором представлении
+ cameraHelper.visible = true;
+
+ scene.background.set(0x000040);
+
+ renderer.render(scene, camera2);
+ }
- renderer.render(scene, camera);
requestAnimationFrame(render);
}
requestAnimationFrame(render);
}
</pre>
<p>Приведенный выше код устанавливает цвет фона сцены при рендеринге
второго представления темно-синим, чтобы было проще различать два представления.</p>
<p>Мы также можем удалить наш <code class="notranslate" translate="no">updateCamera</code> код, так как мы обновляем все в функции <code class="notranslate" translate="no">render</code>.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">-function updateCamera() {
- camera.updateProjectionMatrix();
-}
const gui = new GUI();
-gui.add(camera, 'fov', 1, 180).onChange(updateCamera);
+gui.add(camera, 'fov', 1, 180);
const minMaxGUIHelper = new MinMaxGUIHelper(camera, 'near', 'far', 0.1);
-gui.add(minMaxGUIHelper, 'min', 0.1, 50, 0.1).name('near').onChange(updateCamera);
-gui.add(minMaxGUIHelper, 'max', 0.1, 50, 0.1).name('far').onChange(updateCamera);
+gui.add(minMaxGUIHelper, 'min', 0.1, 50, 0.1).name('near');
+gui.add(minMaxGUIHelper, 'max', 0.1, 50, 0.1).name('far');
</pre>
<p>И теперь вы можете использовать один вид, чтобы увидеть frustum другого.</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-perspective-2-scenes.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-perspective-2-scenes.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Слева вы можете увидеть исходный вид, а справа вы можете увидеть вид,
показывающий frustum камеры слева. Можно настроить
<code class="notranslate" translate="no">near</code>, <code class="notranslate" translate="no">far</code>, <code class="notranslate" translate="no">fov</code> и перемещать камеру с помощью мыши. Вы можете увидеть,
как то, что внутри frustum, показаное справа, появляется на сцене слева.</p>
<p>Отрегулируйте <code class="notranslate" translate="no">near</code> примерно до 20, и вы легко увидите, как передние
объекты исчезают, поскольку их больше нет в усеченном конусе.
Отрегулируйте <code class="notranslate" translate="no">far</code> ниже примерно 35, и вы начнете видеть,
что наземная плоскость исчезает, поскольку она больше не находится
в не усеченной области.</p>
<p>Возникает вопрос, почему бы просто не установить <code class="notranslate" translate="no">near</code> значение 0,0000000001 и <code class="notranslate" translate="no">far</code>
10000000000000 или что-то в этом роде, чтобы вы могли видеть все? Причина в том, что
ваш GPU имеет столько точности, чтобы решить, находится ли что-то впереди или
позади чего-то другого. Эта точность распределена между
<code class="notranslate" translate="no">near</code> и <code class="notranslate" translate="no">far</code>. Хуже того, по умолчанию точность закрытия камеры детализирована (резкое отсечение),
а точность далеко от камеры - конечна. <code class="notranslate" translate="no">near</code> медленно расширяется по мере приближения <code class="notranslate" translate="no">far</code>.</p>
<p>Начиная с верхнего примера, давайте изменим код, вставив 20 сфер в ряд.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">{
const sphereRadius = 3;
const sphereWidthDivisions = 32;
const sphereHeightDivisions = 16;
const sphereGeo = new THREE.SphereGeometry(sphereRadius, sphereWidthDivisions, sphereHeightDivisions);
const numSpheres = 20;
for (let i = 0; i < numSpheres; ++i) {
const sphereMat = new THREE.MeshPhongMaterial();
sphereMat.color.setHSL(i * .73, 1, 0.5);
const mesh = new THREE.Mesh(sphereGeo, sphereMat);
mesh.position.set(-sphereRadius - 1, sphereRadius + 2, i * sphereRadius * -2.2);
scene.add(mesh);
}
}
</pre>
<p>и давайте установим <code class="notranslate" translate="no">near</code> = 0.00001</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const fov = 45;
const aspect = 2; // the canvas default
-const near = 0.1;
+const near = 0.00001;
const far = 100;
const camera = new THREE.PerspectiveCamera(fov, aspect, near, far);
</pre>
<p>Нам также нужно немного подправить код графического интерфейса,
чтобы позволить 0.00001, если значение редактируется</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">-gui.add(minMaxGUIHelper, 'min', 0.1, 50, 0.1).name('near').onChange(updateCamera);
+gui.add(minMaxGUIHelper, 'min', 0.00001, 50, 0.00001).name('near').onChange(updateCamera);
</pre>
<p>Как ты думаешь, что произойдет?</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-z-fighting.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-z-fighting.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Это пример <em>z fighting</em> (<a href="https://en.wikipedia.org/wiki/Z-fighting">сшивание</a>), когда графический процессор на вашем компьютере не обладает
достаточной точностью, чтобы определить, какие пиксели находятся спереди, а какие - сзади.</p>
<p>На тот случай, если проблема не отображается на вашей машине, вот что я вижу на своей машине</p>
<div class="threejs_center"><img src="../resources/images/z-fighting.png" style="width: 570px;"></div>
<p>Одно из решений состоит в том, чтобы указать использование three.js другому методу для вычисления того,
какие пиксели находятся спереди, а какие - сзади. Мы можем сделать это, включив,
<code class="notranslate" translate="no">logarithmicDepthBuffer</code> когда мы создаем <a href="/docs/#api/en/renderers/WebGLRenderer"><code class="notranslate" translate="no">WebGLRenderer</code></a></p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">-const renderer = new THREE.WebGLRenderer({canvas});
+const renderer = new THREE.WebGLRenderer({
+ canvas,
+ logarithmicDepthBuffer: true,
+});
</pre>
<p>и с этим это может работать</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-logarithmic-depth-buffer.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-logarithmic-depth-buffer.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Если это не помогло решить проблему, вы столкнулись с одной из причин, по которой
вы не всегда можете использовать это решение. Причина в том, что это поддерживают
только определенные графические процессоры. По состоянию на сентябрь 2018 года
практически ни одно мобильное устройство не поддерживает это решение, как это
делают большинство настольных компьютеров.</p>
<p>Другая причина не выбирать это решение - оно может быть значительно медленнее,
чем стандартное решение.</p>
<p>Даже при таком решении разрешение все еще ограничено. Сделайте <code class="notranslate" translate="no">near</code> еще меньше или
<code class="notranslate" translate="no">far</code> больше, и вы в конечном итоге столкнетесь с теми же проблемами.</p>
<p>Это означает, что вы всегда должны прилагать усилия к тому, чтобы выбрать параметр <code class="notranslate" translate="no">near</code>
и <code class="notranslate" translate="no">far</code>, которые соответствуют вашему варианту использования.
Установите <code class="notranslate" translate="no">near</code> как можно дальше от камеры, чтобы все не исчезло.
Установите <code class="notranslate" translate="no">far</code> как можно ближе к камере, чтобы все не исчезло. Если вы пытаетесь
нарисовать гигантскую сцену и показать крупным планом чье-то лицо, чтобы вы
могли видеть их ресницы, в то время как на заднем плане вы можете видеть весь
путь в горы на расстоянии 50 километров, тогда вам нужно будет найти другое
креативные решения, которые, возможно, мы рассмотрим позже. На данный момент,
просто знайте, что вы должны позаботиться о том, чтобы выбрать подходящие
<code class="notranslate" translate="no">near</code> и <code class="notranslate" translate="no">far</code> для ваших нужд.</p>
<p>2-ая самая распространенная камера - <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a>. Вместо того,
чтобы указать frustum он указывает прямоугольный паралелепипед (box)
с параметрами <code class="notranslate" translate="no">left</code>, <code class="notranslate" translate="no">right</code>, <code class="notranslate" translate="no">top</code>, <code class="notranslate" translate="no">bottom</code>, <code class="notranslate" translate="no">near</code>, и <code class="notranslate" translate="no">far</code>.
Поскольку он проецирует box, перспективы нет.</p>
<p>Давайте изменим приведенный выше пример 2 для использования <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a>
в первом представлении.</p>
<p>Сначала давайте настроим <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a>.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const left = -1;
const right = 1;
const top = 1;
const bottom = -1;
const near = 5;
const far = 50;
const camera = new THREE.OrthographicCamera(left, right, top, bottom, near, far);
camera.zoom = 0.2;
</pre>
<p>Мы устанавливаем <code class="notranslate" translate="no">left</code> и <code class="notranslate" translate="no">bottom</code> = -1 и <code class="notranslate" translate="no">right</code> и <code class="notranslate" translate="no">top</code> = 1. Это сделало бы
прямоугольник шириной 2 единицы и высотой 2 единицы, но мы собираемся отрегулировать <code class="notranslate" translate="no">left</code> и <code class="notranslate" translate="no">top</code>
в соответствии со отношением сторон прямоугольника, к которому мы рисуем.
Мы будем использовать свойство <code class="notranslate" translate="no">zoom</code>, чтобы упростить настройку количества единиц, отображаемых камерой.</p>
<p>Давайте добавим настройки GUI для <code class="notranslate" translate="no">zoom</code></p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const gui = new GUI();
+gui.add(camera, 'zoom', 0.01, 1, 0.01).listen();
</pre>
<p>Вызовем <code class="notranslate" translate="no">listen</code> говорящий lil-gui следить за изменениями.
Потому что <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a> также может управлять масштабированием.
Например, колесо прокрутки на мыши будет масштабироваться с помощью <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a>.</p>
<p>Наконец, нам просто нужно изменить часть, которая отображает левую сторону,
чтобы обновить <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a>.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">{
const aspect = setScissorForElement(view1Elem);
// обновить камеру для этого соотношения сторон
- camera.aspect = aspect;
+ camera.left = -aspect;
+ camera.right = aspect;
camera.updateProjectionMatrix();
cameraHelper.update();
// не рисуем Helper камеры в исходном view
cameraHelper.visible = false;
scene.background.set(0x000000);
renderer.render(scene, camera);
}
</pre>
<p>и теперь вы можете увидеть <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a> в работе.</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-orthographic-2-scenes.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-orthographic-2-scenes.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p><a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a> чаще всего используется для рисования 2D-объектов.
Вы решаете, сколько единиц вы хотите, чтобы камера показывала. Например,
если вы хотите, чтобы один пиксель холста соответствовал одному элементу
камеры, вы можете сделать что-то вроде:</p>
<p>Поместить начало координат в центр и иметь 1 пиксель = 1 единицу three.js что-то вроде:</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">camera.left = -canvas.width / 2;
camera.right = canvas.width / 2;
camera.top = canvas.heigth / 2;
camera.bottom = -canvas.height / 2;
camera.near = -1;
camera.far = 1;
camera.zoom = 1;
</pre>
<p>Или, если бы мы хотели, чтобы источник находился в верхнем левом углу,
как 2D-холст, мы могли бы использовать это</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">camera.left = 0;
camera.right = canvas.width;
camera.top = 0;
camera.bottom = canvas.height;
camera.near = -1;
camera.far = 1;
camera.zoom = 1;
</pre>
<p>В этом случае верхний левый угол будет 0,0, как 2D холст</p>
<p>Давай попробуем! Сначала давайте настроим камеру</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const left = 0;
const right = 300; // default canvas size
const top = 0;
const bottom = 150; // default canvas size
const near = -1;
const far = 1;
const camera = new THREE.OrthographicCamera(left, right, top, bottom, near, far);
camera.zoom = 1;
</pre>
<p>Затем давайте загрузим 6 текстур и сделаем 6 плоскостей, по одной на каждую текстуру.
Мы будем привязывать каждую плоскость к <a href="/docs/#api/en/core/Object3D"><code class="notranslate" translate="no">THREE.Object3D</code></a> чтобы было легче сместить плоскость,
чтобы ее центр находился в ее верхнем левом углу.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const loader = new THREE.TextureLoader();
const textures = [
loader.load('../resources/images/flower-1.jpg'),
loader.load('../resources/images/flower-2.jpg'),
loader.load('../resources/images/flower-3.jpg'),
loader.load('../resources/images/flower-4.jpg'),
loader.load('../resources/images/flower-5.jpg'),
loader.load('../resources/images/flower-6.jpg'),
];
const planeSize = 256;
const planeGeo = new THREE.PlaneGeometry(planeSize, planeSize);
const planes = textures.map((texture) => {
const planePivot = new THREE.Object3D();
scene.add(planePivot);
texture.magFilter = THREE.NearestFilter;
const planeMat = new THREE.MeshBasicMaterial({
map: texture,
side: THREE.DoubleSide,
});
const mesh = new THREE.Mesh(planeGeo, planeMat);
planePivot.add(mesh);
// move plane so top left corner is origin
mesh.position.set(planeSize / 2, planeSize / 2, 0);
return planePivot;
});
</pre>
<p>и нам нужно обновить камеру, если размер холста изменится.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">function render() {
if (resizeRendererToDisplaySize(renderer)) {
camera.right = canvas.width;
camera.bottom = canvas.height;
camera.updateProjectionMatrix();
}
...
</pre>
<p><code class="notranslate" translate="no">planes</code> - массив <a href="/docs/#api/en/objects/Mesh"><code class="notranslate" translate="no">THREE.Mesh</code></a>, по одному для каждой плоскости.
Давайте переместим их в зависимости от времени.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">function render(time) {
time *= 0.001; // конвертировать в секунды;
...
const distAcross = Math.max(20, canvas.width - planeSize);
const distDown = Math.max(20, canvas.height - planeSize);
// total distance to move across and back
const xRange = distAcross * 2;
const yRange = distDown * 2;
const speed = 180;
planes.forEach((plane, ndx) => {
// compute a unique time for each plane
const t = time * speed + ndx * 300;
// get a value between 0 and range
const xt = t % xRange;
const yt = t % yRange;
// set our position going forward if 0 to half of range
// and backward if half of range to range
const x = xt < distAcross ? xt : xRange - xt;
const y = yt < distDown ? yt : yRange - yt;
plane.position.set(x, y, 0);
});
renderer.render(scene, camera);
</pre>
<p>И вы можете видеть, как изображения отскакивают от пикселей идеально по краям холста,
используя пиксельную математику, как 2D холст</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-orthographic-canvas-top-left-origin.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-orthographic-canvas-top-left-origin.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Другое распространенное использование <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a> для рисования - это отображение вверх,
вниз, влево, вправо, спереди, сзади программ трехмерного моделирования или редактора игрового движка.</p>
<div class="threejs_center"><img src="../resources/images/quad-viewport.png" style="width: 574px;"></div>
<p>На скриншоте выше вы можете видеть 1 вид в перспективе и 3 вида в ортогональном виде.</p>
<p>Это основы камер. Мы рассмотрим несколько распространенных способов перемещения камер в других статьях.
А пока давайте перейдем к <a href="shadows.html">теням</a>.</p>
<p><canvas id="c"></canvas></p>
<script type="module" src="../resources/threejs-cameras.js"></script>
</div>
</div>
</div>
<script src="/manual/resources/prettify.js"></script>
<script src="/manual/resources/lesson.js"></script>
</body></html> | mrdoob/three.js | manual/ru/cameras.html | HTML | mit | 39,411 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Weibull Distribution</title>
<link rel="stylesheet" href="../../../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="../../../index.html" title="Math Toolkit 2.2.1">
<link rel="up" href="../dists.html" title="Distributions">
<link rel="prev" href="uniform_dist.html" title="Uniform Distribution">
<link rel="next" href="../dist_algorithms.html" title="Distribution Algorithms">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="uniform_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../dist_algorithms.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="math_toolkit.dist_ref.dists.weibull_dist"></a><a class="link" href="weibull_dist.html" title="Weibull Distribution">Weibull Distribution</a>
</h4></div></div></div>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">distributions</span><span class="special">/</span><span class="identifier">weibull</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></pre>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">math</span><span class="special">{</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">RealType</span> <span class="special">=</span> <span class="keyword">double</span><span class="special">,</span>
<span class="keyword">class</span> <a class="link" href="../../../policy.html" title="Chapter 14. Policies: Controlling Precision, Error Handling etc">Policy</a> <span class="special">=</span> <a class="link" href="../../pol_ref/pol_ref_ref.html" title="Policy Class Reference">policies::policy<></a> <span class="special">></span>
<span class="keyword">class</span> <span class="identifier">weibull_distribution</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">weibull_distribution</span><span class="special"><></span> <span class="identifier">weibull</span><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../../policy.html" title="Chapter 14. Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">weibull_distribution</span>
<span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="keyword">typedef</span> <span class="identifier">RealType</span> <span class="identifier">value_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">Policy</span> <span class="identifier">policy_type</span><span class="special">;</span>
<span class="comment">// Construct:</span>
<span class="identifier">weibull_distribution</span><span class="special">(</span><span class="identifier">RealType</span> <span class="identifier">shape</span><span class="special">,</span> <span class="identifier">RealType</span> <span class="identifier">scale</span> <span class="special">=</span> <span class="number">1</span><span class="special">)</span>
<span class="comment">// Accessors:</span>
<span class="identifier">RealType</span> <span class="identifier">shape</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
<span class="identifier">RealType</span> <span class="identifier">scale</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
<span class="special">};</span>
<span class="special">}}</span> <span class="comment">// namespaces</span>
</pre>
<p>
The <a href="http://en.wikipedia.org/wiki/Weibull_distribution" target="_top">Weibull
distribution</a> is a continuous distribution with the <a href="http://en.wikipedia.org/wiki/Probability_density_function" target="_top">probability
density function</a>:
</p>
<p>
f(x; α, β) = (α/β) * (x / β)<sup>α - 1</sup> * e<sup>-(x/β)<sup>α</sup></sup>
</p>
<p>
For shape parameter α   > 0, and scale parameter β   > 0, and x > 0.
</p>
<p>
The Weibull distribution is often used in the field of failure analysis;
in particular it can mimic distributions where the failure rate varies
over time. If the failure rate is:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
constant over time, then α   = 1, suggests that items are failing from
random events.
</li>
<li class="listitem">
decreases over time, then α   < 1, suggesting "infant mortality".
</li>
<li class="listitem">
increases over time, then α   > 1, suggesting "wear out" -
more likely to fail as time goes by.
</li>
</ul></div>
<p>
The following graph illustrates how the PDF varies with the shape parameter
α:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../graphs/weibull_pdf1.svg" align="middle"></span>
</p>
<p>
While this graph illustrates how the PDF varies with the scale parameter
β:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../graphs/weibull_pdf2.svg" align="middle"></span>
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h0"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.related_distributions"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.related_distributions">Related
distributions</a>
</h5>
<p>
When α   = 3, the <a href="http://en.wikipedia.org/wiki/Weibull_distribution" target="_top">Weibull
distribution</a> appears similar to the <a href="http://en.wikipedia.org/wiki/Normal_distribution" target="_top">normal
distribution</a>. When α   = 1, the Weibull distribution reduces to the
<a href="http://en.wikipedia.org/wiki/Exponential_distribution" target="_top">exponential
distribution</a>. The relationship of the types of extreme value distributions,
of which the Weibull is but one, is discussed by <a href="http://www.worldscibooks.com/mathematics/p191.html" target="_top">Extreme
Value Distributions, Theory and Applications Samuel Kotz & Saralees
Nadarajah</a>.
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h1"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.member_functions"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.member_functions">Member
Functions</a>
</h5>
<pre class="programlisting"><span class="identifier">weibull_distribution</span><span class="special">(</span><span class="identifier">RealType</span> <span class="identifier">shape</span><span class="special">,</span> <span class="identifier">RealType</span> <span class="identifier">scale</span> <span class="special">=</span> <span class="number">1</span><span class="special">);</span>
</pre>
<p>
Constructs a <a href="http://en.wikipedia.org/wiki/Weibull_distribution" target="_top">Weibull
distribution</a> with shape <span class="emphasis"><em>shape</em></span> and scale <span class="emphasis"><em>scale</em></span>.
</p>
<p>
Requires that the <span class="emphasis"><em>shape</em></span> and <span class="emphasis"><em>scale</em></span>
parameters are both greater than zero, otherwise calls <a class="link" href="../../error_handling.html#math_toolkit.error_handling.domain_error">domain_error</a>.
</p>
<pre class="programlisting"><span class="identifier">RealType</span> <span class="identifier">shape</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
</pre>
<p>
Returns the <span class="emphasis"><em>shape</em></span> parameter of this distribution.
</p>
<pre class="programlisting"><span class="identifier">RealType</span> <span class="identifier">scale</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
</pre>
<p>
Returns the <span class="emphasis"><em>scale</em></span> parameter of this distribution.
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h2"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.non_member_accessors"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.non_member_accessors">Non-member
Accessors</a>
</h5>
<p>
All the <a class="link" href="../nmp.html" title="Non-Member Properties">usual non-member accessor
functions</a> that are generic to all distributions are supported:
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.cdf">Cumulative Distribution Function</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.pdf">Probability Density Function</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.quantile">Quantile</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.hazard">Hazard Function</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.chf">Cumulative Hazard Function</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.mean">mean</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.median">median</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.mode">mode</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.variance">variance</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.sd">standard deviation</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.skewness">skewness</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.kurtosis">kurtosis</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.kurtosis_excess">kurtosis_excess</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.range">range</a> and <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.support">support</a>.
</p>
<p>
The domain of the random variable is [0, ∞].
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h3"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.accuracy"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.accuracy">Accuracy</a>
</h5>
<p>
The Weibull distribution is implemented in terms of the standard library
<code class="computeroutput"><span class="identifier">log</span></code> and <code class="computeroutput"><span class="identifier">exp</span></code>
functions plus <a class="link" href="../../powers/expm1.html" title="expm1">expm1</a> and
<a class="link" href="../../powers/log1p.html" title="log1p">log1p</a> and as such should
have very low error rates.
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h4"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.implementation"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.implementation">Implementation</a>
</h5>
<p>
In the following table α   is the shape parameter of the distribution, β   is its
scale parameter, <span class="emphasis"><em>x</em></span> is the random variate, <span class="emphasis"><em>p</em></span>
is the probability and <span class="emphasis"><em>q = 1-p</em></span>.
</p>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Function
</p>
</th>
<th>
<p>
Implementation Notes
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
pdf
</p>
</td>
<td>
<p>
Using the relation: pdf = αβ<sup>-α </sup>x<sup>α - 1</sup> e<sup>-(x/beta)<sup>alpha</sup></sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
cdf
</p>
</td>
<td>
<p>
Using the relation: p = -<a class="link" href="../../powers/expm1.html" title="expm1">expm1</a>(-(x/β)<sup>α</sup>)
</p>
</td>
</tr>
<tr>
<td>
<p>
cdf complement
</p>
</td>
<td>
<p>
Using the relation: q = e<sup>-(x/β)<sup>α</sup></sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
quantile
</p>
</td>
<td>
<p>
Using the relation: x = β * (-<a class="link" href="../../powers/log1p.html" title="log1p">log1p</a>(-p))<sup>1/α</sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
quantile from the complement
</p>
</td>
<td>
<p>
Using the relation: x = β * (-log(q))<sup>1/α</sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
mean
</p>
</td>
<td>
<p>
β * Γ(1 + 1/α)
</p>
</td>
</tr>
<tr>
<td>
<p>
variance
</p>
</td>
<td>
<p>
β<sup>2</sup>(Γ(1 + 2/α) - Γ<sup>2</sup>(1 + 1/α))
</p>
</td>
</tr>
<tr>
<td>
<p>
mode
</p>
</td>
<td>
<p>
β((α - 1) / α)<sup>1/α</sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
skewness
</p>
</td>
<td>
<p>
Refer to <a href="http://mathworld.wolfram.com/WeibullDistribution.html" target="_top">Weisstein,
Eric W. "Weibull Distribution." From MathWorld--A Wolfram
Web Resource.</a>
</p>
</td>
</tr>
<tr>
<td>
<p>
kurtosis
</p>
</td>
<td>
<p>
Refer to <a href="http://mathworld.wolfram.com/WeibullDistribution.html" target="_top">Weisstein,
Eric W. "Weibull Distribution." From MathWorld--A Wolfram
Web Resource.</a>
</p>
</td>
</tr>
<tr>
<td>
<p>
kurtosis excess
</p>
</td>
<td>
<p>
Refer to <a href="http://mathworld.wolfram.com/WeibullDistribution.html" target="_top">Weisstein,
Eric W. "Weibull Distribution." From MathWorld--A Wolfram
Web Resource.</a>
</p>
</td>
</tr>
</tbody>
</table></div>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h5"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.references"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.references">References</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a href="http://en.wikipedia.org/wiki/Weibull_distribution" target="_top">http://en.wikipedia.org/wiki/Weibull_distribution</a>
</li>
<li class="listitem">
<a href="http://mathworld.wolfram.com/WeibullDistribution.html" target="_top">Weisstein,
Eric W. "Weibull Distribution." From MathWorld--A Wolfram
Web Resource.</a>
</li>
<li class="listitem">
<a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda3668.htm" target="_top">Weibull
in NIST Exploratory Data Analysis</a>
</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2006-2010, 2012-2014 Nikhar Agrawal,
Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert
Holin, Bruno Lalande, John Maddock, Johan Råde, Gautam Sewani, Benjamin Sobotta,
Thijs van den Berg, Daryle Walker and Xiaogang Zhang<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="uniform_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../dist_algorithms.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| TyRoXx/cdm | original_sources/boost_1_59_0/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html | HTML | mit | 19,882 |
<div id="test-template-div" style="display: block;">{{viewModel.placeholder}}</div> | guillaume317/elink-port | www/lib/ion-autocomplete/test/templates/test-template.html | HTML | mit | 83 |
<!DOCTYPE html>
<html lang="en-US" ng-app="Northwind">
<head>
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Northwind</title>
<link rel="stylesheet" href="lib/build.css">
<link rel="stylesheet" href="lib/foundation-icons/foundation-icons.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="menu-top">
<div class="menu-group dark">
<div class="menu-group-left">
<ul class="dark menu-bar">
<li><a ui-sref="start.dash">Home</a></li>
<li><a ui-sref="add">Add</a></li>
</ul>
</div>
</div>
</div>
<ui-view class="grid-frame"></ui-view>
</body>
<script src="lib/build.js"></script>
<script src="js/main.config.js"></script>
<script src="js/dashboard.controller.js"></script>
<script src="js/main.factory.js"></script>
</html> | mattfili/node-postgres-testing | public/index.html | HTML | mit | 942 |
<div class="form-group {{options.col}}" ng-class="{'has-error': $invalid, 'has-success': !$invalid && $dirty}" style="position:relative" ng-hide="options.hidden">
<label for="{{id}}">
{{options.label}}
{{options.required ? '*' : ''}}
</label>
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-{{options.typebutton || 'default' }} btn-{{options.inputSize || 'default'}}" type="button">{{options.textbutton}}</button>
</span>
<!--style="min-width:250px" -->
<input type="text"
class="form-control input-{{options.inputSize || 'default'}}"
id="{{id}}"
name="{{name}}"
placeholder="{{options.placeholder}}"
edu-focus="options.autofocus"
ng-required="options.required"
ng-disabled="options.disabled"
ng-readonly="options.readonly"
ng-minlength="options.min"
ng-maxlength="options.max"
ng-pattern="nifniecifValidator"
ng-model="value"
ng-blur="onBlur()"
ng-focus="onFocus()"
ng-change="onChange()">
</div>
<div class="help-block has-error" ng-show="$invalid" style="position:absolute;top:50px">
<small class="error" ng-show="$invalidRequired">Campo obligatorio. Introduzca un {{options.textbutton|| 'Número de documento'}}</small>
<small class="error" ng-show="$invalidMinlength">Debe tener al menos {{options.min}} caracteres</small>
<small class="error" ng-show="$invalidMaxlength">No puede tener más de {{options.max}} caracteres</small>
<small class="error" ng-show="$invalidPattern">Introduzca un {{options.textbutton|| 'Número de documento'}} válido</small>
</div>
</div> | educarm/edu-field | src/directives/edu-field-nifniecif-tpl.html | HTML | mit | 1,640 |
<a href='https://github.com/angular/angular.js/edit/v1.2.x/src/ngMock/angular-mocks.js?message=docs($log)%3A%20describe%20your%20change...#L277' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.2.27/src/ngMock/angular-mocks.js#L277' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">$log</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- service in module <a href="api/ngMock">ngMock</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>Mock implementation of <a href="api/ng/service/$log"><code>$log</code></a> that gathers all logged messages in arrays
(one array per logging level). These arrays are exposed as <code>logs</code> property of each of the
level-specific log function, e.g. for level <code>error</code> the array is exposed as <code>$log.error.logs</code>.</p>
</div>
<div>
<h2>Methods</h2>
<ul class="methods">
<li id="reset">
<h3><p><code>reset();</code></p>
</h3>
<div><p>Reset all of the logging arrays to empty.</p>
</div>
</li>
<li id="assertEmpty">
<h3><p><code>assertEmpty();</code></p>
</h3>
<div><p>Assert that the all of the logging methods have no logged messages. If messages present, an
exception is thrown.</p>
</div>
</li>
</ul>
<h2>Properties</h2>
<ul class="properties">
<li id="log.logs">
<h3><code>log.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#log"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
<li id="info.logs">
<h3><code>info.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#info"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
<li id="warn.logs">
<h3><code>warn.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#warn"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
<li id="error.logs">
<h3><code>error.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#error"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
<li id="debug.logs">
<h3><code>debug.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#debug"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
</ul>
</div>
| viral810/ngSimpleCMS | web/bundles/sunraangular/js/angular/angular-1.2.27/docs/partials/api/ngMock/service/$log.html | HTML | mit | 3,037 |
{% extends 'templates/nhs_transaction_layout.html' %}
{% import 'includes/form_macros.html' as form_macros %}
{% block afterHeader %}
{% include "includes/service-headers/low-income.html" %}
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
Do you or your partner have any shares?
</h1>
<form action="" method="get" class="form">
<div class="form-item-wrapper">
<fieldset>
<div class="inline-form-groups">
<div class="form-group">
<input type="radio" id="binary-yes" name="binary">
<label class="form-control-radio" for="binary-yes">
Yes
</label>
</div>
<div class="form-group">
<input type="radio" id="binary-no" name="binary">
<label class="form-control-radio" for="binary-no">
No
</label>
</div>
</div>
</fieldset>
</div>
{{
form_macros.button({
href: 'certificates',
label: 'Save and continue'
})
}}
<p class="navigation"><a class="cancel" href="../lis-home">Save and come back later</a></p>
</form>
</div>
</div>
</main>
{% endblock %} | nhsbsa/nhslis | app/views/lis/7/assets/shares.html | HTML | mit | 1,466 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>push_front</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../../index.html" title="Chapter 1. Range 2.0">
<link rel="up" href="../new.html" title="New algorithms">
<link rel="prev" href="push_back.html" title="push_back">
<link rel="next" href="remove_erase.html" title="remove_erase">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="push_back.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../new.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="remove_erase.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="range.reference.algorithms.new.push_front"></a><a class="link" href="push_front.html" title="push_front">push_front</a>
</h5></div></div></div>
<h6>
<a name="range.reference.algorithms.new.push_front.h0"></a>
<span><a name="range.reference.algorithms.new.push_front.prototype"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.prototype">Prototype</a>
</h6>
<p>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">class</span> <span class="identifier">Container</span><span class="special">,</span>
<span class="keyword">class</span> <span class="identifier">SinglePassRange</span>
<span class="special">></span>
<span class="identifier">Container</span><span class="special">&</span> <span class="identifier">push_front</span><span class="special">(</span><span class="identifier">Container</span><span class="special">&</span> <span class="identifier">target</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">SinglePassRange</span><span class="special">&</span> <span class="identifier">from</span><span class="special">);</span>
</pre>
<p>
</p>
<h6>
<a name="range.reference.algorithms.new.push_front.h1"></a>
<span><a name="range.reference.algorithms.new.push_front.description"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.description">Description</a>
</h6>
<p>
<code class="computeroutput"><span class="identifier">push_front</span></code> all of the
elements in the range <code class="computeroutput"><span class="identifier">from</span></code>
to the front of the container <code class="computeroutput"><span class="identifier">target</span></code>.
</p>
<h6>
<a name="range.reference.algorithms.new.push_front.h2"></a>
<span><a name="range.reference.algorithms.new.push_front.definition"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.definition">Definition</a>
</h6>
<p>
Defined in the header file <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">range</span><span class="special">/</span><span class="identifier">algorithm_ext</span><span class="special">/</span><span class="identifier">push_front</span><span class="special">.</span><span class="identifier">hpp</span></code>
</p>
<h6>
<a name="range.reference.algorithms.new.push_front.h3"></a>
<span><a name="range.reference.algorithms.new.push_front.requirements"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.requirements">Requirements</a>
</h6>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<code class="computeroutput"><span class="identifier">SinglePassRange</span></code> is
a model of the <a class="link" href="../../../concepts/single_pass_range.html" title="Single Pass Range">Single
Pass Range</a> Concept.
</li>
<li class="listitem">
<code class="computeroutput"><span class="identifier">Container</span></code> supports
insert at <code class="computeroutput"><span class="identifier">begin</span><span class="special">()</span></code>.
</li>
<li class="listitem">
<code class="computeroutput"><span class="identifier">SinglePassRange</span></code>'s
value type is convertible to <code class="computeroutput"><span class="identifier">Container</span></code>'s
value type.
</li>
</ol></div>
<h6>
<a name="range.reference.algorithms.new.push_front.h4"></a>
<span><a name="range.reference.algorithms.new.push_front.complexity"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.complexity">Complexity</a>
</h6>
<p>
Linear. <code class="computeroutput"><span class="identifier">distance</span><span class="special">(</span><span class="identifier">from</span><span class="special">)</span></code>
assignments are performed.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2010 Thorsten Ottosen,
Neil Groves<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="push_back.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../new.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="remove_erase.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| yinchunlong/abelkhan-1 | ext/c++/thirdpart/c++/boost/libs/range/doc/html/range/reference/algorithms/new/push_front.html | HTML | mit | 7,188 |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>lxml.etree.DTD</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="lxml-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="/">lxml API</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="lxml-module.html">Package lxml</a> ::
<a href="lxml.etree-module.html">Module etree</a> ::
Class DTD
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="lxml.etree.DTD-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class DTD</h1><p class="nomargin-top"></p>
<pre class="base-tree">
object --+
|
<a href="lxml.etree._Validator-class.html" onclick="show_private();">_Validator</a> --+
|
<strong class="uidshort">DTD</strong>
</pre>
<hr />
<p>DTD(self, file=None, external_id=None)
A DTD validator.</p>
<p>Can load from filesystem directly given a filename or file-like object.
Alternatively, pass the keyword parameter <tt class="rst-docutils literal">external_id</tt> to load from a
catalog.</p>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="lxml.etree.DTD-class.html#__call__" class="summary-sig-name">__call__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">etree</span>)</span><br />
Validate doc using the DTD.</td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="lxml.etree.DTD-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">file</span>=<span class="summary-sig-default">None</span>,
<span class="summary-sig-arg">external_id</span>=<span class="summary-sig-default">None</span>)</span><br />
x.__init__(...) initializes x; see help(type(x)) for signature</td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type">a new object with type S, a subtype of T</span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="lxml.etree.DTD-class.html#__new__" class="summary-sig-name">__new__</a>(<span class="summary-sig-arg">T</span>,
<span class="summary-sig-arg">S</span>,
<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="elements"></a><span class="summary-sig-name">elements</span>(<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="entities"></a><span class="summary-sig-name">entities</span>(<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="iterelements"></a><span class="summary-sig-name">iterelements</span>(<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="iterentities"></a><span class="summary-sig-name">iterentities</span>(<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree._Validator-class.html" onclick="show_private();">_Validator</a></code></b>:
<code><a href="lxml.etree._Validator-class.html#assertValid">assertValid</a></code>,
<code><a href="lxml.etree._Validator-class.html#assert_">assert_</a></code>,
<code><a href="lxml.etree._Validator-class.html#validate">validate</a></code>
</p>
<div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree._Validator-class.html" onclick="show_private();">_Validator</a></code></b> (private):
<code><a href="lxml.etree._Validator-class.html#_append_log_message" onclick="show_private();">_append_log_message</a></code>,
<code><a href="lxml.etree._Validator-class.html#_clear_error_log" onclick="show_private();">_clear_error_log</a></code>
</p></div>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__delattr__</code>,
<code>__format__</code>,
<code>__getattribute__</code>,
<code>__hash__</code>,
<code>__reduce__</code>,
<code>__reduce_ex__</code>,
<code>__repr__</code>,
<code>__setattr__</code>,
<code>__sizeof__</code>,
<code>__str__</code>,
<code>__subclasshook__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Properties</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Properties"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a name="external_id"></a><span class="summary-name">external_id</span>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a name="name"></a><span class="summary-name">name</span>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a name="system_url"></a><span class="summary-name">system_url</span>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree._Validator-class.html" onclick="show_private();">_Validator</a></code></b>:
<code><a href="lxml.etree._Validator-class.html#error_log">error_log</a></code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__class__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Method Details</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-MethodDetails"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
</table>
<a name="__call__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__call__</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">etree</span>)</span>
<br /><em class="fname">(Call operator)</em>
</h3>
</td><td align="right" valign="top"
>
</td>
</tr></table>
<p>Validate doc using the DTD.</p>
<p>Returns true if the document is valid, false if not.</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<a name="__init__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">file</span>=<span class="sig-default">None</span>,
<span class="sig-arg">external_id</span>=<span class="sig-default">None</span>)</span>
<br /><em class="fname">(Constructor)</em>
</h3>
</td><td align="right" valign="top"
>
</td>
</tr></table>
x.__init__(...) initializes x; see help(type(x)) for signature
<dl class="fields">
<dt>Overrides:
object.__init__
</dt>
</dl>
</td></tr></table>
</div>
<a name="__new__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__new__</span>(<span class="sig-arg">T</span>,
<span class="sig-arg">S</span>,
<span class="sig-arg">...</span>)</span>
</h3>
</td><td align="right" valign="top"
>
</td>
</tr></table>
<dl class="fields">
<dt>Returns: a new object with type S, a subtype of T</dt>
<dt>Overrides:
object.__new__
</dt>
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="lxml-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="/">lxml API</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Sat Apr 25 16:24:35 2015
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
| bertucho/epic-movie-quotes-quiz | dialogos/build/lxml/doc/html/api/lxml.etree.DTD-class.html | HTML | mit | 15,689 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Background Information</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="Boost.Regex 5.1.1">
<link rel="up" href="../index.html" title="Boost.Regex 5.1.1">
<link rel="prev" href="ref/internal_details/uni_iter.html" title="Unicode Iterators">
<link rel="next" href="background_information/headers.html" title="Headers">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="ref/internal_details/uni_iter.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="background_information/headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="boost_regex.background_information"></a><a class="link" href="background_information.html" title="Background Information">Background Information</a>
</h2></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="background_information/headers.html">Headers</a></span></dt>
<dt><span class="section"><a href="background_information/locale.html">Localization</a></span></dt>
<dt><span class="section"><a href="background_information/thread_safety.html">Thread
Safety</a></span></dt>
<dt><span class="section"><a href="background_information/examples.html">Test and
Example Programs</a></span></dt>
<dt><span class="section"><a href="background_information/futher.html">References
and Further Information</a></span></dt>
<dt><span class="section"><a href="background_information/faq.html">FAQ</a></span></dt>
<dt><span class="section"><a href="background_information/performance.html">Performance</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="background_information/performance/section_Testing_Perl_searches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html">Testing
Perl searches (platform = Windows x64, compiler = Microsoft Visual C++ version
14.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_Perl_searches_platform_linux_compiler_GNU_C_version_5_1_0_.html">Testing
Perl searches (platform = linux, compiler = GNU C++ version 5.1.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_leftmost_longest_searches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html">Testing
leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual
C++ version 14.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_5_1_0_.html">Testing
leftmost-longest searches (platform = linux, compiler = GNU C++ version 5.1.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_simple_Perl_matches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html">Testing
simple Perl matches (platform = Windows x64, compiler = Microsoft Visual
C++ version 14.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_simple_Perl_matches_platform_linux_compiler_GNU_C_version_5_1_0_.html">Testing
simple Perl matches (platform = linux, compiler = GNU C++ version 5.1.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_simple_leftmost_longest_matches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html">Testing
simple leftmost-longest matches (platform = Windows x64, compiler = Microsoft
Visual C++ version 14.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_simple_leftmost_longest_matches_platform_linux_compiler_GNU_C_version_5_1_0_.html">Testing
simple leftmost-longest matches (platform = linux, compiler = GNU C++ version
5.1.0)</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="background_information/standards.html">Standards
Conformance</a></span></dt>
<dt><span class="section"><a href="background_information/redist.html">Redistributables</a></span></dt>
<dt><span class="section"><a href="background_information/acknowledgements.html">Acknowledgements</a></span></dt>
<dt><span class="section"><a href="background_information/history.html">History</a></span></dt>
</dl></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 1998-2013 John Maddock<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="ref/internal_details/uni_iter.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="background_information/headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| yinchunlong/abelkhan-1 | ext/c++/thirdpart/c++/boost/libs/regex/doc/html/boost_regex/background_information.html | HTML | mit | 6,518 |
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
[page:BufferGeometry] →
<h1>立方缓冲几何体([name])</h1>
<p class="desc">[name]是四边形的原始几何类,它通常使用构造函数所提供的“width”、“height”、“depth”参数来创建立方体或者不规则四边形。</p>
<iframe id="scene" src="scenes/geometry-browser.html#BoxGeometry"></iframe>
<script>
// iOS iframe auto-resize workaround
if ( /(iPad|iPhone|iPod)/g.test( navigator.userAgent ) ) {
const scene = document.getElementById( 'scene' );
scene.style.width = getComputedStyle( scene ).width;
scene.style.height = getComputedStyle( scene ).height;
scene.setAttribute( 'scrolling', 'no' );
}
</script>
<h2>代码示例</h2>
<code>const geometry = new THREE.BoxGeometry( 1, 1, 1 );
const material = new THREE.MeshBasicMaterial( {color: 0x00ff00} );
const cube = new THREE.Mesh( geometry, material );
scene.add( cube );
</code>
<h2>构造器</h2>
<h3>[name]([param:Float width], [param:Float height], [param:Float depth], [param:Integer widthSegments], [param:Integer heightSegments], [param:Integer depthSegments])</h3>
<p>
width — X轴上面的宽度,默认值为1。<br />
height — Y轴上面的高度,默认值为1。<br />
depth — Z轴上面的深度,默认值为1。<br />
widthSegments — (可选)宽度的分段数,默认值是1。<br />
heightSegments — (可选)宽度的分段数,默认值是1。<br />
depthSegments — (可选)宽度的分段数,默认值是1。
</p>
<h2>属性</h2>
<p>共有属性请参见其基类[page:BufferGeometry]。</p>
<h3>[property:Object parameters]</h3>
<p>
一个包含着构造函数中每个参数的对象。在对象实例化之后,对该属性的任何修改都不会改变这个几何体。
</p>
<p>
使用上面的示例代码来作为基础:
<code>
geometry.parameters; // outputs an object {width: 1, height: 1, depth: 1, widthSegments: undefined, heightSegments: undefined}
cube.geometry.parameters; // as above
cube.geometry.parameters.width; // === 1
cube.geometry.parameters.widthSegments // === undefined.
</code>
</p>
<h2>方法(Methods)</h2>
<p>共有方法请参见其基类[page:BufferGeometry]。</p>
<h2>源代码</h2>
<p>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</p>
</body>
</html>
| opensim-org/three.js | docs/api/zh/geometries/BoxGeometry.html | HTML | mit | 2,625 |
<h2 id="angularjs-requirejs-boilerplate">angularjs-requirejs-boilerplate</h2>
<p>A complete angularjs requirejs boilerplate for node. There are angular and test samples in the project,
you can quick start your new project with angularjs-requirejs-boilerplate.</p>
<h2 id="features">Features</h2>
<h3 id="front-end">Front-end</h3>
<ul>
<li><a href="http://angularjs.org/">angularjs</a>, a JavaScript MVW Framework</li>
<li><a href="http://getbootstrap.com/">bootstrap</a>, the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web</li>
<li><a href="https://jquery.org/">jquery</a>, the Write Less, Do More, JavaScript Library</li>
<li><a href="http://lesscss.org/">less</a>, a CSS pre-processor</li>
<li><a href="http://requirejs.org/">requirejs</a>, a JavaScript file and module loader</li>
<li>etc</li>
</ul>
<h3 id="back-end">Back-end</h3>
<ul>
<li><a href="http://expressjs.com/">expressjs</a>, sinatra inspired web development framework for node.js</li>
<li><a href="http://gulpjs.com/">gulp</a>, the streaming build system</li>
<li><a href="http://paularmstrong.github.io/swig/">swig</a>, a simple, powerful, and extendable JavaScript Template Engine</li>
<li>etc</li>
</ul>
<h2 id="quick-start">Quick Start</h2>
<h3 id="install-dependencies-">Install Dependencies:</h3>
<pre><code class="lang-bash">$ bower install
$ npm install
</code></pre>
<h3 id="development">Development</h3>
<p>Development Environment using gulp-nodemon, <a href="https://www.browsersync.io/">browser-sync</a> and gulp-jshint.</p>
<ol>
<li>Make sure <strong>isDevMode</strong> configuration is <strong>true</strong> in <strong>locals.js</strong></li>
<li>Start development mode with <code>gulp --development</code></li>
<li>Input <code>http://localhost:devPort</code> with browsers</li>
</ol>
<h3 id="production">Production</h3>
<ol>
<li>Make sure <strong>isDevMode</strong> configuration is <strong>false</strong> in <strong>locals.js</strong></li>
<li>Compile and build with <code>gulp --production</code></li>
<li>Start the server with node or pm2 or others</li>
<li>Input <code>http://localhost:port</code> with browsers</li>
</ol>
<h3 id="configuration">Configuration</h3>
<p>System configuration are stored in the <strong>locals.js</strong> file.</p>
<h3 id="samples-page">Samples Page</h3>
<p>Start the server and input <code>http://localhost:port/samples</code> with browsers.</p>
<h2 id="gulp">Gulp</h2>
<p>Show task list with <code>gulp help</code>.</p>
<h2 id="test">Test</h2>
<p>Test using karma and jasmine, run the test with <code>npm test</code> or <code>karma start</code>. Unit and coverage test report are stored in report directory.</p>
<h2 id="changelog">Changelog</h2>
<h3 id="2-3-0">2.3.0</h3>
<ul>
<li>watch gulp files</li>
<li>the browser reload while restart nodemon<br>
27.01.2016</li>
</ul>
<h3 id="2-2-1">2.2.1</h3>
<ul>
<li>fix task can not separate execution with development mode<br>
25.01.2016</li>
</ul>
<h3 id="2-2-0">2.2.0</h3>
<ul>
<li>add build-templates task to optimize ngTemplates that registers AngularJS templates in the $templateCache</li>
<li>add error and listening event to server<br>
17.01.2016</li>
</ul>
<h3 id="2-1-0">2.1.0</h3>
<ul>
<li>replace gulp-livereload with browser-sync</li>
<li>add gulp-help, gulp-size and others gulp components</li>
<li>remove less.js<br>
10.01.2016</li>
</ul>
<h3 id="2-0-0">2.0.0</h3>
<ul>
<li>adjust directory and code of project</li>
<li>add angular samples page</li>
<li>add README.md preview<br>
01.01.2016</li>
</ul>
<h3 id="1-1-1">1.1.1</h3>
<ul>
<li>fix mobile can not redirect</li>
<li>fix can not define custom router<br>
18.11.2015</li>
</ul>
<h3 id="1-1-0">1.1.0</h3>
<ul>
<li>add gulp task named build-views that registers AngularJS templates in the $templateCache</li>
<li>add karma and size into gulpfile</li>
<li>replace chrome launcher with phantomjs launcher in karma</li>
<li>modify layout launcher and suffix of templateUrl<br>
31.10.2015</li>
</ul>
<h3 id="1-0-0">1.0.0</h3>
<ul>
<li>initial release<br>
18.10.2015</li>
</ul>
<h2 id="license">License</h2>
<p> <a href="https://github.com/ipluser/angularjs-requirejs-boilerplate/blob/master/LICENSE">MIT</a></p>
| ipluser/nodejs-basicer | views/mobile/templates/markdown/README.html | HTML | mit | 4,190 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>BWU Datagrid example: 09 Row Reordering</title>
<link rel="import" href="src/e09_row_reordering/app_element.html">
<link rel='stylesheet' href='asset/examples.css'>
<link rel="stylesheet" href='../packages/bwu_datagrid/asset/smoothness/jquery-ui-1.8.16.custom.css'> <!-- TODO remove, only here due to a bug in code generation when files change -->
</head>
<body>
<app-element></app-element>
<script type="application/dart">export 'package:polymer/init.dart';</script>
</body>
</html>
| terrasea/bwu_datagrid | example/e09_row_reordering.html | HTML | mit | 736 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>jQuery Test Suite</title>
<link rel="Stylesheet" media="screen" href="qunit/qunit/qunit.css" />
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
<!-- Includes -->
<script src="data/testinit.js"></script>
<script src="qunit/qunit/qunit.js"></script>
<!-- Loads minified version if min=true is present in the search -->
<!-- Nullifies querySelectorAll if noqsa=true is present -->
<script>
(function() {
var src = "../dist/jquery.js";
QUnit.config.urlConfig.push( "min" );
if ( QUnit.urlParams.min ) {
src = "../dist/jquery.min.js";
}
QUnit.config.urlConfig.push( "noqsa" );
if ( QUnit.urlParams.noqsa ) {
document.querySelectorAll = null;
}
document.write( "<script src='" + src + "'><\/script>" );
})();
</script>
<script src="data/testrunner.js"></script>
<script src="unit/core.js"></script>
<script src="unit/callbacks.js"></script>
<script src="unit/deferred.js"></script>
<script src="unit/support.js"></script>
<script src="unit/data.js"></script>
<script src="unit/queue.js"></script>
<script src="unit/attributes.js"></script>
<script src="unit/event.js"></script>
<script src="unit/selector.js"></script>
<script src="unit/traversing.js"></script>
<script src="unit/manipulation.js"></script>
<script src="unit/css.js"></script>
<script src="unit/serialize.js"></script>
<script src="unit/ajax.js"></script>
<script src="unit/effects.js"></script>
<script src="unit/offset.js"></script>
<script src="unit/dimensions.js"></script>
<script src="unit/deprecated.js"></script>
<script src="unit/exports.js"></script>
<!-- Subproject tests must be last because they replace our test fixture -->
<script>
testSubproject( "Sizzle", "../src/sizzle/test/", /^unit\/.*\.js$/ );
</script>
<script>
// html5shiv, enabling HTML5 elements to be used with jQuery
( "abbr article aside audio bdi canvas data details figcaption figure footer header hgroup " +
"mark meter nav output progress section summary time video"
).replace(/\w+/g, function(n) {
document.createElement(n);
});
</script>
</head>
<body id="body">
<h1 id="qunit-header"><a href="/jquery/test/index.html">jQuery Test Suite</a></h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<!-- Test HTML -->
<div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
<div id="nothiddendivchild"></div>
</div>
<!-- this iframe is outside the #qunit-fixture so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves -->
<iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe>
<dl id="dl" style="position:absolute;top:-32767px;left:-32767px;width:1px">
<div id="qunit-fixture">
<p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p>
<p id="ap">
Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>,
<a id="groups" href="http://groups.google.com/" class="GROUPS">Google Groups (Link)</a>.
This link has <code><a href="http://smin" id="anchor1">class="blog"</a></code>:
<a href="http://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a>
</p>
<div id="foo">
<p id="sndp">Everything inside the red border is inside a div with <code>id="foo"</code>.</p>
<p lang="en" id="en">This is a normal link: <a id="yahoo" href="http://www.yahoo.com/" class="blogTest">Yahoo</a></p>
<p id="sap">This link has <code><a href="#2" id="anchor2">class="blog"</a></code>: <a href="http://simon.incutio.com/" class="blog link" id="simon">Simon Willison's Weblog</a></p>
</div>
<span id="name+value"></span>
<p id="first">Try them out:</p>
<ul id="firstUL"></ul>
<ol id="empty"></ol>
<form id="form" action="formaction">
<label for="action" id="label-for">Action:</label>
<input type="text" name="action" value="Test" id="text1" maxlength="30"/>
<input type="text" name="text2" value="Test" id="text2" disabled="disabled"/>
<input type="radio" name="radio1" id="radio1" value="on"/>
<input type="radio" name="radio2" id="radio2" checked="checked"/>
<input type="checkbox" name="check" id="check1" checked="checked"/>
<input type="checkbox" id="check2" value="on"/>
<input type="hidden" name="hidden" id="hidden1"/>
<input type="text" style="display:none;" name="foo[bar]" id="hidden2"/>
<input type="text" id="name" name="name" value="name" />
<input type="search" id="search" name="search" value="search" />
<button id="button" name="button" type="button">Button</button>
<textarea id="area1" maxlength="30">foobar</textarea>
<select name="select1" id="select1">
<option id="option1a" class="emptyopt" value="">Nothing</option>
<option id="option1b" value="1">1</option>
<option id="option1c" value="2">2</option>
<option id="option1d" value="3">3</option>
</select>
<select name="select2" id="select2">
<option id="option2a" class="emptyopt" value="">Nothing</option>
<option id="option2b" value="1">1</option>
<option id="option2c" value="2">2</option>
<option id="option2d" selected="selected" value="3">3</option>
</select>
<select name="select3" id="select3" multiple="multiple">
<option id="option3a" class="emptyopt" value="">Nothing</option>
<option id="option3b" selected="selected" value="1">1</option>
<option id="option3c" selected="selected" value="2">2</option>
<option id="option3d" value="3">3</option>
<option id="option3e">no value</option>
</select>
<select name="select4" id="select4" multiple="multiple">
<optgroup disabled="disabled">
<option id="option4a" class="emptyopt" value="">Nothing</option>
<option id="option4b" disabled="disabled" selected="selected" value="1">1</option>
<option id="option4c" selected="selected" value="2">2</option>
</optgroup>
<option selected="selected" disabled="disabled" id="option4d" value="3">3</option>
<option id="option4e">no value</option>
</select>
<select name="select5" id="select5">
<option id="option5a" value="3">1</option>
<option id="option5b" value="2">2</option>
<option id="option5c" value="1" data-attr="">3</option>
</select>
<object id="object1" codebase="stupid">
<param name="p1" value="x1" />
<param name="p2" value="x2" />
</object>
<span id="台北Táiběi"></span>
<span id="台北" lang="中文"></span>
<span id="utf8class1" class="台北Táiběi 台北"></span>
<span id="utf8class2" class="台北"></span>
<span id="foo:bar" class="foo:bar"></span>
<span id="test.foo[5]bar" class="test.foo[5]bar"></span>
<foo_bar id="foobar">test element</foo_bar>
</form>
<b id="floatTest">Float test.</b>
<iframe id="iframe" name="iframe"></iframe>
<form id="lengthtest">
<input type="text" id="length" name="test"/>
<input type="text" id="idTest" name="id"/>
</form>
<table id="table"></table>
<form id="name-tests">
<!-- Inputs with a grouped name attribute. -->
<input name="types[]" id="types_all" type="checkbox" value="all" />
<input name="types[]" id="types_anime" type="checkbox" value="anime" />
<input name="types[]" id="types_movie" type="checkbox" value="movie" />
</form>
<form id="testForm" action="#" method="get">
<textarea name="T3" rows="2" cols="15">?
Z</textarea>
<input type="hidden" name="H1" value="x" />
<input type="hidden" name="H2" />
<input name="PWD" type="password" value="" />
<input name="T1" type="text" />
<input name="T2" type="text" value="YES" readonly="readonly" />
<input type="checkbox" name="C1" value="1" />
<input type="checkbox" name="C2" />
<input type="radio" name="R1" value="1" />
<input type="radio" name="R1" value="2" />
<input type="text" name="My Name" value="me" />
<input type="reset" name="reset" value="NO" />
<select name="S1">
<option value="abc">ABC</option>
<option value="abc">ABC</option>
<option value="abc">ABC</option>
</select>
<select name="S2" multiple="multiple" size="3">
<option value="abc">ABC</option>
<option value="abc">ABC</option>
<option value="abc">ABC</option>
</select>
<select name="S3">
<option selected="selected">YES</option>
</select>
<select name="S4">
<option value="" selected="selected">NO</option>
</select>
<input type="submit" name="sub1" value="NO" />
<input type="submit" name="sub2" value="NO" />
<input type="image" name="sub3" value="NO" />
<button name="sub4" type="submit" value="NO">NO</button>
<input name="D1" type="text" value="NO" disabled="disabled" />
<input type="checkbox" checked="checked" disabled="disabled" name="D2" value="NO" />
<input type="radio" name="D3" value="NO" checked="checked" disabled="disabled" />
<select name="D4" disabled="disabled">
<option selected="selected" value="NO">NO</option>
</select>
<input id="list-test" type="text" />
<datalist id="datalist">
<option value="option"></option>
</datalist>
</form>
<div id="moretests">
<form>
<div id="checkedtest" style="display:none;">
<input type="radio" name="checkedtestradios" checked="checked"/>
<input type="radio" name="checkedtestradios" value="on"/>
<input type="checkbox" name="checkedtestcheckboxes" checked="checked"/>
<input type="checkbox" name="checkedtestcheckboxes" />
</div>
</form>
<div id="nonnodes"><span>hi</span> there <!-- mon ami --></div>
<div id="t2037">
<div><div class="hidden">hidden</div></div>
</div>
<div id="t6652">
<div></div>
</div>
<div id="no-clone-exception"><object><embed></embed></object></div>
</div>
<div id="tabindex-tests">
<ol id="listWithTabIndex" tabindex="5">
<li id="foodWithNegativeTabIndex" tabindex="-1">Rice</li>
<li id="foodNoTabIndex">Beans</li>
<li>Blinis</li>
<li>Tofu</li>
</ol>
<div id="divWithNoTabIndex">I'm hungry. I should...</div>
<span>...</span><a href="#" id="linkWithNoTabIndex">Eat lots of food</a><span>...</span> |
<span>...</span><a href="#" id="linkWithTabIndex" tabindex="2">Eat a little food</a><span>...</span> |
<span>...</span><a href="#" id="linkWithNegativeTabIndex" tabindex="-1">Eat no food</a><span>...</span>
<span>...</span><a id="linkWithNoHrefWithNoTabIndex">Eat a burger</a><span>...</span>
<span>...</span><a id="linkWithNoHrefWithTabIndex" tabindex="1">Eat some funyuns</a><span>...</span>
<span>...</span><a id="linkWithNoHrefWithNegativeTabIndex" tabindex="-1">Eat some funyuns</a><span>...</span>
</div>
<div id="liveHandlerOrder">
<span id="liveSpan1"><a href="#" id="liveLink1"></a></span>
<span id="liveSpan2"><a href="#" id="liveLink2"></a></span>
</div>
<div id="siblingTest">
<em id="siblingfirst">1</em>
<em id="siblingnext">2</em>
<em id="siblingthird">
<em id="siblingchild">
<em id="siblinggrandchild">
<em id="siblinggreatgrandchild"></em>
</em>
</em>
</em>
<span id="siblingspan"></span>
</div>
</div>
</dl>
<div id="fx-test-group" style="position:absolute;width:1px;height:1px;overflow:hidden;">
<div id="fx-queue" name="test">
<div id="fadein" class='chain test' name='div'>fadeIn<div>fadeIn</div></div>
<div id="fadeout" class='chain test out'>fadeOut<div>fadeOut</div></div>
<div id="show" class='chain test'>show<div>show</div></div>
<div id="hide" class='chain test out'>hide<div>hide</div></div>
<div id="togglein" class='chain test'>togglein<div>togglein</div></div>
<div id="toggleout" class='chain test out'>toggleout<div>toggleout</div></div>
<div id="slideup" class='chain test'>slideUp<div>slideUp</div></div>
<div id="slidedown" class='chain test out'>slideDown<div>slideDown</div></div>
<div id="slidetogglein" class='chain test'>slideToggleIn<div>slideToggleIn</div></div>
<div id="slidetoggleout" class='chain test out'>slideToggleOut<div>slideToggleOut</div></div>
<div id="fadetogglein" class='chain test'>fadeToggleIn<div>fadeToggleIn</div></div>
<div id="fadetoggleout" class='chain test out'>fadeToggleOut<div>fadeToggleOut</div></div>
<div id="fadeto" class='chain test'>fadeTo<div>fadeTo</div></div>
</div>
<div id="fx-tests"></div>
</div>
<map name="imgmap" id="imgmap">
<area shape="rect" coords="0,0,200,50">
</map>
</body>
</html>
| fsjohnhuang/iPromise | theory/jQuery.deferred/1.8/jquery-1.8.0/test/index.html | HTML | mit | 12,987 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.