code 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 |
|---|---|---|---|---|---|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<title>Apache CloudStack | The Power Behind Your Cloud</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<div class="api_titlebox">
<div class="api_titlebox_left">
<span>
Apache CloudStack 4.13.0.0 Root Admin API Reference
</span>
<p></p>
<h1>issueOutOfBandManagementPowerAction</h1>
<p>Initiates the specified power action to the host's out-of-band management interface</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../index.html"></a>
</div>
</div>
<div class="api_tablepanel">
<h2>Request parameters</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
</tr>
<tr>
<td style="width:200px;"><strong>action</strong></td><td style="width:500px;"><strong>out-of-band management power actions, valid actions are: ON, OFF, CYCLE, RESET, SOFT, STATUS</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>hostid</strong></td><td style="width:500px;"><strong>the ID of the host</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>timeout</i></td><td style="width:500px;"><i>optional operation timeout in seconds that overrides the global or cluster-level out-of-band management timeout setting</i></td><td style="width:180px;"><i>false</i></td>
</tr>
</table>
</div>
<div class="api_tablepanel">
<h2>Response Tags</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
</tr>
<tr>
<td style="width:200px;"><strong>action</strong></td><td style="width:500px;">the out-of-band management action (if issued)</td>
</tr>
<tr>
<td style="width:200px;"><strong>address</strong></td><td style="width:500px;">the out-of-band management interface address</td>
</tr>
<tr>
<td style="width:200px;"><strong>description</strong></td><td style="width:500px;">the operation result description</td>
</tr>
<tr>
<td style="width:200px;"><strong>driver</strong></td><td style="width:500px;">the out-of-band management driver for the host</td>
</tr>
<tr>
<td style="width:200px;"><strong>enabled</strong></td><td style="width:500px;">true if out-of-band management is enabled for the host</td>
</tr>
<tr>
<td style="width:200px;"><strong>hostid</strong></td><td style="width:500px;">the ID of the host</td>
</tr>
<tr>
<td style="width:200px;"><strong>password</strong></td><td style="width:500px;">the out-of-band management interface password</td>
</tr>
<tr>
<td style="width:200px;"><strong>port</strong></td><td style="width:500px;">the out-of-band management interface port</td>
</tr>
<tr>
<td style="width:200px;"><strong>powerstate</strong></td><td style="width:500px;">the out-of-band management interface powerState of the host</td>
</tr>
<tr>
<td style="width:200px;"><strong>status</strong></td><td style="width:500px;">the operation result</td>
</tr>
<tr>
<td style="width:200px;"><strong>username</strong></td><td style="width:500px;">the out-of-band management interface username</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="comments_thread">
<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script>
<noscript>
<iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin"></iframe>
</noscript>
</div>
<div id="footer_mainmaster">
<p>Copyright © 2015 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
| apache/cloudstack-www | source/api/apidocs-4.13/apis/issueOutOfBandManagementPowerAction.html | HTML | apache-2.0 | 4,729 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>
Automation Framework - authentication
</TITLE>
</HEAD>
<BODY>
<H1>Automation Framework - аутентификация </H1>
Automation Framework поддерживает все механизмы аутентификации, поддерживаемые ZAP.
<H2>Переменные среды </H2>
ZAP поддерживает набор переменных среды заголовка аутентификации - они будут применяться ZAP, если они определены.
однако ZAP запускается, в том числе через Automation Framework.
<p>
Эти переменные среды должны быть определены на системном уровне - если они определены в <a href="environment.html"> среде </a>
env, то они будут проигнорированы.
<H2>Проверка подлинности на основе контекста </H2>
Платформа автоматизации поддерживает следующие методы аутентификации, поддерживаемые ZAP:
<ul>
<li>Вручную (используйте это, если вы используете переменную среды заголовка аутентификации) </li>
<li>HTTP / NTLM</li>
<li>на основе формы </li>
<li>на основе JSON </li>
<li>Скрипт</li>
</ul>
<H2>Статистика аутентификации </H2>
ZAP ведет статистику аутентификации - ищите "auth" в ключевом поле на
Страница веб-сайта <a href="https://www.zaproxy.org/docs/internal-statistics/"> Внутренняя статистика ZAP </a>.
Они идеально подходят для использования в <a href="tests.html"> тестах </a>, чтобы убедиться, что аутентификация работает так, как вы ожидаете.
<p>
Статистика аутентификации ведется для всех поддерживаемых методов аутентификации (включая «ручную»).
но только если вы правильно настроили все элементы аутентификации. <br>
Настоятельно рекомендуется проверить это через графический интерфейс рабочего стола ZAP.
<H2>Настройка аутентификации </H2>
Рекомендуемый способ настройки аутентификации - сделать это через графический интерфейс рабочего стола ZAP -
это дает вам полный контроль над всеми аспектами и позволяет протестировать его на месте. <br>
Затем вы можете создать новое задание Authentication Framework, используя контекст (ы), которые вы протестировали -
элементы аутентификации будут правильно инициализированы для всех поддерживаемых аспектов.
<p>
Стоит отметить, что элементы аутентификации нельзя редактировать через Automation Framework <a href="gui.html"> GUI </a>,
но они не потеряются, если вы используете графический интерфейс, пока вы не используете его для удаления контекстов.
<p>
Со временем графический интерфейс будет обновлен для поддержки всех элементов аутентификации.
</BODY>
</HTML>
| thc202/zap-extensions | addOns/automation/src/main/javahelp/org/zaproxy/addon/automation/resources/help_ru_RU/contents/authentication.html | HTML | apache-2.0 | 3,967 |
<!doctype html>
<html>
<title>npm-deprecate</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/api/npm-deprecate.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1><a href="../api/npm-deprecate.html">npm-deprecate</a></h1> <p>Deprecate a version of a package</p>
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm.commands.deprecate(args, callback)
</code></pre><h2 id="description">DESCRIPTION</h2>
<p>This command will update the npm registry entry for a package, providing
a deprecation warning to all who attempt to install it.</p>
<p>The 'args' parameter must have exactly two elements:</p>
<ul>
<li><p><code>package[@version]</code></p>
<p> The <code>version</code> portion is optional, and may be either a range, or a
specific version, or a tag.</p>
</li>
<li><p><code>message</code></p>
<p> The warning message that will be printed whenever a user attempts to
install the package.</p>
</li>
</ul>
<p>Note that you must be the package owner to deprecate something. See the
<code>owner</code> and <code>adduser</code> help topics.</p>
<p>To un-deprecate a package, specify an empty string (<code>""</code>) for the <code>message</code> argument.</p>
<h2 id="see-also">SEE ALSO</h2>
<ul>
<li><a href="../api/npm-publish.html"><a href="../api/npm-publish.html">npm-publish(3)</a></a></li>
<li><a href="../api/npm-unpublish.html"><a href="../api/npm-unpublish.html">npm-unpublish(3)</a></a></li>
<li><a href="../misc/npm-registry.html"><a href="../misc/npm-registry.html">npm-registry(7)</a></a></li>
</ul>
</div>
<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff"> </td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
</table>
<p id="footer">npm-deprecate — npm@2.13.4</p>
| DonLuc/Atajo-TD | provider/node_modules/npm/html/doc/api/npm-deprecate.html | HTML | apache-2.0 | 3,892 |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>URL Helper Test Page</title>
<script src="shared-config.js"></script>
<script src="../../../resources/sap-ui-core.js"
id="sap-ui-bootstrap" data-sap-ui-libs="sap.m">
</script>
<style type="text/css">
.sapMBtn {
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
#email-value, #website-value {
text-decoration: underline;
}
</style>
<script>
var person = {
name : "John Smith",
tel : "+49 6227 747474",
sms : "+49 173 123456",
email : "john.smith@sap.com",
website : "http://www.sap.com",
address : "Walldorf, Germany"
}
var page = new sap.m.Page({
title : person.name,
content : [new sap.m.List({
inset : true,
headerText : "!!! You need a SIM Card to test properly !!!",
items : [new sap.m.DisplayListItem({
label : "Name",
value : person.name
}), new sap.m.DisplayListItem({
label : "Telephone",
value : person.tel,
type : "Active",
press : function() {
sap.m.URLHelper.triggerTel(person.sms);
}
}), new sap.m.DisplayListItem({
label : "Sms",
value : person.sms,
type : "Active",
press : function() {
sap.m.URLHelper.triggerSms(person.sms);
}
}), new sap.m.DisplayListItem({
id : "email",
label : "Email",
value : person.email,
type : "Active",
press : function() {
sap.m.URLHelper.triggerEmail(person.email, "Info", "Dear " + person.name + ",\nThis is a test messsage &cc=test@sap.com ");
}
}), new sap.m.DisplayListItem({
label : "Address",
value : person.address,
type : "Active",
press : function() {
sap.m.URLHelper.redirect("http://maps.apple.com/?q=" + person.address, true);
}
}), new sap.m.DisplayListItem({
id : "website",
label : "Website",
value : person.website,
type : "Active",
press : function() {
sap.m.URLHelper.redirect(person.website, true);
}
})]
})]
});
new sap.m.App().addPage(page).placeAt("body");
</script>
</head>
<body id="body" class="sapUiBody"></body>
</html> | SQCLabs/openui5 | src/sap.m/test/sap/m/URLHelper.html | HTML | apache-2.0 | 2,090 |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>NSObject(KWUserDefinedMatchersDefinitions) Category Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<meta name="viewport" content="width=550" />
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.0.5 (build 774)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">Kiwi 1.1.0 </a></h1>
<a id="developerHome" href="../index.html">Allen Ding and Luke Redpath</a>
</div>
<div id="title" role="banner">
<h1 class="hideInXcode">NSObject(KWUserDefinedMatchersDefinitions) Category Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To…</option>
<option value="tasks">Tasks</option>
<option value="instance_methods">Instance Methods</option>
<option value="//api/name/name"> - name</option>
</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">
<li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#instance_methods">Instance Methods</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/name">name</a></span></li>
</ul></li>
</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="NSObject(KWUserDefinedMatchersDefinitions) Category Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">NSObject(KWUserDefinedMatchersDefinitions) Category Reference</h1>
</div>
</div>
<div id="container">
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">KiwiBlockMacros.h</td>
</tr>
</tbody></table></div>
<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<h2 class="subtitle subtitle-tasks">Tasks</h2>
<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/name">– name</a></code>
</span>
</li>
</ul>
</div>
<div class="section section-methods">
<a title="Instance Methods" name="instance_methods"></a>
<h2 class="subtitle subtitle-methods">Instance Methods</h2>
<div class="section-method">
<a name="//api/name/name" title="name"></a>
<h3 class="subsubtitle method-title">name</h3>
<div class="method-subsection method-declaration"><code>- (void)name</code></div>
</div>
</div>
</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">© 2012 Allen Ding and Luke Redpath. All rights reserved. (Last updated: 2012-09-01)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 774)</a>.</span></p>
</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}
function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');
if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');
window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');
window.name = "";
}
return false;
}
function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}
function tocEntryClick(e)
{
e.stopPropagation();
return true;
}
function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);
var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);
var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}
var tocList = document.getElementById('toc');
var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}
var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}
if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}
window.onload = init;
// If showing in Xcode, hide the TOC and Header
if (navigator.userAgent.match(/xcode/i)) {
document.getElementById("contents").className = "hideInXcode"
document.getElementById("tocContainer").className = "hideInXcode"
document.getElementById("top_header").className = "hideInXcode"
}
</script>
</body>
</html> | ListFranz/NoteItIOS | Pods/Documentation/Kiwi/html/Categories/NSObject+KWUserDefinedMatchersDefinitions.html | HTML | apache-2.0 | 6,889 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title></title>
<link rel="Stylesheet" href="../css/analysis.css" />
<script type="text/javascript">
function init() {
if (window.location.hash) {
var parentDiv, nodes, i, helpId;
helpId = window.location.hash.substring(1);
parentDiv = document.getElementById("topics");
nodes = parentDiv.children;
for(i=0; i < nodes.length; i++) {
if(nodes[i].id !== helpId) {
nodes[i].style.display ="none";
}
}
}
}
</script>
</head>
<body onload="init()">
<div id="topics">
<div id="toolDescription" class="largesize">
<h2>Interpoliuoti taškus</h2><p/>
<h2><img src="../images/GUID-6E142A07-EA32-4E66-8423-ECDB8CD6B927-web.png" alt="Interpoliuoti taškus"></h2>
<hr/>
<p> Įrankis Interpoliuoti taškus leidžia prognozuoti reiškmes naujose vietose esamo taškų rinkinio matavimais. Įrankis surenka taškų duomenis su reikšmėmis kiekviename taške ir pateikia plotus, klasifikuotus pagal prognozuotas reikšmes. Pavyzdžiui
<ul>
<li>Oro kokybės valdymo apylinkėje yra sensorių, matuojančių užtertumo lygį. Taškų interpoliavimo įrankį galima naudoti užtertumo lygiui prognozuoti vietose, neturinčiose sensorių, pvz., vietose, kuriose kyla pavojus gyventojams – mokyklose arba ligoninėse.
</li>
<li>Sunkiųjų metalų koncentracijos pasėliuose prognozė, atsižvelgiant į atskirų augalų mėginius.
</li>
<li>Dirvožemio trąšų lygio (azotas fosforas, kalis ir t. t.) ir kitų indikatorių (pvz., elektros laidumo) prognozė, siekiant ištirti jų ryšį su pasėlių derliumi ir nustatyti tikslius kiekvienos lauko vietos trąšų kiekius.
</li>
<li>Taikymas meteorologijoje apima temperatūros, kritulių ir susijusių kintamųjų (pvz., rūgžtinio lietaus) prognozes.
</li>
</ul>
</p>
</div>
<!--Parameter divs for each param-->
<div id="field">
<div><h2>Pasirinkti lauką interpoliavimui</h2></div>
<hr/>
<div>
<p>Pasirinkite lauką, kuriame yra norimų interpoliuoti reikšmių.
</p>
</div>
</div>
<div id="interpolateOption">
<div><h2>Optimizuoti</h2></div>
<hr/>
<div>
<p>Pasirinkite, kam teikti pirmenybę: greičiui ar tikslumui. Apskaičiuoti tikslesnę prognozę užtrunka ilgiau.
</p>
</div>
</div>
<div id="outputPredictionError">
<div><h2>Išvesties prognozės paklaidos</h2></div>
<hr/>
<div>
<p> Jei pažymėsite, bus sukurtas standartinių interpoliacijos prognozių paklaidų sluoksnis. Išvesties sluoksnio pavadinimas bus rezultato sluoksnio pavadinimas su priesaga Klaidos.
</p>
<p>Standartinės paklaidos naudingos, nes pateikia informaciją apie prognozuojamų reiškmių patikimumą. Paprastai 95 proc. atvejų tikra reiškmė yra kažkur tarp dviejų standartinių prognozuojamos reiškmės verčių. Pavyzdžiui, naujos vietos prognozuojama reikšmė yra 50 su standartine paklaida 5. Vadinasi įrankio geriausias spėjimas yra, kad tikra reiškmė toje vietoje yra 50, tačiau gali būti ir mažesnė (iki 40) arba didesnė (iki 60). Norėdami apskaičiuoti šių galimų reikšmių intervalą padauginkite standartinę paklaidą iš 2, pridėkite šią reikšmę prie prognozuojamos reiškmės, kad gautumėte viršutinę intervalo ribą, ar atimkite šią reikšmę iš prognozuojamos reikšmės, kad gautumėte apatinę intervalo ribą.
</p>
</div>
</div>
<div id="classificationType">
<div><h2>Klasifikuoti pagal</h2></div>
<hr/>
<div>
<p>Pasirinkite, kaip prognozuojamas reiškmes klasifikuoti į plotus.
<ul>
<li>Geometrinis intervalas – plotai pagrįsti klasės intervalais, sudarančiais geometrinę progresiją. Toks metodas užtikrina, kad kiekvienas klasės intervalas turės maždaug tokį pat reikšmių skaičių kiekvienoje klasėje ir intervalai yra pastoviai didėjantys.
</li>
<li>Vienodas intervalas – kuriami tokie plotai, kad prognozuojamų reiškmių intervalas būtų vienodas.
</li>
<li>Vienodas plotas – kuriami tokie plotai, kad kiekviename plote būtų vienodas skaičius duomenų reikmių. Pavyzdžiui, jei duomenyse yra daugiau didelių, o ne mažų reikmių, bus sukurta daugiau didelių reikšmių plotų.
</li>
<li>Rankiniu būdu – ši parinktis leidžia apibrėžti savo plotų reikšmių intervalus. Šios reikšmės bus įvestos į toliau pateikiamą parametrą <b>Klasės lūžio reikmės</b>.
</li>
</ul>
</p>
</div>
</div>
<div id="numClasses">
<div><h2>Klasių skaičius</h2></div>
<hr/>
<div>
<p>Nurodo klasių (prognozuojamų reikšmių intervalų) skaičių rezultato sluoksnyje. Kiekviena klasė apibrėžia plotų ribas. Šių klasių reikšmes nustato ankčiau pateiktas parametras <b>Klasifikuoti pagal</b>.
</p>
</div>
</div>
<div id="classBreaks">
<div><h2>Klasės lūžio reikšmės</h2></div>
<hr/>
<div>
<p>Įveskite tarpais atskirtas norimas klasių lūžių reikšmes. Pavyzdžiui, jei norite klasės lūžių ties reikšmėmis 1,5, 3 ir 7, įveskite <code>1.5 3 7</code>. Šios reikšmės nustatys viršutinę kiekvienos klasės ribą, kad klasių skaičius būtų lygus įvestų reikšmių skaičiui. Jokioms vietoms nebus sukurti plotai naudojant prognozuojamas reikšmes, didesnes nei įvesta didžiausia lūžio reikšmė. Turite įvesti mažiausiai dvi reikšmes, tačiau ne daugiau nei 32.
</p>
</div>
</div>
<div id="boundingPolygonLayer">
<div><h2>Apkirpti ivestį pagal</h2></div>
<hr/>
<div>
<p>Įbrėžkite arba pateikite sluoksnį, nurodantį plotą, kuriame turi būti įbrėžiamas rezultatas. Pavyzdžiui, jei interpoliuojate ežero užtertumo matavimus, šiame parametre galite naudoti ežero ribas ir ivestis bus įbrėžta tik ežero ribose.
</p>
</div>
</div>
<div id="predictAtPointLayer">
<div><h2>Prognozuoti šiose vietose</h2></div>
<hr/>
<div>
<p>Įbrėžkite arba pateikite sluoksnį, nurodantį taškų vietas prognozuojamoms reikšmėms skaičiuoti. Tokiu būdu galėsite atlikti konkrečių dominančių vietų prognozes. Pavyzdžiui, jei analizės sluoksnyje pateikiami užtertumo lygių matavimai, naudojant šį parametrą galima prognozuoti užtertumo lygius vietose, kuriose kyla didelis pavojus gyventojams, pvz., mokyklose arba ligoninėse. Tokią informaciją galima naudoti teikiant rekomendacijas šių vietų sveikatos apsaugos įstaigoms.
</p>
<p>Jei palaikoma, šis įrankis pateiks prognozių taškų sluoksnio ivestį konkrečiose vietose. Ivesties sluoksnio pavadinimas bus rezultato sluoksnio pavadinimas su priesaga Takai.
</p>
</div>
</div>
<div id="outputName">
<div><h2>Rezultatų sluoksnio pavadinimas</h2></div>
<hr/>
<div>
<p>Pateikite pavadinimą sluoksnio, kuris bus sukurtas <b>Turinyje</b> bei pridėtas į žemėlapį.
</p>
<p>Pasirinkę <b>Rezultatą įrašyti į</b>, galite nurodyti <b>Turinyje</b> esančio aplanko pavadinimą.
</p>
</div>
</div>
</div>
</html>
| aconyteds/Esri-Ozone-Map-Widget | vendor/js/esri/arcgis_js_api/library/3.12/3.12compact/esri/dijit/analysis/help/lt/InterpolatePoints.html | HTML | apache-2.0 | 8,529 |
<?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>selenium</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 bgcolor="#70b0f0" class="navselect"
> Home </th>
<!-- Tree link -->
<th class="navbar"> <a class="navbar"
href="trees.html">Trees</a> </th>
<!-- Index link -->
<th class="navbar"> <a class="navbar"
href="indices.html">Index</a> </th>
<!-- Help link -->
<th class="navbar"> <a class="navbar"
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">
Module selenium
</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="selenium-module.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== MODULE DESCRIPTION ==================== -->
<h2 class="module">Module selenium
<br/><span class="codelink"><a href="selenium-pysrc.html">source code</a></span></h2>
<p>Copyright 2006 ThoughtWorks, Inc.</p>
<p>Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at</p>
<blockquote>
<a class="rst-reference" href="http://www.apache.org/licenses/LICENSE-2.0" target="_top">http://www.apache.org/licenses/LICENSE-2.0</a></blockquote>
<p>Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</p><br /><br />
<!-- ==================== CLASSES ==================== -->
<a name="section-Classes"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<th align="left" class="summary">Classes</th>
<td align="right" valign="top"
><span class="options">[<a href="#section-Classes"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%">
<strong><a href="selenium.selenium-class.html">selenium</a></strong></td>
<td>Defines an object that runs Selenium commands.</td>
</tr>
</table>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th bgcolor="#70b0f0" class="navselect"
> Home </th>
<!-- Tree link -->
<th class="navbar"> <a class="navbar"
href="trees.html">Trees</a> </th>
<!-- Index link -->
<th class="navbar"> <a class="navbar"
href="indices.html">Index</a> </th>
<!-- Help link -->
<th class="navbar"> <a class="navbar"
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.0alpha2 on Tue Jun 09 11:55:37 2009</td>
<td align="right" class="footer">
<a href="http://epydoc.sourceforge.net">http://epydoc.sf.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>
| dineshkummarc/gitak-1.0 | server/selenium-remote-control-1.0.3/selenium-python-client-driver-1.0.1/doc/selenium-module.html | HTML | apache-2.0 | 5,165 |
{{/*
Extracts version number of library passed in as first parameter from build.toml.
The build.toml file is created by sbt prior to running the Hugo sbt-site plugin.
Example:
Site generated for http4s version {{< version "http4s.current" >}}.
or in a tut:
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-circe" % "{{< version "http4s.doc" >}}",
"io.circe" %% "circe-generic" % "{{< version circe >}}",
"io.circe" %% "circe-literal" % "{{< version circe >}}"
)
*/}}
{{- index .Site.Data.build.versions (.Get 0) -}}
| aeons/http4s | website/src/hugo/themes/http4s.org/layouts/shortcodes/version.html | HTML | apache-2.0 | 579 |
<!--
/*
* Copyright 2013 The Polymer Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
-->
<link rel="import" href="../../../toolkit-ui/elements/g-app.html"/>
<link rel="import" href="../../../toolkit-ui/elements/g-panels.html"/>
<link rel="import" href="../../../toolkit-ui/elements/g-menu-item.html"/>
<link rel="import" href="../../../toolkit-ui/elements/g-ribbon.html"/>
<link rel="import" href="../../../polymer-elements/polymer-animation/web-animations.html">
<link rel="import" href="pi-toolbar.html"/>
<link rel="import" href="pi-toolbar-buttons.html"/>
<link rel="import" href="pi-feed-viewer.html"/>
<link rel="import" href="pi-explore.html"/>
<link rel="import" href="pi-home.html"/>
<link rel="import" href="pi-accounts.html"/>
<link rel="import" href="pi-accounts-model.html"/>
<polymer-element name="pi-app" extends="g-app" on-keyup="keyupHandler">
<template>
<link rel="stylesheet" href="css/pi-app.css" />
<g-panels id="panels" selected="{{selectedPanel}}" transition="flow" autoselect on-select="panelSelectHandler">
<g-ribbon id="ribbon" class="custom-panel" label="Pica" selected="{{ribbonSelected}}" valueattr="label" on-activate="showMain">
<g-menu-item label="Home" src="../images/ribbon_home_lightreg.png" iconsize="32"></g-menu-item>
<g-menu-item label="Topics" src="../images/ribbon_topics_lightreg.png" iconsize="32"></g-menu-item>
<g-menu-item label="Explore" src="../images/ribbon_explore_lightreg.png" iconsize="32"></g-menu-item>
<g-menu-item label="Accounts" src="../images/ribbon_accounts_lightreg.png" iconsize="32"></g-menu-item>
</g-ribbon>
<div id="main" on-tap="showMain">
<pi-toolbar label="{{toolbarLabel}}" nav="{{nav}}" hideActionbar="{{hideActionbar}}" on-nav-action="navAction">
<pi-link-button id="linkButton" link="{{story.link}}" hidden?="{{hideLinkButton}}"></pi-link-button>
<pi-view-button id="viewButton" layout="{{selectedLayout}}" hidden?="{{hideViewButton}}"></pi-view-button>
<pi-action-button></pi-action-button>
<g-icon-button src="../images/refresh.png" on-tap="reloadAction"></g-icon-button>
</pi-toolbar>
<g-panels id="contentPanels" selected="{{ribbonSelected}}" transition="none" hideActionbar="{{hideActionbar}}">
<div id="Home" on-ready="homeReadyHandler">
<div class="panel-loading"></div>
<template dehydrated>
<pi-home stocks="{{$.accountsModel.stocks}}"></pi-home>
</template>
</div>
<pi-feed-viewer id="Topics" topics="{{$.accountsModel.topics}}" panel="{{selectedViewPanel}}"
layout="{{layout}}" topicsLayout="grid" story="{{story}}"></pi-feed-viewer>
<pi-explore id="Explore" panel="{{selectedViewPanel}}"></pi-explore>
<div id="Accounts" on-ready="accountsReadyHandler">
<div class="panel-loading"></div>
<template dehydrated>
<pi-accounts accounts="{{$.accountsModel}}"></pi-accounts>
</template>
</div>
</g-panels>
</div>
</g-panels>
<pi-accounts-model id="accountsModel"></pi-accounts-model>
</template>
<script>
(function() {
var ESCAPE_KEY = 27;
Polymer('pi-app', {
ribbonSelected: 'Topics',
selectedPanel: 'main',
selectedViewPanel: '',
selectedLayout: null,
ready: function() {
this.super();
// hydrate
if (location.search.indexOf('hydrate') >= 0) {
this.hydrate(this.$.Home);
this.hydrate(this.$.Accounts);
}
// listen for screen size change
var mq = window.matchMedia('(max-width: 800px)');
mq.addListener(this.screenSizeChange.bind(this));
this.screenSizeChange(mq);
// initialization
this.selectedLayout = this.layout;
this.selectedViewPanel = 'topics';
},
screenSizeChange: function(query) {
if (query.matches && this.selectedLayout === 'quilt') {
// use stream layout if user select quilt and screen size is small
this.layout = 'stream';
} else {
this.layout = this.selectedLayout ||
(query.matches ? 'stream' : 'quilt');
}
},
selectedLayoutChanged: function() {
this.layout = this.selectedLayout;
},
getSelectedContentPanel: function() {
return this.$.contentPanels.getSelectedPanel();
},
navAction: function() {
var p = this.getSelectedContentPanel();
if (!(p.previous && p.previous())) {
this.$.panels.toggleBetween('ribbon', 'main');
}
},
showMain: function() {
this.selectedPanel = 'main';
},
reloadAction: function() {
var p = this.getSelectedContentPanel();
p.reload && p.reload();
},
ribbonSelectedChanged: function() {
this.updateToolbar();
},
selectedViewPanelChanged: function() {
this.updateToolbar();
},
updateToolbar: function() {
var p = this.getSelectedContentPanel();
this.toolbarLabel = p && p.canPrevious && p.topic ?
p.topic.title : this.ribbonSelected;
this.nav = p && p.canPrevious ? 'back' : 'menu';
this.hideActionbar = this.ribbonSelected !== 'Topics';
this.hideViewButton = this.selectedViewPanel !== 'stories';
this.hideLinkButton = this.selectedViewPanel !== 'story';
},
keyupHandler: function(e) {
if (e.keyCode === ESCAPE_KEY) {
this.navAction();
}
},
// instantiate lazy content
panelSelectHandler: function(e) {
if (e.target === this.$.panels) {
this.hydrate(this.getSelectedContentPanel());
}
},
// instantiate dehydrated templates inside this nodes
hydrate: function(node) {
if (!node.hydrated) {
node.hydrated = true;
var t = node.querySelector('[dehydrated]');
if (t) {
t.bind('bind', this);
dirtyCheck();
}
}
},
// TODO(sorvell): since we cannot do proper property bindings dynamically
// we assign data to dynamic components as they become ready.
accountsReadyHandler: function(e) {
this.$.Accounts.classList.add('ready');
},
homeReadyHandler: function(e) {
this.$.Home.classList.add('ready');
}
});
})();
</script>
</polymer-element>
| passiweinberger/passiweinberger.github.io | webgl-globe/polymer-globe/polymer/polymer-all/projects/pica/components/pi-app.html | HTML | apache-2.0 | 6,794 |
<!DOCTYPE html>
<!--
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/tracing/extras/chrome/event_finder_utils.html">
<link rel="import" href="/tracing/extras/chrome/time_to_interactive.html">
<link rel="import" href="/tracing/model/user_model/load_expectation.html">
<script>
'use strict';
tr.exportTo('tr.importer', function() {
const LONG_TASK_THRESHOLD_MS = 50;
const IGNORE_URLS = [
// Blank URLs correspond to initial empty loads and we want to ignore
// them.
'',
'about:blank',
];
function findFrameLoaderSnapshotAt(rendererHelper, frameIdRef, ts) {
const objects = rendererHelper.process.objects;
const frameLoaderInstances = objects.instancesByTypeName_.FrameLoader;
if (frameLoaderInstances === undefined) return undefined;
let snapshot;
for (const instance of frameLoaderInstances) {
if (!instance.isAliveAt(ts)) continue;
const maybeSnapshot = instance.getSnapshotAt(ts);
if (frameIdRef !== maybeSnapshot.args.frame.id_ref) continue;
snapshot = maybeSnapshot;
}
return snapshot;
}
function findFirstMeaningfulPaintCandidates(rendererHelper) {
const candidatesForFrameId = {};
for (const ev of rendererHelper.process.getDescendantEvents()) {
if (!tr.e.chrome.EventFinderUtils.hasCategoryAndName(
ev, 'loading', 'firstMeaningfulPaintCandidate')) {
continue;
}
if (rendererHelper.isTelemetryInternalEvent(ev)) continue;
const frameIdRef = ev.args.frame;
if (frameIdRef === undefined) continue;
let list = candidatesForFrameId[frameIdRef];
if (list === undefined) {
candidatesForFrameId[frameIdRef] = list = [];
}
list.push(ev);
}
return candidatesForFrameId;
}
/**
* Computes Total Blocking Time between |fcpTime| and |interactiveTime| using
* |topLevelTasks|.
*
* We define Blocking Time as any time interval in the loading timeline where
* task length exceeds 50ms. For example, if there is a 110ms main thread
* task, the last 60ms of it is blocking time. Total Blocking Time is the sum
* of all Blocking Time between First Contentful Paint and Interactive Time
* (TTI).
*
* This is a new metric designed to accompany Time to Interactive. TTI is
* strict and does not reflect incremental improvements to the site
* performance unless the improvement concerns the last long task. Total
* Blocking Time on the other hand is designed to be much more responsive to
* smaller improvements to main thread responsiveness.
*/
function computeTotalBlockingTime_(fcpTime, interactiveTime, topLevelTasks) {
let sumBlockingTime = 0;
for (const event of topLevelTasks) {
// Early exit for small tasks, which should far outnumber long tasks.
if (event.duration < LONG_TASK_THRESHOLD_MS) continue;
// We only want to consider tasks that fall between FCP and TTI. FCP is
// picked as the lower bound because there is little risk of user input
// happening before FCP so Long Queuing Qelay regions do not harm user
// experience. Developers should be optimizing to reach FCP as fast as
// possible without having to worry about task lengths.
if (event.end < fcpTime) continue;
// TTI is picked as the upper bound because we want a well defined end
// point so that the metric does not rely on how long we trace.
if (event.start > interactiveTime) continue;
// We first perform the clipping, and then calculate Blocking Region. So
// if we have a 150ms task [0, 150] and FCP happens midway at 50ms, we
// first clip the task to [50, 150], and then calculate the Blocking
// Region to be [100, 150]. The rational here is that tasks before FCP are
// unimportant, so we care whether the main thread is busy more than 50ms
// at a time only after FCP.
const clippedStart = Math.max(event.start, fcpTime);
const clippedEnd = Math.min(event.end, interactiveTime);
const clippedDuration = clippedEnd - clippedStart;
if (clippedDuration < LONG_TASK_THRESHOLD_MS) continue;
// The duration of the task beyond 50ms at the beginning is considered the
// Blocking Region.
// Example:
// [ 250ms Task ]
// | First 50ms | Blocking Region (200ms) |
sumBlockingTime += (clippedDuration - LONG_TASK_THRESHOLD_MS);
}
return sumBlockingTime;
}
/**
* Returns Time to Interactive and First CPU Idle for the
* given parameters. See the time_to_interactive.html module for detailed
* description and implementation of these metrics. The two metrics are
* computed together in the same function because almost all the computed
* parameters, for example list of relevant long tasks, are same for these two
* metrics, and this helps avoid duplicate computation.
*
* @param {tr.model.helpers.ChromeRendererHelper} rendererHelper - Renderer
* helper for the renderer of interest.
* @param {tr.model.ThreadSlice} navigationStart - The navigation start
* event for which loading metrics is being computed.
* @param {tr.model.ThreadSlice} fcpEvent - The first contentful paint
* event for which loading metrics is being computed.
* @param {tr.model.ThreadSlice} domContentLoadedEndEvent - Event
* corresponding to finish of dom content loading
* @param {number} searchWindowEnd - Time till when to search for a TTI. This
* value is either the start of next navigation or the end of the trace.
* @returns {interactiveSample: {number}|undefined,
* firstCpuIdleTime: {number}|undefined}
*/
function computeInteractivityMetricSample_(rendererHelper, navigationStart,
fcpEvent, domContentLoadedEndEvent, searchWindowEnd) {
// Cannot determine TTI if DomContentLoadedEnd was never reached or if
// there is no corresponding fcpEvent.
if (domContentLoadedEndEvent === undefined || fcpEvent === undefined) {
return {
interactiveTime: undefined,
firstCpuIdleTime: undefined,
totalBlockingTime: undefined
};
}
const firstContentfulPaintTime = fcpEvent.start;
const mainThreadTasks =
tr.e.chrome.EventFinderUtils.findToplevelSchedulerTasks(
rendererHelper.mainThread);
const longTasks = mainThreadTasks.filter(
task => task.duration >= LONG_TASK_THRESHOLD_MS);
const longTasksInWindow = longTasks.filter(
task => task.range.intersectsExplicitRangeInclusive(
firstContentfulPaintTime, searchWindowEnd));
const resourceLoadEvents =
tr.e.chrome.EventFinderUtils.getNetworkEventsInRange(
rendererHelper.process,
tr.b.math.Range.fromExplicitRange(navigationStart.start,
searchWindowEnd));
const firstCpuIdleTime =
tr.e.chrome.findFirstCpuIdleTime(
firstContentfulPaintTime, searchWindowEnd,
domContentLoadedEndEvent.start, longTasksInWindow);
// If we did not find any resource load events, interactiveTime should not
// be computed to avoid reporting misleading values.
const interactiveTime = resourceLoadEvents.length > 0 ?
tr.e.chrome.findInteractiveTime(
firstContentfulPaintTime, searchWindowEnd,
domContentLoadedEndEvent.start, longTasksInWindow,
resourceLoadEvents) : undefined;
const totalBlockingTime = interactiveTime ?
computeTotalBlockingTime_(fcpEvent.start, interactiveTime, longTasks) :
undefined;
return {interactiveTime, firstCpuIdleTime, totalBlockingTime};
}
/* Constructs a loading metrics for the specified navigation start event and
* the corresponding fmpEvent and returns a sample including the metrics and
* navigationStartEvent, fmpEvent, url and the frameId.
*
* @param {tr.model.helpers.ChromeRendererHelper} rendererHelper - Renderer
* helper for the renderer of interest.
* @param {Map.<string, Array<!tr.model.ThreadSlice>>} frameToNavStartEvents -
* Map from frame ids to sorted array of navigation start events.
* @param {Map.<string, Array<!tr.model.ThreadSlice>>}
* frameToDomContentLoadedEndEvents - Map from frame ids to sorted array
* of DOMContentLoadedEnd events.
* @param {Map.<string, Array<!tr.model.ThreadSlice>>}
* frameToFcpEvents - Map from frame ids to sorted array
* of FirstContentfulPaint events.
* @param {tr.model.ThreadSlice} navigationStart - The navigation start
* event for which loading metrics is being computed.
* @param {tr.model.ThreadSlice} fmpEvent - The first meaningful paint
* event for which loading metrics is being computed.
* @param {number} searchWindowEnd - The end of the current navigation either
* because new navigation has started or the trace has ended.
* @param {string} url - URL of the current main frame document.
* @param {number} frameId - fameId.
* @returns {{start: {number}, duration: {number},
* fmpEvent: {tr.model.ThreadSlice}, navStart: {tr.model.ThreadSlice},
* dclEndTime: {tr.model.ThreadSlice}, firstCpuIdleTime: {number}|undefined,
* interactiveSample: {number}|undefined, url: {string}, frameId: {number}}}
*/
function constructLoadingExpectation_(rendererHelper,
frameToDomContentLoadedEndEvents, frameToFcpEvents, navigationStart,
fmpEvent, searchWindowEnd, url, frameId) {
// Find when dom content has loaded.
const searchRange = tr.b.math.Range.fromExplicitRange(
navigationStart.start, searchWindowEnd);
const dclTimesForFrame =
frameToDomContentLoadedEndEvents.get(frameId) || [];
const dclTimesInWindow =
searchRange.filterArray(dclTimesForFrame, event => event.start);
let domContentLoadedEndEvent = undefined;
if (dclTimesInWindow.length !== 0) {
// TODO(catapult:#3796): Ideally a frame should reach DomContentLoadedEnd
// at most once within two navigationStarts, but sometimes there is a
// strange DclEnd event immediately following the navigationStart, and
// then the 'real' dclEnd happens later. It is not clear how to best
// determine the correct dclEnd value. For now, if there are multiple
// DclEnd events in the search window, we just pick the last one.
domContentLoadedEndEvent =
dclTimesInWindow[dclTimesInWindow.length - 1];
}
const fcpForFrame = frameToFcpEvents.get(frameId) || [];
const fcpInWindow =
searchRange.filterArray(fcpForFrame, event => event.start);
const fcpEvent = fcpInWindow[0]; // May be undefined, and that's fine.
const {interactiveTime, firstCpuIdleTime, totalBlockingTime} =
computeInteractivityMetricSample_(
rendererHelper, navigationStart, fcpEvent,
domContentLoadedEndEvent, searchWindowEnd);
const duration = (interactiveTime === undefined) ?
searchWindowEnd - navigationStart.start :
interactiveTime - navigationStart.start;
return new tr.model.um.LoadExpectation(
rendererHelper.modelHelper.model,
tr.model.um.LOAD_SUBTYPE_NAMES.SUCCESSFUL, navigationStart.start,
duration, rendererHelper.process, navigationStart, fmpEvent, fcpEvent,
domContentLoadedEndEvent, firstCpuIdleTime, interactiveTime,
totalBlockingTime, url, frameId);
}
/**
* Computes the loading expectations for a renderer represented by
* |rendererHelper| and returns a list of samples. The loading
* expectation is the time between navigation start and the time to
* be interactive. There will be one load expectation corresponding
* to each navigation start for loading main frames.
*
* Also, computes Time to First Meaningful Paint (TTFMP), and
* Time to First CPU Idle (TTFCI) along with time to interactive (TTI)
* and returns them along with the load expectation.
*
* First meaningful paint is the paint following the layout with the highest
* "Layout Significance". The Layout Significance is computed inside Blink,
* by FirstMeaningfulPaintDetector class. It logs
* "firstMeaningfulPaintCandidate" event every time the Layout Significance
* marks a record. TTFMP is the time between NavigationStart and the last
* firstMeaningfulPaintCandidate event.
*
* Design doc: https://goo.gl/vpaxv6
*
* Time to Interactive and Time to First CPU Idle is based on heuristics
* involving main thread and network activity, as well as First Meaningful
* Paint and DOMContentLoadedEnd event. See time_to_interactive.html module
* for detailed description and implementation of these two metrics.
*/
function collectLoadExpectationsForRenderer(
rendererHelper) {
const samples = [];
const frameToNavStartEvents =
tr.e.chrome.EventFinderUtils.getSortedMainThreadEventsByFrame(
rendererHelper, 'navigationStart', 'blink.user_timing');
const frameToDomContentLoadedEndEvents =
tr.e.chrome.EventFinderUtils.getSortedMainThreadEventsByFrame(
rendererHelper, 'domContentLoadedEventEnd', 'blink.user_timing');
const frameToFcpEvents =
tr.e.chrome.EventFinderUtils.getSortedMainThreadEventsByFrame(
rendererHelper, 'firstContentfulPaint', 'loading');
function addSamples(frameIdRef, navigationStart, fmpCandidateEvents,
searchWindowEnd, url) {
let fmpMarkerEvent =
tr.e.chrome.EventFinderUtils.
findLastEventStartingOnOrBeforeTimestamp(fmpCandidateEvents,
searchWindowEnd);
if (fmpMarkerEvent !== undefined &&
navigationStart.start > fmpMarkerEvent.start) {
// Don't use fmpCandidate if it is not corresponding this navigation.
fmpMarkerEvent = undefined;
}
samples.push(constructLoadingExpectation_(
rendererHelper, frameToDomContentLoadedEndEvents, frameToFcpEvents,
navigationStart, fmpMarkerEvent, searchWindowEnd, url, frameIdRef));
}
const candidatesForFrameId =
findFirstMeaningfulPaintCandidates(rendererHelper);
for (const [frameIdRef, navStartEvents] of frameToNavStartEvents) {
const fmpCandidateEvents = candidatesForFrameId[frameIdRef] || [];
let prevNavigation = {navigationEvent: undefined, url: undefined};
for (let index = 0; index < navStartEvents.length; index++) {
const currNavigation = navStartEvents[index];
let url;
let isLoadingMainFrame = false;
if (currNavigation.args.data) {
url = currNavigation.args.data.documentLoaderURL;
isLoadingMainFrame = currNavigation.args.data.isLoadingMainFrame;
} else {
// TODO(#4358): Delete old path of obtaining URL.
const snapshot = findFrameLoaderSnapshotAt(
rendererHelper, frameIdRef, currNavigation.start);
if (snapshot) {
url = snapshot.args.documentLoaderURL;
isLoadingMainFrame = snapshot.args.isLoadingMainFrame;
}
}
// Filter navigationStartEvents that do not correspond to a loading main
// frame, or has a URL that we do not care about.
if (!isLoadingMainFrame) continue;
if (url === undefined || IGNORE_URLS.includes(url)) continue;
if (prevNavigation.navigationEvent !== undefined) {
// Add a LoadExpectation for the previous navigation ending on or
// before current navigation.
addSamples(frameIdRef, prevNavigation.navigationEvent,
fmpCandidateEvents, currNavigation.start, prevNavigation.url);
}
prevNavigation = {navigationEvent: currNavigation, url};
}
// Handle the last navigation here.
if (prevNavigation.navigationEvent !== undefined) {
addSamples(frameIdRef, prevNavigation.navigationEvent,
fmpCandidateEvents, rendererHelper.modelHelper.chromeBounds.max,
prevNavigation.url);
}
}
return samples;
}
function findLoadExpectations(modelHelper) {
const loads = [];
const chromeHelper = modelHelper.model.getOrCreateHelper(
tr.model.helpers.ChromeModelHelper);
for (const pid in chromeHelper.rendererHelpers) {
const rendererHelper = chromeHelper.rendererHelpers[pid];
if (rendererHelper.isChromeTracingUI) continue;
loads.push.apply(loads,
collectLoadExpectationsForRenderer(rendererHelper));
}
return loads;
}
return {
findLoadExpectations,
};
});
</script>
| catapult-project/catapult | tracing/tracing/importer/find_load_expectations.html | HTML | bsd-3-clause | 16,762 |
{% extends "base.html" %}
{% block titleblock %}
Forgot Password
{% endblock %}
{% block body %}
{% load addclass %}
<div class="container main-content mt-4" id="main-copy">
<div class="row">
<div class="col-lg-5 offset-lg-3 col-sm-12">
<div class="card mt-3">
<div class="card-body">
<h1 class="card-title">Forgot Password</h1>
<hr />
{% if user.is_authenticated %}
<div class="alert alert-info" role="alert">You are already logged in!</div>
{% else %}
{% if form.errors %}
<div class="alert alert-danger" role="alert">The email address provided is incorrect.</div>
{% endif %}
{% endif %}
{% if not user.is_authenticated %}
<form method="post" action=".">
{% csrf_token %}
<div class="form-group">
<label for="id_username">Email address:</label>
{{ form.email | addclass:"form-control" }}
<small id="emailHelp" class="form-text text-muted">The email address you provided at registration. If you left it blank, your password cannot be reset through this form.</small>
</div>
<hr />
<div class="form-group">
<input class="form-control btn btn-outline-secondary" type="submit" value="Submit" />
<input type="hidden" name="next" value="{{ next }}" />
</div>
</form>
{% endif %}
</div>
</div>
</div>
</div>
</div>
{% endblock %}
| jamesbeebop/evennia | evennia/web/website/templates/website/registration/password_reset_form.html | HTML | bsd-3-clause | 1,577 |
<?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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="W3C SVG 1.1 2nd Edition Test Suite"/>
<meta name="description" content="W3C SVG 1.1 2nd Edition Object Test Suite"/>
<title>
SVG 1.1 2nd Edition Test (<object>): fonts-glyph-03-t.svg
</title>
<style type="text/css">
<!--
.bodytext { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
.pageTitle { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
.pageSubTitle { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
.openChapter { color : blue; line-height: 125%; font-weight : 900 }
.openSection { color : blue; line-height: 125%; font-weight : 900 }
.info { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
.opscript { margin-left: 3%; margin-right: 3%; }
.opscript p { margin-top: 0.7em }
.navbar { background: black; color: white; font-weight: bold }
.warning { color: red; text-align: Center;}
a,a:visited { color: blue }
-->
</style>
<link rel="prev" href="fonts-glyph-02-t.html" />
<link rel="index" href="index.html" />
<link rel="next" href="fonts-glyph-04-t.html" />
<script src="../resources/testharnessreport.js"></script>
</head>
<body class="bodytext">
<div class="linkbar">
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/fonts.html#GlyphElement">20.4 The 'glyph' element</a></p>
<p>
<a href="fonts-glyph-02-t.html" rel="prev">fonts-glyph-02-t ←</a>
<a href="index.html" rel="index">index</a>
<a href="fonts-glyph-04-t.html" rel="next">→ fonts-glyph-04-t</a>
</p>
</div>
<div>
<br />
<p class="warning">
Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.
</p>
</div>
<table align="center" border="0" cellspacing="0" cellpadding="10">
<tr>
<td align="center" colspan="3">
<table border="0" cellpadding="8">
<tr>
<td align="center" colspan="2" class="pageTitle">
<h1>fonts-glyph-03-t.svg</h1>
</td>
</tr>
<tr class="navbar">
<td align="center">
SVG Image
</td>
<td align="center">
PNG Image
</td>
</tr>
<tr>
<td align="right">
<object data="../../svg/fonts-glyph-03-t.svg" width="480" height="360" type="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p></object>
</td>
<td align="left">
<img alt="raster image of fonts-glyph-03-t.svg" src="../../png/fonts-glyph-03-t.png" width="480" height="360"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="opscript">
<h2 id="operatorscript">
Operator Script
</h2>
<div>
<p>Run the test. No interaction required.</p>
</div>
<h2 id="passcriteria">
Pass Criteria
</h2>
<div>
<p>
The test is passed if, from top to bottom, you see an upward pointing triangle, then two squares, and finally the letter "a".
</p>
</div>
<h2 id="testdescription">
Test Description
</h2>
<div>
<p>ISSUE: http://www.w3.org/2011/02/27-svg-irc#T22-20-51 - unapprove test for now</p><p>
This files tests the lang attribute support of the glyph
element. The test should produce an upward-triangle for
the first (en) test element and a square for the second (fr)
and third (fr-ca) text element. In the third case, a glyph for
fr is also suitable for a more specific language text fr-ca.
In the fourth case, no suitable language specific or general
glyph is provided by the test so a fallback font for the letter
'a' should be used. A triangle or square must not be
displayed in the fourth case.
</p>
</div>
</div>
<br/>
<div class="linkbar">
<p>
<a href="fonts-glyph-02-t.html" rel="prev">fonts-glyph-02-t ←</a>
<a href="index.html" rel="index">index</a>
<a href="fonts-glyph-04-t.html" rel="next">→ fonts-glyph-04-t</a>
</p>
</div>
</body>
</html>
| frivoal/presto-testo | SVG/Testsuites/W3C-1_1F2/harness/htmlObject/fonts-glyph-03-t.html | HTML | bsd-3-clause | 4,780 |
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
async_test(t => {
// Wait for after the load event so that the navigation doesn't get converted
// into a replace navigation.
window.onload = () => t.step_timeout(() => {
appHistory.navigate("#1").finished.then(t.step_func(() => {
assert_equals(appHistory.transition, null);
const from = appHistory.current;
appHistory.addEventListener("navigate", t.step_func(e => {
e.transitionWhile(Promise.resolve());
assert_equals(appHistory.transition, null);
}));
let navigatesuccessFired = false;
appHistory.addEventListener("navigatesuccess", t.step_func(() => {
navigatesuccessFired = true;
assert_equals(appHistory.transition.navigationType, "traverse");
assert_equals(appHistory.transition.from, from);
}));
appHistory.back().finished.then(t.step_func_done(() => {
assert_equals(appHistory.transition, null);
assert_true(navigatesuccessFired);
}));
assert_equals(appHistory.transition, null);
}));
}, 0);
}, "transitionWhile()ed back()");
</script>
| scheib/chromium | third_party/blink/web_tests/external/wpt/app-history/transition/back-transitionWhile.html | HTML | bsd-3-clause | 1,212 |
<html>
<head>
<title>A web page that points a browser to a different page after 2 seconds</title>
<meta http-equiv="refresh" content="2; URL=http://mixer.readthedocs.org">
<meta name="keywords" content="automatic redirection">
</head>
<body>
Documentation is maintained elsewhere.
You will be redirected to the new documentation within 2 seconds.
If the browser does not automatically redirect you, you may want to go to <a href="http://mixer.readthedocs.org">the destination</a> manually.
</body>
</html>
| suriya/mixer | docs/index.html | HTML | bsd-3-clause | 570 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Windows Virtual Shields for Arduino: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="Shields300x300.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Windows Virtual Shields for Arduino
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">VirtualShield Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_virtual_shield.html">VirtualShield</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#afd949b63ef5144735439fc4c227c9590">_VShieldSerial</a></td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a1f91452bc31bd2a3ac97274323dc9795">addSensor</a>(Sensor *sensor)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a30c3c4ff34ca4bd6b3cadf25a913c5df">begin</a>(long bitRate=DEFAULT_BAUDRATE)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#ad03a9bad2e9c3b69675c340c13222691">beginWrite</a>(const char *serviceName)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a1f84f52def50f94abd8afc08ca0cb574">block</a>(int id, bool blocking, long timeout=WAITFOR_TIMEOUT, int waitForResultId=-1)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a55a0d8a1142f7c970217119534fa7ec3">checkSensors</a>(int watchForId=0, long timeout=0, int waitForResultId=-1)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a514aeba90d165bafef0654ff4d075db6">directToSerial</a>(const char *cmd)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a0d197a9d728c432ff38a817cec433749">enableAutoBlocking</a>(bool enable)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a00d3b1b51a3f0d0c262277bcd96bd92b">endWrite</a>()</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a4ba10592c5327ca5895261d24c5ce95d">flush</a>()</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a86cd9abf63a6c03a469098c5e892ea15">getEvent</a>(ShieldEvent *shieldEvent)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a7f98e632b63d481e497d108ec28f4ab5">hasError</a>(ShieldEvent *shieldEvent=0)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a81cd588e8d8ede49da5a7ebc76e97327">hash</a>(const char *s, unsigned int len=-1, unsigned int seed=0)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a6c4f3d68ef7dfa237ae15bff86d90a0d">onConnect</a></td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a9a6372f71047221dd965dcc57681db26">onEvent</a></td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a3ecbc60d297ca6f6e3754433a802ace9">onJsonReceived</a>(JsonObject &root, ShieldEvent *shieldEvent)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#af8877b77e41b34c2216fff1aec6c41db">onJsonStringReceived</a>(char *json, ShieldEvent *shieldEvent)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a0b0e6664af894a94713a1e6ab6ee0d0f">onRefresh</a></td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a6d0217ae5707cd795ea7d2b7ac004c8a">onResume</a></td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a838b2c6e6fe7367880c0e4ac7f706df3">onStringReceived</a>(char *buffer, int length, ShieldEvent *shieldEvent)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#adc92a152a1e75514fa5176773f184d22">onSuspend</a></td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a9605d67071deb43e3b98620ff5c899cb">parseToHash</a>(const char *text, unsigned int *hash, int hashCount, char separator= ' ', unsigned int length=-1)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a5ed897857e83ef4062d81630a198c049">sendFlashStringOnSerial</a>(const char *flashStringAdr, int start=-1, bool encode=false) const </td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#ab6f3d6eb134861f3af32f1b4b4ae38ab">setOnConnect</a>(void(*onConnect)(ShieldEvent *))</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#ad44613f175ef62c22f3afa82d328cd84">setOnEvent</a>(void(*onEvent)(ShieldEvent *))</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a9fe39ebead1984b287b219f88a69d0a8">setOnRefresh</a>(void(*onRefresh)(ShieldEvent *))</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#af1b2e499b75067fad2f1c0fc42c55552">setOnResume</a>(void(*onResume)(ShieldEvent *))</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a126bf5177608fbf1f7836d63def2baba">setOnSuspend</a>(void(*onSuspend)(ShieldEvent *))</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a17ac1edde45f6d47760d46199092508f">setPort</a>(int port)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a3f93e51e49bfeb6cd7e5262257b68706">VirtualShield</a>()</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a90c822fe0b4636aea0c521365d85347f">waitFor</a>(int id, long timeout=WAITFOR_TIMEOUT, bool asSuccess=true, int resultId=-1)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#a072987d27e55391719e9b06156387bad">write</a>(const char *text)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#a27d8aa7dc2309a4712be9dbe50a3c5ff">write</a>(EPtr eptr) const </td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_virtual_shield.html#aa8a28539e01990aeb5a9f43cf281cdb6">writeAll</a>(const char *serviceName, EPtr values[], int count, Attr extraAttributes[]=0, int extraAttributeCount=0, const char sensorType= '\0')</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_virtual_shield.html#ad49f3a3a4bfe98080c835c4f3397d23a">writeAll</a>(const char *serviceName)</td><td class="entry"><a class="el" href="class_virtual_shield.html">VirtualShield</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Apr 29 2015 17:37:05 for Windows Virtual Shields for Arduino by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| zfields/virtual-shields-arduino | docs/html/class_virtual_shield-members.html | HTML | mit | 14,416 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>zlib::deflate_stream::upper_bound</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Chapter 1. Boost.Beast">
<link rel="up" href="../boost__beast__zlib__deflate_stream.html" title="zlib::deflate_stream">
<link rel="prev" href="tune.html" title="zlib::deflate_stream::tune">
<link rel="next" href="write.html" title="zlib::deflate_stream::write">
</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="tune.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__beast__zlib__deflate_stream.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="write.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="beast.ref.boost__beast__zlib__deflate_stream.upper_bound"></a><a class="link" href="upper_bound.html" title="zlib::deflate_stream::upper_bound">zlib::deflate_stream::upper_bound</a>
</h5></div></div></div>
<p>
<a class="indexterm" name="idp147996592"></a>
Returns the upper limit on the size of a
compressed block.
</p>
<h6>
<a name="beast.ref.boost__beast__zlib__deflate_stream.upper_bound.h0"></a>
<span class="phrase"><a name="beast.ref.boost__beast__zlib__deflate_stream.upper_bound.synopsis"></a></span><a class="link" href="upper_bound.html#beast.ref.boost__beast__zlib__deflate_stream.upper_bound.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span>
<span class="identifier">upper_bound</span><span class="special">(</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">sourceLen</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
<h6>
<a name="beast.ref.boost__beast__zlib__deflate_stream.upper_bound.h1"></a>
<span class="phrase"><a name="beast.ref.boost__beast__zlib__deflate_stream.upper_bound.description"></a></span><a class="link" href="upper_bound.html#beast.ref.boost__beast__zlib__deflate_stream.upper_bound.description">Description</a>
</h6>
<p>
This function makes a conservative estimate of the maximum number of bytes
needed to store the result of compressing a block of data based on the
current compression level and strategy.
</p>
<h6>
<a name="beast.ref.boost__beast__zlib__deflate_stream.upper_bound.h2"></a>
<span class="phrase"><a name="beast.ref.boost__beast__zlib__deflate_stream.upper_bound.parameters"></a></span><a class="link" href="upper_bound.html#beast.ref.boost__beast__zlib__deflate_stream.upper_bound.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody><tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">sourceLen</span></code>
</p>
</td>
<td>
<p>
The size of the uncompressed data.
</p>
</td>
</tr></tbody>
</table></div>
<h6>
<a name="beast.ref.boost__beast__zlib__deflate_stream.upper_bound.h3"></a>
<span class="phrase"><a name="beast.ref.boost__beast__zlib__deflate_stream.upper_bound.return_value"></a></span><a class="link" href="upper_bound.html#beast.ref.boost__beast__zlib__deflate_stream.upper_bound.return_value">Return
Value</a>
</h6>
<p>
The maximum number of resulting compressed bytes.
</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 © 2016, 2017 Vinnie Falco<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="tune.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__beast__zlib__deflate_stream.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="write.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| nawawi/poedit | deps/boost/libs/beast/doc/html/beast/ref/boost__beast__zlib__deflate_stream/upper_bound.html | HTML | mit | 5,980 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Global stream</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Chapter 1. Boost.Log v2">
<link rel="up" href="../../../expressions.html#header.boost.log.expressions.formatters.stream_hpp" title="Header <boost/log/expressions/formatters/stream.hpp>">
<link rel="prev" href="stream_type.html" title="Type definition stream_type">
<link rel="next" href="wrapped_formatter_terminal.html" title="Class template wrapped_formatter_terminal">
</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></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="stream_type.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../expressions.html#header.boost.log.expressions.formatters.stream_hpp"><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="wrapped_formatter_terminal.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.log.expressions.stream"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Global stream</span></h2>
<p>boost::log::expressions::stream</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../../expressions.html#header.boost.log.expressions.formatters.stream_hpp" title="Header <boost/log/expressions/formatters/stream.hpp>">boost/log/expressions/formatters/stream.hpp</a>>
</span><span class="keyword">const</span> <span class="identifier">stream_type</span> stream<span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp104853392"></a><h2>Description</h2>
<p>Stream placeholder in formatter template expressions. </p>
</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 © 2007-2016 Andrey Semashev<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="stream_type.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../expressions.html#header.boost.log.expressions.formatters.stream_hpp"><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="wrapped_formatter_terminal.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| nawawi/poedit | deps/boost/libs/log/doc/html/boost/log/expressions/stream.html | HTML | mit | 3,577 |
{% extends "layout.html" %}
{% block page_title %}
Draw the extent
{% endblock %}
{% block content %}
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<main id="content" role="main">
<!-- alpha banner -->
<div class="phase-banner">
<p><strong class="phase-tag">BETA</strong></p>
</div>
<!-- main content starts -->
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Draw the extent</h1>
<p>This map shows <span class="location"></span></p>
<p>Use the buttons on this map to draw the charge extent. When you have finished, save your changes and continue.</p>
<div id="map" style="position:relative; bottom: 3em;">
<!-- map goes in here -->
<form class="form-inline" id="map_controls">
<select size="5" id="type">
<option value="Point">Point</option>
<option value="LineString">LineString</option>
<option value="Polygon">Polygon</option>
<option value="Circle">Circle</option>
<option value="None">None</option>
</select>
</form>
</div>
<br>
<a class="button" href="view-planning-update" role="button">Save and continue</a>
</div>
</div>
</main>
<script>
</script>
{% endblock %}
| LandRegistry/llc-prototype | app/views/maintain_llc/v1-6/edit-map.html | HTML | mit | 1,360 |
<!-- AUTO GENERATED - DO NOT MODIFY -->
<!DOCTYPE HTML>
<html>
<head>
<title>Dojo Test Suite</title>
<link rel="stylesheet" type="text/css" href="../../bower_components/qunit/qunit/qunit.css" />
<script type="text/javascript" src="../../lib/html5shiv.js"></script>
</head>
<body>
<h1 id="qunit-header">Dojo Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-test-area"></div>
<script type="text/javascript" src="../../bower_components/requirejs/require.js"></script>
<script type="text/javascript" src="../../bower_components/qunit/qunit/qunit.js"></script>
<script type="text/javascript">
QUnit.config.autostart = false;
require.config({
"baseUrl": "../..",
"paths": {
"can": "dist/amd/can",
"dojo": "util/dojo/dojo-1.8.1"
},
"map": {
"*": {
"can/util/library": "can/util/dojo"
}
},
"shim": {
"test/pluginified/latest": [
"can/util/fixture", "can/component",
"can/construct", "can/map", "can/list",
"can/observe", "can/compute", "can/model",
"can/view", "can/view/ejs", "can/control",
"can/route", "can/control/route",
"can/view/mustache",
"can/route/pushstate", "can/model/queue",
"can/construct/super",
"can/construct/proxy", "can/map/delegate",
"can/map/setter", "can/map/attributes",
"can/map/validations", "can/map/backup",
"can/map/list", "can/map/sort",
"can/util/object", "can/util/fixture",
"can/view/bindings", "can/view/live",
"can/view/scope", "can/util/string"
]
}
});
require(["test/pluginified/latest"], function() {
QUnit.start();
});
</script>
</body>
</html> | ekryski/canjs | test/amd/dojo.html | HTML | mit | 2,535 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_iterator::equal</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ip__basic_resolver_iterator.html" title="ip::basic_resolver_iterator">
<link rel="prev" href="difference_type.html" title="ip::basic_resolver_iterator::difference_type">
<link rel="next" href="increment.html" title="ip::basic_resolver_iterator::increment">
</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="difference_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver_iterator.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="increment.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.ip__basic_resolver_iterator.equal"></a><a class="link" href="equal.html" title="ip::basic_resolver_iterator::equal">ip::basic_resolver_iterator::equal</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="boost_asio.indexterm.ip__basic_resolver_iterator.equal"></a>
</p>
<pre class="programlisting">bool equal(
const basic_resolver_iterator & other) const;
</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-2018 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="difference_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver_iterator.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="increment.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| nawawi/poedit | deps/boost/doc/html/boost_asio/reference/ip__basic_resolver_iterator/equal.html | HTML | mit | 3,254 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Class org.apache.poi.hwmf.record.HwmfText.HwmfTextAlignment (POI API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hwmf.record.HwmfText.HwmfTextAlignment (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record"><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/poi/hwmf/record/\class-useHwmfText.HwmfTextAlignment.html" target="_top"><B>FRAMES</B></A>
<A HREF="HwmfText.HwmfTextAlignment.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.poi.hwmf.record.HwmfText.HwmfTextAlignment</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/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.hwmf.draw"><B>org.apache.poi.hwmf.draw</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.hwmf.record"><B>org.apache.poi.hwmf.record</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.hwmf.draw"><!-- --></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/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A> in <A HREF="../../../../../../org/apache/poi/hwmf/draw/package-summary.html">org.apache.poi.hwmf.draw</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="../../../../../../org/apache/poi/hwmf/draw/package-summary.html">org.apache.poi.hwmf.draw</A> that return <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A></CODE></FONT></TD>
<TD><CODE><B>HwmfDrawProperties.</B><B><A HREF="../../../../../../org/apache/poi/hwmf/draw/HwmfDrawProperties.html#getTextAlignAsian()">getTextAlignAsian</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A></CODE></FONT></TD>
<TD><CODE><B>HwmfDrawProperties.</B><B><A HREF="../../../../../../org/apache/poi/hwmf/draw/HwmfDrawProperties.html#getTextAlignLatin()">getTextAlignLatin</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hwmf/draw/package-summary.html">org.apache.poi.hwmf.draw</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HwmfDrawProperties.</B><B><A HREF="../../../../../../org/apache/poi/hwmf/draw/HwmfDrawProperties.html#setTextAlignAsian(org.apache.poi.hwmf.record.HwmfText.HwmfTextAlignment)">setTextAlignAsian</A></B>(<A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A> textAlignAsian)</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>HwmfDrawProperties.</B><B><A HREF="../../../../../../org/apache/poi/hwmf/draw/HwmfDrawProperties.html#setTextAlignLatin(org.apache.poi.hwmf.record.HwmfText.HwmfTextAlignment)">setTextAlignLatin</A></B>(<A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A> textAlignLatin)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.hwmf.record"><!-- --></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/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A> in <A HREF="../../../../../../org/apache/poi/hwmf/record/package-summary.html">org.apache.poi.hwmf.record</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="../../../../../../org/apache/poi/hwmf/record/package-summary.html">org.apache.poi.hwmf.record</A> that return <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A></CODE></FONT></TD>
<TD><CODE><B>HwmfText.HwmfTextAlignment.</B><B><A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE>
<BR>
Returns the enum constant of this type with the specified name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record">HwmfText.HwmfTextAlignment</A>[]</CODE></FONT></TD>
<TD><CODE><B>HwmfText.HwmfTextAlignment.</B><B><A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfText.HwmfTextAlignment.html#values()">values</A></B>()</CODE>
<BR>
Returns an array containing the constants of this enum type, in
the order they are declared.</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/poi/hwmf/record/HwmfText.HwmfTextAlignment.html" title="enum in org.apache.poi.hwmf.record"><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/poi/hwmf/record/\class-useHwmfText.HwmfTextAlignment.html" target="_top"><B>FRAMES</B></A>
<A HREF="HwmfText.HwmfTextAlignment.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2016 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
| Sebaxtian/KDD | poi-3.14/docs/apidocs/org/apache/poi/hwmf/record/class-use/HwmfText.HwmfTextAlignment.html | HTML | mit | 13,199 |
<!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=US-ASCII">
<title>Macro BOOST_XPRESSIVE_HAS_MS_STACK_GUARD</title>
<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="xpressive/reference.html#header.boost.xpressive.xpressive_fwd_hpp" title="Header <boost/xpressive/xpressive_fwd.hpp>">
<link rel="prev" href="BOOST_PROTO_FUSION_V2.html" title="Macro BOOST_PROTO_FUSION_V2">
<link rel="next" href="boost_xpressive/acknowledgments.html" title="Acknowledgments">
</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_PROTO_FUSION_V2.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="xpressive/reference.html#header.boost.xpressive.xpressive_fwd_hpp"><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_xpressive/acknowledgments.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="BOOST_XPRESS_1_3_47_5_18_4"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Macro BOOST_XPRESSIVE_HAS_MS_STACK_GUARD</span></h2>
<p>BOOST_XPRESSIVE_HAS_MS_STACK_GUARD</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="xpressive/reference.html#header.boost.xpressive.xpressive_fwd_hpp" title="Header <boost/xpressive/xpressive_fwd.hpp>">boost/xpressive/xpressive_fwd.hpp</a>>
</span>BOOST_XPRESSIVE_HAS_MS_STACK_GUARD</pre></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 © 2007 Eric Niebler<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_PROTO_FUSION_V2.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="xpressive/reference.html#header.boost.xpressive.xpressive_fwd_hpp"><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_xpressive/acknowledgments.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| nawawi/poedit | deps/boost/doc/html/BOOST_XPRESS_1_3_47_5_18_4.html | HTML | mit | 3,655 |
<!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=US-ASCII">
<title>Struct template any</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 C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../pointer_has_rebind.html#idp286123952" title="Description">
<link rel="prev" href="../pointer_has_rebind.html" title="Struct template pointer_has_rebind">
<link rel="next" href="../pointer_has_rebind_other.html" title="Struct template pointer_has_rebind_other">
</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="../pointer_has_rebind.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pointer_has_rebind.html#idp286123952"><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="../pointer_has_rebind_other.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.intrusive.pointer_has_rebind.any"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template any</span></h2>
<p>boost::intrusive::pointer_has_rebind::any</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../../intrusive/reference.html#header.boost.intrusive.pointer_rebind_hpp" title="Header <boost/intrusive/pointer_rebind.hpp>">boost/intrusive/pointer_rebind.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> V<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="any.html" title="Struct template any">any</a> <span class="special">{</span>
<span class="comment">// <a class="link" href="any.html#boost.intrusive.pointer_has_rebind.anyconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="any.html#idp48933184-bb"><span class="identifier">any</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">V</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp286168368"></a><h2>Description</h2>
<div class="refsect2">
<a name="idp286168784"></a><h3>
<a name="boost.intrusive.pointer_has_rebind.anyconstruct-copy-destruct"></a><code class="computeroutput">any</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="idp48933184-bb"></a><span class="identifier">any</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">V</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div>
</div>
</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 © 2005 Olaf Krzikalla<br>Copyright © 2006-2015 Ion Gaztanaga<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="../pointer_has_rebind.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../pointer_has_rebind.html#idp286123952"><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="../pointer_has_rebind_other.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| TyRoXx/cdm | original_sources/boost_1_59_0/doc/html/boost/intrusive/pointer_has_rebind/any.html | HTML | mit | 5,177 |
<div>
Diese Einstellung legt die Anzahl gleichzeitiger Build-Prozesse in Hudson fest.
Sie beeinflusst daher die Gesamtlast, die Hudson auf einem System erzeugen kann.
Ein guter Ausgangspunkt wäre die Anzahl der CPUs Ihres Systems.
<p>
Eine Erhöhung der Anzahl über diesen Wert hinaus würde zunächst die einzelnen Builds
verlängern, könnte aber insgesamt den Durchsatz erhöhen, weil es den CPUs erlaubt,
an einem Build zu rechnen, während ein anderer Build wegen Ein-/Ausgabeoperationen
wartet.
<p>
Falls Hudson im Master/Slave-Modus betrieben wird, legt ein Wert von 0 auf dem Master
fest, daß ausschließlich auf den Slaves Build-Prozesse durchgeführt werden, nie aber
auf dem Master selbst. Slaves müssen mindestens 1 Build-Prozessor bereitstellen, können
aber temporär durch eine Schaltfläche auf der Statusseite des Slaves deaktiviert werden.
</div> | sincere520/testGitRepo | hudson-core/src/main/resources/hudson/model/Node/help-numExecutors_de.html | HTML | mit | 903 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TableFilter column sort</title>
<link rel="stylesheet" href="libs/qunit/qunit.css">
<script src="libs/qunit/qunit.js"></script>
<script src="libs/polyfill.js"></script>
</head>
<body>
<table id="demo" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th>From</th>
<th>Destination</th>
<th>Road Distance (km)</th>
<th>By Air (hrs)</th>
<th>By Rail (hrs)</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Sydney</strong></td>
<td>Adelaide</td>
<td>1412</td>
<td>1.4</td>
<td>25.3</td>
</tr>
<tr>
<td><strong>Sydney</strong></td>
<td>Brisbane</td>
<td>982</td>
<td>1.5</td>
<td>16</td>
</tr>
<tr>
<td><strong>Sydney</strong></td>
<td>Canberra</td>
<td>286</td>
<td>.6</td>
<td>4.3</td>
</tr>
<tr>
<td><strong>Sydney</strong></td>
<td>Melbourne</td>
<td>872</td>
<td>1.1</td>
<td>10.5</td>
</tr>
<tr>
<td><strong>Adelaide</strong></td>
<td>Perth</td>
<td>2781</td>
<td>3.1</td>
<td>38</td>
</tr>
<tr>
<td><strong>Adelaide</strong></td>
<td>Alice Springs</td>
<td>1533</td>
<td>2</td>
<td>20.25</td>
</tr>
<tr>
<td><strong>Adelaide</strong></td>
<td>Brisbane</td>
<td>2045</td>
<td>2.15</td>
<td>40</td>
</tr>
</tbody>
</table>
<table id="demo2" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th>From</th>
<th>Destination</th>
<th>Road Distance (km)</th>
<th>By Air (hrs)</th>
<th>By Rail (hrs)</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Sydney</strong></td>
<td>Adelaide</td>
<td>1412</td>
<td>1.4</td>
<td>25.3</td>
</tr>
<tr>
<td><strong>Sydney</strong></td>
<td>Brisbane</td>
<td>982</td>
<td>1.5</td>
<td>16</td>
</tr>
<tr>
<td><strong>Sydney</strong></td>
<td>Canberra</td>
<td>286</td>
<td>.6</td>
<td>4.3</td>
</tr>
<tr>
<td><strong>Sydney</strong></td>
<td>Melbourne</td>
<td>872</td>
<td>1.1</td>
<td>10.5</td>
</tr>
<tr>
<td><strong>Adelaide</strong></td>
<td>Perth</td>
<td>2781</td>
<td>3.1</td>
<td>38</td>
</tr>
<tr>
<td><strong>Adelaide</strong></td>
<td>Alice Springs</td>
<td>1533</td>
<td>2</td>
<td>20.25</td>
</tr>
<tr>
<td><strong>Adelaide</strong></td>
<td>Brisbane</td>
<td>2045</td>
<td>2.15</td>
<td>40</td>
</tr>
</tbody>
</table>
<script src="../dist/tablefilter/tablefilter.js"></script>
<script src="test-sort.js"></script>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
</html> | koalyptus/TableFilter | test/test-sort.html | HTML | mit | 4,603 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-ngAnimateSwap-directive-production</title>
<link href="animations.css" rel="stylesheet" type="text/css">
<script src="//ajax.googleapis.com/ajax/libs/angularjs/null/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/null/angular-animate.js"></script>
<script src="script.js"></script>
<script type="text/javascript">
angular.element(document.getElementsByTagName('head')).append(angular.element('<base href="' + window.location.pathname + '" />'));
</script>
</head>
<body ng-app="ngAnimateSwapExample">
<div class="container" ng-controller="AppCtrl">
<div ng-animate-swap="number" class="cell swap-animation" ng-class="colorClass(number)">
{{ number }}
</div>
</div>
</body>
</html> | confapp/data_manager | vendor/angular-1.5.0-rc.0/docs/examples/example-ngAnimateSwap-directive/index-production.html | HTML | mit | 839 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::connect (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../../index.html" title="Asio">
<link rel="up" href="../connect.html" title="basic_datagram_socket::connect">
<link rel="prev" href="../connect.html" title="basic_datagram_socket::connect">
<link rel="next" href="overload2.html" title="basic_datagram_socket::connect (2 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../connect.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../connect.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="asio.reference.basic_datagram_socket.connect.overload1"></a><a class="link" href="overload1.html" title="basic_datagram_socket::connect (1 of 2 overloads)">basic_datagram_socket::connect
(1 of 2 overloads)</a>
</h5></div></div></div>
<p>
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
Connect the socket to the specified endpoint.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">connect</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&</span> <span class="identifier">peer_endpoint</span><span class="special">);</span>
</pre>
<p>
This function is used to connect a socket to the specified remote endpoint.
The function call will block until the connection is successfully made
or an error occurs.
</p>
<p>
The socket is automatically opened if it is not already open. If the
connect fails, and the socket was automatically opened, the socket is
not returned to the closed state.
</p>
<h6>
<a name="asio.reference.basic_datagram_socket.connect.overload1.h0"></a>
<span><a name="asio.reference.basic_datagram_socket.connect.overload1.parameters"></a></span><a class="link" href="overload1.html#asio.reference.basic_datagram_socket.connect.overload1.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected.
</p></dd>
</dl>
</div>
<h6>
<a name="asio.reference.basic_datagram_socket.connect.overload1.h1"></a>
<span><a name="asio.reference.basic_datagram_socket.connect.overload1.exceptions"></a></span><a class="link" href="overload1.html#asio.reference.basic_datagram_socket.connect.overload1.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">asio::system_error</span></dt>
<dd><p>
Thrown on failure.
</p></dd>
</dl>
</div>
<h6>
<a name="asio.reference.basic_datagram_socket.connect.overload1.h2"></a>
<span><a name="asio.reference.basic_datagram_socket.connect.overload1.example"></a></span><a class="link" href="overload1.html#asio.reference.basic_datagram_socket.connect.overload1.example">Example</a>
</h6>
<pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
<span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">address</span><span class="special">::</span><span class="identifier">from_string</span><span class="special">(</span><span class="string">"1.2.3.4"</span><span class="special">),</span> <span class="number">12345</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">connect</span><span class="special">(</span><span class="identifier">endpoint</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-2016 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="../connect.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../connect.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../next.png" alt="Next"></a>
</div>
</body>
</html>
| throughnet/throughnet | src/libs/asio/doc/asio/reference/basic_datagram_socket/connect/overload1.html | HTML | mit | 6,152 |
<html> <head>
<title>A Processing.js Example</title>
<script type="text/javascript" src="../../../processing.js"></script>
<script type="text/javascript" src="../../init.js"></script>
</head>
<body>
<table width="640">
<tr>
<td>
<h1 style="background: lightgreen;">A Processing.js 3D rotate() Example</h1>
<script type="application/processing">
void setup()
{
size(200,200);
noStroke();
fill(255);
frameRate(30);
}
float angle;
float cosine;
float jitter;
void draw()
{
background(102);
if(second()%2 == 0){
jitter = (random(-0.1, 0.1));
}
angle = angle + jitter;
cosine = cos(angle);
translate(width/2, height/2);
rotate(cosine);
rectMode(CENTER);
rect(0, 0, 115, 115);
}
</script><canvas width="500" height="500" ></canvas>
<div id="debug"></div>
</td>
</tr>
</body> </html>
| edsfault/Edsfault-processing.js | examples/seneca/rotate/rotate.html | HTML | mit | 832 |
<!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=US-ASCII">
<title>Global transforms</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 C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../proto/reference.html#header.boost.proto.transform.when_hpp" title="Header <boost/proto/transform/when.hpp>">
<link rel="prev" href="transforms_type.html" title="Struct transforms_type">
<link rel="next" href="when.html" title="Struct template when">
</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="transforms_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.transform.when_hpp"><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="when.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.proto.transforms"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Global transforms</span></h2>
<p>boost::proto::transforms</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../proto/reference.html#header.boost.proto.transform.when_hpp" title="Header <boost/proto/transform/when.hpp>">boost/proto/transform/when.hpp</a>>
</span><a class="link" href="transforms_type.html" title="Struct transforms_type">proto::transforms_type</a> <span class="keyword">const</span> transforms<span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp391590048"></a><h2>Description</h2>
<p>
A key key for use when creating and accessing a slot in a transform environment for
a set of external transforms.
</p>
</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 © 2008 Eric Niebler<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="transforms_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.transform.when_hpp"><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="when.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| TyRoXx/cdm | original_sources/boost_1_59_0/doc/html/boost/proto/transforms.html | HTML | mit | 3,957 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Alternative Interface</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="Chapter 1. Boost.Convert 2.0">
<link rel="up" href="../index.html" title="Chapter 1. Boost.Convert 2.0">
<link rel="prev" href="default_converter.html" title="Default Converter">
<link rel="next" href="converters.html" title="Converters">
</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="default_converter.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="converters.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_convert.alternative_interface"></a><a class="link" href="alternative_interface.html" title="Alternative Interface">Alternative Interface</a>
</h2></div></div></div>
<div class="blockquote"><blockquote class="blockquote"><p>
<span class="bold"><strong><span class="emphasis"><em>"It's not a question of happiness, it's
a requirement. Consider the alternative” Doug Horton</em></span></strong></span>
</p></blockquote></div>
<p>
As it was indicated previously <a href="../../../../../libs/optional/index.html" target="_top"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">optional</span></code></a>
is the actual type returned by the <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">convert</span><span class="special">()</span></code> main interface:
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">optional</span><span class="special"><</span><span class="identifier">TypeOut</span><span class="special">></span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">convert</span><span class="special">(</span><span class="identifier">TypeIn</span> <span class="keyword">const</span><span class="special">&,</span> <span class="identifier">Converter</span> <span class="keyword">const</span><span class="special">&);</span>
</pre>
<p>
The signature is <span class="emphasis"><em>functionally-complete</em></span>, routinely elided
during compilation and is the most efficient in deploying the underlying converter.
That said, the following alternative (and arguably more conventional) interface
might be potentially more suitable for certain deployment scenarios (or due
to personal preferences):
</p>
<pre class="programlisting"><span class="identifier">TypeOut</span> <span class="identifier">convert</span><span class="special">(</span><span class="identifier">TypeIn</span> <span class="keyword">const</span><span class="special">&,</span> <span class="identifier">Converter</span> <span class="keyword">const</span><span class="special">&,</span> <span class="identifier">TypeOut</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">fallback_value</span><span class="special">);</span>
<span class="identifier">TypeOut</span> <span class="identifier">convert</span><span class="special">(</span><span class="identifier">TypeIn</span> <span class="keyword">const</span><span class="special">&,</span> <span class="identifier">Converter</span> <span class="keyword">const</span><span class="special">&,</span> <span class="identifier">Functor</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">fallback_functor</span><span class="special">);</span>
<span class="identifier">TypeOut</span> <span class="identifier">convert</span><span class="special">(</span><span class="identifier">TypeIn</span> <span class="keyword">const</span><span class="special">&,</span> <span class="identifier">Converter</span> <span class="keyword">const</span><span class="special">&,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_on_failure</span><span class="special">);</span>
</pre>
<p>
It still provides unambigous behavior and readability, full support for various
program flows and various degrees of conversion-failure detection and processing
and can be deployed in a similar fashion as follows:
</p>
<p>
</p>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">fallback_func</span>
<span class="special">{</span>
<span class="keyword">int</span> <span class="keyword">operator</span><span class="special">()()</span> <span class="keyword">const</span> <span class="special">{</span> <span class="identifier">log</span><span class="special">(</span><span class="string">"Failed to convert"</span><span class="special">);</span> <span class="keyword">return</span> <span class="number">42</span><span class="special">;</span> <span class="special">}</span>
<span class="special">};</span>
</pre>
<p>
</p>
<p>
</p>
<pre class="programlisting"><span class="comment">// Error-processing behavior are specified unambiguously and uniformly.</span>
<span class="comment">// a) i1: Returns the provided fallback value;</span>
<span class="comment">// b) i2: Calls the provided failure-processing function;</span>
<span class="comment">// c) i3: Throws an exception.</span>
<span class="keyword">int</span> <span class="identifier">i1</span> <span class="special">=</span> <span class="identifier">convert</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">str</span><span class="special">,</span> <span class="identifier">cnv</span><span class="special">,</span> <span class="identifier">fallback_value</span><span class="special">);</span>
<span class="keyword">int</span> <span class="identifier">i2</span> <span class="special">=</span> <span class="identifier">convert</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">str</span><span class="special">,</span> <span class="identifier">cnv</span><span class="special">,</span> <span class="identifier">fallback_func</span><span class="special">());</span>
<span class="keyword">try</span>
<span class="special">{</span>
<span class="comment">// Throwing behavior specified explicitly rather than implied.</span>
<span class="keyword">int</span> <span class="identifier">i3</span> <span class="special">=</span> <span class="identifier">convert</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">str</span><span class="special">,</span> <span class="identifier">cnv</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_on_failure</span><span class="special">);</span>
<span class="special">}</span>
<span class="keyword">catch</span> <span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">bad_optional_access</span> <span class="keyword">const</span><span class="special">&)</span>
<span class="special">{</span>
<span class="comment">// Handle failed conversion.</span>
<span class="special">}</span>
</pre>
<p>
</p>
<p>
Still, the described interfaces are convenience wrappers around the main interface
which provides the described behavior with:
</p>
<p>
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">m1</span> <span class="special">=</span> <span class="identifier">convert</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">str</span><span class="special">,</span> <span class="identifier">cnv</span><span class="special">).</span><span class="identifier">value_or</span><span class="special">(</span><span class="identifier">fallback_value</span><span class="special">);</span>
<span class="keyword">int</span> <span class="identifier">m2</span> <span class="special">=</span> <span class="identifier">convert</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">str</span><span class="special">,</span> <span class="identifier">cnv</span><span class="special">).</span><span class="identifier">value_or_eval</span><span class="special">(</span><span class="identifier">fallback_func</span><span class="special">());</span>
<span class="keyword">int</span> <span class="identifier">m3</span> <span class="special">=</span> <span class="identifier">convert</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">str</span><span class="special">,</span> <span class="identifier">cnv</span><span class="special">).</span><span class="identifier">value</span><span class="special">();</span>
</pre>
<p>
</p>
<p>
or with the default converter defined:
</p>
<p>
</p>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">cnv</span><span class="special">::</span><span class="identifier">by_default</span> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">cnv</span><span class="special">::</span><span class="identifier">cstream</span> <span class="special">{};</span>
</pre>
<p>
</p>
<p>
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">n1</span> <span class="special">=</span> <span class="identifier">convert</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">str</span><span class="special">).</span><span class="identifier">value_or</span><span class="special">(</span><span class="identifier">fallback_value</span><span class="special">);</span>
<span class="keyword">int</span> <span class="identifier">n2</span> <span class="special">=</span> <span class="identifier">convert</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">str</span><span class="special">).</span><span class="identifier">value_or_eval</span><span class="special">(</span><span class="identifier">fallback_func</span><span class="special">());</span>
<span class="keyword">int</span> <span class="identifier">n3</span> <span class="special">=</span> <span class="identifier">convert</span><span class="special"><</span><span class="keyword">int</span><span class="special">>(</span><span class="identifier">str</span><span class="special">).</span><span class="identifier">value</span><span class="special">();</span>
</pre>
<p>
</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 © 2009-2014 Vladimir Batov<p>
Distributed under the Boost Software License, Version 1.0. See 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="default_converter.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="converters.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| TyRoXx/cdm | original_sources/boost_1_59_0/libs/convert/doc/html/boost_convert/alternative_interface.html | HTML | mit | 13,086 |
<div>
Jenkins unterstützt das JUnit-XML-Format für Testergebnisse (das auch von
TestNG verwendet wird). Wenn diese Option konfiguriert ist, kann Jenkins
nützliche Auswertungen der Testergebnisse bereitstellen, z.B. deren
zeitlichen Verlauf darstellen, Testergebnisse in einer webbasierten Oberfläche
anzeigen, Fehlschläge verfolgen usw.
<p>
Um diese Funktion zu verwenden, richten Sie Ihren Build-Prozess zunächst so
ein, daß Tests ausgeführt werden. Dann geben Sie den Pfad zu den JUnit-XML-Dateien
in der <a href="http://ant.apache.org/manual/Types/fileset.html">Ant glob-Syntax</a>,
an, z.B. <tt>**/build/test-reports/*.xml</tt>. Stellen Sie sicher, daß der Pfad
ausschließlich auf Testergebnisdateien im JUnit-XML-Format zutrifft.
<p>
Sobald ein paar Builds mit Tests gelaufen sind, sollten Sie Auswertungen wie
<a href="http://jenkins-ci.org/screenshots/5.png"> diese</a> sehen.
</div>
| sumitk1/jenkins | war/src/main/webapp/help/tasks/junit/report_de.html | HTML | mit | 940 |
@*
* Copyright 2015 Yahoo Inc. Licensed under the Apache License, Version 2.0
* See accompanying LICENSE file.
*@
@(cluster: String, brokerId: Int, brokerView :kafka.manager.ActorModel.BVView)
@renderBrokerMetrics = {
@if(brokerView.clusterConfig.jmxEnabled) {
@views.html.common.brokerMetrics(brokerView.metrics)
} else {
<div class="alert alert-info" role="alert">
Please enable JMX polling <a href="@routes.Cluster.updateCluster(cluster)" class="alert-link">here</a>.
</div>
}
}
<div class="row">
<div class="col-md-7">
<div class="panel panel-default">
<div class="panel-heading"><h4>Summary</h4></div>
<table class="table">
<tbody>
<tr><td># of Topics</td><td>@brokerView.numTopics</td></tr>
<tr><td># of Partitions</td><td>@brokerView.numPartitions</td></tr>
@if(brokerView.clusterConfig.jmxEnabled) {
<tr><td>% of Messages</td><td>@brokerView.stats.map(_.perMessages)</td></tr>
<tr><td>% of Incoming</td><td>@brokerView.stats.map(_.perIncoming)</td></tr>
<tr><td>% of Outgoing</td><td>@brokerView.stats.map(_.perOutgoing)</td></tr>
}
</tbody>
</table>
</div>
</div>
<div class="col-md-5">
<div class="panel panel-default">
<div class="panel-heading"><h4>Metrics</h4></div>
@renderBrokerMetrics
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading"><h4>Per Topic Detail</h4></div>
<table class="table">
<thead>
<tr><th>Topic</th><th>Replication</th><th>Total Partitions</th><th>Partitions on Broker</th><th>Partitions</th><th>Skewed?</th></tr>
</thead>
<tbody>
@for((ti,bp) <- brokerView.topicPartitions) {
<tr>
<td><a href="@routes.Topic.topic(cluster,ti.topic)">@ti.topic</a></td>
<td>@ti.replicationFactor</td>
<td>@ti.partitions</td>
<td>@bp.size</td>
<td>@bp.mkString("(",",",")")</td>
<td>@ti.partitionsByBroker.find(_.id == brokerId).map(_.isSkewed).getOrElse("Unknown")</td>
</tr>
}
</tbody>
</table>
</div>
| evertrue/kafka-manager | app/views/broker/brokerViewContent.scala.html | HTML | apache-2.0 | 2,661 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Reference</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../index.html" title="Chapter 1. Boost.Numeric_Bindings">
<link rel="up" href="../index.html" title="Chapter 1. Boost.Numeric_Bindings">
<link rel="prev" href="metafunctions/value.html" title="value">
<link rel="next" href="reference/blas.html" title="BLAS">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="metafunctions/value.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="reference/blas.html"><img 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_numeric_bindings.reference"></a><a class="link" href="reference.html" title="Reference">Reference</a>
</h2></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="reference/blas.html"> BLAS</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="reference/blas/level_1_blas.html">Level
1 BLAS</a></span></dt>
<dt><span class="section"><a href="reference/blas/level_2_blas.html">Level
2 BLAS</a></span></dt>
<dt><span class="section"><a href="reference/blas/level_3_blas.html">Level
3 BLAS</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="reference/lapack.html"> LAPACK</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="reference/lapack/driver_routines.html">Driver
Routines</a></span></dt>
<dt><span class="section"><a href="reference/lapack/computational_routines.html">Computational
Routines</a></span></dt>
<dt><span class="section"><a href="reference/lapack/auxiliary_routines.html">Auxiliary
Routines</a></span></dt>
</dl></dd>
</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 © 2002 -2009 Rutger ter Borg, Krešimir Fresl, Thomas Klimpel,
Toon Knapen, Karl Meerbergen<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="metafunctions/value.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="reference/blas.html"><img src="../images/next.png" alt="Next"></a>
</div>
</body>
</html>
| siconos/siconos | externals/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/reference.html | HTML | apache-2.0 | 3,195 |
{%load i18n%}
<form id="security_group_form" method="post">
<fieldset>
{% csrf_token %}
{% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %}
{% for field in form.visible_fields %}
{{ field.label_tag }}
{{ field.errors }}
{{ field }}
{% endfor %}
<input type="submit" value="{% trans "Create Security Group"%}" class="large-rounded" />
</fieldset>
</form>
| genius1611/horizon | django-openstack/django_openstack/templates/django_openstack/dash/security_groups/_form.html | HTML | apache-2.0 | 410 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>File Source for ex1.php</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<h1>Source for file ex1.php</h1>
<p>Documentation is available at <a href="../XTemplate_Examples/_xtpl_ex1_php.html">ex1.php</a></p>
<div class="src-code">
<pre><ol><li><a name="a1"></a><span class="src-php"><?php</span></li>
<li><a name="a2"></a> </li>
<li><a name="a3"></a><span class="src-doc">/**</span></li>
<li><a name="a4"></a><span class="src-doc"> * example 1</span></li>
<li><a name="a5"></a><span class="src-doc"> * demonstrates basic template functions</span></li>
<li><a name="a6"></a><span class="src-doc"> * -simple replaces ( {VARIABLE1}, and {DATA.ID} {DATA.NAME} {DATA.AGE} )</span></li>
<li><a name="a7"></a><span class="src-doc"> * -dynamic blocks</span></li>
<li><a name="a8"></a><span class="src-doc"> *</span></li>
<li><a name="a9"></a><span class="src-doc"> * </span><span class="src-doc-coretag">@package</span><span class="src-doc"> XTemplate_Examples</span></li>
<li><a name="a10"></a><span class="src-doc"> * </span><span class="src-doc-coretag">@author</span><span class="src-doc"> Barnabas Debreceni [cranx@users.sourceforge.net]</span></li>
<li><a name="a11"></a><span class="src-doc"> * </span><span class="src-doc-coretag">@copyright</span><span class="src-doc"> Barnabas Debreceni 2000-2001</span></li>
<li><a name="a12"></a><span class="src-doc"> * </span><span class="src-doc-coretag">@author</span><span class="src-doc"> Jeremy Coates [cocomp@users.sourceforge.net]</span></li>
<li><a name="a13"></a><span class="src-doc"> * </span><span class="src-doc-coretag">@copyright</span><span class="src-doc"> Jeremy Coates 2002-2007</span></li>
<li><a name="a14"></a><span class="src-doc"> * </span><span class="src-doc-coretag">@see</span><span class="src-doc"> license.txt LGPL / BSD license</span></li>
<li><a name="a15"></a><span class="src-doc"> * </span><span class="src-doc-coretag">@link</span><span class="src-doc"> $HeadURL: https://xtpl.svn.sourceforge.net/svnroot/xtpl/trunk/ex1.php $</span></li>
<li><a name="a16"></a><span class="src-doc"> * </span><span class="src-doc-coretag">@version</span><span class="src-doc"> $Id: ex1.php 16 2007-01-11 03:02:49Z cocomp $</span></li>
<li><a name="a17"></a><span class="src-doc"> */</span></li>
<li><a name="a18"></a> </li>
<li><a name="a19"></a> <span class="src-inc">include_once</span><span class="src-sym">(</span><span class="src-str">'./xtemplate.class.php'</span><span class="src-sym">)</span><span class="src-sym">;</span></li>
<li><a name="a20"></a> </li>
<li><a name="a21"></a> <span class="src-var">$xtpl </span>= <span class="src-key">new </span><span class="src-id"><a href="../XTemplate/XTemplate.html">XTemplate</a></span><span class="src-sym">(</span><span class="src-str">'ex1.xtpl'</span><span class="src-sym">)</span><span class="src-sym">;</span></li>
<li><a name="a22"></a> </li>
<li><a name="a23"></a> <span class="src-comm">// simple replace</span></li>
<li><a name="a24"></a> <span class="src-var">$xtpl</span><span class="src-sym">-></span><span class="src-id">assign</span><span class="src-sym">(</span><span class="src-str">'VARIABLE'</span><span class="src-sym">, </span><span class="src-str">'TEST'</span><span class="src-sym">)</span><span class="src-sym">;</span></li>
<li><a name="a25"></a> </li>
<li><a name="a26"></a> <span class="src-comm">// parse block1</span></li>
<li><a name="a27"></a> <span class="src-var">$xtpl</span><span class="src-sym">-></span><span class="src-id">parse</span><span class="src-sym">(</span><span class="src-str">'main.block1'</span><span class="src-sym">)</span><span class="src-sym">;</span></li>
<li><a name="a28"></a> </li>
<li><a name="a29"></a> <span class="src-comm">// uncomment line below to parse block2</span></li>
<li><a name="a30"></a><span class="src-comm">//$xtpl->parse('main.block2');</span></li>
<li><a name="a31"></a> </li>
<li><a name="a30"></a> </li>
<li><a name="a31"></a> </li>
<li><a name="a32"></a> <span class="src-doc">/**</span></li>
<li><a name="a33"></a><span class="src-doc"> * you can reference to array keys in the template file the following way:</span></li>
<li><a name="a34"></a><span class="src-doc"> * {DATA.ID} or {DATA.NAME}</span></li>
<li><a name="a35"></a><span class="src-doc"> * say we have an array from a mysql query with the following fields: ID, NAME, AGE</span></li>
<li><a name="a36"></a><span class="src-doc"> */</span></li>
<li><a name="a37"></a> <span class="src-var">$row </span>= <span class="src-key">array</span><span class="src-sym">(</span><span class="src-str">'ID'</span>=><span class="src-str">'38'</span><span class="src-sym">,</span></li>
<li><a name="a38"></a> <span class="src-str">'NAME'</span>=><span class="src-str">'cocomp'</span><span class="src-sym">,</span></li>
<li><a name="a39"></a> <span class="src-str">'AGE'</span>=><span class="src-str">'33'</span></li>
<li><a name="a40"></a> <span class="src-sym">)</span><span class="src-sym">;</span></li>
<li><a name="a41"></a> </li>
<li><a name="a42"></a> <span class="src-var">$xtpl</span><span class="src-sym">-></span><span class="src-id">assign</span><span class="src-sym">(</span><span class="src-str">'DATA'</span><span class="src-sym">,</span><span class="src-var">$row</span><span class="src-sym">)</span><span class="src-sym">;</span></li>
<li><a name="a43"></a> </li>
<li><a name="a44"></a> <span class="src-comm">// parse block3</span></li>
<li><a name="a45"></a> <span class="src-var">$xtpl</span><span class="src-sym">-></span><span class="src-id">parse</span><span class="src-sym">(</span><span class="src-str">'main.block3'</span><span class="src-sym">)</span><span class="src-sym">;</span></li>
<li><a name="a46"></a> </li>
<li><a name="a47"></a> <span class="src-var">$xtpl</span><span class="src-sym">-></span><span class="src-id">parse</span><span class="src-sym">(</span><span class="src-str">'main'</span><span class="src-sym">)</span><span class="src-sym">;</span></li>
<li><a name="a48"></a> <span class="src-var">$xtpl</span><span class="src-sym">-></span><span class="src-id">out</span><span class="src-sym">(</span><span class="src-str">'main'</span><span class="src-sym">)</span><span class="src-sym">;</span></li>
<li><a name="a49"></a> </li>
<li><a name="a50"></a><span class="src-php">?></span></li>
</ol></pre>
</div>
<p class="notes" id="credit">
Documentation generated on Tue, 29 May 2007 19:29:33 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a>
</p>
</body>
</html> | theonlyzby/SmartCAN | var/www/smartcan/www/lib/xtemplate/docs/__filesource/fsource_XTemplate_Examples__ex1.php.html | HTML | apache-2.0 | 7,085 |
{% extends 'base.html' %}
{% block subtitle %}
{{ gettext('Chat') }}
{% endblock subtitle %}
{% block top_content %}
<div>
<div class="">
<div class="row-fluid">
<div class="span12">
<iframe id="chat_embed"
src="javascript:void(0)"
scrolling="no"
title="Chat"
frameborder="0"
width="100%"
height="700">
</iframe>
{% if course_info.course.chat_embed_url %}
<script type="text/javascript">
document.getElementById("chat_embed").src =
"{{course_info.course.chat_embed_url}}"
/* + "&showsearch=true&showpopout=true&showtabs=false"
+ "&parenturl=" + encodeURIComponent(window.location.href);*/
</script>
{% endif %}
</div>
</div>
</div>
</div>
{% endblock %}
{% block main_content %}
{% endblock %}
| esacosta/u-mooc | views/chat.html | HTML | apache-2.0 | 934 |
<!DOCTYPE html>
<html lang="en">
<head><title>Sample Markup</title></head>
<body>
<div>
<div class="picker" data-ellipsis="true" data-initialize="picker" id="picker1">
<div class="form-inline">
<div class="form-group">
<input class="form-control picker-trigger" type="text" placeholder="choose folder location"/>
<input class="btn btn-default picker-trigger" type="button" value="Choose..."/>
</div>
</div>
<div class="picker-popup">
<div class="picker-header">
<h5>Header</h5>
</div>
<div class="picker-body well"></div>
<div class="picker-footer">
<a class="picker-cancel" href="#">Cancel</a>
<button class="btn btn-primary btn-xs picker-accept" type="button">Save</button>
</div>
</div>
</div>
<div class="picker" data-ellipsis="true" data-initialize="picker" id="picker2">
<div class="form-inline">
<div class="form-group">
<input class="form-control picker-trigger" type="text" placeholder="choose folder location"/>
<input class="btn btn-default picker-trigger" type="button" value="Choose..."/>
</div>
</div>
<div class="picker-popup">
<div class="picker-header">
<h5>Header</h5>
</div>
<div class="picker-body well"></div>
<div class="picker-footer">
<a class="picker-cancel" href="#">Cancel</a>
<button class="btn btn-primary btn-xs picker-accept" type="button">Save</button>
</div>
</div>
</div>
</div>
</body>
</html>
| ExactTarget/fuelux | test/markup/picker-markup.html | HTML | bsd-3-clause | 1,438 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Tue Sep 18 20:44:16 GMT+01:00 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.http.nio (HttpComponents Core 4.2.2 API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.http.nio package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../org/apache/http/nio/package-summary.html" target="classFrame">org.apache.http.nio</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Interfaces</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ContentDecoder.html" title="interface in org.apache.http.nio" target="classFrame"><I>ContentDecoder</I></A>
<BR>
<A HREF="ContentEncoder.html" title="interface in org.apache.http.nio" target="classFrame"><I>ContentEncoder</I></A>
<BR>
<A HREF="FileContentDecoder.html" title="interface in org.apache.http.nio" target="classFrame"><I>FileContentDecoder</I></A>
<BR>
<A HREF="FileContentEncoder.html" title="interface in org.apache.http.nio" target="classFrame"><I>FileContentEncoder</I></A>
<BR>
<A HREF="IOControl.html" title="interface in org.apache.http.nio" target="classFrame"><I>IOControl</I></A>
<BR>
<A HREF="NHttpClientConnection.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpClientConnection</I></A>
<BR>
<A HREF="NHttpClientEventHandler.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpClientEventHandler</I></A>
<BR>
<A HREF="NHttpClientHandler.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpClientHandler</I></A>
<BR>
<A HREF="NHttpClientIOTarget.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpClientIOTarget</I></A>
<BR>
<A HREF="NHttpConnection.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpConnection</I></A>
<BR>
<A HREF="NHttpConnectionFactory.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpConnectionFactory</I></A>
<BR>
<A HREF="NHttpMessageParser.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpMessageParser</I></A>
<BR>
<A HREF="NHttpMessageWriter.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpMessageWriter</I></A>
<BR>
<A HREF="NHttpServerConnection.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpServerConnection</I></A>
<BR>
<A HREF="NHttpServerEventHandler.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpServerEventHandler</I></A>
<BR>
<A HREF="NHttpServerIOTarget.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpServerIOTarget</I></A>
<BR>
<A HREF="NHttpServiceHandler.html" title="interface in org.apache.http.nio" target="classFrame"><I>NHttpServiceHandler</I></A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ContentDecoderChannel.html" title="class in org.apache.http.nio" target="classFrame">ContentDecoderChannel</A>
<BR>
<A HREF="ContentEncoderChannel.html" title="class in org.apache.http.nio" target="classFrame">ContentEncoderChannel</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
| windyuuy/opera | chromium/src/third_party/httpcomponents-core/binary-distribution/javadoc/org/apache/http/nio/package-frame.html | HTML | bsd-3-clause | 3,539 |
<div class="recovery-password-page">
<h1 class="h1 h1_style">Восстановление пароля</h1>
<div class="recovery-password-block">
<form id="recovery-password-form" action="{{url}}" method="{{method}}">
<div class="labeled-input">
<div class="labeled-input__label">
<label class="label"><span class="label__text">Введите телефон или email</span></label>
</div>
<div class="labeled-input__input">
<input class="input-text" type="text" name="recovery-password[login]" autofocus>
</div>
</div>
<div class="capcha">
<div class="capcha__code-img">
<img src="{{capcha.img-url}}" alt="capcha">
</div>
<div class="capcha__reload-link">
<a href="{{capcha.reload-url}}">Получить новый код</a>
</div>
</div>
<div class="labeled-input">
<div class="labeled-input__label">
<label class="label"><span class="label__text">Введите код с картинки</span></label>
</div>
<div class="labeled-input__input">
<input class="input-text" type="text" name="recovery-password[code]">
</div>
</div>
<div class="labeled-input">
<div class="labeled-input__submit">
<input class="btn-accent" type="submit" value="Восстановить">
</div>
</div>
</form>
</div>
</div> | dumperize/fm | builds/stable/modules/recovery-password/recovery-password.html | HTML | mit | 1,700 |
---
layout: default
sectionid: page
---
{% capture version %}{% version %}{% endcapture %}
<div class="container bs-docs-container">
<div class="bs-docs-sidebar hidden-print col-md-2 hidden-xs col-xs-2">
<ul class="sections-nav nav" role="navigation">
{% assign sections = site[page.collection] | group_by:"section" %}
{% capture order_data %}{{page.collection}}_section_order{% endcapture %}
{% assign section_names = site.data[order_data] %}
{% for section_name in section_names %}
{% capture section_slug %}{{section_name | slugify}}{% endcapture %}
{% for section in sections %}
{% if (section.name == section_name %}
{% assign section_items = section.items %}
{% endif %}
{% endfor %}
<li {% if page.section == section_name %} class="nav-section active"{% else %} class="nav-section" {% endif %}>
{% capture section_url %}/{{page.collection}}/{{section_slug}}/index.html{% endcapture %}
<a {% if page.url == section_url %} class="active"{% endif %} href="{{version}}{{section_url}}">
{{section_name}}
</a>
{% if section_items.size > 1 %}
<ul class="nav">
{% for section_page in section_items %}
{% if section_page.path contains "index" %}
{% else %}
<li>
<a {% if page.url == section_page.url %} class="active"{% endif %}
href="{{version}}{{section_page.url}}">{{section_page.title}}</a>
</li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
</li>
{% endfor %}
</ul>
</div>
<div class="bs-docs-content col-md-10 col-s-10 col-xs-10" role="main">
{% if page.title != null %}
<h1 class="page-title">{{page.title}}</h1>
{% endif %}
<div class="content">
{{content}}
</div>
</div>
</div>
| oliverwoodings/marty | docs/_layouts/page.html | HTML | mit | 1,961 |
<a href='https://github.com/angular/angular.js/edit/v1.4.x/docs/content/guide/migration.ngdoc?message=docs(guide%2FMigrating from Previous Versions)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<p>Minor version releases in AngularJS introduce several breaking changes that may require changes to your
application's source code; for instance from 1.0 to 1.2 and from 1.2 to 1.3.</p>
<p>Although we try to avoid breaking changes, there are some cases where it is unavoidable.</p>
<ul>
<li>AngularJS has undergone thorough security reviews to make applications safer by default,
which drives many of these changes.</li>
<li>Several new features, especially animations, would not be possible without a few changes.</li>
<li>Finally, some outstanding bugs were best fixed by changing an existing API.</li>
</ul>
<h1 id="migrating-from-1-3-to-1-4">Migrating from 1.3 to 1.4</h1>
<p>Angular 1.4 fixes the major animation issues and introduces some breaking changes for <code>cookies</code>, <code>ngMessages</code>,
<code>$compile</code>, <code>ngRepeat</code>, <code>ngOptions</code>and some fixes to core filters: <code>limitTo</code> and <code>filter</code>.</p>
<p>The reason for the ngAnimate refactor was to fix timing issues and to expose new APIs to allow
for developers to construct more versatile animations. We now have access to <code>$animateCss</code>
and the many timing-oriented bugs were fixed which resulted in more smoother animations.
If animation is something of interest, then please read over the breaking changes below for animations when
<code>ngAnimate</code> is used.</p>
<p>ngMessages has also been upgraded to allow for dynamic message resolution. This handy feature allows for developers
to render error messages with ngMessages that are listed with a directive such as ngRepeat. A great usecase for this
involves pulling error message data from a server and then displaying that data via the mechanics of ngMessages. Be
sure to read the breaking change involved with <code>ngMessagesInclude</code> to upgrade your template code.</p>
<p>Other changes, such as the ordering of elements with ngRepeat and ngOptions, may also affect the behavior of your
application. And be sure to also read up on the changes to <code>$cookies</code>. The migration jump from 1.3 to 1.4 should be
relatively straightforward otherwise.</p>
<h2 id="animation-nganimate-">Animation (<code>ngAnimate</code>)</h2>
<p>Animation in 1.4 have been refactored internally and the API has stayed much the same. There are, however,
some breaking changes that need to be addressed when any Angular animation code is upgraded to work in 1.4.</p>
<p>Due to <a href="https://github.com/angular/angular.js/commit/c8700f04fb6fb5dc21ac24de8665c0476d6db5ef">c8700f04</a>,
JavaSript and CSS animations can no longer be run in
parallel. With earlier versions of ngAnimate, both CSS and JS animations
would be run together when multiple animations were detected. This
feature has now been removed, however, the same effect, with even more
possibilities, can be achieved by injecting <code>$animateCss</code> into a
JavaScript-defined animation and creating custom CSS-based animations
from there.</p>
<p>By using <code>$animateCss</code> inside of a JavaScript animation in Angular 1.4, we can trigger custom CSS-based animations
directly from our JavaScript code.</p>
<pre><code class="lang-js">ngModule.animation('.slide-animation', ['$animateCss', function($animateCss) {
return {
enter: function(element, doneFn) {
// this will trigger a `.ng-enter` and `.ng-enter-active` CSS animation
var animation = $animateCss(element, {
event: 'enter'
// any other CSS-related properties
// addClass: 'some-class',
// removeClass: 'some-other-class',
// from: {},
// to: {}
});
// make sure to read the ngAnimate docs to understand how this works
animation.start().done(doneFn);
}
}
}]);
</code></pre>
<p><a href="api/ngAnimate/service/$animateCss">Click here to learn how to use $animateCss in your animation code</a></p>
<p>Due to <a href="https://github.com/angular/angular.js/commit/c8700f04fb6fb5dc21ac24de8665c0476d6db5ef">c8700f04</a>,
animation-related callbacks are now fired on <code>$animate.on</code> instead of directly being on the element.</p>
<pre><code class="lang-js">// < 1.4
element.on('$animate:before', function(e, data) {
if (data.event === 'enter') { ... }
});
element.off('$animate:before', fn);
// 1.4+
$animate.on(element, 'enter', function(data) {
//...
});
$animate.off(element, 'enter', fn);
</code></pre>
<p>Due to <a href="https://github.com/angular/angular.js/commit/c8700f04fb6fb5dc21ac24de8665c0476d6db5ef">c8700f04</a>,
the function params for <code>$animate.enabled()</code> when an element is used are now flipped. This fix allows
the function to act as a getter when a single element param is provided.</p>
<pre><code class="lang-js">// < 1.4
$animate.enabled(false, element);
// 1.4+
$animate.enabled(element, false);
</code></pre>
<p>Due to <a href="https://github.com/angular/angular.js/commit/c8700f04fb6fb5dc21ac24de8665c0476d6db5ef">c8700f04</a>,
in addition to disabling the children of the element, <code>$animate.enabled(element, false)</code> will now also
disable animations on the element itself.</p>
<p>Due to <a href="https://github.com/angular/angular.js/commit/c8700f04fb6fb5dc21ac24de8665c0476d6db5ef">c8700f04</a>,
there is no need to call <code>$scope.$apply</code> or <code>$scope.$digest</code> inside of a animation promise callback anymore
since the promise is resolved within a digest automatically. (Not to worry, any extra digests will not be
run unless the promise is used.)</p>
<pre><code class="lang-js">// < 1.4
$animate.enter(element).then(function() {
$scope.$apply(function() {
$scope.explode = true;
});
});
// 1.4+
$animate.enter(element).then(function() {
$scope.explode = true;
});
</code></pre>
<p>Due to <a href="https://github.com/angular/angular.js/commit/c8700f04fb6fb5dc21ac24de8665c0476d6db5ef">c8700f04</a>,
when an enter, leave or move animation is triggered then it will always end any pending or active parent
class based animations (animations triggered via ngClass) in order to ensure that any CSS styles are resolved in time.</p>
<h2 id="forms-ngmessages-ngoptions-">Forms (<code>ngMessages</code>, <code>ngOptions</code>)</h2>
<h3 id="ngmessages">ngMessages</h3>
<p>The ngMessages module has also been subject to an internal refactor to allow the feature to be more flexible
and compatible with dynamic message data. The ngMessage directive now supports a new attribute called <code>ng-message-exp</code>
which will evaluate an expression and will keep track of that expression as it changes in order to re-evaluate
the listed messages.</p>
<p>There is only one breaking change. Please consider the following when including remote message templates via <code>ng-messages-include</code>:</p>
<p>Due to <a href="https://github.com/angular/angular.js/commit/c9a4421fc3c97448527eadef1f42eb2f487ec2e0">c9a4421f</a>,
the <code>ngMessagesInclude</code> attribute has now been removed and cannot be used in the same element containing
the <code>ngMessages</code> directive. Instead, <code>ngMessagesInclude</code> is to be used on its own element inline with
other inline messages situated as children within the <code>ngMessages</code> container directive.</p>
<pre><code class="lang-html"><!-- AngularJS 1.3.x -->
<div ng-messages="model.$error" ng-messages-include="remote.html">
<div ng-message="required">Your message is required</div>
</div>
<!-- AngularJS 1.4.x -->
<div ng-messages="model.$error">
<div ng-message="required">Your message is required</div>
<div ng-messages-include="remote.html"></div>
</div>
</code></pre>
<p>Depending on where the <code>ngMessagesInclude</code> directive is placed it will be prioritized inline with the other messages
before and after it.</p>
<h3 id="ngoptions">ngOptions</h3>
<p>Due to <a href="https://github.com/angular/angular.js/commit/7fda214c4f65a6a06b25cf5d5aff013a364e9cef">7fda214c</a>,
when <code>ngOptions</code> renders the option values within the DOM, the resulting HTML code is different. Normally this
should not affect your application at all, however, if your code relies on inspecing the value property of <code><option></code>
elements (that <code>ngOptions</code> generates) then be sure to read the details
<a href="https://github.com/angular/angular.js/commit/7fda214c4f65a6a06b25cf5d5aff013a364e9cef">here</a>.</p>
<p>Due to <a href="https://github.com/angular/angular.js/commit/7fda214c4f65a6a06b25cf5d5aff013a364e9cef">7fda214c</a>,
when iterating over an object's properties using the <code>(key, value) in obj</code> syntax
the order of the elements used to be sorted alphabetically. This was an artificial
attempt to create a deterministic ordering since browsers don't guarantee the order.
But in practice this is not what people want and so this change iterates over properties
in the order they are returned by Object.keys(obj), which is almost always the order
in which the properties were defined.</p>
<h2 id="templating-ngrepeat-compile-">Templating (<code>ngRepeat</code>, <code>$compile</code>)</h2>
<h3 id="ngrepeat">ngRepeat</h3>
<p>Due to <a href="https://github.com/angular/angular.js/commit/c260e7386391877625eda086480de73e8a0ba921">c260e738</a>,
previously, the order of items when using ngRepeat to iterate over object properties was guaranteed to be consistent
by sorting the keys into alphabetic order.</p>
<p>Now, the order of the items is browser dependent based on the order returned
from iterating over the object using the <code>for key in obj</code> syntax.</p>
<p>It seems that browsers generally follow the strategy of providing
keys in the order in which they were defined, although there are exceptions
when keys are deleted and reinstated. See
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete#Cross-browser_issues">https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete#Cross-browser_issues</a></p>
<p>The best approach is to convert Objects into Arrays by a filter such as
<a href="https://github.com/petebacondarwin/angular-toArrayFilter">https://github.com/petebacondarwin/angular-toArrayFilter</a>
or some other mechanism, and then sort them manually in the order you need.</p>
<h3 id="-compile">$compile</h3>
<p>Due to <a href="https://github.com/angular/angular.js/commit/6a38dbfd3c34c8f9efff503d17eb3cbeb666d422">6a38dbfd</a>,
previously, '&' expressions would always set up a function in the isolate scope. Now, if the binding
is marked as optional and the attribute is not specified, no function will be added to the isolate scope.</p>
<h2 id="cookies-ngcookies-">Cookies (<code>ngCookies</code>)</h2>
<p>Due to <a href="https://github.com/angular/angular.js/commit/38fbe3ee8370fc449b82d80df07b5c2ed2cd5fbe">38fbe3ee</a>,
<code>$cookies</code> will no longer expose properties that represent the current browser cookie
values.</p>
<p>The new API on <code>$cookies</code> includes:</p>
<ul>
<li><code>get</code></li>
<li><code>put</code></li>
<li><code>getObject</code></li>
<li><code>putObject</code></li>
<li><code>getAll</code></li>
<li><code>remove</code></li>
</ul>
<p>The new API no longer polls the browser for changes to the cookies and no longer copy
cookie values onto the <code>$cookies</code> object.</p>
<p>The polling is expensive and caused issues with the <code>$cookies</code> properties not
synchronizing correctly with the actual browser cookie values.</p>
<p>The reason the polling was originally added was to allow communication between
different tabs, but there are better ways to do this today (for example <code>localStorage</code>).</p>
<p>Now you must explictly use the methods above in order to access cookie data. This also means that
you can no longer watch the any properties on <code>$cookies</code> for changes to detect for any changes
that occur on the browsers cookies.</p>
<p>This feature is generally only needed if a 3rd party library was programmatically
changing the cookies at runtime. If you rely on this then you must either write code that
can react to the 3rd party library making the changes to cookies or implement your own polling
mechanism.</p>
<p><strong>DEPRECATION NOTICE</strong></p>
<p><code>$cookieStore</code> is now deprecated as all the useful logic
has been moved to <code>$cookies</code>, to which <code>$cookieStore</code> now simply
delegates calls.</p>
<h2 id="server-requests-http-">Server Requests (<code>$http</code>)</h2>
<p>Due to <a href="https://github.com/angular/angular.js/commit/5da1256fc2812d5b28fb0af0de81256054856369">5da1256</a>,
<code>transformRequest</code> functions can no longer modify request headers.</p>
<p>Before this commit <code>transformRequest</code> could modify request headers, ex.:</p>
<pre><code class="lang-javascript">function requestTransform(data, headers) {
headers = angular.extend(headers(), {
'X-MY_HEADER': 'abcd'
});
}
return angular.toJson(data);
}
</code></pre>
<p>This behavior was unintended and undocumented, so the change should affect very few applications. If one
needs to dynamically add / remove headers it should be done in a header function, for example:</p>
<pre><code class="lang-javascript">$http.get(url, {
headers: {
'X-MY_HEADER': function(config) {
return 'abcd'; //you've got access to a request config object to specify header value dynamically
}
}
})
</code></pre>
<h2 id="filters-filter-limitto-">Filters (<code>filter</code>, <code>limitTo</code>)</h2>
<h3 id="-filter-filter"><code>filter</code> filter</h3>
<p>Due to <a href="https://github.com/angular/angular.js/commit/cea8e75144e6910b806b63a6ec2a6d118316fddd">cea8e751</a>,
the <code>filter</code> filter will throw an error when a non array. Beforehand it would silently ignore the error
and return an empty array. This is not the behavior anymore.</p>
<p>If necessary, this can be worked around by converting an object to an array,
using a filter such as <a href="https://github.com/petebacondarwin/angular-toArrayFilter">https://github.com/petebacondarwin/angular-toArrayFilter</a>.</p>
<h3 id="-limitto-filter"><code>limitTo</code> filter</h3>
<p>Due to <a href="https://github.com/angular/angular.js/commit/a3c3bf3332e5685dc319c46faef882cb6ac246e1">a3c3bf33</a>,
the limitTo filter has changed behavior when the provided limit value is invalid.
Now, instead of returning empty object/array, it returns unchanged input.</p>
<h1 id="migrating-from-1-2-to-1-3">Migrating from 1.2 to 1.3</h1>
<h2 id="controllers">Controllers</h2>
<p>Due to <a href="https://github.com/angular/angular.js/commit/3f2232b5a181512fac23775b1df4a6ebda67d018">3f2232b5</a>,
<code>$controller</code> will no longer look for controllers on <code>window</code>.
The old behavior of looking on <code>window</code> for controllers was originally intended
for use in examples, demos, and toy apps. We found that allowing global controller
functions encouraged poor practices, so we resolved to disable this behavior by
default.</p>
<p>To migrate, register your controllers with modules rather than exposing them
as globals:</p>
<p>Before:</p>
<pre><code class="lang-javascript">function MyController() {
// ...
}
</code></pre>
<p>After:</p>
<pre><code class="lang-javascript">angular.module('myApp', []).controller('MyController', [function() {
// ...
}]);
</code></pre>
<p>Although it's not recommended, you can re-enable the old behavior like this:</p>
<pre><code class="lang-javascript">angular.module('myModule').config(['$controllerProvider', function($controllerProvider) {
// this option might be handy for migrating old apps, but please don't use it
// in new ones!
$controllerProvider.allowGlobals();
}]);
</code></pre>
<h2 id="angular-expression-parsing-parse-interpolate-">Angular Expression Parsing (<code>$parse</code> + <code>$interpolate</code>)</h2>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/77ada4c82d6b8fc6d977c26f3cdb48c2f5fbe5a5">77ada4c8</a>,</li>
</ul>
<p>You can no longer invoke .bind, .call or .apply on a function in angular expressions.
This is to disallow changing the behaviour of existing functions
in an unforeseen fashion.</p>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/6081f20769e64a800ee8075c168412b21f026d99">6081f207</a>,</li>
</ul>
<p>The (deprecated) <strong>proto</strong> property does not work inside angular expressions
anymore.</p>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/48fa3aadd546036c7e69f71046f659ab1de244c6">48fa3aad</a>,</li>
</ul>
<p>This prevents the use of <strong>{define,lookup}{Getter,Setter}</strong> inside angular
expressions. If you really need them for some reason, please wrap/bind them to make them
less dangerous, then make them available through the scope object.</p>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/528be29d1662122a34e204dd607e1c0bd9c16bbc">528be29d</a>,</li>
</ul>
<p>This prevents the use of <code>Object</code> inside angular expressions.
If you need Object.keys, make it accessible in the scope.</p>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/bdfc9c02d021e08babfbc966a007c71b4946d69d">bdfc9c02</a>,
values 'f', '0', 'false', 'no', 'n', '[]' are no longer
treated as falsy. Only JavaScript falsy values are now treated as falsy by the
expression parser; there are six of them: false, null, undefined, NaN, 0 and "".</li>
</ul>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/fa6e411da26824a5bae55f37ce7dbb859653276d">fa6e411d</a>,
promise unwrapping has been removed. It has been deprecated since 1.2.0-rc.3.
It can no longer be turned on.
Two methods have been removed:<ul>
<li><code>$parseProvider.unwrapPromises</code></li>
<li><code>$parseProvider.logPromiseWarnings</code></li>
</ul>
</li>
</ul>
<ul>
<li><p><strong>$interpolate:</strong> due to <a href="https://github.com/angular/angular.js/commit/88c2193c71954b9e7e7e4bdf636a2b168d36300d">88c2193c</a>,
the function returned by <code>$interpolate</code>
no longer has a <code>.parts</code> array set on it.</p>
<p>Instead it has two arrays:</p>
<ul>
<li><code>.expressions</code>, an array of the expressions in the
interpolated text. The expressions are parsed with
<code>$parse</code>, with an extra layer converting them to strings
when computed</li>
<li><code>.separators</code>, an array of strings representing the
separations between interpolations in the text.
This array is <strong>always</strong> 1 item longer than the
<code>.expressions</code> array for easy merging with it</li>
</ul>
</li>
</ul>
<h2 id="miscellaneous-angular-helpers">Miscellaneous Angular helpers</h2>
<ul>
<li><strong>Angular.copy:</strong> due to <a href="https://github.com/angular/angular.js/commit/b59b04f98a0b59eead53f6a53391ce1bbcbe9b57">b59b04f9</a>,</li>
</ul>
<p>This changes <code>angular.copy</code> so that it applies the prototype of the original
object to the copied object. Previously, <code>angular.copy</code> would copy properties
of the original object's prototype chain directly onto the copied object.</p>
<p>This means that if you iterate over only the copied object's <code>hasOwnProperty</code>
properties, it will no longer contain the properties from the prototype.
This is actually much more reasonable behaviour and it is unlikely that
applications are actually relying on this.</p>
<p>If this behaviour is relied upon, in an app, then one should simply iterate
over all the properties on the object (and its inherited properties) and
not filter them with <code>hasOwnProperty</code>.</p>
<p><strong>Be aware that this change also uses a feature that is not compatible with
IE8.</strong> If you need this to work on IE8 then you would need to provide a polyfill
for <code>Object.create</code> and <code>Object.getPrototypeOf</code>.</p>
<ul>
<li><strong>forEach:</strong> due to <a href="https://github.com/angular/angular.js/commit/55991e33af6fece07ea347a059da061b76fc95f5">55991e33</a>,
forEach will iterate only over the initial number of items in
the array. So if items are added to the array during the iteration, these won't
be iterated over during the initial forEach call.</li>
</ul>
<p>This change also makes our forEach behave more like Array#forEach.</p>
<ul>
<li><strong>angular.toJson:</strong> due to <a href="https://github.com/angular/angular.js/commit/c054288c9722875e3595e6e6162193e0fb67a251">c054288c</a>,</li>
</ul>
<p>If you expected <code>toJson</code> to strip these types of properties before, you will have to
manually do this yourself now.</p>
<h2 id="jqlite-jquery">jqLite / JQuery</h2>
<ul>
<li><strong>jqLite:</strong> due to <a href="https://github.com/angular/angular.js/commit/a196c8bca82a28c08896d31f1863cf4ecd11401c">a196c8bc</a>,
previously it was possible to set jqLite data on Text/Comment
nodes, but now that is allowed only on Element and Document nodes just like in
jQuery. We don't expect that app code actually depends on this accidental feature.</li>
</ul>
<ul>
<li><strong>jqLite:</strong> due to <a href="https://github.com/angular/angular.js/commit/d71dbb1ae50f174680533492ce4c7db3ff74df00">d71dbb1a</a>,
the jQuery <code>detach()</code> method does not trigger the <code>$destroy</code> event.
If you want to destroy Angular data attached to the element, use <code>remove()</code>.</li>
</ul>
<h2 id="angular-html-compiler-compile-">Angular HTML Compiler (<code>$compile</code>)</h2>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/2ee29c5da81ffacdc1cabb438f5d125d5e116cb9">2ee29c5d</a>,</li>
</ul>
<p>The isolated scope of a component directive no longer leaks into the template
that contains the instance of the directive. This means that you can no longer
access the isolated scope from attributes on the element where the isolated
directive is defined.</p>
<p>See <a href="https://github.com/angular/angular.js/issues/10236">https://github.com/angular/angular.js/issues/10236</a> for an example.</p>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/2cde927e58c8d1588569d94a797e43cdfbcedaf9">2cde927e</a>,</li>
</ul>
<p>Requesting isolate scope and any other scope on a single element is an error.
Before this change, the compiler let two directives request a child scope
and an isolate scope if the compiler applied them in the order of non-isolate
scope directive followed by isolate scope directive.</p>
<p>Now the compiler will error regardless of the order.</p>
<p>If you find that your code is now throwing a <code>$compile:multidir</code> error,
check that you do not have directives on the same element that are trying
to request both an isolate and a non-isolate scope and fix your code.</p>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/eec6394a342fb92fba5270eee11c83f1d895e9fb">eec6394a</a>, The <code>replace</code> flag for defining directives that
replace the element that they are on will be removed in the next major angular version.
This feature has difficult semantics (e.g. how attributes are merged) and leads to more
problems compared to what it solves. Also, with Web Components it is normal to have
custom elements in the DOM.</li>
</ul>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/299b220f5e05e1d4e26bfd58d0b2fd7329ca76b1">299b220f</a>,
calling <code>attr.$observe</code> no longer returns the observer function, but a
deregistration function instead. To migrate the code follow the example below:</li>
</ul>
<p>Before:</p>
<pre><code>directive('directiveName', function() {
return {
link: function(scope, elm, attr) {
var observer = attr.$observe('someAttr', function(value) {
console.log(value);
});
}
};
});
</code></pre>
<p>After:</p>
<pre><code>directive('directiveName', function() {
return {
link: function(scope, elm, attr) {
var observer = function(value) {
console.log(value);
};
attr.$observe('someAttr', observer);
}
};
});
</code></pre>
<h2 id="forms-inputs-and-ngmodel">Forms, Inputs and ngModel</h2>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/1be9bb9d3527e0758350c4f7417a4228d8571440">1be9bb9d</a>,</li>
</ul>
<p>If an expression is used on ng-pattern (such as <code>ng-pattern="exp"</code>) or on the
pattern attribute (something like on <code>pattern="{{ exp }}"</code>) and the expression
itself evaluates to a string then the validator will not parse the string as a
literal regular expression object (a value like <code>/abc/i</code>). Instead, the entire
string will be created as the regular expression to test against. This means
that any expression flags will not be placed on the RegExp object. To get around
this limitation, use a regular expression object as the value for the expression.</p>
<pre><code>//before
$scope.exp = '/abc/i';
//after
$scope.exp = /abc/i;
</code></pre>
<ul>
<li><strong>ngModelOptions:</strong> due to <a href="https://github.com/angular/angular.js/commit/adfc322b04a58158fb9697e5b99aab9ca63c80bb">adfc322b</a>,</li>
</ul>
<p>This commit changes the API on <code>NgModelController</code>, both semantically and
in terms of adding and renaming methods.</p>
<ul>
<li><code>$setViewValue(value)</code> -
This method still changes the <code>$viewValue</code> but does not immediately commit this
change through to the <code>$modelValue</code> as it did previously.
Now the value is committed only when a trigger specified in an associated
<code>ngModelOptions</code> directive occurs. If <code>ngModelOptions</code> also has a <code>debounce</code> delay
specified for the trigger then the change will also be debounced before being
committed.
In most cases this should not have a significant impact on how <code>NgModelController</code>
is used: If <code>updateOn</code> includes <code>default</code> then <code>$setViewValue</code> will trigger
a (potentially debounced) commit immediately.</li>
<li><code>$cancelUpdate()</code> - is renamed to <code>$rollbackViewValue()</code> and has the same meaning,
which is to revert the current <code>$viewValue</code> back to the <code>$lastCommittedViewValue</code>,
to cancel any pending debounced updates and to re-render the input.</li>
</ul>
<p>To migrate code that used <code>$cancelUpdate()</code> follow the example below:</p>
<p>Before:</p>
<pre><code class="lang-js">$scope.resetWithCancel = function (e) {
if (e.keyCode == 27) {
$scope.myForm.myInput1.$cancelUpdate();
$scope.myValue = '';
}
};
</code></pre>
<p>After:</p>
<pre><code class="lang-js">$scope.resetWithCancel = function (e) {
if (e.keyCode == 27) {
$scope.myForm.myInput1.$rollbackViewValue();
$scope.myValue = '';
}
}
</code></pre>
<ul>
<li>types date, time, datetime-local, month, week now always
require a <code>Date</code> object as model (<a href="https://github.com/angular/angular.js/commit/46bd6dc88de252886d75426efc2ce8107a5134e9">46bd6dc8</a>,
<a href="https://github.com/angular/angular.js/issues/5864">#5864</a>)</li>
</ul>
<h2 id="scopes-and-digests-scope-">Scopes and Digests (<code>$scope</code>)</h2>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/8c6a8171f9bdaa5cdabc0cc3f7d3ce10af7b434d">8c6a8171</a>,
Scope#$id is now of type number rather than string. Since the
id is primarily being used for debugging purposes this change should not affect
anyone.</li>
</ul>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/82f45aee5bd84d1cc53fb2e8f645d2263cdaacbc">82f45aee</a>,
<a href="https://github.com/angular/angular.js/issues/7445">#7445</a>,
<a href="https://github.com/angular/angular.js/issues/7523">#7523</a>
<code>$broadcast</code> and <code>$emit</code> will now reset the <code>currentScope</code> property of the event to
null once the event finished propagating. If any code depends on asynchronously accessing their
<code>currentScope</code> property, it should be migrated to use <code>targetScope</code> instead. All of these cases
should be considered programming bugs.</li>
</ul>
<h2 id="server-requests-http-resource-">Server Requests (<code>$http</code>, <code>$resource</code>)</h2>
<ul>
<li><strong>$http:</strong> due to <a href="https://github.com/angular/angular.js/commit/ad4336f9359a073e272930f8f9bcd36587a8648f">ad4336f9</a>,</li>
</ul>
<p>Previously, it was possible to register a response interceptor like so:</p>
<pre><code class="lang-js">// register the interceptor as a service
$provide.factory('myHttpInterceptor', function($q, dependency1, dependency2) {
return function(promise) {
return promise.then(function(response) {
// do something on success
return response;
}, function(response) {
// do something on error
if (canRecover(response)) {
return responseOrNewPromise
}
return $q.reject(response);
});
}
});
$httpProvider.responseInterceptors.push('myHttpInterceptor');
</code></pre>
<p>Now, one must use the newer API introduced in v1.1.4 (4ae46814), like so:</p>
<pre><code class="lang-js">$provide.factory('myHttpInterceptor', function($q) {
return {
response: function(response) {
// do something on success
return response;
},
responseError: function(response) {
// do something on error
if (canRecover(response)) {
return responseOrNewPromise
}
return $q.reject(response);
}
};
});
$httpProvider.interceptors.push('myHttpInterceptor');
</code></pre>
<p>More details on the new interceptors API (which has been around as of v1.1.4) can be found at
<a href="api/ng/service/$http#interceptors">interceptors</a></p>
<ul>
<li><strong>$httpBackend:</strong> due to <a href="https://github.com/angular/angular.js/commit/6680b7b97c0326a80bdccaf0a35031e4af641e0e">6680b7b9</a>, the JSONP behavior for erroneous and empty responses changed:
Previously, a JSONP response was regarded as erroneous if it was empty. Now Angular is listening to the
correct events to detect errors, i.e. even empty responses can be successful.</li>
</ul>
<ul>
<li><p><strong>$resource:</strong> due to <a href="https://github.com/angular/angular.js/commit/d3c50c845671f0f8bcc3f7842df9e2fb1d1b1c40">d3c50c84</a>,</p>
<p>If you expected <code>$resource</code> to strip these types of properties before,
you will have to manually do this yourself now.</p>
</li>
</ul>
<h2 id="modules-and-injector-inject-">Modules and Injector (<code>$inject</code>)</h2>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/c0b4e2db9cbc8bc3164cedc4646145d3ab72536e">c0b4e2db</a>,</li>
</ul>
<p>Previously, config blocks would be able to control behaviour of provider registration, due to being
invoked prior to provider registration. Now, provider registration always occurs prior to configuration
for a given module, and therefore config blocks are not able to have any control over a providers
registration.</p>
<p><strong>Example</strong>:</p>
<p>Previously, the following:</p>
<pre><code class="lang-js">angular.module('foo', [])
.provider('$rootProvider', function() {
this.$get = function() { ... }
})
.config(function($rootProvider) {
$rootProvider.dependentMode = "B";
})
.provider('$dependentProvider', function($rootProvider) {
if ($rootProvider.dependentMode === "A") {
this.$get = function() {
// Special mode!
}
} else {
this.$get = function() {
// something else
}
}
});
</code></pre>
<p>would have "worked", meaning behaviour of the config block between the registration of "$rootProvider"
and "$dependentProvider" would have actually accomplished something and changed the behaviour of the
app. This is no longer possible within a single module.</p>
<h2 id="animation-nganimate-">Animation (<code>ngAnimate</code>)</h2>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/1cb8584e8490ecdb1b410a8846c4478c6c2c0e53">1cb8584e</a>,
<code>$animate</code> will no longer default the after parameter to the last element of the parent
container. Instead, when after is not specified, the new element will be inserted as the
first child of the parent container.</li>
</ul>
<p>To update existing code, change all instances of <code>$animate.enter()</code> or <code>$animate.move()</code> from:</p>
<p><code>$animate.enter(element, parent);</code></p>
<p>to:</p>
<p><code>$animate.enter(element, parent, angular.element(parent[0].lastChild));</code></p>
<ul>
<li><p>due to <a href="https://github.com/angular/angular.js/commit/1bebe36aa938890d61188762ed618b1b5e193634">1bebe36a</a>,</p>
<p>Any class-based animation code that makes use of transitions
and uses the setup CSS classes (such as class-add and class-remove) must now
provide a empty transition value to ensure that its styling is applied right
away. In other words if your animation code is expecting any styling to be
applied that is defined in the setup class then it will not be applied
"instantly" unless a <code>transition:0s none</code> value is present in the styling
for that CSS class. This situation is only the case if a transition is already
present on the base CSS class once the animation kicks off.</p>
</li>
</ul>
<p>Before:</p>
<pre><code>.animated.my-class-add {
opacity:0;
transition:0.5s linear all;
}
.animated.my-class-add.my-class-add-active {
opacity:1;
}
</code></pre>
<p>After:</p>
<pre><code>.animated.my-class-add {
transition:0s linear all;
opacity:0;
}
.animated.my-class-add.my-class-add-active {
transition:0.5s linear all;
opacity:1;
}
</code></pre>
<p>Please view the documentation for ngAnimate for more info.</p>
<h2 id="testing">Testing</h2>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/85880a64900fa22a61feb926bf52de0965332ca5">85880a64</a>, some deprecated features of
Protractor tests no longer work.</li>
</ul>
<p><code>by.binding(descriptor)</code> no longer allows using the surrounding interpolation
markers in the descriptor (the default interpolation markers are <code>{{}}</code>).
Previously, these were optional.</p>
<p>Before:</p>
<pre><code>var el = element(by.binding('{{foo}}'));
</code></pre>
<p>After:</p>
<pre><code>var el = element(by.binding('foo'));
</code></pre>
<p>Prefixes <code>ng_</code> and <code>x-ng-</code> are no longer allowed for models. Use <code>ng-model</code>.</p>
<p><code>by.repeater</code> cannot find elements by row and column which are not children of
the row. For example, if your template is</p>
<pre><code><div ng-repeat="foo in foos">{{foo.name}}</div>
</code></pre>
<p>Before:</p>
<pre><code>var el = element(by.repeater('foo in foos').row(2).column('foo.name'))
</code></pre>
<p>After:</p>
<p>You may either enclose <code>{{foo.name}}</code> in a child element</p>
<pre><code><div ng-repeat="foo in foos"><span>{{foo.name}}</span></div>
</code></pre>
<p>or simply use:</p>
<pre><code>var el = element(by.repeater('foo in foos').row(2))
</code></pre>
<h2 id="internet-explorer-8">Internet Explorer 8</h2>
<ul>
<li>due to <a href="https://github.com/angular/angular.js/commit/eaa1d00b24008f590b95ad099241b4003688cdda">eaa1d00b</a>,
As communicated before, IE8 is no longer supported.</li>
</ul>
<h1 id="migrating-from-1-0-to-1-2">Migrating from 1.0 to 1.2</h1>
<div class="alert alert-warning">
<p><strong>Note:</strong> AngularJS versions 1.1.x are considered "experimental" with breaking changes between minor releases.
Version 1.2 is the result of several versions on the 1.1 branch, and has a stable API.</p>
<p>If you have an application on 1.1 and want to migrate it to 1.2, everything in the guide
below should still apply, but you may want to consult the
<a href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md">changelog</a> as well.</p>
</div>
<ul class="nav nav-list">
<li class="nav-header">Summary of Breaking Changes</li>
<li><a href="guide/migration#ngroute-has-been-moved-into-its-own-module">ngRoute has been moved into its own module</a></li>
<li><a href="guide/migration#templates-no-longer-automatically-unwrap-promises">Templates no longer automatically unwrap promises</a></li>
<li><a href="guide/migration#syntax-for-named-wildcard-parameters-changed-in-route-">Syntax for named wildcard parameters changed in <code>$route</code></a></li>
<li><a href="guide/migration#you-can-only-bind-one-expression-to-src-ng-src-or-action-">You can only bind one expression to <code><em>[src]</code>, <code></em>[ng-src]</code> or <code>action</code></a></li>
<li><a href="guide/migration#interpolations-inside-dom-event-handlers-are-now-disallowed">Interpolations inside DOM event handlers are now disallowed</a></li>
<li><a href="guide/migration#directives-cannot-end-with-start-or-end">Directives cannot end with -start or -end</a></li>
<li><a href="guide/migration#in-q-promise-always-has-been-renamed-promise-finally">In $q, promise.always has been renamed promise.finally</a></li>
<li><a href="guide/migration#ngmobile-is-now-ngtouch">ngMobile is now ngTouch</a></li>
<li><a href="guide/migration#resource-then-has-been-removed">resource.$then has been removed</a></li>
<li><a href="guide/migration#resource-methods-return-the-promise">Resource methods return the promise</a></li>
<li><a href="guide/migration#resource-promises-are-resolved-with-the-resource-instance">Resource promises are resolved with the resource instance</a></li>
<li><a href="guide/migration#-location-search-supports-multiple-keys">$location.search supports multiple keys</a></li>
<li><a href="guide/migration#ngbindhtmlunsafe-has-been-removed-and-replaced-by-ngbindhtml">ngBindHtmlUnsafe has been removed and replaced by ngBindHtml</a></li>
<li><a href="guide/migration#form-names-that-are-expressions-are-evaluated">Form names that are expressions are evaluated</a></li>
<li><a href="guide/migration#hasownproperty-disallowed-as-an-input-name">hasOwnProperty disallowed as an input name</a></li>
<li><a href="guide/migration#directives-order-of-postlink-functions-reversed">Directives: Order of postLink functions reversed</a></li>
<li><a href="guide/migration#directive-priority">Directive priority</a></li>
<li><a href="guide/migration#ngscenario">ngScenario</a></li>
<li><a href="guide/migration#nginclude-and-ngview-replace-its-entire-element-on-update">ngInclude and ngView replace its entire element on update</a></li>
<li><a href="guide/migration#urls-are-now-sanitized-against-a-whitelist">URLs are now sanitized against a whitelist</a></li>
<li><a href="guide/migration#isolate-scope-only-exposed-to-directives-with-scope-property">Isolate scope only exposed to directives with <code>scope</code> property</a></li>
<li><a href="guide/migration#change-to-interpolation-priority">Change to interpolation priority</a></li>
<li><a href="guide/migration#underscore-prefixed-suffixed-properties-are-non-bindable">Underscore-prefixed/suffixed properties are non-bindable</a></li>
<li><a href="guide/migration#you-cannot-bind-to-select-multiple-">You cannot bind to select[multiple]</a></li>
<li><a href="guide/migration#uncommon-region-specific-local-files-were-removed-from-i18n">Uncommon region-specific local files were removed from i18n</a></li>
<li><a href="guide/migration#services-can-now-return-functions">Services can now return functions</a></li>
</ul>
<h2 id="ngroute-has-been-moved-into-its-own-module">ngRoute has been moved into its own module</h2>
<p>Just like <code>ngResource</code>, <code>ngRoute</code> is now its own module.</p>
<p>Applications that use <code>$route</code>, <code>ngView</code>, and/or <code>$routeParams</code> will now need to load an
<code>angular-route.js</code> file and have their application's module dependency on the <code>ngRoute</code> module.</p>
<p>Before:</p>
<pre><code class="lang-html"><script src="angular.js"></script>
</code></pre>
<pre><code class="lang-javascript">var myApp = angular.module('myApp', ['someOtherModule']);
</code></pre>
<p>After:</p>
<pre><code class="lang-html"><script src="angular.js"></script>
<script src="angular-route.js"></script>
</code></pre>
<pre><code class="lang-javascript">var myApp = angular.module('myApp', ['ngRoute', 'someOtherModule']);
</code></pre>
<p>See <a href="https://github.com/angular/angular.js/commit/5599b55b04788c2e327d7551a4a699d75516dd21">5599b55b</a>.</p>
<h2 id="templates-no-longer-automatically-unwrap-promises">Templates no longer automatically unwrap promises</h2>
<p><code>$parse</code> and templates in general will no longer automatically unwrap promises.</p>
<p>Before:</p>
<pre><code class="lang-javascript">$scope.foo = $http({method: 'GET', url: '/someUrl'});
</code></pre>
<pre><code class="lang-html"><p>{{foo}}</p>
</code></pre>
<p>After:</p>
<pre><code class="lang-javascript">$http({method: 'GET', url: '/someUrl'})
.success(function(data) {
$scope.foo = data;
});
</code></pre>
<pre><code class="lang-html"><p>{{foo}}</p>
</code></pre>
<p>This feature has been deprecated. If absolutely needed, it can be reenabled for now via the
<code>$parseProvider.unwrapPromises(true)</code> API.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/5dc35b527b3c99f6544b8cb52e93c6510d3ac577">5dc35b52</a>,
<a href="https://github.com/angular/angular.js/commit/b6a37d112b3e1478f4d14a5f82faabf700443748">b6a37d11</a>.</p>
<h2 id="syntax-for-named-wildcard-parameters-changed-in-route-">Syntax for named wildcard parameters changed in <code>$route</code></h2>
<p>To migrate the code, follow the example below. Here, <code>*highlight</code> becomes <code>:highlight*</code></p>
<p>Before:</p>
<pre><code class="lang-javascript">$routeProvider.when('/Book1/:book/Chapter/:chapter/*highlight/edit',
{controller: noop, templateUrl: 'Chapter.html'});
</code></pre>
<p>After:</p>
<pre><code class="lang-javascript">$routeProvider.when('/Book1/:book/Chapter/:chapter/:highlight*/edit',
{controller: noop, templateUrl: 'Chapter.html'});
</code></pre>
<p>See <a href="https://github.com/angular/angular.js/commit/04cebcc133c8b433a3ac5f72ed19f3631778142b">04cebcc1</a>.</p>
<h2 id="you-can-only-bind-one-expression-to-src-ng-src-or-action-">You can only bind one expression to <code>*[src]</code>, <code>*[ng-src]</code> or <code>action</code></h2>
<p>With the exception of <code><a></code> and <code><img></code> elements, you cannot bind more than one expression to the
<code>src</code> or <code>action</code> attribute of elements.</p>
<p>This is one of several improvements to security introduces by Angular 1.2.</p>
<p>Concatenating expressions makes it hard to understand whether some combination of concatenated
values are unsafe to use and potentially subject to XSS vulnerabilities. To simplify the task of
auditing for XSS issues, we now require that a single expression be used for <code>*[src/ng-src]</code>
bindings such as bindings for <code>iframe[src]</code>, <code>object[src]</code>, etc. In addition, this requirement is
enforced for <code>form</code> tags with <code>action</code> attributes.</p>
<table class="table table-bordered code-table">
<thead>
<tr>
<th>Examples</th>
</tr>
</thead>
<tbody>
<tr>
<td><code><img src="{{a}}/{{b}}"></code></td>
<td class="success">ok</td>
</tr>
<tr>
<td><code><iframe src="{{a}}/{{b}}"></iframe></code></td>
<td class="error">bad</td>
</tr>
<tr>
<td><code><iframe src="{{a}}"></iframe></code></td>
<td class="success">ok</td>
</tr>
</tbody>
</table>
<p>To migrate your code, you can combine multiple expressions using a method attached to your scope.</p>
<p>Before:</p>
<pre><code class="lang-javascript">scope.baseUrl = 'page';
scope.a = 1;
scope.b = 2;
</code></pre>
<pre><code class="lang-html"><!-- Are a and b properly escaped here? Is baseUrl controlled by user? -->
<iframe src="{{baseUrl}}?a={{a}&b={{b}}">
</code></pre>
<p>After:</p>
<pre><code class="lang-javascript">var baseUrl = "page";
scope.getIframeSrc = function() {
// One should think about their particular case and sanitize accordingly
var qs = ["a", "b"].map(function(value, name) {
return encodeURIComponent(name) + "=" +
encodeURIComponent(value);
}).join("&");
// `baseUrl` isn't exposed to a user's control, so we don't have to worry about escaping it.
return baseUrl + "?" + qs;
};
</code></pre>
<pre><code class="lang-html"><iframe src="{{getIframeSrc()}}">
</code></pre>
<p>See <a href="https://github.com/angular/angular.js/commit/38deedd6e3d806eb8262bb43f26d47245f6c2739">38deedd6</a>.</p>
<h2 id="interpolations-inside-dom-event-handlers-are-now-disallowed">Interpolations inside DOM event handlers are now disallowed</h2>
<p>DOM event handlers execute arbitrary Javascript code. Using an interpolation for such handlers
means that the interpolated value is a JS string that is evaluated. Storing or generating such
strings is error prone and leads to XSS vulnerabilities. On the other hand, <code>ngClick</code> and other
Angular specific event handlers evaluate Angular expressions in non-window (Scope) context which
makes them much safer.</p>
<p>To migrate the code follow the example below:</p>
<p>Before:</p>
<pre><code>JS: scope.foo = 'alert(1)';
HTML: <div onclick="{{foo}}">
</code></pre>
<p>After:</p>
<pre><code>JS: scope.foo = function() { alert(1); }
HTML: <div ng-click="foo()">
</code></pre>
<p>See <a href="https://github.com/angular/angular.js/commit/39841f2ec9b17b3b2920fd1eb548d444251f4f56">39841f2e</a>.</p>
<h2 id="directives-cannot-end-with-start-or-end">Directives cannot end with -start or -end</h2>
<p>This change was necessary to enable multi-element directives. The best fix is to rename existing
directives so that they don't end with these suffixes.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/e46100f7097d9a8f174bdb9e15d4c6098395c3f2">e46100f7</a>.</p>
<h2 id="in-q-promise-always-has-been-renamed-promise-finally">In $q, promise.always has been renamed promise.finally</h2>
<p>The reason for this change is to align <code>$q</code> with the <a href="https://github.com/kriskowal/q">Q promise
library</a>, despite the fact that this makes it a bit more difficult
to use with non-ES5 browsers, like IE8.</p>
<p><code>finally</code> also goes well together with the <code>catch</code> API that was added to <code>$q</code> recently and is part
of the <a href="http://dom.spec.whatwg.org/">DOM promises standard</a>.</p>
<p>To migrate the code follow the example below.</p>
<p>Before:</p>
<pre><code class="lang-javascript">$http.get('/foo').always(doSomething);
</code></pre>
<p>After:</p>
<pre><code class="lang-javascript">$http.get('/foo').finally(doSomething);
</code></pre>
<p>Or for IE8-compatible code:</p>
<pre><code class="lang-javascript">$http.get('/foo')['finally'](doSomething);
</code></pre>
<p>See <a href="https://github.com/angular/angular.js/commit/f078762d48d0d5d9796dcdf2cb0241198677582c">f078762d</a>.</p>
<h2 id="ngmobile-is-now-ngtouch">ngMobile is now ngTouch</h2>
<p>Many touch-enabled devices are not mobile devices, so we decided to rename this module to better
reflect its concerns.</p>
<p>To migrate, replace all references to <code>ngMobile</code> with <code>ngTouch</code> and <code>angular-mobile.js</code> with
<code>angular-touch.js</code>.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/94ec84e7b9c89358dc00e4039009af9e287bbd05">94ec84e7</a>.</p>
<h2 id="resource-then-has-been-removed">resource.$then has been removed</h2>
<p>Resource instances do not have a <code>$then</code> function anymore. Use the <code>$promise.then</code> instead.</p>
<p>Before:</p>
<pre><code class="lang-javascript">Resource.query().$then(callback);
</code></pre>
<p>After:</p>
<pre><code class="lang-javascript">Resource.query().$promise.then(callback);
</code></pre>
<p>See <a href="https://github.com/angular/angular.js/commit/05772e15fbecfdc63d4977e2e8839d8b95d6a92d">05772e15</a>.</p>
<h2 id="resource-methods-return-the-promise">Resource methods return the promise</h2>
<p>Methods of a resource instance return the promise rather than the instance itself.</p>
<p>Before:</p>
<pre><code class="lang-javascript">resource.$save().chaining = true;
</code></pre>
<p>After:</p>
<pre><code class="lang-javascript">resource.$save();
resource.chaining = true;
</code></pre>
<p>See <a href="https://github.com/angular/angular.js/commit/05772e15fbecfdc63d4977e2e8839d8b95d6a92d">05772e15</a>.</p>
<h2 id="resource-promises-are-resolved-with-the-resource-instance">Resource promises are resolved with the resource instance</h2>
<p>On success, the resource promise is resolved with the resource instance rather than HTTP response object.</p>
<p>Use interceptor API to access the HTTP response object.</p>
<p>Before:</p>
<pre><code class="lang-javascript">Resource.query().$then(function(response) {...});
</code></pre>
<p>After:</p>
<pre><code class="lang-javascript">var Resource = $resource('/url', {}, {
get: {
method: 'get',
interceptor: {
response: function(response) {
// expose response
return response;
}
}
}
});
</code></pre>
<p>See <a href="https://github.com/angular/angular.js/commit/05772e15fbecfdc63d4977e2e8839d8b95d6a92d">05772e15</a>.</p>
<h2 id="-location-search-supports-multiple-keys">$location.search supports multiple keys</h2>
<p><a href="api/ng/service/$location#search"><code>$location.search</code></a> now supports multiple keys with the
same value provided that the values are stored in an array.</p>
<p>Before this change:</p>
<ul>
<li><code>parseKeyValue</code> only took the last key overwriting all the previous keys.</li>
<li><code>toKeyValue</code> joined the keys together in a comma delimited string.</li>
</ul>
<p>This was deemed buggy behavior. If your server relied on this behavior then either the server
should be fixed, or a simple serialization of the array should be done on the client before
passing it to <code>$location</code>.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/807394095b991357225a03d5fed81fea5c9a1abe">80739409</a>.</p>
<h2 id="ngbindhtmlunsafe-has-been-removed-and-replaced-by-ngbindhtml">ngBindHtmlUnsafe has been removed and replaced by ngBindHtml</h2>
<p><code>ngBindHtml</code> provides <code>ngBindHtmlUnsafe</code> like
behavior (evaluate an expression and innerHTML the result into the DOM) when bound to the result
of <code>$sce.trustAsHtml(string)</code>. When bound to a plain string, the string is sanitized via
<code>$sanitize</code> before being innerHTML'd. If the <code>$sanitize</code> service isn't available (<code>ngSanitize</code>
module is not loaded) and the bound expression evaluates to a value that is not trusted an
exception is thrown.</p>
<p>When using this directive you can either include <code>ngSanitize</code> in your module's dependencies (See the
example at the <a href="api/ng/directive/ngBindHtml"><code>ngBindHtml</code></a> reference) or use the <a href="api/ng/service/$sce"><code>$sce</code></a> service to set the value as
trusted.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/dae694739b9581bea5dbc53522ec00d87b26ae55">dae69473</a>.</p>
<h2 id="form-names-that-are-expressions-are-evaluated">Form names that are expressions are evaluated</h2>
<p>If you have form names that will evaluate as an expression:</p>
<pre><code><form name="ctrl.form">
</code></pre>
<p>And if you are accessing the form from your controller:</p>
<p>Before:</p>
<pre><code class="lang-javascript">function($scope) {
$scope['ctrl.form'] // form controller instance
}
</code></pre>
<p>After:</p>
<pre><code class="lang-javascript">function($scope) {
$scope.ctrl.form // form controller instance
}
</code></pre>
<p>This makes it possible to access a form from a controller using the new "controller as" syntax.
Supporting the previous behavior offers no benefit.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/8ea802a1d23ad8ecacab892a3a451a308d9c39d7">8ea802a1</a>.</p>
<h2 id="hasownproperty-disallowed-as-an-input-name">hasOwnProperty disallowed as an input name</h2>
<p>Inputs with name equal to <code>hasOwnProperty</code> are not allowed inside form or ngForm directives.</p>
<p>Before, inputs whose name was "hasOwnProperty" were quietly ignored and not added to the scope.
Now a badname exception is thrown. Using "hasOwnProperty" for an input name would be very unusual
and bad practice. To migrate, change your input name.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/7a586e5c19f3d1ecc3fefef084ce992072ee7f60">7a586e5c</a>.</p>
<h2 id="directives-order-of-postlink-functions-reversed">Directives: Order of postLink functions reversed</h2>
<p>The order of postLink fn is now mirror opposite of the order in which corresponding preLinking and compile functions execute.</p>
<p>Previously the compile/link fns executed in order, sorted by priority:</p>
<table class="table table-bordered table-striped code-table">
<thead>
<tr>
<th>#</th>
<th>Step</th>
<th align="center">Old Sort Order</th>
<th align="center">New Sort Order</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Compile Fns</td>
<td align="center" colspan="2">High → Low</td>
</tr>
<tr>
<td>2</td>
<td colspan="3">Compile child nodes</td>
</tr>
<tr>
<td>3</td>
<td>PreLink Fns</td>
<td align="center" colspan="2">High → Low</td>
</tr>
<tr>
<td>4</td>
<td colspan="3">Link child nodes</td>
</tr>
<tr>
<td>5</td>
<td>PostLink Fns</td>
<td align="center">High → Low</td>
<td align="center"><strong>Low → High</strong></td>
</tr>
</tbody>
</table>
<p><small>"High → Low" here refers to the <code>priority</code> option of a directive.</small></p>
<p>Very few directives in practice rely on the order of postLinking functions (unlike on the order
of compile functions), so in the rare case of this change affecting an existing directive, it might
be necessary to convert it to a preLinking function or give it negative priority.</p>
<p>You can look at <a href="https://github.com/angular/angular.js/commit/31f190d4d53921d32253ba80d9ebe57d6c1de82b">the diff of this
commit</a> to see how an internal
attribute interpolation directive was adjusted.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/31f190d4d53921d32253ba80d9ebe57d6c1de82b">31f190d4</a>.</p>
<h2 id="directive-priority">Directive priority</h2>
<p>the priority of ngRepeat, ngSwitchWhen, ngIf, ngInclude and ngView has changed. This could affect directives that explicitly specify their priority.</p>
<p>In order to make ngRepeat, ngSwitchWhen, ngIf, ngInclude and ngView work together in all common scenarios their directives are being adjusted to achieve the following precedence:</p>
<table>
<thead>
<tr>
<th>Directive</th>
<th>Old Priority</th>
<th>New Priority</th>
</tr>
</thead>
<tbody>
<tr>
<td>ngRepeat</td>
<td>1000</td>
<td>1000</td>
</tr>
<tr>
<td>ngSwitchWhen</td>
<td>500</td>
<td>800</td>
</tr>
<tr>
<td>ngIf</td>
<td>1000</td>
<td>600</td>
</tr>
<tr>
<td>ngInclude</td>
<td>1000</td>
<td>400</td>
</tr>
<tr>
<td>ngView</td>
<td>1000</td>
<td>400</td>
</tr>
</tbody>
</table>
<p>See <a href="https://github.com/angular/angular.js/commit/b7af76b4c5aa77648cc1bfd49935b48583419023">b7af76b4</a>.</p>
<h2 id="ngscenario">ngScenario</h2>
<p>browserTrigger now uses an eventData object instead of direct parameters for mouse events.
To migrate, place the <code>keys</code>,<code>x</code> and <code>y</code> parameters inside of an object and place that as the
third parameter for the browserTrigger function.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/28f56a383e9d1ff378e3568a3039e941c7ffb1d8">28f56a38</a>.</p>
<h2 id="nginclude-and-ngview-replace-its-entire-element-on-update">ngInclude and ngView replace its entire element on update</h2>
<p>Previously <code>ngInclude</code> and <code>ngView</code> only updated its element's content. Now these directives will
recreate the element every time a new content is included.</p>
<p>This ensures that a single rootElement for all the included contents always exists, which makes
definition of css styles for animations much easier.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/7d69d52acff8578e0f7d6fe57a6c45561a05b182">7d69d52a</a>,
<a href="https://github.com/angular/angular.js/commit/aa2133ad818d2e5c27cbd3933061797096356c8a">aa2133ad</a>.</p>
<h2 id="urls-are-now-sanitized-against-a-whitelist">URLs are now sanitized against a whitelist</h2>
<p>A whitelist configured via <code>$compileProvider</code> can be used to configure what URLs are considered safe.
By default all common protocol prefixes are whitelisted including <code>data:</code> URIs with mime types <code>image/*</code>.
This change shouldn't impact apps that don't contain malicious image links.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/1adf29af13890d61286840177607edd552a9df97">1adf29af</a>,
<a href="https://github.com/angular/angular.js/commit/3e39ac7e1b10d4812a44dad2f959a93361cd823b">3e39ac7e</a>.</p>
<h2 id="isolate-scope-only-exposed-to-directives-with-scope-property">Isolate scope only exposed to directives with <code>scope</code> property</h2>
<p>If you declare a scope option on a directive, that directive will have an
<a href="https://github.com/angular/angular.js/wiki/Understanding-Scopes">isolate scope</a>. In Angular 1.0, if a
directive with an isolate scope is used on an element, all directives on that same element have access
to the same isolate scope. For example, say we have the following directives:</p>
<pre><code>// This directive declares an isolate scope.
.directive('isolateScope', function() {
return {
scope: {},
link: function($scope) {
console.log('one = ' + $scope.$id);
}
};
})
// This directive does not.
.directive('nonIsolateScope', function() {
return {
link: function($scope) {
console.log('two = ' + $scope.$id);
}
};
});
</code></pre>
<p>Now what happens if we use both directives on the same element?</p>
<pre><code><div isolate-scope non-isolate-scope></div>
</code></pre>
<p>In Angular 1.0, the nonIsolateScope directive will have access to the isolateScope directive’s scope. The
log statements will print the same id, because the scope is the same. But in Angular 1.2, the nonIsolateScope
will not use the same scope as isolateScope. Instead, it will inherit the parent scope. The log statements
will print different id’s.</p>
<p>If your code depends on the Angular 1.0 behavior (non-isolate directive needs to access state
from within the isolate scope), change the isolate directive to use scope locals to pass these explicitly:</p>
<p><strong>Before</strong></p>
<pre><code><input ng-model="$parent.value" ng-isolate>
.directive('ngIsolate', function() {
return {
scope: {},
template: '{{value}}'
};
});
</code></pre>
<p><strong>After</strong></p>
<pre><code><input ng-model="value" ng-isolate>
.directive('ngIsolate', function() {
return {
scope: {value: '=ngModel'},
template: '{{value}}
};
});
</code></pre>
<p>See <a href="https://github.com/angular/angular.js/commit/909cabd36d779598763cc358979ecd85bb40d4d7">909cabd3</a>,
<a href="https://github.com/angular/angular.js/issues/1924">#1924</a> and
<a href="https://github.com/angular/angular.js/issues/2500">#2500</a>.</p>
<h2 id="change-to-interpolation-priority">Change to interpolation priority</h2>
<p>Previously, the interpolation priority was <code>-100</code> in 1.2.0-rc.2, and <code>100</code> before 1.2.0-rc.2.
Before this change the binding was setup in the post-linking phase.</p>
<p>Now the attribute interpolation (binding) executes as a directive with priority 100 and the
binding is set up in the pre-linking phase.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/79223eae5022838893342c42dacad5eca83fabe8">79223eae</a>,
<a href="https://github.com/angular/angular.js/issues/4525">#4525</a>,
<a href="https://github.com/angular/angular.js/issues/4528">#4528</a>, and
<a href="https://github.com/angular/angular.js/issues/4649">#4649</a></p>
<h2 id="underscore-prefixed-suffixed-properties-are-non-bindable">Underscore-prefixed/suffixed properties are non-bindable</h2>
<div class="alert alert-info">
<p><strong>Reverted</strong>: This breaking change has been reverted in 1.2.1, and so can be ignored if you're using <strong>version 1.2.1 or higher</strong></p>
</div>
<p>This change introduces the notion of "private" properties (properties
whose names begin and/or end with an underscore) on the scope chain.
These properties will not be available to Angular expressions (i.e. {{
}} interpolation in templates and strings passed to <code>$parse</code>) They are
freely available to JavaScript code (as before).</p>
<p><strong>Motivation</strong></p>
<p>Angular expressions execute in a limited context. They do not have
direct access to the global scope, <code>window</code>, <code>document</code> or the Function
constructor. However, they have direct access to names/properties on
the scope chain. It has been a long standing best practice to keep
sensitive APIs outside of the scope chain (in a closure or your
controller.) That's easier said than done for two reasons:</p>
<ol>
<li>JavaScript does not have a notion of private properties so if you need
someone on the scope chain for JavaScript use, you also expose it to
Angular expressions</li>
<li>The new <code>controller as</code> syntax that's now in increased usage exposes the
entire controller on the scope chain greatly increasing the exposed surface.</li>
</ol>
<p>Though Angular expressions are written and controlled by the developer, they:</p>
<ol>
<li>Typically deal with user input</li>
<li>Don't get the kind of test coverage that JavaScript code would</li>
</ol>
<p>This commit provides a way, via a naming convention, to allow restricting properties from
controllers/scopes. This means Angular expressions can access only those properties that
are actually needed by the expressions.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/3d6a89e8888b14ae5cb5640464e12b7811853c7e">3d6a89e8</a>.</p>
<h2 id="you-cannot-bind-to-select-multiple-">You cannot bind to select[multiple]</h2>
<p>Switching between <code>select[single]</code> and <code>select[multiple]</code> has always been odd due to browser quirks.
This feature never worked with two-way data-binding so it's not expected that anyone is using it.</p>
<p>If you are interested in properly adding this feature, please submit a pull request on Github.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/d87fa0042375b025b98c40bff05e5f42c00af114">d87fa004</a>.</p>
<h2 id="uncommon-region-specific-local-files-were-removed-from-i18n">Uncommon region-specific local files were removed from i18n</h2>
<p>AngularJS uses the Google Closure library's locale files. The following locales were removed from
Closure, so Angular is not able to continue to support them:</p>
<p><code>chr</code>, <code>cy</code>, <code>el-polyton</code>, <code>en-zz</code>, <code>fr-rw</code>, <code>fr-sn</code>, <code>fr-td</code>, <code>fr-tg</code>, <code>haw</code>, <code>it-ch</code>, <code>ln-cg</code>,
<code>mo</code>, <code>ms-bn</code>, <code>nl-aw</code>, <code>nl-be</code>, <code>pt-ao</code>, <code>pt-gw</code>, <code>pt-mz</code>, <code>pt-st</code>, <code>ro-md</code>, <code>ru-md</code>, <code>ru-ua</code>,
<code>sr-cyrl-ba</code>, <code>sr-cyrl-me</code>, <code>sr-cyrl</code>, <code>sr-latn-ba</code>, <code>sr-latn-me</code>, <code>sr-latn</code>, <code>sr-rs</code>, <code>sv-fi</code>,
<code>sw-ke</code>, <code>ta-lk</code>, <code>tl-ph</code>, <code>ur-in</code>, <code>zh-hans-hk</code>, <code>zh-hans-mo</code>, <code>zh-hans-sg</code>, <code>zh-hans</code>,
<code>zh-hant-hk</code>, <code>zh-hant-mo</code>, <code>zh-hant-tw</code>, <code>zh-hant</code></p>
<p>Although these locales were removed from the official AngularJS repository, you can continue to
load and use your copy of the locale file provided that you maintain it yourself.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/6382e21fb28541a2484ac1a241d41cf9fbbe9d2c">6382e21f</a>.</p>
<h2 id="services-can-now-return-functions">Services can now return functions</h2>
<p>Previously, the service constructor only returned objects regardless of whether a function was returned.</p>
<p>Now, <code>$injector.instantiate</code> (and thus <code>$provide.service</code>) behaves the same as the native
<code>new</code> operator and allows functions to be returned as a service.</p>
<p>If using a JavaScript preprocessor it's quite possible when upgrading that services could start behaving incorrectly.
Make sure your services return the correct type wanted.</p>
<p><strong>Coffeescript example</strong></p>
<pre><code>myApp.service 'applicationSrvc', ->
@something = "value"
@someFunct = ->
"something else"
</code></pre>
<p>pre 1.2 this service would return the whole object as the service.</p>
<p>post 1.2 this service returns <code>someFunct</code> as the value of the service</p>
<p>you would need to change this services to</p>
<pre><code>myApp.service 'applicationSrvc', ->
@something = "value"
@someFunct = ->
"something else"
return
</code></pre>
<p>to continue to return the complete instance.</p>
<p>See <a href="https://github.com/angular/angular.js/commit/c22adbf160f32c1839fbb35382b7a8c6bcec2927">c22adbf1</a>.</p>
| qingfeng365/api-public | public/angular14/docs/partials/guide/migration.html | HTML | mit | 66,997 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title></title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body id="mini"><div id="module-list"><p class="caption">Modules</p><ul><li class="module"><a href="Main.html" target="main">Main</a></li></ul></div></body></html> | brodyberg/LearnHaskell | Web/sqlitetest/docs/index-frames.html | HTML | mit | 659 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js vr - 360 stereo video</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link type="text/css" rel="stylesheet" href="main.css">
</head>
<body>
<div id="container"></div>
<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - 360 stereo video<br />
stereoscopic panoramic render by <a href="http://pedrofe.com/rendering-for-oculus-rift-with-arnold/" target="_blank" rel="noopener">pedrofe</a>. scene from <a href="http://www.meryproject.com/" target="_blank" rel="noopener">mery project</a>.
</div>
<video id="video" loop muted crossOrigin="anonymous" playsinline style="display:none">
<source src="textures/MaryOculus.webm">
<source src="textures/MaryOculus.mp4">
</video>
<script type="module">
import * as THREE from '../build/three.module.js';
import { VRButton } from './jsm/webxr/VRButton.js';
let camera, scene, renderer;
init();
animate();
function init() {
const container = document.getElementById( 'container' );
container.addEventListener( 'click', function () {
video.play();
} );
camera = new THREE.PerspectiveCamera( 70, window.innerWidth / window.innerHeight, 1, 2000 );
camera.layers.enable( 1 ); // render left view when no stereo available
// video
const video = document.getElementById( 'video' );
video.play();
const texture = new THREE.VideoTexture( video );
scene = new THREE.Scene();
scene.background = new THREE.Color( 0x101010 );
// left
const geometry1 = new THREE.SphereGeometry( 500, 60, 40 );
// invert the geometry on the x-axis so that all of the faces point inward
geometry1.scale( - 1, 1, 1 );
const uvs1 = geometry1.attributes.uv.array;
for ( let i = 0; i < uvs1.length; i += 2 ) {
uvs1[ i ] *= 0.5;
}
const material1 = new THREE.MeshBasicMaterial( { map: texture } );
const mesh1 = new THREE.Mesh( geometry1, material1 );
mesh1.rotation.y = - Math.PI / 2;
mesh1.layers.set( 1 ); // display in left eye only
scene.add( mesh1 );
// right
const geometry2 = new THREE.SphereGeometry( 500, 60, 40 );
geometry2.scale( - 1, 1, 1 );
const uvs2 = geometry2.attributes.uv.array;
for ( let i = 0; i < uvs2.length; i += 2 ) {
uvs2[ i ] *= 0.5;
uvs2[ i ] += 0.5;
}
const material2 = new THREE.MeshBasicMaterial( { map: texture } );
const mesh2 = new THREE.Mesh( geometry2, material2 );
mesh2.rotation.y = - Math.PI / 2;
mesh2.layers.set( 2 ); // display in right eye only
scene.add( mesh2 );
//
renderer = new THREE.WebGLRenderer();
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
renderer.xr.enabled = true;
renderer.xr.setReferenceSpaceType( 'local' );
container.appendChild( renderer.domElement );
document.body.appendChild( VRButton.createButton( renderer ) );
//
window.addEventListener( 'resize', onWindowResize );
}
function onWindowResize() {
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize( window.innerWidth, window.innerHeight );
}
function animate() {
renderer.setAnimationLoop( render );
}
function render() {
renderer.render( scene, camera );
}
</script>
</body>
</html>
| 06wj/three.js | examples/webxr_vr_video.html | HTML | mit | 3,534 |
<div class="umb-panel merchello-side-panel" data-ng-controller="Merchello.Plugin.GatewayProviders.Payments.Dialogs.PayPalGatewayProviderController">
<div class="umb-modalcolumn-header">
<h4><strong>PayPal Provider Configuration</strong></h4>
</div>
<div class="umb-panel-body with-header with-footer">
<div class="well">
<div class="control-group row-fluid">
<p>Account ID or Email<br /></p>
<div class="input-prepend col-xs-12 span12">
<input class="col-xs-8 span8" type="text" data-ng-model="paypalSettings.AccountId" placeholder="paypal@account.com">
</div>
</div>
<div class="control-group row-fluid">
<p>API Username<br /></p>
<div class="input-prepend col-xs-12 span12">
<input class="col-xs-8 span8" type="text" data-ng-model="paypalSettings.ApiUsername" placeholder="paypal_api_account_com">
</div>
</div>
<div class="control-group row-fluid">
<p>API Password<br /></p>
<div class="input-prepend col-xs-12 span12">
<input class="col-xs-8 span8" type="text" data-ng-model="paypalSettings.ApiPassword">
</div>
</div>
<div class="control-group row-fluid">
<p>API Signature<br /></p>
<div class="input-prepend col-xs-12 span12">
<input class="col-xs-8 span8" type="text" data-ng-model="paypalSettings.ApiSignature">
</div>
</div>
<div class="control-group row-fluid">
<p>Return URL<br /></p>
<div class="input-prepend col-xs-12 span12">
<input class="col-xs-8 span8" type="text" data-ng-model="paypalSettings.ReturnUrl" placeholder="/basket/done">
</div>
</div>
<div class="control-group row-fluid">
<p>Cancel URL<br /></p>
<div class="input-prepend col-xs-12 span12">
<input class="col-xs-8 span8" type="text" data-ng-model="paypalSettings.CancelUrl" placeholder="/basket">
</div>
</div>
<div class="control-group row-fluid">
<p>All articles path<br /><small>(article URL: '<all-articles-path><article-sku>')</small></p>
<div class="input-prepend col-xs-12 span12">
<input class="col-xs-8 span8" type="text" data-ng-model="paypalSettings.ArticleBySkuPath" placeholder="/all-products/ or /all-products?sku=">
</div>
</div>
<div class="control-group row-fluid">
<p>Enable 'Live' mode?<br /><small>(unchecked: mode=sandbox; checked: mode=live)</small></p>
<div class="input-prepend col-xs-12 span12">
<input class="col-xs-8 span8" type="checkbox" data-ng-model="paypalSettings.LiveMode">
</div>
</div>
<!--
<div class="control-group row-fluid">
<p>Encrypt Provider Configuration?<br /></p>
<div class="input-prepend col-xs-12 span12">
<input class="col-xs-8 span8" type="checkbox" data-ng-model="dialogData.provider.encryptExtendedData">
</div>
</div> -->
<div class="control-group row-fluid">
<p>API Version : {{paypalSettings.ApiVersion}}</p>
</div>
</div>
</div>
</div>
<div class="umb-panel-footer" >
<div class="umb-el-wrap umb-panel-buttons">
<div class="btn-toolbar umb-btn-toolbar pull-right">
<a href data-ng-click="close()" class="btn btn-link">
<localize key="general_cancel">Cancel</localize>
</a>
<a href
class="btn btn-primary"
data-ng-click="submit(dialogData)">
<localize key="buttons_save">Save</localize>
</a>
</div>
</div>
</div> | MindfireTechnology/Merchello | Plugin/Payments/PayPal/src/Merchello.Plugin.Payments.PayPal/App_Plugins/Merchello.PayPal/providerSettingsDialog.html | HTML | mit | 3,926 |
<!DOCTYPE html>
<html>
<button id = "ButtonX">Rotate X</button>
<button id = "ButtonY">Rotate Y</button>
<button id = "ButtonZ">Rotate Z</button>
<button id = "ButtonT">Toggle Rotation</button>
<script id="vertex-shader" type="x-shader/x-vertex">
attribute vec4 vPosition;
attribute vec4 vNormal;
varying vec4 fColor;
uniform vec4 ambientProduct, diffuseProduct, specularProduct;
uniform mat4 modelViewMatrix;
uniform mat4 projectionMatrix;
uniform vec4 lightPosition;
uniform float shininess;
uniform mat3 normalMatrix;
void main()
{
vec3 pos = (modelViewMatrix * vPosition).xyz;
vec3 light = lightPosition.xyz;
vec3 L = normalize( light - pos );
vec3 E = normalize( -pos );
vec3 H = normalize( L + E );
// Transform vertex normal into eye coordinates
vec3 N = normalize( normalMatrix*vNormal.xyz);
// Compute terms in the illumination equation
vec4 ambient = ambientProduct;
float Kd = max( dot(L, N), 0.0 );
vec4 diffuse = Kd*diffuseProduct;
float Ks = pow( max(dot(N, H), 0.0), shininess );
vec4 specular = Ks * specularProduct;
if( dot(L, N) < 0.0 ) {
specular = vec4(0.0, 0.0, 0.0, 1.0);
}
gl_Position = projectionMatrix * modelViewMatrix * vPosition;
//fColor = ambient + diffuse +specular;
if( dot(L, N) < 0.5 )
fColor = vec4(0.0, 0.0, 1.0, 1.0);
else fColor = vec4(1.0, 1.0, 0.0, 1.0);
fColor.a = 1.0;
}
</script>
<script id="fragment-shader" type="x-shader/x-fragment">
precision mediump float;
varying vec4 fColor;
void main()
{
gl_FragColor = fColor;
}
</script>
<script type="text/javascript" src="../Common/webgl-utils.js"></script>
<script type="text/javascript" src="../Common/initShaders.js"></script>
<script type="text/javascript" src="../Common/MV.js"></script>
<script type="text/javascript" src="vertices.js"></script>
<script type="text/javascript" src="patches.js"></script>
<script type="text/javascript" src="teapot5.js"></script>
<body>
<canvas id="gl-canvas" width="512" height="512">
Oops ... your browser doesn't support the HTML5 canvas element
</canvas>
</body>
</html>
| synthresin/WebGL | Chap11/teapot6.html | HTML | mit | 2,151 |
<div class="example-container mat-elevation-z8">
<div class="example-loading-shade"
*ngIf="isLoadingResults || isRateLimitReached">
<mat-spinner *ngIf="isLoadingResults"></mat-spinner>
<div class="example-rate-limit-reached" *ngIf="isRateLimitReached">
GitHub's API rate limit has been reached. It will be reset in one minute.
</div>
</div>
<mat-table #table [dataSource]="dataSource" class="example-table"
matSort matSortActive="created" matSortDisableClear matSortDirection="asc">
<!--- Note that these columns can be defined in any order.
The actual rendered columns are set as a property on the row definition" -->
<!-- Number Column -->
<ng-container matColumnDef="number">
<mat-header-cell *matHeaderCellDef>#</mat-header-cell>
<mat-cell *matCellDef="let row">{{ row.number }}</mat-cell>
</ng-container>
<!-- Title Column -->
<ng-container matColumnDef="title">
<mat-header-cell *matHeaderCellDef>Title</mat-header-cell>
<mat-cell *matCellDef="let row">{{ row.title }}</mat-cell>
</ng-container>
<!-- State Column -->
<ng-container matColumnDef="state">
<mat-header-cell *matHeaderCellDef>State</mat-header-cell>
<mat-cell *matCellDef="let row">{{ row.state }}</mat-cell>
</ng-container>
<!-- Created Column -->
<ng-container matColumnDef="created">
<mat-header-cell *matHeaderCellDef
mat-sort-header
disableClear="true">
Created
</mat-header-cell>
<mat-cell *matCellDef="let row">{{ row.created_at | date }}</mat-cell>
</ng-container>
<mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row>
<mat-row *matRowDef="let row; columns: displayedColumns;"></mat-row>
</mat-table>
<mat-paginator [length]="resultsLength" [pageSize]="30">
</mat-paginator>
</div>
| nani3105/material2 | src/material-examples/table-http/table-http-example.html | HTML | mit | 1,911 |
<a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ng/sce.js?message=docs($sce)%3A%20describe%20your%20change...#L397' 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-rc.2/src/ng/sce.js#L397' 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">$sce</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
<a href="api/ng/provider/$sceProvider">- $sceProvider</a>
</li>
<li>
- service in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p><code>$sce</code> is a service that provides Strict Contextual Escaping services to AngularJS.</p>
<h1 id="strict-contextual-escaping">Strict Contextual Escaping</h1>
<p>Strict Contextual Escaping (SCE) is a mode in which AngularJS requires bindings in certain
contexts to result in a value that is marked as safe to use for that context. One example of
such a context is binding arbitrary html controlled by the user via <code>ng-bind-html</code>. We refer
to these contexts as privileged or SCE contexts.</p>
<p>As of version 1.2, Angular ships with SCE enabled by default.</p>
<p>Note: When enabled (the default), IE<11 in quirks mode is not supported. In this mode, IE<11 allow
one to execute arbitrary javascript by the use of the expression() syntax. Refer
<http://blogs.msdn.com/b/ie/archive/2008/10/16/ending-expressions.aspx> to learn more about them.
You can ensure your document is in standards mode and not quirks mode by adding <code><!doctype html></code>
to the top of your HTML document.</p>
<p>SCE assists in writing code in way that (a) is secure by default and (b) makes auditing for
security vulnerabilities such as XSS, clickjacking, etc. a lot easier.</p>
<p>Here's an example of a binding in a privileged context:</p>
<pre><code><input ng-model="userHtml" aria-label="User input">
<div ng-bind-html="userHtml"></div>
</code></pre>
<p>Notice that <code>ng-bind-html</code> is bound to <code>userHtml</code> controlled by the user. With SCE
disabled, this application allows the user to render arbitrary HTML into the DIV.
In a more realistic example, one may be rendering user comments, blog articles, etc. via
bindings. (HTML is just one example of a context where rendering user controlled input creates
security vulnerabilities.)</p>
<p>For the case of HTML, you might use a library, either on the client side, or on the server side,
to sanitize unsafe HTML before binding to the value and rendering it in the document.</p>
<p>How would you ensure that every place that used these types of bindings was bound to a value that
was sanitized by your library (or returned as safe for rendering by your server?) How can you
ensure that you didn't accidentally delete the line that sanitized the value, or renamed some
properties/fields and forgot to update the binding to the sanitized value?</p>
<p>To be secure by default, you want to ensure that any such bindings are disallowed unless you can
determine that something explicitly says it's safe to use a value for binding in that
context. You can then audit your code (a simple grep would do) to ensure that this is only done
for those values that you can easily tell are safe - because they were received from your server,
sanitized by your library, etc. You can organize your codebase to help with this - perhaps
allowing only the files in a specific directory to do this. Ensuring that the internal API
exposed by that code doesn't markup arbitrary values as safe then becomes a more manageable task.</p>
<p>In the case of AngularJS' SCE service, one uses <a href="api/ng/service/$sce#trustAs">$sce.trustAs</a>
(and shorthand methods such as <a href="api/ng/service/$sce#trustAsHtml">$sce.trustAsHtml</a>, etc.) to
obtain values that will be accepted by SCE / privileged contexts.</p>
<h2 id="how-does-it-work-">How does it work?</h2>
<p>In privileged contexts, directives and code will bind to the result of <a href="api/ng/service/$sce#getTrusted">$sce.getTrusted(context, value)</a> rather than to the value directly. Directives use <a href="api/ng/service/$sce#parseAs">$sce.parseAs</a> rather than <code>$parse</code> to watch attribute bindings, which performs the
<a href="api/ng/service/$sce#getTrusted">$sce.getTrusted</a> behind the scenes on non-constant literals.</p>
<p>As an example, <a href="api/ng/directive/ngBindHtml">ngBindHtml</a> uses <a href="api/ng/service/$sce#parseAsHtml">$sce.parseAsHtml(binding expression)</a>. Here's the actual code (slightly
simplified):</p>
<pre><code>var ngBindHtmlDirective = ['$sce', function($sce) {
return function(scope, element, attr) {
scope.$watch($sce.parseAsHtml(attr.ngBindHtml), function(value) {
element.html(value || '');
});
};
}];
</code></pre>
<h2 id="impact-on-loading-templates">Impact on loading templates</h2>
<p>This applies both to the <a href="api/ng/directive/ngInclude"><code>ng-include</code></a> directive as well as
<code>templateUrl</code>'s specified by <a href="guide/directive">directives</a>.</p>
<p>By default, Angular only loads templates from the same domain and protocol as the application
document. This is done by calling <a href="api/ng/service/$sce#getTrustedResourceUrl">$sce.getTrustedResourceUrl</a> on the template URL. To load templates from other domains and/or
protocols, you may either either <a href="api/ng/provider/$sceDelegateProvider#resourceUrlWhitelist">whitelist
them</a> or <a href="api/ng/service/$sce#trustAsResourceUrl">wrap it</a> into a trusted value.</p>
<p><em>Please note</em>:
The browser's
<a href="https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest">Same Origin Policy</a>
and <a href="http://www.w3.org/TR/cors/">Cross-Origin Resource Sharing (CORS)</a>
policy apply in addition to this and may further restrict whether the template is successfully
loaded. This means that without the right CORS policy, loading templates from a different domain
won't work on all browsers. Also, loading templates from <code>file://</code> URL does not work on some
browsers.</p>
<h2 id="this-feels-like-too-much-overhead">This feels like too much overhead</h2>
<p>It's important to remember that SCE only applies to interpolation expressions.</p>
<p>If your expressions are constant literals, they're automatically trusted and you don't need to
call <code>$sce.trustAs</code> on them (remember to include the <code>ngSanitize</code> module) (e.g.
<code><div ng-bind-html="'<b>implicitly trusted</b>'"></div></code>) just works.</p>
<p>Additionally, <code>a[href]</code> and <code>img[src]</code> automatically sanitize their URLs and do not pass them
through <a href="api/ng/service/$sce#getTrusted">$sce.getTrusted</a>. SCE doesn't play a role here.</p>
<p>The included <a href="api/ng/service/$sceDelegate">$sceDelegate</a> comes with sane defaults to allow you to load
templates in <code>ng-include</code> from your application's domain without having to even know about SCE.
It blocks loading templates from other domains or loading templates over http from an https
served document. You can change these by setting your own custom <a href="api/ng/provider/$sceDelegateProvider#resourceUrlWhitelist">whitelists</a> and <a href="api/ng/provider/$sceDelegateProvider#resourceUrlBlacklist">blacklists</a> for matching such URLs.</p>
<p>This significantly reduces the overhead. It is far easier to pay the small overhead and have an
application that's secure and can be audited to verify that with much more ease than bolting
security onto an application later.</p>
<p><a name="contexts"></a></p>
<h2 id="what-trusted-context-types-are-supported-">What trusted context types are supported?</h2>
<table>
<thead>
<tr>
<th>Context</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>$sce.HTML</code></td>
<td>For HTML that's safe to source into the application. The <a href="api/ng/directive/ngBindHtml">ngBindHtml</a> directive uses this context for bindings. If an unsafe value is encountered and the <a href="api/ngSanitize">$sanitize</a> module is present this will sanitize the value instead of throwing an error.</td>
</tr>
<tr>
<td><code>$sce.CSS</code></td>
<td>For CSS that's safe to source into the application. Currently unused. Feel free to use it in your own directives.</td>
</tr>
<tr>
<td><code>$sce.URL</code></td>
<td>For URLs that are safe to follow as links. Currently unused (<code><a href=</code> and <code><img src=</code> sanitize their urls and don't constitute an SCE context.</td>
</tr>
<tr>
<td><code>$sce.RESOURCE_URL</code></td>
<td>For URLs that are not only safe to follow as links, but whose contents are also safe to include in your application. Examples include <code>ng-include</code>, <code>src</code> / <code>ngSrc</code> bindings for tags other than <code>IMG</code> (e.g. <code>IFRAME</code>, <code>OBJECT</code>, etc.) <br><br>Note that <code>$sce.RESOURCE_URL</code> makes a stronger statement about the URL than <code>$sce.URL</code> does and therefore contexts requiring values trusted for <code>$sce.RESOURCE_URL</code> can be used anywhere that values trusted for <code>$sce.URL</code> are required.</td>
</tr>
<tr>
<td><code>$sce.JS</code></td>
<td>For JavaScript that is safe to execute in your application's context. Currently unused. Feel free to use it in your own directives.</td>
</tr>
</tbody>
</table>
<h2 id="format-of-items-in-link-ng-scedelegateprovider-resourceurlwhitelist-resourceurlwhitelist-link-ng-scedelegateprovider-resourceurlblacklist-blacklist-a-name-resourceurlpatternitem-a-">Format of items in <a href="api/ng/provider/$sceDelegateProvider#resourceUrlWhitelist">resourceUrlWhitelist</a>/<a href="api/ng/provider/$sceDelegateProvider#resourceUrlBlacklist">Blacklist</a> <a name="resourceUrlPatternItem"></a></h2>
<p> Each element in these arrays must be one of the following:</p>
<ul>
<li><strong>'self'</strong><ul>
<li>The special <strong>string</strong>, <code>'self'</code>, can be used to match against all URLs of the <strong>same
domain</strong> as the application document using the <strong>same protocol</strong>.</li>
</ul>
</li>
<li><strong>String</strong> (except the special value <code>'self'</code>)<ul>
<li>The string is matched against the full <em>normalized / absolute URL</em> of the resource
being tested (substring matches are not good enough.)</li>
<li>There are exactly <strong>two wildcard sequences</strong> - <code>*</code> and <code>**</code>. All other characters
match themselves.</li>
<li><code>*</code>: matches zero or more occurrences of any character other than one of the following 6
characters: '<code>:</code>', '<code>/</code>', '<code>.</code>', '<code>?</code>', '<code>&</code>' and ';'. It's a useful wildcard for use
in a whitelist.</li>
<li><code>**</code>: matches zero or more occurrences of <em>any</em> character. As such, it's not
not appropriate to use in for a scheme, domain, etc. as it would match too much. (e.g.
<a href="http://**.example.com/">http://**.example.com/</a> would match <a href="http://evil.com/?ignore=.example.com/">http://evil.com/?ignore=.example.com/</a> and that might
not have been the intention.) Its usage at the very end of the path is ok. (e.g.
<a href="http://foo.example.com/templates/**">http://foo.example.com/templates/**</a>).</li>
</ul>
</li>
<li><strong>RegExp</strong> (<em>see caveat below</em>)<ul>
<li><em>Caveat</em>: While regular expressions are powerful and offer great flexibility, their syntax
(and all the inevitable escaping) makes them <em>harder to maintain</em>. It's easy to
accidentally introduce a bug when one updates a complex expression (imho, all regexes should
have good test coverage.). For instance, the use of <code>.</code> in the regex is correct only in a
small number of cases. A <code>.</code> character in the regex used when matching the scheme or a
subdomain could be matched against a <code>:</code> or literal <code>.</code> that was likely not intended. It
is highly recommended to use the string patterns and only fall back to regular expressions
if they as a last resort.</li>
<li>The regular expression must be an instance of RegExp (i.e. not a string.) It is
matched against the <strong>entire</strong> <em>normalized / absolute URL</em> of the resource being tested
(even when the RegExp did not have the <code>^</code> and <code>$</code> codes.) In addition, any flags
present on the RegExp (such as multiline, global, ignoreCase) are ignored.</li>
<li>If you are generating your JavaScript from some other templating engine (not
recommended, e.g. in issue <a href="https://github.com/angular/angular.js/issues/4006">#4006</a>),
remember to escape your regular expression (and be aware that you might need more than
one level of escaping depending on your templating engine and the way you interpolated
the value.) Do make use of your platform's escaping mechanism as it might be good
enough before coding your own. e.g. Ruby has
<a href="http://www.ruby-doc.org/core-2.0.0/Regexp.html#method-c-escape">Regexp.escape(str)</a>
and Python has <a href="http://docs.python.org/library/re.html#re.escape">re.escape</a>.
Javascript lacks a similar built in function for escaping. Take a look at Google
Closure library's <a href="http://docs.closure-library.googlecode.com/git/closure_goog_string_string.js.source.html#line962">goog.string.regExpEscape(s)</a>.</li>
</ul>
</li>
</ul>
<p>Refer <a href="api/ng/provider/$sceDelegateProvider">$sceDelegateProvider</a> for an example.</p>
<h2 id="show-me-an-example-using-sce-">Show me an example using SCE.</h2>
<p>
<div>
<a ng-click="openPlunkr('examples/example-example112', $event)" class="btn pull-right">
<i class="glyphicon glyphicon-edit"> </i>
Edit in Plunker</a>
<div class="runnable-example"
path="examples/example-example112"
module="mySceApp"
deps="angular-sanitize.js">
<div class="runnable-example-file"
name="index.html"
language="html"
type="html">
<pre><code><div ng-controller="AppController as myCtrl"> <i ng-bind-html="myCtrl.explicitlyTrustedHtml" id="explicitlyTrustedHtml"></i><br><br> <b>User comments</b><br> By default, HTML that isn't explicitly trusted (e.g. Alice's comment) is sanitized when $sanitize is available. If $sanitize isn't available, this results in an error instead of an exploit. <div class="well"> <div ng-repeat="userComment in myCtrl.userComments"> <b>{{userComment.name}}</b>: <span ng-bind-html="userComment.htmlComment" class="htmlComment"></span> <br> </div> </div> </div></code></pre>
</div>
<div class="runnable-example-file"
name="script.js"
language="js"
type="js">
<pre><code>angular.module('mySceApp', ['ngSanitize']) .controller('AppController', ['$http', '$templateCache', '$sce', function($http, $templateCache, $sce) { var self = this; $http.get("test_data.json", {cache: $templateCache}).success(function(userComments) { self.userComments = userComments; }); self.explicitlyTrustedHtml = $sce.trustAsHtml( '<span onmouseover="this.textContent=&quot;Explicitly trusted HTML bypasses ' + 'sanitization.&quot;">Hover over this text.</span>'); }]);</code></pre>
</div>
<div class="runnable-example-file"
name="test_data.json"
language="json"
type="json">
<pre><code>[ { "name": "Alice", "htmlComment": "<span onmouseover='this.textContent=\"PWN3D!\"'>Is <i>anyone</i> reading this?</span>" }, { "name": "Bob", "htmlComment": "<i>Yes!</i> Am I the only other one?" } ]</code></pre>
</div>
<div class="runnable-example-file"
name="protractor.js"
type="protractor"
language="js">
<pre><code>describe('SCE doc demo', function() { it('should sanitize untrusted values', function() { expect(element.all(by.css('.htmlComment')).first().getInnerHtml()) .toBe('<span>Is <i>anyone</i> reading this?</span>'); }); it('should NOT sanitize explicitly trusted values', function() { expect(element(by.id('explicitlyTrustedHtml')).getInnerHtml()).toBe( '<span onmouseover="this.textContent=&quot;Explicitly trusted HTML bypasses ' + 'sanitization.&quot;">Hover over this text.</span>'); }); });</code></pre>
</div>
<iframe class="runnable-example-frame" src="examples/example-example112/index.html" name="example-example112"></iframe>
</div>
</div>
</p>
<h2 id="can-i-disable-sce-completely-">Can I disable SCE completely?</h2>
<p>Yes, you can. However, this is strongly discouraged. SCE gives you a lot of security benefits
for little coding overhead. It will be much harder to take an SCE disabled application and
either secure it on your own or enable SCE at a later stage. It might make sense to disable SCE
for cases where you have a lot of existing code that was written before SCE was introduced and
you're migrating them a module at a time.</p>
<p>That said, here's how you can completely disable SCE:</p>
<pre><code>angular.module('myAppWithSceDisabledmyApp', []).config(function($sceProvider) {
// Completely disable SCE. For demonstration purposes only!
// Do not use in new projects.
$sceProvider.enabled(false);
});
</code></pre>
</div>
<div>
<h2 id="usage">Usage</h2>
<p><code>$sce();</code></p>
<h2>Methods</h2>
<ul class="methods">
<li id="isEnabled">
<h3><p><code>isEnabled();</code></p>
</h3>
<div><p>Returns a boolean indicating if SCE is enabled.</p>
</div>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-boolean">Boolean</a></td>
<td><p>true if SCE is enabled, false otherwise. If you want to set the value, you
have to do it at module config time on <a href="api/ng/provider/$sceProvider">$sceProvider</a>.</p>
</td>
</tr>
</table>
</li>
<li id="parseAs">
<h3><p><code>parseAs(type, expression);</code></p>
</h3>
<div><p>Converts Angular <a href="guide/expression">expression</a> into a function. This is like <a href="api/ng/service/$parse">$parse</a> and is identical when the expression is a literal constant. Otherwise, it
wraps the expression in a call to <a href="api/ng/service/$sce#getTrusted">$sce.getTrusted(<em>type</em>,
<em>result</em>)</a></p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
type
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>The kind of SCE context in which this result will be used.</p>
</td>
</tr>
<tr>
<td>
expression
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>String expression to compile.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-function">function(context, locals)</a></td>
<td><p>a function which represents the compiled expression:</p>
<ul>
<li><code>context</code> – <code>{object}</code> – an object against which any expressions embedded in the strings
are evaluated against (typically a scope object).</li>
<li><code>locals</code> – <code>{object=}</code> – local variables context object, useful for overriding values in
<code>context</code>.</li>
</ul>
</td>
</tr>
</table>
</li>
<li id="trustAs">
<h3><p><code>trustAs(type, value);</code></p>
</h3>
<div><p>Delegates to <a href="api/ng/service/$sceDelegate#trustAs"><code>$sceDelegate.trustAs</code></a>. As such,
returns an object that is trusted by angular for use in specified strict contextual
escaping contexts (such as ng-bind-html, ng-include, any src attribute
interpolation, any dom event binding attribute interpolation such as for onclick, etc.)
that uses the provided value. See * <a href="api/ng/service/$sce">$sce</a> for enabling strict contextual
escaping.</p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
type
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>The kind of context in which this value is safe for use. e.g. url,
resourceUrl, html, js and css.</p>
</td>
</tr>
<tr>
<td>
value
</td>
<td>
<a href="" class="label type-hint type-hint-object">*</a>
</td>
<td>
<p>The value that that should be considered trusted/safe.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>A value that can be used to stand in for the provided <code>value</code> in places
where Angular expects a $sce.trustAs() return value.</p>
</td>
</tr>
</table>
</li>
<li id="trustAsHtml">
<h3><p><code>trustAsHtml(value);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.trustAsHtml(value)</code> →
<a href="api/ng/service/$sceDelegate#trustAs"><code>$sceDelegate.trustAs($sce.HTML, value)</code></a></p>
</div>
<h4>Parameters</h4>
<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>The value to trustAs.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>An object that can be passed to <a href="api/ng/service/$sce#getTrustedHtml">$sce.getTrustedHtml(value)</a> to obtain the original value. (privileged directives
only accept expressions that are either literal constants or are the
return value of <a href="api/ng/service/$sce#trustAs">$sce.trustAs</a>.)</p>
</td>
</tr>
</table>
</li>
<li id="trustAsUrl">
<h3><p><code>trustAsUrl(value);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.trustAsUrl(value)</code> →
<a href="api/ng/service/$sceDelegate#trustAs"><code>$sceDelegate.trustAs($sce.URL, value)</code></a></p>
</div>
<h4>Parameters</h4>
<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>The value to trustAs.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>An object that can be passed to <a href="api/ng/service/$sce#getTrustedUrl">$sce.getTrustedUrl(value)</a> to obtain the original value. (privileged directives
only accept expressions that are either literal constants or are the
return value of <a href="api/ng/service/$sce#trustAs">$sce.trustAs</a>.)</p>
</td>
</tr>
</table>
</li>
<li id="trustAsResourceUrl">
<h3><p><code>trustAsResourceUrl(value);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.trustAsResourceUrl(value)</code> →
<a href="api/ng/service/$sceDelegate#trustAs"><code>$sceDelegate.trustAs($sce.RESOURCE_URL, value)</code></a></p>
</div>
<h4>Parameters</h4>
<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>The value to trustAs.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>An object that can be passed to <a href="api/ng/service/$sce#getTrustedResourceUrl">$sce.getTrustedResourceUrl(value)</a> to obtain the original value. (privileged directives
only accept expressions that are either literal constants or are the return
value of <a href="api/ng/service/$sce#trustAs">$sce.trustAs</a>.)</p>
</td>
</tr>
</table>
</li>
<li id="trustAsJs">
<h3><p><code>trustAsJs(value);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.trustAsJs(value)</code> →
<a href="api/ng/service/$sceDelegate#trustAs"><code>$sceDelegate.trustAs($sce.JS, value)</code></a></p>
</div>
<h4>Parameters</h4>
<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>The value to trustAs.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>An object that can be passed to <a href="api/ng/service/$sce#getTrustedJs">$sce.getTrustedJs(value)</a> to obtain the original value. (privileged directives
only accept expressions that are either literal constants or are the
return value of <a href="api/ng/service/$sce#trustAs">$sce.trustAs</a>.)</p>
</td>
</tr>
</table>
</li>
<li id="getTrusted">
<h3><p><code>getTrusted(type, maybeTrusted);</code></p>
</h3>
<div><p>Delegates to <a href="api/ng/service/$sceDelegate#getTrusted"><code>$sceDelegate.getTrusted</code></a>. As such,
takes the result of a <a href="api/ng/service/$sce#trustAs"><code>$sce.trustAs</code></a>() call and returns the
originally supplied value if the queried context type is a supertype of the created type.
If this condition isn't satisfied, throws an exception.</p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
type
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>The kind of context in which this value is to be used.</p>
</td>
</tr>
<tr>
<td>
maybeTrusted
</td>
<td>
<a href="" class="label type-hint type-hint-object">*</a>
</td>
<td>
<p>The result of a prior <a href="api/ng/service/$sce#trustAs"><code>$sce.trustAs</code></a>
call.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>The value the was originally provided to
<a href="api/ng/service/$sce#trustAs"><code>$sce.trustAs</code></a> if valid in this context.
Otherwise, throws an exception.</p>
</td>
</tr>
</table>
</li>
<li id="getTrustedHtml">
<h3><p><code>getTrustedHtml(value);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.getTrustedHtml(value)</code> →
<a href="api/ng/service/$sceDelegate#getTrusted"><code>$sceDelegate.getTrusted($sce.HTML, value)</code></a></p>
</div>
<h4>Parameters</h4>
<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>The value to pass to <code>$sce.getTrusted</code>.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>The return value of <code>$sce.getTrusted($sce.HTML, value)</code></p>
</td>
</tr>
</table>
</li>
<li id="getTrustedCss">
<h3><p><code>getTrustedCss(value);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.getTrustedCss(value)</code> →
<a href="api/ng/service/$sceDelegate#getTrusted"><code>$sceDelegate.getTrusted($sce.CSS, value)</code></a></p>
</div>
<h4>Parameters</h4>
<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>The value to pass to <code>$sce.getTrusted</code>.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>The return value of <code>$sce.getTrusted($sce.CSS, value)</code></p>
</td>
</tr>
</table>
</li>
<li id="getTrustedUrl">
<h3><p><code>getTrustedUrl(value);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.getTrustedUrl(value)</code> →
<a href="api/ng/service/$sceDelegate#getTrusted"><code>$sceDelegate.getTrusted($sce.URL, value)</code></a></p>
</div>
<h4>Parameters</h4>
<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>The value to pass to <code>$sce.getTrusted</code>.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>The return value of <code>$sce.getTrusted($sce.URL, value)</code></p>
</td>
</tr>
</table>
</li>
<li id="getTrustedResourceUrl">
<h3><p><code>getTrustedResourceUrl(value);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.getTrustedResourceUrl(value)</code> →
<a href="api/ng/service/$sceDelegate#getTrusted"><code>$sceDelegate.getTrusted($sce.RESOURCE_URL, value)</code></a></p>
</div>
<h4>Parameters</h4>
<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>The value to pass to <code>$sceDelegate.getTrusted</code>.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>The return value of <code>$sce.getTrusted($sce.RESOURCE_URL, value)</code></p>
</td>
</tr>
</table>
</li>
<li id="getTrustedJs">
<h3><p><code>getTrustedJs(value);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.getTrustedJs(value)</code> →
<a href="api/ng/service/$sceDelegate#getTrusted"><code>$sceDelegate.getTrusted($sce.JS, value)</code></a></p>
</div>
<h4>Parameters</h4>
<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>The value to pass to <code>$sce.getTrusted</code>.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>The return value of <code>$sce.getTrusted($sce.JS, value)</code></p>
</td>
</tr>
</table>
</li>
<li id="parseAsHtml">
<h3><p><code>parseAsHtml(expression);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.parseAsHtml(expression string)</code> →
<a href="api/ng/service/$sce#parseAs"><code>$sce.parseAs($sce.HTML, value)</code></a></p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
expression
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>String expression to compile.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-function">function(context, locals)</a></td>
<td><p>a function which represents the compiled expression:</p>
<ul>
<li><code>context</code> – <code>{object}</code> – an object against which any expressions embedded in the strings
are evaluated against (typically a scope object).</li>
<li><code>locals</code> – <code>{object=}</code> – local variables context object, useful for overriding values in
<code>context</code>.</li>
</ul>
</td>
</tr>
</table>
</li>
<li id="parseAsCss">
<h3><p><code>parseAsCss(expression);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.parseAsCss(value)</code> →
<a href="api/ng/service/$sce#parseAs"><code>$sce.parseAs($sce.CSS, value)</code></a></p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
expression
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>String expression to compile.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-function">function(context, locals)</a></td>
<td><p>a function which represents the compiled expression:</p>
<ul>
<li><code>context</code> – <code>{object}</code> – an object against which any expressions embedded in the strings
are evaluated against (typically a scope object).</li>
<li><code>locals</code> – <code>{object=}</code> – local variables context object, useful for overriding values in
<code>context</code>.</li>
</ul>
</td>
</tr>
</table>
</li>
<li id="parseAsUrl">
<h3><p><code>parseAsUrl(expression);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.parseAsUrl(value)</code> →
<a href="api/ng/service/$sce#parseAs"><code>$sce.parseAs($sce.URL, value)</code></a></p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
expression
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>String expression to compile.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-function">function(context, locals)</a></td>
<td><p>a function which represents the compiled expression:</p>
<ul>
<li><code>context</code> – <code>{object}</code> – an object against which any expressions embedded in the strings
are evaluated against (typically a scope object).</li>
<li><code>locals</code> – <code>{object=}</code> – local variables context object, useful for overriding values in
<code>context</code>.</li>
</ul>
</td>
</tr>
</table>
</li>
<li id="parseAsResourceUrl">
<h3><p><code>parseAsResourceUrl(expression);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.parseAsResourceUrl(value)</code> →
<a href="api/ng/service/$sce#parseAs"><code>$sce.parseAs($sce.RESOURCE_URL, value)</code></a></p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
expression
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>String expression to compile.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-function">function(context, locals)</a></td>
<td><p>a function which represents the compiled expression:</p>
<ul>
<li><code>context</code> – <code>{object}</code> – an object against which any expressions embedded in the strings
are evaluated against (typically a scope object).</li>
<li><code>locals</code> – <code>{object=}</code> – local variables context object, useful for overriding values in
<code>context</code>.</li>
</ul>
</td>
</tr>
</table>
</li>
<li id="parseAsJs">
<h3><p><code>parseAsJs(expression);</code></p>
</h3>
<div><p>Shorthand method. <code>$sce.parseAsJs(value)</code> →
<a href="api/ng/service/$sce#parseAs"><code>$sce.parseAs($sce.JS, value)</code></a></p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
expression
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>String expression to compile.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-function">function(context, locals)</a></td>
<td><p>a function which represents the compiled expression:</p>
<ul>
<li><code>context</code> – <code>{object}</code> – an object against which any expressions embedded in the strings
are evaluated against (typically a scope object).</li>
<li><code>locals</code> – <code>{object=}</code> – local variables context object, useful for overriding values in
<code>context</code>.</li>
</ul>
</td>
</tr>
</table>
</li>
</ul>
</div>
| qingfeng365/api-public | public/angular14/docs/partials/api/ng/service/$sce.html | HTML | mit | 42,060 |
{{#if is-banner_top}}
<div class="manner manner_top">
{{#if is-url}}
<a href="{{url}}">
<img src="{{src_1000}}" alt="{{alt}}">
</a>
{{else}}
<img src="{{src_1000}}" alt="{{alt}}">
{{/if}}
</div>
<div class="manner manner_750 manner_top">
{{#if is-url}}
<a href="{{url}}">
<img src="{{src_750}}" alt="{{alt}}">
</a>
{{else}}
<img src="{{src_750}}" alt="{{alt}}">
{{/if}}
</div>
{{/if}}
| dumperize/fm | builds/stable/modules/banner/banner_top/banner_top.html | HTML | mit | 450 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: Debug</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Bullet.html">Bullet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Weapon.html">Weapon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.AbstractFilter.html">AbstractFilter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EarCut.html">EarCut</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Event.html">Event</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.GraphicsData.html">GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-2">
<a href="PIXI.PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PolyK.html">PolyK</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Strip.html">Strip</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.TilingSprite.html">TilingSprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_UP">ANGLE_UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CENTER">CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#displayList">displayList</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#HORIZONTAL">HORIZONTAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#intersectsRectangle">intersectsRectangle</a>
</li>
<li class="class-depth-0">
<a href="global.html#LANDSCAPE">LANDSCAPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_CENTER">LEFT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_TOP">LEFT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#PORTRAIT">PORTRAIT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_TOP">RIGHT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_CENTER">TOP_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_LEFT">TOP_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_RIGHT">TOP_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERTICAL">VERTICAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<!--<h1 class="page-title">Class: Debug</h1>-->
<section>
<header>
<h2>
<span class="ancestors"><a href="Phaser.html">Phaser</a><a href="Phaser.Utils.html">.Utils</a>.</span>
Debug
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name "
id="Debug"><span class="type-signature"></span>new Debug<span class="signature">(game)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>A collection of methods for displaying debug information about game objects.</p>
<p>If your game is running in Canvas mode, then you should invoke all of the Debug methods from
your games <code>render</code> function. This is because they are drawn directly onto the game canvas
itself, so if you call any debug methods outside of <code>render</code> they are likely to be overwritten
by the game itself.</p>
<p>If your game is running in WebGL then Debug will create a Sprite that is placed at the top of the Stage display list and bind a canvas texture
to it, which must be uploaded every frame. Be advised: this is very expensive, especially in browsers like Firefox. So please only enable Debug
in WebGL mode if you really need it (or your desktop can cope with it well) and disable it for production!</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>game</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Game.html">Phaser.Game</a></span>
</td>
<td class="description last"><p>A reference to the currently running game.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-23">line 23</a>
</dt>
</dl>
</dd>
</div>
<h3 class="subsection-title">Members</h3>
<dl>
<dt>
<h4 class="name "
id="bmd"><span class="type-signature"></span>bmd<span class="type-signature"> :<a href="Phaser.BitmapData.html">Phaser.BitmapData</a></span></h4>
</dt>
<dd>
<div class="description">
<p>In WebGL mode this BitmapData contains a copy of the debug canvas.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-38">line 38</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="canvas"><span class="type-signature"></span>canvas<span class="type-signature"> :HTMLCanvasElement</span></h4>
</dt>
<dd>
<div class="description">
<p>The canvas to which Debug calls draws.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-43">line 43</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="columnWidth"><span class="type-signature"></span>columnWidth<span class="type-signature"> :number</span></h4>
</dt>
<dd>
<div class="description">
<p>The spacing between columns.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-59">line 59</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="context"><span class="type-signature"></span>context<span class="type-signature"> :CanvasRenderingContext2D</span></h4>
</dt>
<dd>
<div class="description">
<p>The 2d context of the canvas.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-48">line 48</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="currentAlpha"><span class="type-signature"></span>currentAlpha<span class="type-signature"> :number</span></h4>
</dt>
<dd>
<div class="description">
<p>The alpha of the Debug context, set before all debug information is rendered to it.</p>
</div>
<dl class="details">
<dt class="tag-default">Default Value:</dt>
<dd class="tag-default"><ul class="dummy"><li>1</li></ul></dd>
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-87">line 87</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="currentX"><span class="type-signature"></span>currentX<span class="type-signature"> :number</span></h4>
</dt>
<dd>
<div class="description">
<p>The current X position the debug information will be rendered at.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-75">line 75</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="currentY"><span class="type-signature"></span>currentY<span class="type-signature"> :number</span></h4>
</dt>
<dd>
<div class="description">
<p>The current Y position the debug information will be rendered at.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-81">line 81</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="dirty"><span class="type-signature"></span>dirty<span class="type-signature"> :boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>Does the canvas need re-rendering?</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-92">line 92</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="font"><span class="type-signature"></span>font<span class="type-signature"> :string</span></h4>
</dt>
<dd>
<div class="description">
<p>The font that the debug information is rendered in.</p>
</div>
<dl class="details">
<dt class="tag-default">Default Value:</dt>
<dd class="tag-default"><ul class="dummy"><li>'14px Courier'</li></ul></dd>
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-54">line 54</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="game"><span class="type-signature"></span>game<span class="type-signature"> :<a href="Phaser.Game.html">Phaser.Game</a></span></h4>
</dt>
<dd>
<div class="description">
<p>A reference to the currently running Game.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-28">line 28</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="lineHeight"><span class="type-signature"></span>lineHeight<span class="type-signature"> :number</span></h4>
</dt>
<dd>
<div class="description">
<p>The line height between the debug text.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-64">line 64</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="renderShadow"><span class="type-signature"></span>renderShadow<span class="type-signature"> :boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>Should the text be rendered with a slight shadow? Makes it easier to read on different types of background.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-69">line 69</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="sprite"><span class="type-signature"></span>sprite<span class="type-signature"> :<a href="Phaser.Image.html">Phaser.Image</a></span></h4>
</dt>
<dd>
<div class="description">
<p>If debugging in WebGL mode we need this.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-33">line 33</a>
</dt>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name "
id="body"><span class="type-signature"></span>body<span class="signature">(sprite, <span class="optional">color</span>, <span class="optional">filled</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Render a Sprites Physics body if it has one set. The body is rendered as a filled or stroked rectangle.
This only works for Arcade Physics, Ninja Physics (AABB and Circle only) and Box2D Physics bodies.
To display a P2 Physics body you should enable debug mode on the body when creating it.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sprite</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The Sprite who's body will be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgba(0,255,0,0.4)'
</td>
<td class="description last"><p>Color of the debug rectangle to be rendered. The format is a CSS color string such as '#ff0000' or 'rgba(255,0,0,0.5)'.</p></td>
</tr>
<tr>
<td class="name"><code>filled</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Render the body as a filled rectangle (true) or a stroked rectangle (false)</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-747">line 747</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="bodyInfo"><span class="type-signature"></span>bodyInfo<span class="signature">(sprite, x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Render a Sprites Physic Body information.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sprite</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The sprite to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-781">line 781</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="boot"><span class="type-signature"><internal> </span>boot<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Internal method that boots the debug displayer.</p>
</div>
<dl class="details">
<dt class="important tag-deprecated">Internal:</dt>
<dd class="tag-deprecated"><ul>
<li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li>
</ul></dd>
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-98">line 98</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="box2dBody"><span class="type-signature"></span>box2dBody<span class="signature">(sprite, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders 'debug draw' data for the given Box2D body.
This uses the standard debug drawing feature of Box2D, so colors will be decided by the Box2D engine.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sprite</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The sprite whos body will be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(0,255,0)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-828">line 828</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="box2dWorld"><span class="type-signature"></span>box2dWorld<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders 'debug draw' data for the Box2D world if it exists.
This uses the standard debug drawing feature of Box2D, so colors will be decided by
the Box2D engine.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-810">line 810</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="cameraInfo"><span class="type-signature"></span>cameraInfo<span class="signature">(camera, x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Render camera information including dimensions and location.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>camera</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Camera.html">Phaser.Camera</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The Phaser.Camera to show the debug information for.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-285">line 285</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="destroy"><span class="type-signature"></span>destroy<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Destroy this object.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-877">line 877</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="geom"><span class="type-signature"></span>geom<span class="signature">(object, <span class="optional">color</span>, <span class="optional">filled</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders a Rectangle.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>object</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Rectangle.html">Phaser.Rectangle</a></span>
|
<span class="param-type">object</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The geometry object to render.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Color of the debug info to be rendered (format is css color string).</p></td>
</tr>
<tr>
<td class="name"><code>filled</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Render the objected as a filled (default, true) or a stroked (false)</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-645">line 645</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="geom"><span class="type-signature"></span>geom<span class="signature">(object, <span class="optional">color</span>, <span class="optional">filled</span>, <span class="optional">forceType</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders a Phaser geometry object including Rectangle, Circle, Point or Line.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>object</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Rectangle.html">Phaser.Rectangle</a></span>
|
<span class="param-type"><a href="Phaser.Circle.html">Phaser.Circle</a></span>
|
<span class="param-type"><a href="Phaser.Point.html">Phaser.Point</a></span>
|
<span class="param-type"><a href="Phaser.Line.html">Phaser.Line</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The geometry object to render.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Color of the debug info to be rendered (format is css color string).</p></td>
</tr>
<tr>
<td class="name"><code>filled</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Render the objected as a filled (default, true) or a stroked (false)</p></td>
</tr>
<tr>
<td class="name"><code>forceType</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0
</td>
<td class="description last"><p>Force rendering of a specific type. If 0 no type will be forced, otherwise 1 = Rectangle, 2 = Circle, 3 = Point and 4 = Line.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-580">line 580</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="inputInfo"><span class="type-signature"></span>inputInfo<span class="signature">(x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Render debug information about the Input object.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-433">line 433</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="key"><span class="type-signature"></span>key<span class="signature">(key, x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders Phaser.Key object information.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>key</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Key.html">Phaser.Key</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The Key to render the information for.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-412">line 412</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="line"><span class="type-signature"><internal> </span>line<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Internal method that outputs a single line of text split over as many columns as needed, one per parameter.</p>
</div>
<dl class="details">
<dt class="important tag-deprecated">Internal:</dt>
<dd class="tag-deprecated"><ul>
<li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li>
</ul></dd>
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-226">line 226</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="lineInfo"><span class="type-signature"></span>lineInfo<span class="signature">(line, x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders Line information in the given color.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>line</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Line.html">Phaser.Line</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The Line to display the data for.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-541">line 541</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="pixel"><span class="type-signature"></span>pixel<span class="signature">(x, y, <span class="optional">color</span>, <span class="optional">size</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders a single pixel at the given size.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the pixel to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the pixel to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Color of the pixel (format is css color string).</p></td>
</tr>
<tr>
<td class="name"><code>size</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
2
</td>
<td class="description last"><p>The 'size' to render the pixel at.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-560">line 560</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="pointer"><span class="type-signature"></span>pointer<span class="signature">(pointer, <span class="optional">hideIfUp</span>, <span class="optional">downColor</span>, <span class="optional">upColor</span>, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders the Pointer.circle object onto the stage in green if down or red if up along with debug text.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>pointer</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Pointer.html">Phaser.Pointer</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The Pointer you wish to display.</p></td>
</tr>
<tr>
<td class="name"><code>hideIfUp</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
false
</td>
<td class="description last"><p>Doesn't render the circle if the pointer is up.</p></td>
</tr>
<tr>
<td class="name"><code>downColor</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgba(0,255,0,0.5)'
</td>
<td class="description last"><p>The color the circle is rendered in if down.</p></td>
</tr>
<tr>
<td class="name"><code>upColor</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgba(255,0,0,0.5)'
</td>
<td class="description last"><p>The color the circle is rendered in if up (and hideIfUp is false).</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-331">line 331</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="preUpdate"><span class="type-signature"><internal> </span>preUpdate<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Internal method that clears the canvas (if a Sprite) ready for a new debug session.</p>
</div>
<dl class="details">
<dt class="important tag-deprecated">Internal:</dt>
<dd class="tag-deprecated"><ul>
<li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li>
</ul></dd>
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-143">line 143</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="quadTree"><span class="type-signature"></span>quadTree<span class="signature">(quadtree, color)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Visually renders a QuadTree to the display.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>quadtree</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.QuadTree.html">Phaser.QuadTree</a></span>
</td>
<td class="description last"><p>The quadtree to render.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"><p>The color of the lines in the quadtree.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-707">line 707</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="reset"><span class="type-signature"></span>reset<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Clears the Debug canvas.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-162">line 162</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="resize"><span class="type-signature"><internal> </span>resize<span class="signature">(scaleManager, width, height)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Internal method that resizes the BitmapData and Canvas.
Called by ScaleManager.onSizeChange only in WebGL mode.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>scaleManager</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.ScaleManager.html">Phaser.ScaleManager</a></span>
</td>
<td class="description last"><p>The Phaser ScaleManager.</p></td>
</tr>
<tr>
<td class="name"><code>width</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The new width of the game.</p></td>
</tr>
<tr>
<td class="name"><code>height</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The new height of the game.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="important tag-deprecated">Internal:</dt>
<dd class="tag-deprecated"><ul>
<li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li>
</ul></dd>
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-124">line 124</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="ropeSegments"><span class="type-signature"></span>ropeSegments<span class="signature">(rope, <span class="optional">color</span>, <span class="optional">filled</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders the Rope's segments. Note: This is really expensive as it has to calculate new segments every time you call it</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>rope</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Rope.html">Phaser.Rope</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The rope to display the segments of.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Color of the debug info to be rendered (format is css color string).</p></td>
</tr>
<tr>
<td class="name"><code>filled</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Render the rectangle as a fillRect (default, true) or a strokeRect (false)</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-472">line 472</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="soundInfo"><span class="type-signature"></span>soundInfo<span class="signature">(sound, x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Render Sound information, including decoded state, duration, volume and more.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sound</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Sound.html">Phaser.Sound</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The sound object to debug.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-254">line 254</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="spriteBounds"><span class="type-signature"></span>spriteBounds<span class="signature">(sprite, <span class="optional">color</span>, <span class="optional">filled</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders the Sprites bounds. Note: This is really expensive as it has to calculate the bounds every time you call it!</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sprite</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span>
|
<span class="param-type"><a href="Phaser.Image.html">Phaser.Image</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The sprite to display the bounds of.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
</td>
<td class="description last"><p>Color of the debug info to be rendered (format is css color string).</p></td>
</tr>
<tr>
<td class="name"><code>filled</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Render the rectangle as a fillRect (default, true) or a strokeRect (false)</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-453">line 453</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="spriteCoords"><span class="type-signature"></span>spriteCoords<span class="signature">(sprite, x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Renders the sprite coordinates in local, positional and world space.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sprite</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span>
|
<span class="param-type"><a href="Phaser.Image.html">Phaser.Image</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The sprite to display the coordinates for.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-515">line 515</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="spriteInfo"><span class="type-signature"></span>spriteInfo<span class="signature">(sprite, x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Render debug infos (including name, bounds info, position and some other properties) about the Sprite.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sprite</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The Sprite to display the information of.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-492">line 492</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="spriteInputInfo"><span class="type-signature"></span>spriteInputInfo<span class="signature">(sprite, x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Render Sprite Input Debug information.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sprite</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Sprite.html">Phaser.Sprite</a></span>
|
<span class="param-type"><a href="Phaser.Image.html">Phaser.Image</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The sprite to display the input data for.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-391">line 391</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="start"><span class="type-signature"><internal> </span>start<span class="signature">(<span class="optional">x</span>, <span class="optional">y</span>, <span class="optional">color</span>, <span class="optional">columnWidth</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Internal method that resets and starts the debug output values.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0
</td>
<td class="description last"><p>The X value the debug info will start from.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0
</td>
<td class="description last"><p>The Y value the debug info will start from.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>The color the debug text will drawn in.</p></td>
</tr>
<tr>
<td class="name"><code>columnWidth</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
0
</td>
<td class="description last"><p>The spacing between columns.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="important tag-deprecated">Internal:</dt>
<dd class="tag-deprecated"><ul>
<li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li>
</ul></dd>
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-181">line 181</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="stop"><span class="type-signature"><internal> </span>stop<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Internal method that stops the debug output.</p>
</div>
<dl class="details">
<dt class="important tag-deprecated">Internal:</dt>
<dd class="tag-deprecated"><ul>
<li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li>
</ul></dd>
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-214">line 214</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="text"><span class="type-signature"></span>text<span class="signature">(text, x, y, <span class="optional">color</span>, <span class="optional">font</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Render a string of text.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>text</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
</td>
<td class="description last"><p>The line of text to draw.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="description last"><p>Color of the debug info to be rendered (format is css color string).</p></td>
</tr>
<tr>
<td class="name"><code>font</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="description last"><p>The font of text to draw.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-676">line 676</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="timer"><span class="type-signature"></span>timer<span class="signature">(timer, x, y, <span class="optional">color</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Render Timer information.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>timer</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Timer.html">Phaser.Timer</a></span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The Phaser.Timer to show the debug information for.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>X position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>Y position of the debug info to be rendered.</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
'rgb(255,255,255)'
</td>
<td class="description last"><p>color of the debug info to be rendered. (format is css color string).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_utils_Debug.js.html">utils/Debug.js</a>, <a href="src_utils_Debug.js.html#sunlight-1-line-312">line 312</a>
</dt>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2016 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a>
on Mon Jul 11 2016 10:10:53 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html> | fmflame/phaser | docs/Phaser.Utils.Debug.html | HTML | mit | 130,184 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>POSIX-Specific Functionality</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="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../overview.html" title="Overview">
<link rel="prev" href="signals.html" title="Signal Handling">
<link rel="next" href="posix/local.html" title="UNIX Domain Sockets">
</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="signals.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.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="posix/local.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="boost_asio.overview.posix"></a><a class="link" href="posix.html" title="POSIX-Specific Functionality">POSIX-Specific Functionality</a>
</h3></div></div></div>
<p>
<a class="link" href="posix/local.html" title="UNIX Domain Sockets">UNIX Domain Sockets</a>
</p>
<p>
<a class="link" href="posix/stream_descriptor.html" title="Stream-Oriented File Descriptors">Stream-Oriented
File Descriptors</a>
</p>
<p>
<a class="link" href="posix/fork.html" title="Fork">Fork</a>
</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-2014 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="signals.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.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="posix/local.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| rkq/cxxexp | third-party/src/boost_1_56_0/doc/html/boost_asio/overview/posix.html | HTML | mit | 3,161 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Mon Oct 03 08:48:19 EDT 2016 -->
<title>EncRowCalcBolt</title>
<meta name="date" content="2016-10-03">
<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="EncRowCalcBolt";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EncRowCalcBolt.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/pirk/responder/wideskies/storm/EncColMultBolt.html" title="class in org.apache.pirk.responder.wideskies.storm"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/pirk/responder/wideskies/storm/OutputBolt.html" title="class in org.apache.pirk.responder.wideskies.storm"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/pirk/responder/wideskies/storm/EncRowCalcBolt.html" target="_top">Frames</a></li>
<li><a href="EncRowCalcBolt.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.pirk.responder.wideskies.storm</div>
<h2 title="Class EncRowCalcBolt" class="title">Class EncRowCalcBolt</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.storm.topology.base.BaseComponent</li>
<li>
<ul class="inheritance">
<li>org.apache.storm.topology.base.BaseRichBolt</li>
<li>
<ul class="inheritance">
<li>org.apache.pirk.responder.wideskies.storm.EncRowCalcBolt</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, org.apache.storm.task.IBolt, org.apache.storm.topology.IComponent, org.apache.storm.topology.IRichBolt</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">EncRowCalcBolt</span>
extends org.apache.storm.topology.base.BaseRichBolt</pre>
<div class="block">Bolt class to perform the encrypted row calculation
<p>
Receives a <code><hash(selector), dataPartitions></code> tuple as input.
<p>
Encrypts the row data and emits a (column index, encrypted row-value) tuple for each encrypted block.
<p>
Every FLUSH_FREQUENCY seconds, it sends a signal to EncColMultBolt to flush its output and resets all counters. At that point, all outgoing (column index,
encrypted row-value) tuples are buffered until a SESSION_END signal is received back from each EncColMultBolt.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../serialized-form.html#org.apache.pirk.responder.wideskies.storm.EncRowCalcBolt">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/pirk/responder/wideskies/storm/EncRowCalcBolt.html#EncRowCalcBolt--">EncRowCalcBolt</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/pirk/responder/wideskies/storm/EncRowCalcBolt.html#declareOutputFields-org.apache.storm.topology.OutputFieldsDeclarer-">declareOutputFields</a></span>(org.apache.storm.topology.OutputFieldsDeclarer outputFieldsDeclarer)</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/pirk/responder/wideskies/storm/EncRowCalcBolt.html#execute-org.apache.storm.tuple.Tuple-">execute</a></span>(org.apache.storm.tuple.Tuple tuple)</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/pirk/responder/wideskies/storm/EncRowCalcBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(java.util.Map map,
org.apache.storm.task.TopologyContext topologyContext,
org.apache.storm.task.OutputCollector coll)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.storm.topology.base.BaseRichBolt">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.storm.topology.base.BaseRichBolt</h3>
<code>cleanup</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.storm.topology.base.BaseComponent">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.storm.topology.base.BaseComponent</h3>
<code>getComponentConfiguration</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>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.storm.topology.IComponent">
<!-- -->
</a>
<h3>Methods inherited from interface org.apache.storm.topology.IComponent</h3>
<code>getComponentConfiguration</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="EncRowCalcBolt--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EncRowCalcBolt</h4>
<pre>public EncRowCalcBolt()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepare</h4>
<pre>public void prepare(java.util.Map map,
org.apache.storm.task.TopologyContext topologyContext,
org.apache.storm.task.OutputCollector coll)</pre>
</li>
</ul>
<a name="execute-org.apache.storm.tuple.Tuple-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>execute</h4>
<pre>public void execute(org.apache.storm.tuple.Tuple tuple)</pre>
</li>
</ul>
<a name="declareOutputFields-org.apache.storm.topology.OutputFieldsDeclarer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>declareOutputFields</h4>
<pre>public void declareOutputFields(org.apache.storm.topology.OutputFieldsDeclarer outputFieldsDeclarer)</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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EncRowCalcBolt.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/pirk/responder/wideskies/storm/EncColMultBolt.html" title="class in org.apache.pirk.responder.wideskies.storm"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/pirk/responder/wideskies/storm/OutputBolt.html" title="class in org.apache.pirk.responder.wideskies.storm"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/pirk/responder/wideskies/storm/EncRowCalcBolt.html" target="_top">Frames</a></li>
<li><a href="EncRowCalcBolt.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| ellisonanne/incubator-pirk | docs/org/apache/pirk/responder/wideskies/storm/EncRowCalcBolt.html | HTML | apache-2.0 | 13,236 |
<!--
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.
-->
<body>
Implementation of "model" APIs for Containers.
</body>
| apache/commons-jxpath | src/main/java/org/apache/commons/jxpath/ri/model/container/package.html | HTML | apache-2.0 | 857 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_16) on Sun Apr 12 19:39:56 EDT 2009 -->
<TITLE>
Uses of Interface org.jredis.connector.MultiBulkResponse
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../javadoc-stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface org.jredis.connector.MultiBulkResponse";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/jredis/connector/MultiBulkResponse.html" title="interface in org.jredis.connector"><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?org/jredis/connector/class-use/MultiBulkResponse.html" target="_top"><B>FRAMES</B></A>
<A HREF="MultiBulkResponse.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.jredis.connector.MultiBulkResponse</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/jredis/connector/MultiBulkResponse.html" title="interface in org.jredis.connector">MultiBulkResponse</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jredis.ri.alphazero"><B>org.jredis.ri.alphazero</B></A></TD>
<TD>This package and child packages contain reference implementation alphazero
of the <A HREF="../../../../org/jredis/JRedis.html" title="interface in org.jredis"><CODE>JRedis</CODE></A> and <A HREF="../../../../org/jredis/connector/Connection.html" title="interface in org.jredis.connector"><CODE>Connection</CODE></A>
of the optional Connector specifications. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.jredis.ri.alphazero"><!-- --></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/jredis/connector/MultiBulkResponse.html" title="interface in org.jredis.connector">MultiBulkResponse</A> in <A HREF="../../../../org/jredis/ri/alphazero/package-summary.html">org.jredis.ri.alphazero</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../org/jredis/ri/alphazero/package-summary.html">org.jredis.ri.alphazero</A> that implement <A HREF="../../../../org/jredis/connector/MultiBulkResponse.html" title="interface in org.jredis.connector">MultiBulkResponse</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/jredis/ri/alphazero/SynchProtocol.SynchMultiBulkResponse.html" title="class in org.jredis.ri.alphazero">SynchProtocol.SynchMultiBulkResponse</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/jredis/connector/MultiBulkResponse.html" title="interface in org.jredis.connector"><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?org/jredis/connector/class-use/MultiBulkResponse.html" target="_top"><B>FRAMES</B></A>
<A HREF="MultiBulkResponse.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>
| jiangangch/jredis | docs/javadocs/org/jredis/connector/class-use/MultiBulkResponse.html | HTML | apache-2.0 | 7,946 |
<?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>test_ZK (SahiDriverTest)</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 test/sahi_test.rb, line 38</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_ZK</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">set_speed</span>(<span class="ruby-value">200</span>)
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">navigate_to</span>(<span class="ruby-value str">"http://www.zkoss.org/zkdemo/userguide/"</span>)
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">div</span>(<span class="ruby-value str">"Hello World"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">span</span>(<span class="ruby-value str">"Pure Java"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">div</span>(<span class="ruby-value str">"Various Form"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">wait</span>(<span class="ruby-value">5000</span>) {<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">textbox</span>(<span class="ruby-value str">"z-intbox[1]"</span>).<span class="ruby-identifier">visible?</span>}
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">div</span>(<span class="ruby-value str">"Comboboxes"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">textbox</span>(<span class="ruby-value str">"z-combobox-inp"</span>).<span class="ruby-identifier">value</span> = <span class="ruby-value str">"aa"</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">italic</span>(<span class="ruby-value str">"z-combobox-btn"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">cell</span>(<span class="ruby-value str">"Simple and Rich"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">italic</span>(<span class="ruby-value str">"z-combobox-btn[1]"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">span</span>(<span class="ruby-value str">"The coolest technology"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">italic</span>(<span class="ruby-value str">"z-combobox-btn[2]"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">image</span>(<span class="ruby-value str">"CogwheelEye-32x32.gif"</span>).<span class="ruby-identifier">click</span>
<span class="ruby-identifier">assert</span>(<span class="ruby-ivar">@browser</span>.<span class="ruby-identifier">textbox</span>(<span class="ruby-value str">"z-combobox-inp[2]"</span>).<span class="ruby-identifier">exists?</span>)
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> | ketan/functional-tests | tools/sahi/ruby/doc/classes/SahiDriverTest.src/M000005.html | HTML | apache-2.0 | 3,747 |
<!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_11) on Mon Jul 12 21:36:18 CEST 2010 -->
<TITLE>
Uses of Class org.apache.fop.apps.FopFactoryConfigurator (Apache FOP 1.0 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.apache.fop.apps.FopFactoryConfigurator (Apache FOP 1.0 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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/fop/apps/FopFactoryConfigurator.html" title="class in org.apache.fop.apps"><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>
fop 1.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="FopFactoryConfigurator.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.fop.apps.FopFactoryConfigurator</B></H2>
</CENTER>
No usage of org.apache.fop.apps.FopFactoryConfigurator
<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=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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/fop/apps/FopFactoryConfigurator.html" title="class in org.apache.fop.apps"><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>
fop 1.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="FopFactoryConfigurator.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 1999-2010 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
| lewismc/yax | lib/fop-1.0/javadocs/org/apache/fop/apps/class-use/FopFactoryConfigurator.html | HTML | apache-2.0 | 5,818 |
<section ng-controller="AdminCtrl" class="user">
<div ng-include="'/templates/navbar.html'"></div>
<body>
<div class="list-group">
<!--begin FORM-->
<div class="containerPad">
<div class="container-fluid main-body form-body">
<div class="form row">
<form ng-submit="addUser()"><!-- push a new message onto the array-->
<!--name-->
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 formFormat name">
<input class="form-control" ng-model="newUserName" placeholder="enter user name" change="users.$save(user)"/>
</div>
<!--email-->
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 formFormat email">
<input class="form-control" ng-model="newUserEmail" placeholder="enter user password" change="users.$save(user)"/>
</div>
<!--password-->
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 formFormat password">
<input class="form-control" ng-model="newUserPass" placeholder="enter user password" change="users.$save(user)"/>
</div>
<!--Add Button-->
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 btn-div"><button type="submit" type="button" class="btn-add">Add to-do item</button></div>
</form>
</div> <!--end row-->
</div> <!--end container-fluid-->
</div> <!--end containerPad-->
</div>
</body>
</section>
| pacopicon/spedtracker | dist/templates/adminPortal.html | HTML | apache-2.0 | 1,355 |
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module interop.net.type.test_reachtype</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="interop.html"><font color="#ffffff">interop</font></a>.<a href="interop.net.html"><font color="#ffffff">net</font></a>.<a href="interop.net.type.html"><font color="#ffffff">type</font></a>.test_reachtype</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:e:\vslrft\dlr\languages\ironpython\tests\interop\net\type\test_reachtype.py">e:\vslrft\dlr\languages\ironpython\tests\interop\net\type\test_reachtype.py</a></font></td></tr></table>
<p><tt>Test cases try to access a .NET type.</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="clr.html">clr</a><br>
<a href="iptest.file_util.html">iptest.file_util</a><br>
</td><td width="25%" valign=top><a href="logging.html">logging</a><br>
<a href="nt.html">nt</a><br>
</td><td width="25%" valign=top><a href="sys.html">sys</a><br>
<a href="time.html">time</a><br>
</td><td width="25%" valign=top><a href="iptest.type_util.html">iptest.type_util</a><br>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#eeaa77">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
<td width="100%"><dl><dt><a name="-test_digits_in_ns8074"><strong>test_digits_in_ns8074</strong></a>()</dt></dl>
<dl><dt><a name="-test_generic_type_without_namespace"><strong>test_generic_type_without_namespace</strong></a>()</dt></dl>
<dl><dt><a name="-test_generic_types"><strong>test_generic_types</strong></a>()</dt></dl>
<dl><dt><a name="-test_interesting_names_as_class_name"><strong>test_interesting_names_as_class_name</strong></a>()</dt></dl>
<dl><dt><a name="-test_interesting_names_as_namespace"><strong>test_interesting_names_as_namespace</strong></a>()</dt></dl>
<dl><dt><a name="-test_nothing_public"><strong>test_nothing_public</strong></a>()</dt></dl>
<dl><dt><a name="-test_type_causing_load_exception"><strong>test_type_causing_load_exception</strong></a>()</dt></dl>
<dl><dt><a name="-test_type_forward1"><strong>test_type_forward1</strong></a>()</dt></dl>
<dl><dt><a name="-test_type_forward2"><strong>test_type_forward2</strong></a>()</dt></dl>
<dl><dt><a name="-test_type_forward3"><strong>test_type_forward3</strong></a>()</dt></dl>
<dl><dt><a name="-test_type_from_reflection_emit"><strong>test_type_from_reflection_emit</strong></a>()</dt></dl>
<dl><dt><a name="-test_type_without_namespace"><strong>test_type_without_namespace</strong></a>()</dt></dl>
<dl><dt><a name="-test_various_types"><strong>test_various_types</strong></a>()</dt></dl>
</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>MAX_FAILURE_RETRY</strong> = 3<br>
<strong>System</strong> = <module 'System' (CLS module, 4 assemblies loaded)><br>
<strong>bultin_constants</strong> = ['None', 'False']<br>
<strong>bultin_funcs</strong> = ['abs', 'type', 'file']<br>
<strong>bultin_types</strong> = ['complex', 'StandardError']<br>
<strong>colon</strong> = ':'<br>
<strong>ironpython_dlls</strong> = ['Microsoft.Scripting.Core.dll', 'Microsoft.Scripting.dll', 'Microsoft.Scripting.Internal.dll', 'IronPython.Modules.dll', 'IronPython.dll']<br>
<strong>is_32</strong> = True<br>
<strong>is_64</strong> = False<br>
<strong>is_cli</strong> = True<br>
<strong>is_cli32</strong> = True<br>
<strong>is_cli64</strong> = False<br>
<strong>is_cpython</strong> = False<br>
<strong>is_debug</strong> = True<br>
<strong>is_ironpython</strong> = True<br>
<strong>is_orcas</strong> = True<br>
<strong>is_peverify_run</strong> = False<br>
<strong>is_silverlight</strong> = False<br>
<strong>is_snap</strong> = False<br>
<strong>is_stress</strong> = False<br>
<strong>is_vista</strong> = False<br>
<strong>keywords</strong> = ['pass', 'import', 'def', 'exec', 'except']<br>
<strong>modules</strong> = ['__builtin__', 'datetime', '_collections', 'site']<br>
<strong>newline</strong> = '<font color="#c040c0">\r\n</font>'<br>
<strong>separator</strong> = r'\'</td></tr></table>
</body></html> | slozier/ironpython2 | Tests/plans/interop.net.type.test_reachtype.html | HTML | apache-2.0 | 5,287 |
{% extends "microblog/base.html" %}
{% load i18n microblog_tags %}
{% block BLOG_HEADER %}
<h1>{% trans "Archivio Blog" %}</h1>
{% endblock %}
{% block BLOG_CONTENT %}
{% post_list as posts %}
{% show_posts_list posts %}
{% endblock %}
| leriomaggio/pycon_site | p3/templates/microblog/post_list.html | HTML | bsd-2-clause | 248 |
<!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 Tue Aug 09 13:19:00 CEST 2011 -->
<title>Uses of Class com.readystatesoftware.mapviewballoons.R.color</title>
<meta name="date" content="2011-08-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="Uses of Class com.readystatesoftware.mapviewballoons.R.color";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="header">
<h2 title="Uses of Class com.readystatesoftware.mapviewballoons.R.color" class="title">Uses of Class<br>com.readystatesoftware.mapviewballoons.R.color</h2>
</div>
<div class="classUseContainer">No usage of com.readystatesoftware.mapviewballoons.R.color</div>
</body>
</html>
| BentThomsen/SmartCampusAAU | Android/SmartCampusApp/doc/com/readystatesoftware/mapviewballoons/class-use/R.color.html | HTML | bsd-3-clause | 1,023 |
<!--
@BLINK-ALLOW:language=*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:language:*
-->
<!DOCTYPE html>
<html>
<body>
<p lang="en-US">How are you?</p>
<p lang="fr-FR">Comment allez-vous?</p>
</body>
</html>
| danakj/chromium | content/test/data/accessibility/css/language.html | HTML | bsd-3-clause | 213 |
<!-- title: frappe.config.desk --><div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/frappe/blob/develop/frappe/config/desk.py"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<p class="docs-attr-name">
<a name="frappe.config.desk.get_data" href="#frappe.config.desk.get_data" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
frappe.config.desk.<b>get_data</b>
<i class="text-muted">()</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
<!-- autodoc --> | saguas/frappe | frappe/docs/current/api/config/frappe.config.desk.html | HTML | mit | 818 |
<div ng-controller="AppCtrl as vm" layout="column" layout-margin style="padding:25px;">
<h4 style="margin-top:10px">Determinate</h4>
<p>For operations where the percentage of the operation completed can be determined, use a determinate indicator. They give users a quick sense of how long an operation will take.</p>
<div layout="row" layout-sm="column" layout-align="space-around">
<md-progress-circular md-mode="determinate" value="{{vm.determinateValue}}"></md-progress-circular>
</div>
<h4>Indeterminate</h4>
<p>For operations where the user is asked to wait a moment while something finishes up, and it's not necessary to expose what's happening behind the scenes and how long it will take, use an indeterminate indicator.</p>
<div layout="row" layout-sm="column" layout-align="space-around">
<md-progress-circular md-mode="indeterminate"></md-progress-circular>
</div>
<h4>Theming </h4>
<p>
Your current theme colors can be used to easily colorize your progress indicator with `md-warn` or `md-accent` colors.
To easily hide a <b><md-progress-circular></b> component, simply set the <b>md-mode</b> to "" or null.
</p>
<div layout="row" layout-sm="column" layout-align="space-around" >
<md-progress-circular class="md-hue-2" md-mode="{{vm.modes[0]}}" md-diameter="20px" ></md-progress-circular>
<md-progress-circular class="md-accent" md-mode="{{vm.modes[1]}}" md-diameter="40" ></md-progress-circular>
<md-progress-circular class="md-accent md-hue-1" md-mode="{{vm.modes[2]}}" md-diameter="60" ></md-progress-circular>
<md-progress-circular class="md-warn md-hue-3" md-mode="{{vm.modes[3]}}" md-diameter="70"></md-progress-circular>
<md-progress-circular md-mode="{{vm.modes[4]}}" md-diameter="96"></md-progress-circular>
</div>
<div layout="row" id="loaders">
<p style="margin-right: 20px">Show Progress Circular Indicators: </p>
<h5>Off</h5>
<md-switch
ng-model="vm.activated"
ng-change="vm.toggleActivation()"
aria-label="Toggle Progress Circular Indicators">
<h5>On</h5>
</md-switch>
</div>
</div>
| hitesh97/material | src/components/progressCircular/demoBasicUsage/index.html | HTML | mit | 2,206 |
<ion-header>
<ion-navbar>
<button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title>
Events
</ion-title>
</ion-navbar>
</ion-header>
<ion-content>
<h3 margin-left>Logout</h3>
<p margin>Click the logout button to logout. Then, toggle the menu to see the menu items change.</p>
<div padding>
<button ion-button block (click)="logout()">Logout</button>
<button ion-button block color="secondary" menuToggle>Toggle Menu</button>
</div>
</ion-content>
| alan-agius4/ionic | demos/src/events/pages/page-two/page-two.html | HTML | mit | 530 |
<template name="afBooleanSelect_materialize">
<select {{atts}}>
{{#each this.items}}
<option {{optionAtts}}>{{this.label}}</option>
{{/each}}
</select>
</template>
| poetic/meteor-autoform-materialize | inputTypes/boolean-select/boolean-select.html | HTML | mit | 182 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
<h1>[name]</h1>
<p class="desc">
A loader for loading a [page:BufferGeometry].
This uses the [page:FileLoader] internally for loading files.
</p>
<h2>Example</h2>
[example:webgl_geometry_colors_lookuptable WebGL / geometry / colors / lookuptable]
<code>
// instantiate a loader
var loader = new THREE.BufferGeometryLoader();
// load a resource
loader.load(
// resource URL
'models/json/pressure.json',
// onLoad callback
function ( geometry ) {
var material = new THREE.MeshLambertMaterial( { color: 0xF5F5F5 } );
var object = new THREE.Mesh( geometry, material );
scene.add( object );
},
// onProgress callback
function ( xhr ) {
console.log( (xhr.loaded / xhr.total * 100) + '% loaded' );
},
// onError callback
function ( err ) {
console.log( 'An error happened' );
}
);
</code>
<h2>Constructor</h2>
<h3>[name]( [param:LoadingManager manager] )</h3>
<p>
[page:LoadingManager manager] — The [page:LoadingManager loadingManager] for the loader to use. Default is [page:LoadingManager THREE.DefaultLoadingManager].
</p>
<p>
Creates a new [name].
</p>
<h2>Properties</h2>
<h3>[property:LoadingManager manager]</h3>
<p>
The [page:LoadingManager loadingManager] the loader is using. Default is [page:DefaultLoadingManager].
</p>
<h2>Methods</h2>
<h3>[method:null load]( [param:String url], [param:Function onLoad], [param:Function onProgress], [param:Function onError] )</h3>
<p>
[page:String url] — the path or URL to the file. This can also be a
[link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs Data URI].d<br />
[page:Function onLoad] — Will be called when load completes. The argument will be the loaded [page:BufferGeometry].<br />
[page:Function onProgress] — Will be called while load progresses. The argument will be the XMLHttpRequest instance, which contains .[page:Integer total] and .[page:Integer loaded] bytes.<br />
[page:Function onError] — Will be called when load errors.<br />
</p>
<p>
Begin loading from url and call onLoad with the parsed response content.
</p>
<h3>[method:BufferGeometry parse]( [param:Object json] )</h3>
<p>
[page:Object json] — The <em>JSON</em> structure to parse.<br /><br />
Parse a <em>JSON</em> structure and return a [page:BufferGeometry].
</p>
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</body>
</html>
| daoshengmu/three.js | docs/api/loaders/BufferGeometryLoader.html | HTML | mit | 2,754 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Select methods</title>
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile-1.1.0.css" />
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
<script src="../../../js/jquery.js"></script>
<script src="../../../docs/_assets/js/jqm-docs.js"></script>
<script src="../../../js/jquery.mobile-1.1.0.js"></script>
</head>
<body>
<div data-role="page" class="type-interior">
<div data-role="header" data-theme="f">
<h1>Select Menus</h1>
<a href="../../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
<a href="../../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
</div><!-- /header -->
<div data-role="content">
<div class="content-primary">
<form action="#" method="get">
<h2>Select menus</h2>
<ul data-role="controlgroup" data-type="horizontal" class="localnav">
<li><a href="index.html" data-role="button" data-transition="fade">Basics</a></li>
<li><a href="options.html" data-role="button" data-transition="fade">Options</a></li>
<li><a href="methods.html" data-role="button" data-transition="fade" class="ui-btn-active">Methods</a></li>
<li><a href="events.html" data-role="button" data-transition="fade">Events</a></li>
</ul>
<p>The select menu plugin has the following methods:</p>
<dl>
<dt><code>close</code> close an open select menu</dt>
<dd>
<pre><code>
$('select').selectmenu('close');
</code></pre>
</dd>
<dt><code>enable</code> enable a disabled select</dt>
<dd>
<pre><code>
$('select').selectmenu('enable');
</code></pre>
</dd>
<dt><code>disable</code> disable a select.</dt>
<dd>
<pre><code>
$('select').selectmenu('disable');
</code></pre>
</dd>
<dt><code>open</code> open a closed select menu (<a href="custom.html">custom menus</a> only)</dt>
<dd>
<pre><code>
$('select').selectmenu('open');
</code></pre>
</dd>
<dt><code>refresh</code> update the custom select</dt>
<dd>
This is used to update the custom select to reflect the native select element's value.If the number of options in the select are different than the number of items in the custom menu, it'll rebuild the custom menu. Also, if you pass a true argument you can force the rebuild to happen.
<pre><code>
//refresh value
$('select').selectmenu('refresh');
//refresh and force rebuild
$('select').selectmenu('refresh', true);
</code></pre>
</dd>
</dl>
</form>
</div><!--/content-primary -->
<div class="content-secondary">
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">
<li data-role="list-divider">Form elements</li>
<li><a href="../docs-forms.html">Form basics</a></li>
<li><a href="../forms-all.html">Form element gallery</a></li>
<li><a href="../forms-all-mini.html">Mini form element gallery</a></li>
<li><a href="../textinputs/index.html">Text inputs</a></li>
<li><a href="../search/">Search input</a></li>
<li><a href="../slider/">Slider</a></li>
<li><a href="../switch/">Flip toggle switch</a></li>
<li><a href="../radiobuttons/">Radio buttons</a></li>
<li><a href="../checkboxes/">Checkboxes</a></li>
<li data-theme="a"><a href="index.html">Select menus</a></li>
<li><a href="../forms-themes.html">Theming forms</a></li>
<li><a href="../forms-all-native.html">Native form elements</a></li>
<li><a href="../forms-sample.html">Submitting forms</a></li>
</ul>
</div>
</div>
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>© 2011-12 The jQuery Foundation</p>
</div>
</div><!-- /page -->
</body>
</html>
| bgarman4/Mobile-ClevelandMetroparks | www/libs/jquery.mobile-1.1.0/demos/docs/forms/selects/methods.html | HTML | mit | 4,158 |
<!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_01) on Mon Apr 16 06:49:13 PST 2007 -->
<TITLE>
Deprecated List
</TITLE>
<META NAME="date" CONTENT="2007-04-16">
<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="Deprecated List";
}
}
</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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </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?deprecated-list.html" target="_top"><B>FRAMES</B></A>
<A HREF="deprecated-list.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>Deprecated API</B></H2>
</CENTER>
<HR SIZE="4" NOSHADE>
<B>Contents</B><UL>
</UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </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?deprecated-list.html" target="_top"><B>FRAMES</B></A>
<A HREF="deprecated-list.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>
| jflory7/SFHSAPCompSci2015 | src/main/java/com/justinwflory/labs/gridworld/javadoc/deprecated-list.html | HTML | apache-2.0 | 4,882 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Aloha Editor command insertunorderedlist tests</title>
<!-- include qunit -->
<link rel="stylesheet" href="../vendor/qunit.css" type="text/css"/>
<script type="text/javascript" src="../vendor/qunit.js"></script>
<!-- include jquery -->
<script src="../vendor/jquery-1.6.1.js" ></script>
<script type="text/javascript" src="../vendor/jquery.simulate.js"></script>
<script>
window.alohaQuery = jQuery.noConflict();
</script>
<!-- include aloha -->
<script src="../../lib/aloha.js" data-aloha-plugins="common/list"></script>
<!-- inject into testswarm -->
<script type="text/javascript" src="../vendor/swarminject.js"></script>
<script>
// load command test suite
require( ['commandtest'] );
</script>
<style type="text/css">
.aloha-editable ol li { list-style-type: decimal; margin: 1.5em; }
.aloha-editable ol li ol li{ list-style-type: decimal; margin: 2em; }
</style>
</head>
<body>
<!-- include the tests -->
<script>
var tests = {
defaultCommand: 'insertunorderedlist',
tests: [
// empty
{ exclude: [ 'msie', 'mozilla' ],
start: '{}',
execResult: '<ul><li>{}</li></ul>'
},
{ include: [ 'msie', 'mozilla' ],
start: '{}',
execResult: '<ul><li>[]</li></ul>'
},
{ exclude: 'msie',
start: '<p>{}<br/></p>',
execResult: '<ul><li>{}<br/></li></ul>'
},
{ exclude: 'msie',
start: '<ul><li>{}<br/></li></ul>',
execResult: '<p>{}<br/></p>'
},
{ include: 'msie',
start: '<ul><li>{}</li></ul>',
execResult: '<p>{}</p>'
},
{ start: '<ol><li>{}</li></ol>',
execResult: '<ul><li>{}</li></ul>'
},
// single line at end
{ start: 'foo[]',
execResult: '<ul><li>foo[]</li></ul>'
},
{ start: '<p>foo[]</p>',
execResult: '<ul><li>foo[]</li></ul>'
},
{ start: '<ul><li>foo[]</li></ul>',
execResult: '<p>foo[]</p>'
},
{ start: '<ol><li>foo[]</li></ol>',
execResult: '<ul><li>foo[]</li></ul>'
},
// single line at start
{ start: '[]foo',
execResult: '<ul><li>[]foo</li></ul>'
},
{ start: '<p>[]foo</p>',
execResult: '<ul><li>[]foo</li></ul>'
},
{ start: '<ul><li>[]foo</li></ul>',
execResult: '<p>[]foo</p>'
},
{ start: '<ol><li>[]foo</li></ol>',
execResult: '<ul><li>[]foo</li></ul>'
},
// single line fully selected
{ start: '[foo]',
execResult: '<ul><li>[foo]</li></ul>'
},
{ start: '<p>[foo]</p>',
execResult: '<ul><li>[foo]</li></ul>'
},
{ start: '<ul><li>[foo]</li></ul>',
execResult: '<p>[foo]</p>'
},
{ start: '<ol><li>[foo]</li></ol>',
execResult: '<ul><li>[foo]</li></ul>'
},
// two lines at end of first
{ start: 'foo[]<br/>bar',
// execResult: '<ul><li>foo[]</li></ul><p>bar</p>' // TODO this is the real expected behaviour, but currently it's not implemented like that
execResult: '<ul><li>foo[]<br/>bar</li></ul>'
},
{ start: '<p>foo[]</p><p>bar</p>',
execResult: '<ul><li>foo[]</li></ul><p>bar</p>'
},
{ start: '<ul><li>foo[]</li></ul><p>bar</p>',
execResult: '<p>foo[]</p><p>bar</p>'
},
{ start: '<ol><li>foo[]</li></ol><p>bar</p>',
execResult: '<ul><li>foo[]</li></ul><p>bar</p>'
},
// two lines at start of second
{ start: 'foo<br/>[]bar',
// execResult: '<ul><li>foo[]</li></ul><p>bar</p>' // TODO this is the real expected behaviour, but currently it's not implemented like that
execResult: '<ul><li>foo<br/>[]bar</li></ul>'
},
{ start: '<p>foo</p><p>[]bar</p>',
execResult: '<p>foo</p><ul><li>[]bar</li></ul>'
},
{ start: '<p>foo</p><ul><li>[]bar</li></ul>',
execResult: '<p>foo</p><p>[]bar</p>'
},
{ start: '<p>foo</p><ol><li>[]bar</li></ol>',
execResult: '<p>foo</p><ul><li>[]bar</li></ul>'
},
// two lines fully selected
{ start: '[foo<br/>bar]',
// execResult: '<ul><li>[foo</li><li>bar]</li></ul>' // TODO this is the real expected behaviour, but currently it's not implemented like that
execResult: '<ul><li>[foo<br/>bar]</li></ul>'
},
{ start: '<p>[foo</p><p>bar]</p>',
execResult: '<ul><li>[foo</li><li>bar]</li></ul>'
},
{ start: '<ul><li>[foo</li><li>bar]</li></ul>',
execResult: '<p>[foo</p><p>bar]</p>'
},
{ start: '<ol><li>[foo</li><li>bar]</li></ol>',
execResult: '<ul><li>[foo</li><li>bar]</li></ul>'
},
// nested ol, in outer
{ exclude: 'msie',
start: '<ol><li>foo[]</li><li>bar<ol><li>baz</li><li>quz</li></ol></li></ol>',
execResult: '<ul><li>foo[]</li><li>bar<ol><li>baz</li><li>quz</li></ol></li></ul>'
},
{ include: 'msie',
start: '<ol><li>foo[]</li><li>bar<ol><li>baz</li><li>quz</li></ol></li></ol>',
execResult: '<ul><li>foo[]</li><li>bar <ol><li>baz</li><li>quz</li></ol></li></ul>'
},
// nested ol, in inner
{ exclude: 'msie',
start: '<ol><li>foo</li><li>bar<ol><li>baz[]</li><li>quz</li></ol></li></ol>',
execResult: '<ol><li>foo</li><li>bar<ul><li>baz[]</li><li>quz</li></ul></li></ol>'
},
{ include: 'msie',
start: '<ol><li>foo</li><li>bar<ol><li>baz[]</li><li>quz</li></ol></li></ol>',
execResult: '<ol><li>foo</li><li>bar <ul><li>baz[]</li><li>quz</li></ul></li></ol>'
},
// nested ul, in outer
{ start: '<ul><li>foo[]</li><li>bar<ul><li>baz</li><li>quz</li></ul></li></ul>',
execResult: '<p>foo[]</p><p>bar</p><ul><li>baz</li><li>quz</li></ul>'
},
// nested ul, in inner
{ start: '<ul><li>foo</li><li>bar<ul><li>baz[]</li><li>quz</li></ul></li></ul>',
execResult: '<ul><li>foo</li><li>bar</li><li>baz[]</li><li>quz</li></ul>'
},
// ol nested in ul, selection in outer
{ start: '<ul><li>foo[]</li><li>bar<ol><li>baz</li><li>quz</li></ol></li></ul>',
execResult: '<p>foo[]</p><p>bar</p><ol><li>baz</li><li>quz</li></ol>'
},
// ol nested in ul, selection in inner
{ exclude: 'msie',
start: '<ul><li>foo</li><li>bar<ol><li>baz[]</li><li>quz</li></ol></li></ul>',
execResult: '<ul><li>foo</li><li>bar<ul><li>baz[]</li><li>quz</li></ul></li></ul>'
},
{ include: 'msie',
start: '<ul><li>foo</li><li>bar<ol><li>baz[]</li><li>quz</li></ol></li></ul>',
execResult: '<ul><li>foo</li><li>bar <ul><li>baz[]</li><li>quz</li></ul></li></ul>'
},
// ul nested in ol, selection in outer
{ exclude: 'msie',
start: '<ol><li>foo[]</li><li>bar<ul><li>baz</li><li>quz</li></ul></li></ol>',
execResult: '<ul><li>foo[]</li><li>bar<ul><li>baz</li><li>quz</li></ul></li></ul>'
},
{ include: 'msie',
start: '<ol><li>foo[]</li><li>bar<ul><li>baz</li><li>quz</li></ul></li></ol>',
execResult: '<ul><li>foo[]</li><li>bar <ul><li>baz</li><li>quz</li></ul></li></ul>'
},
// ul nested in ol, selection in inner
{ start: '<ol><li>foo</li><li>bar<ul><li>baz[]</li><li>quz</li></ul></li></ol>',
execResult: '<ol><li>foo</li><li>bar</li><li>baz[]</li><li>quz</li></ol>'
}
]
}
</script>
<h1 id="qunit-header">Aloha Editor insertUnorderedList tests</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture"></div>
<div id="edit" style="margin:20px; border:1px solid #000000;"></div>
<div id="logBody"></div>
</body>
</html>
| AKSW/SlideWiki | slidewiki/libraries/frontend/alohaeditor/aloha/test/unit/insertunorderedlist.html | HTML | apache-2.0 | 7,275 |
<!DOCTYPE html>
<html lang="en" ng-app="jpm">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/releases/5.0.0/css/style.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="/js/releases.js"></script>
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>-builderignore PATH-SPEC ( ‘,’ PATH-SPEC ) *</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="-builderignore PATH-SPEC ( ‘,’ PATH-SPEC ) *" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Specified paths must be relative to the project. Each path represents a directory in a project to be ignored by the builder when deciding if the bundles of the project need to be built. This is processed for workspace model builds by the Bndtools builder in Eclipse and the Bnd Gradle plugin." />
<meta property="og:description" content="Specified paths must be relative to the project. Each path represents a directory in a project to be ignored by the builder when deciding if the bundles of the project need to be built. This is processed for workspace model builds by the Bndtools builder in Eclipse and the Bnd Gradle plugin." />
<script type="application/ld+json">
{"@type":"WebPage","headline":"-builderignore PATH-SPEC ( ‘,’ PATH-SPEC ) *","url":"/releases/5.0.0/instructions/builderignore.html","description":"Specified paths must be relative to the project. Each path represents a directory in a project to be ignored by the builder when deciding if the bundles of the project need to be built. This is processed for workspace model builds by the Bndtools builder in Eclipse and the Bnd Gradle plugin.","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<ul class="container12 menu-bar">
<li span=11><a class=menu-link href="/releases/5.0.0/"><img
class=menu-logo src="/releases/5.0.0/img/bnd-80x40-white.png"></a>
<a href="/releases/5.0.0/chapters/110-introduction.html">Intro
</a><a href="/releases/5.0.0/chapters/800-headers.html">Headers
</a><a href="/releases/5.0.0/chapters/825-instructions-ref.html">Instructions
</a><a href="/releases/5.0.0/chapters/855-macros-ref.html">Macros
</a><a href="/releases/5.0.0/chapters/400-commands.html">Commands
</a><div class="releases"><button class="dropbtn">5.0.0</button><div class="dropdown-content"></div></div>
<li class=menu-link span=1>
<a href="https://github.com/bndtools/bnd" target="_"><img
style="position:absolute;top:0;right:0;margin:0;padding:0;z-index:100"
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
</ul>
<ul class=container12>
<li span=3>
<div>
<ul class="side-nav">
<li><a href="/releases/5.0.0/chapters/110-introduction.html">Introduction</a>
<li><a href="/releases/5.0.0/chapters/120-install.html">How to install bnd</a>
<li><a href="/releases/5.0.0/chapters/123-tour-workspace.html">Guided Tour</a>
<li><a href="/releases/5.0.0/chapters/125-tour-features.html">Guided Tour Workspace & Projects</a>
<li><a href="/releases/5.0.0/chapters/130-concepts.html">Concepts</a>
<li><a href="/releases/5.0.0/chapters/140-best-practices.html">Best practices</a>
<li><a href="/releases/5.0.0/chapters/150-build.html">Build</a>
<li><a href="/releases/5.0.0/chapters/155-project-setup.html">Project Setup</a>
<li><a href="/releases/5.0.0/chapters/160-jars.html">Generating JARs</a>
<li><a href="/releases/5.0.0/chapters/170-versioning.html">Versioning</a>
<li><a href="/releases/5.0.0/chapters/180-baselining.html">Baselining</a>
<li><a href="/releases/5.0.0/chapters/200-components.html">Service Components</a>
<li><a href="/releases/5.0.0/chapters/210-metatype.html">Metatype</a>
<li><a href="/releases/5.0.0/chapters/220-contracts.html">Contracts</a>
<li><a href="/releases/5.0.0/chapters/230-manifest-annotations.html">Bundle Annotations</a>
<li><a href="/releases/5.0.0/chapters/235-accessor-properties.html">Accessor Properties</a>
<li><a href="/releases/5.0.0/chapters/240-spi-annotations.html">SPI Annotations</a>
<li><a href="/releases/5.0.0/chapters/250-resolving.html">Resolving Dependencies</a>
<li><a href="/releases/5.0.0/chapters/300-launching.html">Launching</a>
<li><a href="/releases/5.0.0/chapters/305-startlevels.html">Startlevels</a>
<li><a href="/releases/5.0.0/chapters/310-testing.html">Testing</a>
<li><a href="/releases/5.0.0/chapters/315-launchpad-testing.html">Testing with Launchpad</a>
<li><a href="/releases/5.0.0/chapters/320-packaging.html">Packaging Applications</a>
<li><a href="/releases/5.0.0/chapters/330-jpms.html">JPMS Libraries</a>
<li><a href="/releases/5.0.0/chapters/390-wrapping.html">Wrapping Libraries to OSGi Bundles</a>
<li><a href="/releases/5.0.0/chapters/395-generating-documentation.html">Generating Documentation</a>
<li><a href="/releases/5.0.0/chapters/400-commands.html">Commands</a>
<li><a href="/releases/5.0.0/chapters/600-developer.html">For Developers</a>
<li><a href="/releases/5.0.0/chapters/650-windows.html">Tips for Windows users</a>
<li><a href="/releases/5.0.0/chapters/700-tools.html">Tools bound to bnd</a>
<li><a href="/releases/5.0.0/chapters/800-headers.html">Headers</a>
<li><a href="/releases/5.0.0/chapters/820-instructions.html">Instruction Reference</a>
<li><a href="/releases/5.0.0/chapters/825-instructions-ref.html">Instruction Index</a>
<li><a href="/releases/5.0.0/chapters/850-macros.html">Macro Reference</a>
<li><a href="/releases/5.0.0/chapters/855-macros-ref.html">Macro Index</a>
<li><a href="/releases/5.0.0/chapters/870-plugins.html">Plugins</a>
<li><a href="/releases/5.0.0/chapters/880-settings.html">Settings</a>
<li><a href="/releases/5.0.0/chapters/900-errors.html">Errors</a>
<li><a href="/releases/5.0.0/chapters/910-warnings.html">Warnings</a>
<li><a href="/releases/5.0.0/chapters/920-faq.html">Frequently Asked Questions</a>
</ul>
</div>
<li span=9>
<div class=notes-margin>
<h1> -builderignore PATH-SPEC ( ',' PATH-SPEC ) *</h1>
<p>Specified paths must be relative to the project. Each path represents a directory in a project to be ignored by the builder when deciding if the bundles of the project need to be built. This is processed for workspace model builds by the Bndtools builder in Eclipse and the Bnd Gradle plugin.</p>
<p>This can be useful when the workspace is configured to use different output folders for Bndtools in Eclipse and for Gradle. For example:</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>bin: ${if;${driver;gradle};build/classes/java/main;bin}
testbin: ${if;${driver;gradle};build/classes/java/test;bin_test}
target-dir: ${if;${driver;gradle};build/libs;generated}
</code></pre></div></div>
<p>When configuring the workspace to use different output folders for Bndtools in Eclipse and for Gradle, you should also use <code class="highlighter-rouge">-builderignore</code> to instruct the builder to ignore the other builder’s output folders.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-builderignore: ${if;${driver;gradle};bin,bin_test,generated;build}
</code></pre></div></div>
</div>
</ul>
<nav class=next-prev>
<a href='/releases/5.0.0/instructions/baselinerepo.html'></a> <a href='/releases/5.0.0/instructions/buildpath.html'></a>
</nav>
<footer class="container12" style="border-top: 1px solid black;padding:10px 0">
<ul span=12 row>
<li span=12>
<ul>
<li><a href="/releases/5.0.0/">GitHub</a>
</ul>
</ul>
</footer>
</body>
</html>
| psoreide/bnd | docs/releases/5.0.0/instructions/builderignore.html | HTML | apache-2.0 | 8,691 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>Core Plot (Mac OS): Source/CPTMutableNumericData+TypeConversion.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="core-plot-logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Core Plot (Mac OS)
</div>
<div id="projectbrief">Cocoa plotting framework for Mac OS X and iOS</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<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>Animation & Constants</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_c_p_t_mutable_numeric_data_09_type_conversion_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">CPTMutableNumericData+TypeConversion.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="_c_p_t_mutable_numeric_data_09_type_conversion_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#import "<a class="code" href="_c_p_t_mutable_numeric_data_8h.html">CPTMutableNumericData.h</a>"</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#import "<a class="code" href="_c_p_t_numeric_data_type_8h.html">CPTNumericDataType.h</a>"</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a name="l00007"></a><span class="lineno"><a class="line" href="category_c_p_t_mutable_numeric_data_07_type_conversion_08.html"> 7</a></span> <span class="keyword">@interface </span><a class="code" href="category_c_p_t_mutable_numeric_data_07_type_conversion_08.html">CPTMutableNumericData(TypeConversion)</a></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="interface_c_p_t_mutable_numeric_data.html#a20604ff4fbb96365bb88d5a7823fca9a"> 11</a></span> <span class="keyword">@property</span> (readwrite, assign) <a class="code" href="struct_c_p_t_numeric_data_type.html">CPTNumericDataType</a> dataType;</div>
<div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="interface_c_p_t_mutable_numeric_data.html#a79edf7d82be402df822864d28f85e902"> 12</a></span> <span class="keyword">@property</span> (readwrite, assign) <a class="code" href="_c_p_t_numeric_data_type_8h.html#ac29c0caa2ac30299b2dd472b299ac663">CPTDataTypeFormat</a> dataTypeFormat;</div>
<div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="interface_c_p_t_mutable_numeric_data.html#af618712b9f0dfae3b55989cd89c7e2a7"> 13</a></span> <span class="keyword">@property</span> (readwrite, assign) <span class="keywordtype">size_t</span> sampleBytes;</div>
<div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="interface_c_p_t_mutable_numeric_data.html#a88bb429e8afe9968a23202599d7e8a8a"> 14</a></span> <span class="keyword">@property</span> (readwrite, assign) CFByteOrder byteOrder;</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> -(void)convertToType:(<a class="code" href="_c_p_t_numeric_data_type_8h.html#ac29c0caa2ac30299b2dd472b299ac663">CPTDataTypeFormat</a>)newDataType sampleBytes:(<span class="keywordtype">size_t</span>)newSampleBytes byteOrder:(<a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/corefoundation/Reference/CFByteOrderUtils/Reference/reference.html#//apple_ref/doc/c_ref/CFByteOrder">CFByteOrder</a>)newByteOrder;</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">@end</span></div>
<div class="ttc" id="_c_p_t_numeric_data_type_8h_html"><div class="ttname"><a href="_c_p_t_numeric_data_type_8h.html">CPTNumericDataType.h</a></div></div>
<div class="ttc" id="category_c_p_t_mutable_numeric_data_07_type_conversion_08_html"><div class="ttname"><a href="category_c_p_t_mutable_numeric_data_07_type_conversion_08.html">CPTMutableNumericData(TypeConversion)</a></div><div class="ttdoc">Type conversion methods for CPTMutableNumericData. </div><div class="ttdef"><b>Definition:</b> CPTMutableNumericData+TypeConversion.h:7</div></div>
<div class="ttc" id="_c_p_t_mutable_numeric_data_8h_html"><div class="ttname"><a href="_c_p_t_mutable_numeric_data_8h.html">CPTMutableNumericData.h</a></div></div>
<div class="ttc" id="reference_html_//apple_ref/doc/c_ref/CFByteOrder"><div class="ttname"><a href="https://developer.apple.com/library/mac/#documentation/corefoundation/Reference/CFByteOrderUtils/Reference/reference.html#//apple_ref/doc/c_ref/CFByteOrder">CFByteOrder</a></div><div class="ttdeci">typedef CFByteOrder</div></div>
<div class="ttc" id="struct_c_p_t_numeric_data_type_html"><div class="ttname"><a href="struct_c_p_t_numeric_data_type.html">CPTNumericDataType</a></div><div class="ttdoc">Structure that describes the encoding of numeric data samples. </div><div class="ttdef"><b>Definition:</b> CPTNumericDataType.h:29</div></div>
<div class="ttc" id="_c_p_t_numeric_data_type_8h_html_ac29c0caa2ac30299b2dd472b299ac663"><div class="ttname"><a href="_c_p_t_numeric_data_type_8h.html#ac29c0caa2ac30299b2dd472b299ac663">CPTDataTypeFormat</a></div><div class="ttdeci">CPTDataTypeFormat</div><div class="ttdoc">Enumeration of data formats for numeric data. </div><div class="ttdef"><b>Definition:</b> CPTNumericDataType.h:6</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_74389ed8173ad57b461b9d623a1f3867.html">Source</a></li><li class="navelem"><a class="el" href="_c_p_t_mutable_numeric_data_09_type_conversion_8h.html">CPTMutableNumericData+TypeConversion.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
</ul>
</div>
</body>
</html>
| LiDechao/core-plot | documentation/html/MacOS/_c_p_t_mutable_numeric_data_09_type_conversion_8h_source.html | HTML | bsd-3-clause | 8,347 |
type: page
title: Science
slug: science
body_class_hack: science
---
<p>If you are a working scientist, data scientist or digital humanities scholar, then this track is for you.
Whether you have never used Python before and want to dip your toe in the water, or you are a fully-fledged Pythonista, looking to expand your repertoire, the PyCon UK Science Track will offer you three days of learning, collaboration and fun, and a chance to meet other researchers using Python.
</p>
<p>The PyCon UK Science Track will run from Saturday 19th September - Monday 21st <a href="/register">Book now for just £99</a> or learn about <a href="#sponsor">sponsorship opportunities</a>.
<blockquote class="twitter-tweet" lang="en"><p lang="en" dir="ltr">Just registered for <a href="https://twitter.com/PyConUK">@PyConUK</a> - you have to do it, if only to marvel at the beautiful, non-irritating booking form</p>— Alys Brett (@alysbrett) <a href="https://twitter.com/alysbrett/status/617266875865636864">July 4, 2015</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</p>
<h2>Schedule</h2>
<ul>
<li><strong>Saturday</strong>
<ul>
<li><strong>Keynote: Landing on a comet: From planning to reality</strong>,
<br/><em><a href="http://www.open.ac.uk/people/ss27739">Simon Sheridan</a>, a developer on the Ptolemy instrument aboard the Rosetta space mission to comet Churyumov-Gerasimenko, '67P'.</em>
</li>
<li>
<strong>Track opening: Forming a PyCon UK research community</strong>
<em>Sarah Mount, University of Wolverhampton</em>
</li>
<li>
<strong>Workshop: <a href="/workshops/accelerating-scientific-code-with-numba/">Accelerating Scientific Code with Numba</a></strong>,
<br/><em>Graham Markall, Continuum Analytics</em>
<p>This tutorial will provide an overview of <a href="http://numba.pydata.org/">Numba</a>, a just-in-time Python compiler focused on numerical computing. Originally aimed at computations using <a href="http://www.numpy.org/">Numpy</a> arrays, it has been expanded to work with other Python types and can speed up computations that require more than just fast linear algebra operations. <a href="http://numba.pydata.org/">Numba</a> targets both CPUs and CUDA GPUs by generating native code using the LLVM compiler infrastructure.
</p>
<p>
This introduction aims to span the breadth of use cases rather than focusing on a single area in depth. This is in order to enable the selection of appropriate portions of code to use with <a href="http://numba.pydata.org/">Numba</a>, and the correct selection of <a href="http://numba.pydata.org/">Numba</a>'s facilities in each case.
</p>
<p>
<a href="/workshops/accelerating-scientific-code-with-numba/">Workshop page...</a>
</p>
</li>
<li>
<strong>Workshop: <a href="/workshops/getting-started-with-testing-scientific-programs/">Getting started with testing scientific programs</a></strong>
<br/><em>Martin Jones, University of Edinburgh</em>
<p>
When writing programs for scientific research, we tend to be focussed on getting results, so testing is generally not a priority. Often, this means that our data-processing pipelines end up incorporating programs that don't have test suites. Examples of <a href="http://www.sciencemag.org/content/314/5807/1856.full">high-profile retractions due to software errors</a> illustrate the dangers of this approach.
</p>
<p>
This session will be a gentle introduction to testing, aimed at people writing scientific software who would like to start taking advantage of automated testing. We'll start with Python's <a href="https://docs.python.org/3/library/unittest.html">built-in tools</a> and moving on to using the <a href="https://nose.readthedocs.org/en/latest/">Nose testing framework</a>. We'll look at the problems that testing can solve, and see some best-practises for writing tests.
</p>
<p>
The goal of this training session is for attendees to come away with
<ol>
<li>an understanding of some basic testing concepts,</li>
<li>some hands-on experience of running tests and interpreting the output, and</li>
<li>an idea of how to start applying these tools to their own projects.</li>
</ol>
</p>
<p>
Attendees should have a basic knowledge of Python and should be familiar with the idea of functions, conditions and exceptions.
</p>
<p>
<a href="/workshops/getting-started-with-testing-scientific-programs/">Workshop page...</a>
</p>
</li>
</ul>
<li><strong>Sunday</strong></li>
<ul>
<li>
<strong>Talk: <a href="/talks/tit-for-tat-evolution-game-theory-and-the-python-axelrod-library/">Tit for Tat, Evolution, Game Theory and the Python Axelrod Library</a></strong>
<em>Vince Knight, Cardiff University</em>
</li>
<li>
<strong>Talk: <a href="/talks/ship-data-science-products/">Ship Data Science Products!</a></strong>
<em>Ian Ozsvald, ModelInsight.io</em>
</li>
<li>
<strong>Talk: <a href="/talks/ice-interactive-cloud-experimentation/">iCE: Interactive cloud experimentation</a></strong>
<em>George Lestaris, Pivotal</em>
</li>
<li>
<strong>Talk: <a href="/talks/power-python-in-astronomy/">Power: Python in Astronomy</a></strong>
<em>Tomas James, Cardiff University</em>
</li>
<li>
<strong>Talk: <a href="/talks/pythons-and-earthquakes/">Pythons and Earthquakes</a></strong>
<em>Girish Kumar, Cardiff University</em>
</li>
<li>
<strong>Talk: <a href="/talks/getting-meaning-from-scientific-articles/">Getting meaning from scientific articles</a></strong>
<em>Eleonore Mayola, ClojureBridge</em>
</li>
<li>
<strong>Demo: <a href="/demos/simple-web-services-for-scientific-data/">Simple web services for scientific data</a></strong>
<em>Alys Brett, Culham Centre for Fusion Energy</em>
</li>
<li>
<strong><a href="/panels/dealing-with-publications/">Discussion: From data to dissemination: dealing with publications</a></strong>
<ul>
<li><strong>Alice Harpole</strong> University of Southampton</li>
<li><strong>Vince Knight</strong> University of Cardiff</li>
<li><strong>John Hammersley</strong> Overleaf</li>
<li><strong>Jonathan Fine</strong> Open University</li>
</ul>
</li>
</ul>
<li><strong>Monday</strong> <a href="/sprints/open-science-sprint/">a collaborative <em>open science sprint</em></a> where you can bring along code you are working on and we will put you into teams to help improve it. Good tasks to work on might include:
<ul>
<li>figuring out whether Python is a good fit for your needs</li>
<li>speeding-up your code</li>
<li>writing developer or user documentation</li>
<li>adding tests to legacy programs</li>
<li>working out how to use <a href="https://git-scm.com/">git</a> most effectively (other version control systems are available)</li>
<li>packaging your software so that it can easily be installed </li>
</ul>
Our friends from <a href="http://www.overleaf.com">Overleaf</a> will be joining us for this, they run a collaborative cloud service for LaTeX users (think: Google docs for LaTeX) which has a very simple push-to-submit service for a number of Open Access journals and open science services, such as
<a href="http://f1000research.com/contact">F1000</a>,
<a href="http://figshare.com/">Figshare</a>,
<a href="https://peerj.com/">PeerJ</a>,
<a href="http://arxiv.org/">arXiv</a> and
<a href="http://www.nature.com/sdata/">Scientific Data</a>.
This means that any software or figures you produce on the Monday Sprint can be given a DOI and easily shared with the scientific community.
<br/>
Watch this space for more announcements - there may even be prizes :)
</li>
</ul>
</p>
<h2>Open science</h2>
<p>Why is open science so important to an community like PyCon UK?
Python is <a href="http://www.gnu.org/philosophy/free-sw.en.html">Free software</a> which means that anyone who uses Python has a right to modify and redistribute it.
Just like science, software is improved by having many people openly improve on the state of the art.
Python has a reputation for being a productive language, and has had a number of <a href="https://www.python.org/about/success/#scientific">success stories</a> in science and <a href="https://www.python.org/about/success/#engineering">engineering</a>.
At PyCon UK you will find a conference full of people who understand that <a href="http://www.software.ac.uk/policy/manifesto">Reproducible research</a> needs open, <a href="http://www.software.ac.uk/blog/2013-07-09-recomputation-manifesto">recomputable</a> software!
</p>
<p>
<iframe width="420" height="315" src="https://www.youtube.com/embed/L5rVH1KGBCY" frameborder="0" allowfullscreen></iframe>
</p>
<h2>Book now for just £99!</h2>
<p>
<a href="/register">Book here</a> - just select the <strong>Scientist</strong> ticket on the registration form.
</p>
<h2><a name="sponsor" style="text-decoration:none;">Sponsor us!</a></h2>
<p>
PyCon UK is a community run conference - every delegate has a paid ticket, including the volunteer organisers.
Every year we sell out before the conference, and we are able to put on an amazing weekend of talks, workshops and fun because we have a wonderfully generous group of sponsors.
</p>
<p>
2015 marks the first year that PyCon UK will run a dedicated track for researchers.
Since PyCon UK started, we have accepted a growing number of talks from people working in the sciences and digital humanities, and we expect this trend to continue.
Earlier this year the <a href="https://www.python.org/psf/">PSF</a> and <a href="http://numfocus.org/">NUMFocus</a> announced funding for a new <a href="https://wiki.python.org/psf/ScientificWG">working group</a>, and the future for Python in research seems more assured than ever.
</p>
<p>
PyCon UK has a range of <a href="/sponsor">sponsorship options</a> for organisations who want to support this work and have access to over 300 of the most dedicated Python users in the UK.
Sponsorship opportunities start as low as £1000 for Supporter level sponsors.
In particular, we are keen to find someone to sponsor <strong>payment relief for research students</strong>.
Benefits to sponsors include:
<ul>
<li>sponsor logos will be displayed on the conference website</li>
<li>any supplied marketing material will be included in the delegate swag bags and banners may be displayed around the conference venue</li>
<li>All sponsors are eligible to take part, for free, in the PyCon UK recruitment event (non-sponsors will need to pay a fee of £500, in advance, to take part)</li>
<li>In addition sponsors will be given booth space (please tell us what you have in mind for your booth)</li>
</ul>
If this sounds interesting to you, please email us directly on
<a href="mailto:pyconuk-sponsorship@python.org?subject=Sponsorship enquiry">pyconuk-sponsorship@python.org</a>
</p>
<h2>Keep informed</h2>
<p>
<iframe src="https://docs.google.com/forms/d/1IyTQzoxYQHgvXQnKCA1Nv3At_db8IzYXgJ0NTTezoyk/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</p>
<h2>Our sponsors</h2>
<p>The PyCon UK Science Track has been made possible by our generous sponsors:
<ul>
<li> <a href="http://software.ac.uk/">Software Sustainability Institute</a>, who exists to secure a sustainable future for research software in the UK.
</li>
<li><a href="http://www.overleaf.com/">Overleaf</a> collaborative writing and publishing for scientists</li>
</ul>
</p>
<br/><br/>
<p>
<a href="http://www.software.ac.uk/"><img src="/img/ssi-logo.png"/ width="250px" alt="Software Sustainability Institute logo"></a>
<a href="https://www.overleaf.com/"><img src="/img/overleaf-logo.png"/ width="250px" alt="Overleaf logo"></a>
</p>
| PyconUK/pyconuk.org | content/science.html | HTML | mit | 12,363 |
<!DOCTYPE html>
<html>
<head>
<title>spin.js</title>
<meta name="description" content="An animated CSS activity indicator with VML fallback.">
<meta name="viewport" content="width=1024, maximum-scale=1">
<meta property="og:image" content="http://spin.js.org/assets/preview.jpg?v=1" />
<link rel="shortcut icon" href="favicon.ico">
<link href="assets/main.css?v=6" type="text/css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Amaranth:400,700' rel='stylesheet' type='text/css'>
<link href="assets/prettify.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/fd-slider/fd-slider.css?v=2">
<link rel="stylesheet" type="text/css" href="assets/fd-slider/fd-slider-tooltip.css">
<script type="text/javascript" src="assets/prettify.js"></script>
</head>
<body>
<div id="logo">
<h1>spin.js</h1>
</div>
<a id="ribbon" href="http://github.com/fgnass/spin.js"></a>
<div id="content">
<div id="download">
<a href="spin.js" class="button">spin.js</a>
<a href="spin.min.js" class="button">spin.min.js</a>
</div>
<div id="example">
<h2>Example</h2>
<div id="preview"></div>
<form id="opts">
<label>Lines:</label><input type="text" name="lines" min="5" max="16" step="2" value="12"><br>
<label>Length:</label><input type="text" name="length" min="0" max="56" value="28"><br>
<label>Width:</label><input type="text" name="width" min="2" max="52" value="14"><br>
<label>Radius:</label><input type="text" name="radius" min="0" max="84" value="42"><br>
<label>Scale:</label><input type="text" name="scale" min="0.0" max="5.0" step="0.25" value="1.0"><br>
<label>Corners:</label><input type="text" name="corners" min="0" max="1" step="0.1" value="1"><br>
<label>Opacity:</label><input type="text" name="opacity" min="0" max="1" step="0.05" value="0.25"><br>
<label>Rotate:</label><input type="text" name="rotate" min="0" max="90" value="0"><br>
<label>Direction:</label>
<select name="direction">
<option value="1">Clockwise</option>
<option value="-1">Counterclockwise</option>
</select>
<br>
<label>Speed:</label><input type="text" name="speed" min="0.5" max="2.2" step="0.1" value="1"><br>
<label>Trail:</label><input type="text" name="trail" min="10" max="100" value="60"><br>
<label>↕:</label><input class="percent" type="text" name="top" min="0" max="100" value="50"><br>
<label>↔:</label><input class="percent" type="text" name="left" min="0" max="100" value="50"><br>
<label>Shadow:</label><input type="checkbox" name="shadow"><br>
<label>Hwaccel:</label><input type="checkbox" name="hwaccel"><br>
</form>
<div class="share">
<input type="checkbox" id="share">
<label for="share">
<b>Share it!</b> If checked, the option values will be stored in the URL so that you can easily share your settings.
</label>
</div>
</div>
<h2>Features</h2>
<ul>
<li>No images, no external CSS</li>
<li>No dependencies (jQuery is <a href="#jquery">supported</a>, but not required)</li>
<li>Highly configurable</li>
<li>Resolution independent</li>
<li>Uses VML as fallback in old IEs</li>
<li>Uses @keyframe animations, falling back to setTimeout()</li>
<li>Works in all major browsers, including IE6</li>
<li>MIT License</li>
</ul>
<p>
Spin.js dynamically creates spinning activity indicators that can be used as
resolution-independent replacement for AJAX loading GIFs.
</p>
<h2 id="usage">Usage</h2>
<pre class="prettyprint">
var opts = {
lines: <span id="opt-lines" class="lit">12</span> // The number of lines to draw
, length: <span id="opt-length" class="lit">7</span> // The length of each line
, width: <span id="opt-width" class="lit">5</span> // The line thickness
, radius: <span id="opt-radius" class="lit">10</span> // The radius of the inner circle
, scale: <span id="opt-scale" class="lit">1.0</span> // Scales overall size of the spinner
, corners: <span id="opt-corners" class="lit">1</span> // Corner roundness (0..1)
, color: '#000' // #rgb or #rrggbb or array of colors
, opacity: <span id="opt-opacity" class="lit">0.25</span> // Opacity of the lines
, rotate: <span id="opt-rotate" class="lit">0</span> // The rotation offset
, direction: <span id="opt-direction" class="lit">1</span> // 1: clockwise, -1: counterclockwise
, speed: <span id="opt-speed" class="lit">1</span> // Rounds per second
, trail: <span id="opt-trail" class="lit">100</span> // Afterglow percentage
, fps: 20 // Frames per second when using setTimeout() as a fallback for CSS
, zIndex: 2e9 // The z-index (defaults to 2000000000)
, className: 'spinner' // The CSS class to assign to the spinner
, top: '<span id="opt-top" class="str">50%</span>' // Top position relative to parent
, left: '<span id="opt-left" class="str">50%</span>' // Left position relative to parent
, shadow: <span id="opt-shadow" class="kwd">true</span> // Whether to render a shadow
, hwaccel: <span id="opt-hwaccel" class="kwd">false</span> // Whether to use hardware acceleration
, position: 'absolute' // Element positioning
}
var target = document.getElementById('foo')
var spinner = new Spinner(opts).spin(target);
</pre>
<p>
The <code>spin()</code> method creates the necessary HTML elements and starts the animation. If a target
element is passed as argument, the spinner is added as first child and horizontally and vertically centered.
</p>
<h3>Manual insertion</h3>
<p>
In order to manually insert the spinner into the DOM you can invoke the <code>spin()</code> method without any
arguments and use the <code>el</code> property to access the HTML element:
</p>
<pre class="prettyprint">
var spinner = new Spinner().spin()
target.appendChild(spinner.el)
</pre>
<h3>Positioning</h3>
<p>
Since version 2.0.0 the spinner is absolutely positioned at 50% of its offset parent.
You may specify a <code>top</code> and <code>left</code> option to position the spinner manually.
</p>
<p>
<b>Note:</b> The spinner element is a 0×0 pixel DIV that represents the center of the spinner.
Hence, if you passed <code>{top:0, left:0}</code> only the lower right quater of the spinner would be inside
the target's bounding box.
</p>
<p>
The spinner element must be surrounded by an element using relative positioning, or the spinner will be
outside of the parent element.
</p>
<h3>Hiding the spinner</h3>
<p>
To hide the spinner, invoke the <code>stop()</code> method, which removes the UI elements from the DOM and stops
the animation. Stopped spinners may be reused by calling <code>spin()</code> again.
</p>
<h3 id="jquery">jQuery plugin</h3>
<p>
Spin.js does not require jQuery. Anyway, if you want to use jQuery you may use <a href="jquery.spin.js">this plugin</a>.
</p>
<h2>Supported browsers</h2>
<img src="assets/browsers.png">
<p>
Spin.js has been successfully tested in the following browsers:
<ul>
<li>Chrome</li>
<li>Safari 3.2+</li>
<li>Firefox 3.5+</li>
<li>IE 6,7,8,9,10,11</li>
<li>Opera 10.6+</li>
<li>Mobile Safari (iOS 3.1+)</li>
<li>Android 2.3+</li>
</ul>
</p>
<h2>Changes</h2>
<h3 id="v2.1.2">Version 2.1.2 (28.05.2015)</h3>
<ul>
<li>There has been a packaging error in the last release. This release rectifies that.</li>
</ul>
<h3 id="v2.1.1">Version 2.1.1 (28.05.2015)</h3>
<ul>
<li>Spin.js now has a new maintainer: <a href="https://github.com/TimothyGu">@TimothyGu</a> (that's me ;)!</li>
<li>The documentation is updated to note that the container element must use relative positioning. See <a href="https://github.com/fgnass/spin.js/issues/292">issue #292</a>.</li>
<li>The examples are all fixed.</li>
<li>The demo page had a bug where the direction setting does not reflect in the option object.</li>
<li>The website now uses the latest version of jQuery from its 1.x branch.</li>
<li>Standard CSS attributes are now preferred over vendor ones if they are supported.</li>
<li><a href="http://spmjs.io/">spm</a> support is now added. See <a href="https://github.com/fgnass/spin.js/pull/232">PR #232</a>. (Thanks <a href="https://github.com/afc163">@afc163</a>)</li>
<li>Internally the coding style is now unified across all files.</li>
</ul>
<h3 id="v2.1.0">Version 2.1.0 (16.04.2015)</h3>
<ul>
<li>Added the scale option. See <a href="https://github.com/fgnass/spin.js/pull/287">PR #287</a>. (Thanks <a href="https://github.com/samlbest">samlbest</a>)</li>
<li>Spin.js can now be required on the server. See <a href="https://github.com/fgnass/spin.js/pull/283">PR #218</a>. (Thanks <a href="https://github.com/davidmccabe">David McCabe</a>)</li>
</ul>
<h3 id="v2.0.1">Version 2.0.1 (24.04.2014)</h3>
<ul>
<li>Position is now set even if now target is given. See <a href="https://github.com/fgnass/spin.js/issues/218">issue #218</a>. (Thanks <a href="https://github.com/tablatronix">tablatronix</a>)</li>
</ul>
<h3 id="v2.0.0">Version 2.0.0 (13.03.2014)</h3>
<ul>
<li>The Spinner is now absolutely positioned at top: 50% left: 50% by default. (Thanks <a href="https://github.com/steelywing">steelywing</a>)</li>
</ul>
<h3 id="v1.3.3">Version 1.3.3 (24.12.2013)</h3>
<ul>
<li>Grunt-based build and a master branch. See <a href="https://github.com/fgnass/spin.js/issues/189">issue #189</a>.</li>
</ul>
<h3 id="v1.3.2">Version 1.3.2 (26.8.2013)</h3>
<ul>
<li>Workaround for q regression in Chrome Canary. See <a href="https://github.com/fgnass/spin.js/issues/168">issue #168</a>.</li>
</ul>
<h3 id="v1.3.1">Version 1.3.1 (19.8.2013)</h3>
<ul>
<li>Support for multi-colored spinners. (Thanks <a href="https://github.com/ranyefet">ranyefet</a>)</li>
</ul>
<h3 id="v1.3.0">Version 1.3.0 (2.4.2013)</h3>
<ul>
<li>UMD pattern to support AMD and CommonJS module loaders</li>
<li>Use strict mode</li>
<li>Bundled the jQuery plugin</li>
<li>Added an option to control the spinning direction. See <a href="https://github.com/fgnass/spin.js/pull/126">PR #126</a>.</li>
</ul>
<h3 id="v1.2.8">Version 1.2.8 (28.1.2013)</h3>
<ul>
<li>Removed an unnecessary var. See <a href="https://github.com/fgnass/spin.js/issues/78">issue #78</a>.</li>
</ul>
<h3 id="v1.2.7">Version 1.2.7 (2.10.2012)</h3>
<ul>
<li>Added an option to set the position property. See <a href="https://github.com/fgnass/spin.js/issues/93">issue #98</a>.</li>
<li>Added a trailing semicolon to support concatenation tools that don't know about ASI.</li>
</ul>
<h3 id="v1.2.6">Version 1.2.6 (30.08.2012)</h3>
<ul>
<li>Added an option to set the border-radius. See <a href="https://github.com/fgnass/spin.js/issues/93">issue #93</a>.</li>
<li>Fix for Opera 12. See <a href="https://github.com/fgnass/spin.js/issues/87">issue #87</a>.</li>
<li>Fix for IE. See <a href="https://github.com/fgnass/spin.js/pull/77">issue #77</a>.</li>
<li>Fixed an issue with very wide target elements. See <a href="https://github.com/fgnass/spin.js/issues/74">issue #78</a>.</li>
</ul>
<h3 id="v1.2.5">Version 1.2.5 (22.03.2012)</h3>
<ul>
<li>Fixed <a href="https://github.com/fgnass/spin.js/issues/58">a bug</a> that prevented the VML from being displayed when Modernizr or html5shiv was used.</li>
<li>Added a rotate option. See <a href="https://github.com/fgnass/spin.js/issues/60">issue #60</a>.</li>
<li>The constructor property is now preserved. See <a href="https://github.com/fgnass/spin.js/pull/61">issue #61</a>.</li>
</ul>
<h3 id="v1.2.4">Version 1.2.4 (28.02.2012)</h3>
<ul>
<li>
Added new config options: top, left, zIndex and className.
</li>
</ul>
<h3 id="v1.2.3">Version 1.2.3 (30.01.2012)</h3>
<ul>
<li>Hardware acceleration is now disabled by default. See <a href="https://github.com/fgnass/spin.js/issues/47">issue #47</a> and
<a href="https://github.com/fgnass/spin.js/issues/41">issue #41</a>.</li>
</ul>
<h3 id="v1.2.2">Version 1.2.2 (8.11.2011)</h3>
<ul>
<li>Fixed a cross-domain issue with the dynamically created stylesheet. See <a href="https://github.com/fgnass/spin.js/issues/36">issue #36</a>.</li>
</ul>
<h3 id="v1.2.1">Version 1.2.1 (5.10.2011)</h3>
<ul>
<li>Added a sanity check. See <a href="https://github.com/fgnass/spin.js/issues/31">issue #31</a>.</li>
</ul>
<h3 id="v1.2">Version 1.2 (16.9.2011)</h3>
<ul>
<li>Calling <code>spin()</code> now invokes <code>stop()</code> first. See <a href="https://github.com/fgnass/spin.js/issues/28">issue #28</a>.</li>
<li>Added a workaround for the IE negative margin bug. See <a href="https://github.com/fgnass/spin.js/issues/27">issue #27</a>.</li>
<li>The <code>new</code> operator is now optional. See <a href="https://github.com/fgnass/spin.js/issues/14">issue #14</a>.</li>
<li>Improved accessibility by adding <code>role="progressbar"</code>.</a>
</ul>
<h3 id="v1.1">Version 1.1 (6.9.2011)</h3>
<ul>
<li>Fixed <a href="https://github.com/fgnass/spin.js/issues/12">a bug</a> where the animation occasionally got out of sync in Mobile Safari and Android's built-in WebKit.</li>
<li>Fixed <a href="https://github.com/fgnass/spin.js/issues/23">a bug</a> where the spinner was misplaced when the target element had a non-zero padding.</li>
<li>Optimized the code for gzip compression. While the minified version got slightly larger, the zipped version now only weighs 1.7K.</li>
</ul>
<h3 id="v1.0">Version 1.0 (16.8.2011)</h3>
<ul>
<li>Initial release</li>
</ul>
<h2>Contact</h2>
<p id="contact">
<img width="57" height="57" src="http://www.gravatar.com/avatar/f1f2e1842f6ff681a6d1b0a2405d0117.png">
If you encounter any problems, please use the <a href="https://github.com/fgnass/spin.js/issues">GitHub issue tracker</a>.<br>
For updates <a href="http://twitter.com/fgnass">follow me on Twitter</a>.<br>
If you like spin.js and use it in the wild, let me know.
</p>
</div>
<div id="footer">
<a class="github" href="http://github.com">Hosted on GitHub</a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="assets/fd-slider/fd-slider.js"></script>
<script src="spin.min.js"></script>
<script>
$.fn.spin = function (opts) {
this.each(function () {
var $this = $(this)
, data = $this.data()
if (data.spinner) {
data.spinner.stop()
delete data.spinner
}
if (opts !== false) {
window.s = data.spinner = new Spinner($.extend({color: $this.css('color')}, opts)).spin(this)
}
})
return this
}
//$('#dot').spin()
prettyPrint()
function update () {
var opts = {}
$('#opts input[min], #opts select').each(function () {
var percent = $(this).hasClass('percent')
, val = percent ? this.value + '%' : parseFloat(this.value)
$('#opt-' + this.name).text(opts[this.name] = val)
})
$('#opts input:checkbox').each(function () {
opts[this.name] = this.checked
$('#opt-' + this.name).text(this.checked)
})
$('#preview').spin(opts)
if ($('#share').is(':checked')) {
window.location.replace('#?' + $('form').serialize())
}
}
$(function () {
var params = {}
var hash = /^#\?(.*)/.exec(location.hash)
if (hash) {
$('#share').prop('checked', true)
$.each(hash[1].split(/&/), function (i, pair) {
var kv = pair.split(/=/)
params[kv[0]] = kv[kv.length-1]
})
}
$('#opts input[min], #opts select').each(function () {
var val = params[this.name]
, percent = $(this).hasClass('percent')
, extraOpt = percent ? '%' : ''
if (val !== undefined) this.value = val + extraOpt
this.onchange = update
})
$('#opts input:checkbox').each(function () {
this.checked = !!params[this.name]
this.onclick = update
})
$('#share').click(function () {
window.location.replace(this.checked ? '#?' + $('form').serialize() : '#!')
})
update()
});
</script>
<script type="text/javascript">
var _gaq=[['_setAccount','UA-19036385-2'],['_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>
| AmitThakkar/spin.js | site/index.html | HTML | mit | 16,200 |
<!DOCTYPE html>
<title>Canvas test: 2d.fillStyle.parse.hsl-clamp-2</title>
<script src="../tests.js"></script>
<link rel="stylesheet" href="../tests.css">
<link rel="prev" href="2d.fillStyle.parse.hsl-clamp-1.html" title="2d.fillStyle.parse.hsl-clamp-1">
<link rel="next" href="2d.fillStyle.parse.hsl-clamp-3.html" title="2d.fillStyle.parse.hsl-clamp-3">
<body class="show_output">
<p>
<a href="2d.fillStyle.parse.hsl-clamp-1.html" accesskey="p" title="[p] 2d.fillStyle.parse.hsl-clamp-1"><</a>
<a href="index.html">[index]</a>
<a href="2d.fillStyle.parse.hsl-clamp-3.html" accesskey="n" title="[n] 2d.fillStyle.parse.hsl-clamp-3">></a>
<h1><a href="index.2d.html">2d</a>.<a href="index.2d.fillStyle.html">fillStyle</a>.<a href="index.2d.fillStyle.parse.html">parse</a>.hsl-clamp-2</h1>
<p class="desc"></p>
<div class="refs">References:
<ul>
<li><a href="spec.html#testrefs.2d.colours.parse">2d.colours.parse</a>
</ul>
</div>
<p class="notes">
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<p class="output expectedtext">Expected output:<p><img src="2d.fillStyle.parse.hsl-clamp-2.png" class="output expected" id="expected" alt="">
<ul id="d"></ul>
<script>
_addTest(function(canvas, ctx) {
ctx.fillStyle = '#f00';
ctx.fillStyle = 'hsl(120, -200%, 49.9%)';
ctx.fillRect(0, 0, 100, 50);
_assertPixel(canvas, 50,25, 127,127,127,255, "50,25", "127,127,127,255");
});
</script>
| gameclosure/webgl-2d | test/philip.html5.org/tests/2d.fillStyle.parse.hsl-clamp-2.html | HTML | mit | 1,492 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Extensions Reference</title>
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
<meta charset="utf-8">
<script src="js/jquery.min.js" defer></script>
<script src="js/jazzy.js" defer></script>
<script src="js/lunr.min.js" defer></script>
<script src="js/typeahead.jquery.js" defer></script>
<script src="js/jazzy.search.js" defer></script>
</head>
<body>
<a title="Extensions Reference"></a>
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Alamofire Docs
</a>
(87% documented)
</p>
<p class="header-col--secondary">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
<p class="header-col header-col--secondary">
<a class="header-link" href="https://github.com/Alamofire/Alamofire">
<img class="header-icon" src="img/gh.png"/>
View on GitHub
</a>
</p>
<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Falamofire%2Egithub%2Eio%2FAlamofire%2Fdocsets%2FAlamofire%2Exml">
<img class="header-icon" src="img/dash.png"/>
Install in Dash
</a>
</p>
</header>
<p class="breadcrumbs">
<a class="breadcrumb" href="index.html">Alamofire Reference</a>
<img class="carat" src="img/carat.png" />
Extensions Reference
</p>
<div class="content-wrapper">
<nav class="navigation">
<ul class="nav-groups">
<li class="nav-group-name">
<a class="nav-group-name-link" href="Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/DataRequest.html">DataRequest</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/DownloadRequest.html">DownloadRequest</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/DownloadRequest/DownloadOptions.html">– DownloadOptions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/MultipartFormData.html">MultipartFormData</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/NetworkReachabilityManager.html">NetworkReachabilityManager</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/NetworkReachabilityManager/NetworkReachabilityStatus.html">– NetworkReachabilityStatus</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/NetworkReachabilityManager/ConnectionType.html">– ConnectionType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/Request.html">Request</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/Request/ValidationResult.html">– ValidationResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/ServerTrustPolicyManager.html">ServerTrustPolicyManager</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/SessionDelegate.html">SessionDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/SessionManager.html">SessionManager</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/SessionManager/MultipartFormDataEncodingResult.html">– MultipartFormDataEncodingResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes.html#/s:9Alamofire13StreamRequestC">StreamRequest</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/TaskDelegate.html">TaskDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Classes/UploadRequest.html">UploadRequest</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/AFError.html">AFError</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/AFError/ParameterEncodingFailureReason.html">– ParameterEncodingFailureReason</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/AFError/MultipartEncodingFailureReason.html">– MultipartEncodingFailureReason</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/AFError/ResponseValidationFailureReason.html">– ResponseValidationFailureReason</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/AFError/ResponseSerializationFailureReason.html">– ResponseSerializationFailureReason</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/HTTPMethod.html">HTTPMethod</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/Result.html">Result</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/ServerTrustPolicy.html">ServerTrustPolicy</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Extensions/Notification.html">Notification</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Extensions/Notification/Name.html">– Name</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Extensions/Notification/Key.html">– Key</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Extensions/String.html">String</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Extensions/URL.html">URL</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Extensions/URLComponents.html">URLComponents</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Extensions/URLRequest.html">URLRequest</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="Functions.html">Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire2eeoiSbAA26NetworkReachabilityManagerC0cD6StatusO_AFtF">==(_:_:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire8downloadAA15DownloadRequestCAA14URLConvertible_p_AA10HTTPMethodO6methods10DictionaryVySSypGSg10parametersAA17ParameterEncoding_p8encodingAJyS2SGSg7headers10Foundation3URLV011destinationO0_AD0C7OptionsV7optionstAU_So15HTTPURLResponseCtcSg2totF">download(_:method:parameters:encoding:headers:to:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire8downloadAA15DownloadRequestCAA21URLRequestConvertible_p_10Foundation3URLV011destinationH0_AD0C7OptionsV7optionstAH_So15HTTPURLResponseCtcSg2totF">download(_:to:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire8downloadAA15DownloadRequestC10Foundation4DataV12resumingWith_AE3URLV011destinationI0_AD0C7OptionsV7optionstAJ_So15HTTPURLResponseCtcSg2totF">download(resumingWith:to:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire7requestAA11DataRequestCAA21URLRequestConvertible_pF">request(_:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire7requestAA11DataRequestCAA14URLConvertible_p_AA10HTTPMethodO6methods10DictionaryVySSypGSg10parametersAA17ParameterEncoding_p8encodingAJyS2SGSg7headerstF">request(_:method:parameters:encoding:headers:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6streamAA13StreamRequestCSo10NetServiceC4with_tF">stream(with:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6streamAA13StreamRequestCSS12withHostName_Si4porttF">stream(withHostName:port:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6uploadAA13UploadRequestC10Foundation3URLV_AA14URLConvertible_p2toAA10HTTPMethodO6methods10DictionaryVyS2SGSg7headerstF">upload(_:to:method:headers:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6uploadAA13UploadRequestC10Foundation4DataV_AA14URLConvertible_p2toAA10HTTPMethodO6methods10DictionaryVyS2SGSg7headerstF">upload(_:to:method:headers:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6uploadAA13UploadRequestCSo11InputStreamC_AA14URLConvertible_p2toAA10HTTPMethodO6methods10DictionaryVyS2SGSg7headerstF">upload(_:to:method:headers:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6uploadAA13UploadRequestC10Foundation3URLV_AA21URLRequestConvertible_p4withtF">upload(_:with:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6uploadAA13UploadRequestC10Foundation4DataV_AA21URLRequestConvertible_p4withtF">upload(_:with:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6uploadAA13UploadRequestCSo11InputStreamC_AA21URLRequestConvertible_p4withtF">upload(_:with:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6uploadyyAA17MultipartFormDataCc09multipartdE0_s6UInt64V14usingThresholdAA14URLConvertible_p2toAA10HTTPMethodO6methods10DictionaryVyS2SGSg7headersyAA14SessionManagerC0cdE14EncodingResultOcSg18encodingCompletiontF">upload(multipartFormData:usingThreshold:to:method:headers:encodingCompletion:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:9Alamofire6uploadyyAA17MultipartFormDataCc09multipartdE0_s6UInt64V14usingThresholdAA21URLRequestConvertible_p4withyAA14SessionManagerC0cdE14EncodingResultOcSg18encodingCompletiontF">upload(multipartFormData:usingThreshold:with:encodingCompletion:)</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="Protocols.html">Protocols</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/DataResponseSerializerProtocol.html">DataResponseSerializerProtocol</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/DownloadResponseSerializerProtocol.html">DownloadResponseSerializerProtocol</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/ParameterEncoding.html">ParameterEncoding</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/RequestAdapter.html">RequestAdapter</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/RequestRetrier.html">RequestRetrier</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/URLConvertible.html">URLConvertible</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Protocols/URLRequestConvertible.html">URLRequestConvertible</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/DataResponse.html">DataResponse</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/DataResponseSerializer.html">DataResponseSerializer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/DefaultDataResponse.html">DefaultDataResponse</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/DefaultDownloadResponse.html">DefaultDownloadResponse</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/DownloadResponse.html">DownloadResponse</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/DownloadResponseSerializer.html">DownloadResponseSerializer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/JSONEncoding.html">JSONEncoding</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/PropertyListEncoding.html">PropertyListEncoding</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/Timeline.html">Timeline</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/URLEncoding.html">URLEncoding</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/URLEncoding/Destination.html">– Destination</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="Typealiases.html">Type Aliases</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="Typealiases.html#/s:9Alamofire11HTTPHeadersa">HTTPHeaders</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Typealiases.html#/s:9Alamofire10Parametersa">Parameters</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Typealiases.html#/s:9Alamofire22RequestRetryCompletiona">RequestRetryCompletion</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section class="section">
<div class="section-content">
<h1>Extensions</h1>
<p>The following extensions are available globally.</p>
</div>
</section>
<section class="section">
<div class="section-content">
<div class="task-group">
<ul class="item-container">
<li class="item">
<div>
<code>
<a name="/s:SS"></a>
<a name="//apple_ref/swift/Extension/String" class="dashAnchor"></a>
<a class="token" href="#/s:SS">String</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<a href="Extensions/String.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">struct</span> <span class="kt">String</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:10Foundation3URLV"></a>
<a name="//apple_ref/swift/Extension/URL" class="dashAnchor"></a>
<a class="token" href="#/s:10Foundation3URLV">URL</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<a href="Extensions/URL.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">struct</span> <span class="kt">URL</span> <span class="p">:</span> <span class="kt">ReferenceConvertible</span><span class="p">,</span> <span class="kt">Equatable</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:10Foundation13URLComponentsV"></a>
<a name="//apple_ref/swift/Extension/URLComponents" class="dashAnchor"></a>
<a class="token" href="#/s:10Foundation13URLComponentsV">URLComponents</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<a href="Extensions/URLComponents.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">struct</span> <span class="kt">URLComponents</span> <span class="p">:</span> <span class="kt">ReferenceConvertible</span><span class="p">,</span> <span class="kt">Hashable</span><span class="p">,</span> <span class="kt">Equatable</span></code></pre>
</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul class="item-container">
<li class="item">
<div>
<code>
<a name="/s:10Foundation10URLRequestV"></a>
<a name="//apple_ref/swift/Extension/URLRequest" class="dashAnchor"></a>
<a class="token" href="#/s:10Foundation10URLRequestV">URLRequest</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<a href="Extensions/URLRequest.html" class="slightly-smaller">See more</a>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul class="item-container">
<li class="item">
<div>
<code>
<a name="/s:10Foundation12NotificationV"></a>
<a name="//apple_ref/swift/Extension/Notification" class="dashAnchor"></a>
<a class="token" href="#/s:10Foundation12NotificationV">Notification</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<a href="Extensions/Notification.html" class="slightly-smaller">See more</a>
</div>
</section>
</div>
</li>
</ul>
</div>
</div>
</section>
</article>
</div>
<section class="footer">
<p>© 2017 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2017-12-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
</html>
| rafaelcpalmeida/UFP-iOS | UFP/UFP/Carthage/Checkouts/Alamofire/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions.html | HTML | mit | 23,902 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=fn.lio_listio.html">
</head>
<body>
<p>Redirecting to <a href="fn.lio_listio.html">fn.lio_listio.html</a>...</p>
<script>location.replace("fn.lio_listio.html" + location.search + location.hash);</script>
</body>
</html> | nitro-devs/nitro-game-engine | docs/libc/unix/notbsd/linux/lio_listio.v.html | HTML | apache-2.0 | 313 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Mon Jul 22 15:25:22 PDT 2013 -->
<TITLE>
Uses of Class org.apache.hadoop.fs.FSInputChecker (Hadoop 1.2.1 API)
</TITLE>
<META NAME="date" CONTENT="2013-07-22">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.fs.FSInputChecker (Hadoop 1.2.1 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/fs/FSInputChecker.html" title="class in org.apache.hadoop.fs"><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/fs//class-useFSInputChecker.html" target="_top"><B>FRAMES</B></A>
<A HREF="FSInputChecker.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.fs.FSInputChecker</B></H2>
</CENTER>
No usage of org.apache.hadoop.fs.FSInputChecker
<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/fs/FSInputChecker.html" title="class in org.apache.hadoop.fs"><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/fs//class-useFSInputChecker.html" target="_top"><B>FRAMES</B></A>
<A HREF="FSInputChecker.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>
| determinedcheetahs/cheetah_juniper | hadoop/docs/api/org/apache/hadoop/fs/class-use/FSInputChecker.html | HTML | apache-2.0 | 5,964 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Tue Jan 07 16:24:28 PST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.google.android.apps.common.testing.ui.espresso.EspressoTest (TestKit 1.1 API)</title>
<meta name="date" content="2014-01-07">
<link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.google.android.apps.common.testing.ui.espresso.EspressoTest (TestKit 1.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/EspressoTest.html" title="class in com.google.android.apps.common.testing.ui.espresso">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?com/google/android/apps/common/testing/ui/espresso/class-use/EspressoTest.html" target="_top">Frames</a></li>
<li><a href="EspressoTest.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.google.android.apps.common.testing.ui.espresso.EspressoTest" class="title">Uses of Class<br>com.google.android.apps.common.testing.ui.espresso.EspressoTest</h2>
</div>
<div class="classUseContainer">No usage of com.google.android.apps.common.testing.ui.espresso.EspressoTest</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../../com/google/android/apps/common/testing/ui/espresso/EspressoTest.html" title="class in com.google.android.apps.common.testing.ui.espresso">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?com/google/android/apps/common/testing/ui/espresso/class-use/EspressoTest.html" target="_top">Frames</a></li>
<li><a href="EspressoTest.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 © 2014. All rights reserved.</small></p>
</body>
</html>
| DocuSignDev/android-test-kit | docs/javadocs/apidocs/com/google/android/apps/common/testing/ui/espresso/class-use/EspressoTest.html | HTML | apache-2.0 | 4,787 |
<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<input type="text" value="peanuts" id="ID1">
<input type="text" value="popcorn" id="ID2">
<input type="text" value="apple jacks" id="ID3">
<img id="test"
aria-label="label"
aria-labelledby="test ID1 ID2 ID3"
alt= "alt"
title="title"
src="foo.jpg"/>
</body>
</html>
| scheib/chromium | content/test/data/accessibility/accname/name-img-multiple-sources.html | HTML | bsd-3-clause | 349 |
<html>
<head>
<title>Japanese Test 1 - ISO-2022-JP</title>
<!--LINK ID="Prev" rel="prev" rev="next" href="HTMLLinkElement_int.html">
</head>
<body>
Debian $B$O$"$J$?$N%3%s%T%e!<%?(B
$B$N$?$a$N(B$B%U%j!<(B$B$N%*%Z%l!<(B
$B%F%#%s%0%7%9%F%`(B (OS) $B$G$9!#%*%Z%l!<%F%#%s%0%7%9%F%`$H$O!"%3%s%T%e!<(B
$B%?$rF0:n$5$;$k$?$a$KI,MW$J4pK\%W%m%0%i%`$H%f!<%F%#%j%F%#$N=89gBN$G$9!#(B
Debian $B$O8=:_!"(BOS $B$NCf3K$H$7$F(B Linux
$B%+!<%M%k$rMxMQ$7$F$$$^$9!#$7$+$7!"(BOS $B$N4pK\%D!<%k$N$[$H$s$I$,(B
GNU $B%W%m%8%'%/%H(B $B$KM3Mh$7$F$$$k$?$a(B
GNU/Linux $B$HL>$E$1$F$$$^$9!#(B
</body>
</html>
| frivoal/presto-testo | core/standards/scripts/jstest-futhark/HTML/iso-2022-jp.html | HTML | bsd-3-clause | 619 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRResult" id="SR_m_5fdepthimage">
<div class="SREntry">
<a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../class_c_frame_r_g_b_d.html#a1dbfcec74d90c8cc98018a9f0df6c708" target="_parent">m_depthImage</a>
<span class="SRScope">CFrameRGBD</span>
</div>
</div>
<div class="SRResult" id="SR_m_5fdownsampledpointcloudptr">
<div class="SREntry">
<a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../class_c_frame_r_g_b_d.html#aaff14ee9689f9d2d895300e5236be6d0" target="_parent">m_downsampledPointCloudPtr</a>
<span class="SRScope">CFrameRGBD</span>
</div>
</div>
<div class="SRResult" id="SR_m_5fintensityimage">
<div class="SREntry">
<a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="../class_c_frame_r_g_b_d.html#a4267ae0f2e87e7f1b8faccce68ffecd3" target="_parent">m_intensityImage</a>
<span class="SRScope">CFrameRGBD</span>
</div>
</div>
<div class="SRResult" id="SR_m_5fpointcloudptr">
<div class="SREntry">
<a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../class_c_frame_r_g_b_d.html#a72e3371759953f15c7bb6637bc6d8ab4" target="_parent">m_pointCloudPtr</a>
<span class="SRScope">CFrameRGBD</span>
</div>
</div>
<div class="SRResult" id="SR_m_5frgbimage">
<div class="SREntry">
<a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="../class_c_frame_r_g_b_d.html#aaaa8d12b6df4db4a2a2e050d6894fa64" target="_parent">m_rgbImage</a>
<span class="SRScope">CFrameRGBD</span>
</div>
</div>
<div class="SRResult" id="SR_m_5ftimestamp">
<div class="SREntry">
<a id="Item5" onkeydown="return searchResults.Nav(event,5)" onkeypress="return searchResults.Nav(event,5)" onkeyup="return searchResults.Nav(event,5)" class="SRSymbol" href="../class_c_frame_r_g_b_d.html#a0f7c2fb4831a936c63b78305ab9298bd" target="_parent">m_timeStamp</a>
<span class="SRScope">CFrameRGBD</span>
</div>
</div>
<div class="SRResult" id="SR_max_5fnum_5fiterations">
<div class="SREntry">
<a id="Item6" onkeydown="return searchResults.Nav(event,6)" onkeypress="return searchResults.Nav(event,6)" onkeyup="return searchResults.Nav(event,6)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_max_5fnum_5fiterations')">max_num_iterations</a>
<div class="SRChildren">
<a id="Item6_c0" onkeydown="return searchResults.NavChild(event,6,0)" onkeypress="return searchResults.NavChild(event,6,0)" onkeyup="return searchResults.NavChild(event,6,0)" class="SRScope" href="../class_photoconsistency_odometry_1_1_analytic_1_1_c_photoconsistency_odometry_analytic.html#ac84492170047058895b65f8b3f7d72a2" target="_parent">PhotoconsistencyOdometry::Analytic::CPhotoconsistencyOdometryAnalytic::max_num_iterations()</a>
<a id="Item6_c1" onkeydown="return searchResults.NavChild(event,6,1)" onkeypress="return searchResults.NavChild(event,6,1)" onkeyup="return searchResults.NavChild(event,6,1)" class="SRScope" href="../class_photoconsistency_odometry_1_1_bi_objective_1_1_c_photoconsistency_odometry_bi_objective.html#a92cf677b2555e928f70401e87285841f" target="_parent">PhotoconsistencyOdometry::BiObjective::CPhotoconsistencyOdometryBiObjective::max_num_iterations()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_maxdepth">
<div class="SREntry">
<a id="Item7" onkeydown="return searchResults.Nav(event,7)" onkeypress="return searchResults.Nav(event,7)" onkeyup="return searchResults.Nav(event,7)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_maxdepth')">maxDepth</a>
<div class="SRChildren">
<a id="Item7_c0" onkeydown="return searchResults.NavChild(event,7,0)" onkeypress="return searchResults.NavChild(event,7,0)" onkeyup="return searchResults.NavChild(event,7,0)" class="SRScope" href="../class_photoconsistency_odometry_1_1_analytic_1_1_c_photoconsistency_odometry_analytic.html#a473668de10bebdfbd3c863cba5bf22c6" target="_parent">PhotoconsistencyOdometry::Analytic::CPhotoconsistencyOdometryAnalytic::maxDepth()</a>
<a id="Item7_c1" onkeydown="return searchResults.NavChild(event,7,1)" onkeypress="return searchResults.NavChild(event,7,1)" onkeyup="return searchResults.NavChild(event,7,1)" class="SRScope" href="../class_photoconsistency_odometry_1_1_bi_objective_1_1_c_photoconsistency_odometry_bi_objective.html#a2fab9eb3d5a6951c70b916a1958afd1f" target="_parent">PhotoconsistencyOdometry::BiObjective::CPhotoconsistencyOdometryBiObjective::maxDepth()</a>
<a id="Item7_c2" onkeydown="return searchResults.NavChild(event,7,2)" onkeypress="return searchResults.NavChild(event,7,2)" onkeyup="return searchResults.NavChild(event,7,2)" class="SRScope" href="../class_c_frame_r_g_b_d.html#abc84822b1baf13e257826ffb219dd913" target="_parent">CFrameRGBD::maxDepth()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_min_5fgradient_5fnorm">
<div class="SREntry">
<a id="Item8" onkeydown="return searchResults.Nav(event,8)" onkeypress="return searchResults.Nav(event,8)" onkeyup="return searchResults.Nav(event,8)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_min_5fgradient_5fnorm')">min_gradient_norm</a>
<div class="SRChildren">
<a id="Item8_c0" onkeydown="return searchResults.NavChild(event,8,0)" onkeypress="return searchResults.NavChild(event,8,0)" onkeyup="return searchResults.NavChild(event,8,0)" class="SRScope" href="../class_photoconsistency_odometry_1_1_analytic_1_1_c_photoconsistency_odometry_analytic.html#a0c34a8b704b2340114f16e98dcc33238" target="_parent">PhotoconsistencyOdometry::Analytic::CPhotoconsistencyOdometryAnalytic::min_gradient_norm()</a>
<a id="Item8_c1" onkeydown="return searchResults.NavChild(event,8,1)" onkeypress="return searchResults.NavChild(event,8,1)" onkeyup="return searchResults.NavChild(event,8,1)" class="SRScope" href="../class_photoconsistency_odometry_1_1_bi_objective_1_1_c_photoconsistency_odometry_bi_objective.html#a4ffb9e6e6dfd284941f8e00488506f50" target="_parent">PhotoconsistencyOdometry::BiObjective::CPhotoconsistencyOdometryBiObjective::min_gradient_norm()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_mindepth">
<div class="SREntry">
<a id="Item9" onkeydown="return searchResults.Nav(event,9)" onkeypress="return searchResults.Nav(event,9)" onkeyup="return searchResults.Nav(event,9)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_mindepth')">minDepth</a>
<div class="SRChildren">
<a id="Item9_c0" onkeydown="return searchResults.NavChild(event,9,0)" onkeypress="return searchResults.NavChild(event,9,0)" onkeyup="return searchResults.NavChild(event,9,0)" class="SRScope" href="../class_photoconsistency_odometry_1_1_analytic_1_1_c_photoconsistency_odometry_analytic.html#a7b34e994ff1b81ae11e3211636045171" target="_parent">PhotoconsistencyOdometry::Analytic::CPhotoconsistencyOdometryAnalytic::minDepth()</a>
<a id="Item9_c1" onkeydown="return searchResults.NavChild(event,9,1)" onkeypress="return searchResults.NavChild(event,9,1)" onkeyup="return searchResults.NavChild(event,9,1)" class="SRScope" href="../class_photoconsistency_odometry_1_1_bi_objective_1_1_c_photoconsistency_odometry_bi_objective.html#adec531c1211633911c26103389dc3a8a" target="_parent">PhotoconsistencyOdometry::BiObjective::CPhotoconsistencyOdometryBiObjective::minDepth()</a>
<a id="Item9_c2" onkeydown="return searchResults.NavChild(event,9,2)" onkeypress="return searchResults.NavChild(event,9,2)" onkeyup="return searchResults.NavChild(event,9,2)" class="SRScope" href="../class_c_frame_r_g_b_d.html#aaaab590488c350a37cba25c54ff2519c" target="_parent">CFrameRGBD::minDepth()</a>
</div>
</div>
</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
--></script>
</div>
</body>
</html>
| eshafeeqe/photoconsistency-visual-odometry | doc/html/search/variables_6d.html | HTML | bsd-3-clause | 8,911 |
<!DOCTYPE HTML>
<html>
<!--
Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head i18n-values="dir:textdirection;">
<title>Timeline tests</title>
<link rel="stylesheet" href="overlay.css">
<link rel="stylesheet" href="timeline_view.css">
<link rel="stylesheet" href="timeline.css">
<link rel="stylesheet" href="../shared/css/tabs.css">
<script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js"></script>
<script src="../shared/js/cr.js"></script>
<script src="../shared/js/cr/event_target.js"></script>
<script src="../shared/js/cr/ui.js"></script>
<script src="../shared/js/cr/ui/tabs.js"></script>
<script src="overlay.js"></script>
<script src="measuring_stick.js"></script>
<script src="profiling_view.js"></script>
<script src="timeline_view.js"></script>
<script src="timeline_model.js"></script>
<script src="linux_perf_importer.js"></script>
<script src="trace_event_importer.js"></script>
<script src="timeline.js"></script>
<script src="timeline_track.js"></script>
<script src="sorted_array_utils.js"></script>
<script src="fast_rect_renderer.js"></script>
<script src="test_utils.js"></script>
<script>
goog.require('goog.testing.jsunit');
</script>
<style>
</style>
</head>
<body>
<script>
'use strict';
/*
* This test just instantiates a TimelineView and adds it to the DOM
* to help with non-unittest UI work.
*/
function testInstantiateTimeline() {
var events = [
{name: 'a', args: {}, pid: 52, ts: 520, cat: 'foo', tid: 53, ph: 'B'},
{name: 'a', args: {}, pid: 52, ts: 560, cat: 'foo', tid: 53, ph: 'E'},
{name: 'b', args: {}, pid: 52, ts: 629, cat: 'foo', tid: 53, ph: 'B'},
{name: 'b', args: {}, pid: 52, ts: 631, cat: 'foo', tid: 53, ph: 'E'}
];
var model = new tracing.TimelineModel();
model.importEvents(events);
var timeline = new tracing.Timeline();
timeline.model = model;
timeline.focusElement = timeline;
timeline.tabIndex = 0;
document.body.appendChild(timeline);
}
function testAddAllObjectsMatchingFilterToSelection() {
var model = new tracing.TimelineModel();
var p1 = model.getOrCreateProcess(1);
var t1 = p1.getOrCreateThread(1);
t1.subRows[0].push(new tracing.TimelineThreadSlice('a', 0, 1, {}, 3));
t1.subRows[0].push(new tracing.TimelineThreadSlice('b', 0, 1, {}, 3));
var t1asg = t1.asyncSlices;
t1asg.slices.push(test_utils.newAsyncSliceNamed('a', 0, 1, t1, t1));
t1asg.slices.push(test_utils.newAsyncSliceNamed('b', 1, 2, t1, t1));
var timeline = new tracing.Timeline();
timeline.model = model;
var expected = [{slice: t1asg.slices[0].subSlices[0]},
{slice: t1.subRows[0][0]}];
var result = new tracing.TimelineSelection();
timeline.addAllObjectsMatchingFilterToSelection(new tracing.TimelineFilter('a'), result);
assertEquals(2, result.length);
assertEquals(expected[0].slice, result[0].slice);
assertEquals(expected[1].slice, result[1].slice);
var expected = [{slice: t1asg.slices[1].subSlices[0]},
{slice: t1.subRows[0][1]}];
var result = new tracing.TimelineSelection();
timeline.addAllObjectsMatchingFilterToSelection(new tracing.TimelineFilter('b'), result);
assertEquals(2, result.length);
assertEquals(expected[0].slice, result[0].slice);
assertEquals(expected[1].slice, result[1].slice);
}
function testSelectionObject() {
var model = new tracing.TimelineModel();
var p1 = model.getOrCreateProcess(1);
var t1 = p1.getOrCreateThread(1);
t1.subRows[0].push(new tracing.TimelineThreadSlice('a', 0, 1, {}, 3));
t1.subRows[0].push(new tracing.TimelineThreadSlice('a', 0, 5, {}, 1));
var sel = new tracing.TimelineSelection();
sel.addSlice({}, t1.subRows[0][0]);
assertEquals(1, sel.range.min);
assertEquals(4, sel.range.max);
assertEquals(t1.subRows[0][0], sel[0].slice);
sel.addSlice({}, t1.subRows[0][1]);
assertEquals(1, sel.range.min);
assertEquals(6, sel.range.max);
assertEquals(t1.subRows[0][1], sel[1].slice);
sel.clear();
assertEquals(0, sel.length);
}
function testShiftedSelection() {
var model = new tracing.TimelineModel();
var p1 = model.getOrCreateProcess(1);
var t1 = p1.getOrCreateThread(1);
t1.subRows[0].push(new tracing.TimelineThreadSlice('a', 0, 1, {}, 3));
t1.subRows[0].push(new tracing.TimelineThreadSlice('a', 0, 5, {}, 1));
var track = new tracing.TimelineSliceTrack();
track.slices = t1.subRows[0];
var sel = new tracing.TimelineSelection();
sel.addSlice(track, t1.subRows[0][0]);
var shifted = sel.getShiftedSelection(1);
assertEquals(1, shifted.length);
assertEquals(t1.subRows[0][1], shifted[0].slice);
}
</script>
</body>
</html>
| TeamNyx/external_chromium-trace | src/tracing/timeline_test.html | HTML | bsd-3-clause | 5,055 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>List Helper Demo</title>
<style type='text/css'>
body {font-family: verdana}
li {border: solid 1px gray; padding: 5px; width: 250px;}
li a {color: red; font-weight: bold;}
p {width: 400px;}
</style>
</head>
<body>
<a href='javascript://' id='start'>Start</a>
<div id='items'></div>
<script type='text/javascript'
src='../../../steal/steal.js'>
</script>
<script type='text/javascript'>
steal.plugins('jquery/model',
'jquery/dom/fixture',
'jquery/model/list','jquery/controller').start()
</script>
<script type='text/javascript'>
var index = 0;
$.Model("Thing",{
findAll : function(params, success){
//return 100000 items
var items = []
for(var i = 0; i < 100; i++){
items.push({
id: i+1+index,
name: "name "+i,
something : "sdfj alsfj als;f j;lsa jf;lsa jf;lsajf ;lsa jf;lsa jf;lsajf ;lsajfoiewjfj ;lsajf",
other : "asdf asf sadfsad fsadf salkdf j;lsa jf;lkdsa jf;lksa f;lksajf ;lsak jf;laks jflksaj f;lf;ljfdsaljsafd;l as;lk j;lkfsa ja"
})
}
index = i;
success(this.wrapMany(items))
}
},{})
$.Model.List("Thing.List");
$.Controller("Tester",{
init : function(){
var self = this;
self.timer = setTimeout(function(){
self.options.list.findAll()
self.timer = setTimeout(arguments.callee, 500)
},500)
},
"{list} add" : function(list, ev, items){
this.element.html(list.length)
},
click : function(){
clearTimeout(this.timer);
this.element.remove()
}
})
var timer;
$('#start').click(function(){
/*var list = new Thing.List();
list.bind("add", function(){
$('#items').html(this.length)
});
timer = setTimeout(function(){
list.findAll()
timer = setTimeout(arguments.callee, 500)
},500)
$('#items').one('click',function(){
clearTimeout(timer);
list.unbind("add")
})*/
$("#items").tester({list : new Thing.List()});
})
</script>
<script type='text/javascript' id="demo-source">
</script>
</body>
</html> | itkin/amos | test/dummy/public/jquery/model/list/memory.html | HTML | mit | 2,180 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::address_v4::address_v4 (3 of 4 overloads)</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="../address_v4.html" title="ip::address_v4::address_v4">
<link rel="prev" href="overload2.html" title="ip::address_v4::address_v4 (2 of 4 overloads)">
<link rel="next" href="overload4.html" title="ip::address_v4::address_v4 (4 of 4 overloads)">
</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="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../address_v4.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="overload4.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="boost_asio.reference.ip__address_v4.address_v4.overload3"></a><a class="link" href="overload3.html" title="ip::address_v4::address_v4 (3 of 4 overloads)">ip::address_v4::address_v4
(3 of 4 overloads)</a>
</h5></div></div></div>
<p>
Construct an address from a unsigned long in host byte order.
</p>
<pre class="programlisting"><span class="identifier">address_v4</span><span class="special">(</span>
<span class="keyword">unsigned</span> <span class="keyword">long</span> <span class="identifier">addr</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-2012 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="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../address_v4.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="overload4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| mxrrow/zaicoin | src/deps/boost/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload3.html | HTML | mit | 3,418 |
<!DOCTYPE html>
<html>
<head>
<title>AnguarJs SoundManager2</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body ng-app="myApp">
<div class="container" ng-controller="MainCtrl">
<div class="row">
<div class="col-md-12">
<h5>Songs</h5>
<ul>
<li ng-repeat="song in songs">
<button music-player="play" add-song="song">{{ song.title }}</button>
<button music-player add-song="song">+</button>
</li>
</ul>
<button play-all="songs">Play all</button>
<button play-all="songs" data-play="false">Add all</button>
</div>
</div>
<hr />
<div class="row">
<div class="col-md-12">
<!-- init soundManager2 player -->
<sound-manager></sound-manager>
<p>
Currently Playing: {{ currentPlaying.title }} by {{ currentPlaying.artist }} ({{ currentPostion }} / {{ currentDuration }})
</p>
<div class="seekBase" seek-track>
<div class="seekLoad" ng-style="{width : ( progress + '%' ) }"></div>
</div>
<br />
<button play-music>Play</button>
-
<button pause-music>Pause</button>
-
<button stop-music>Stop</button>
-
<button repeat-music>Repeat ({{ repeat }})</button>
-
<button play-pause-toggle data-play="Play!" data-pause="Pause!">Play Toggle</button>
Is Playing: {{ isPlaying }}
<br/>
<br/>Volume: {{ volume }} -
<button music-volume data-type="increase">+</button>
-
<button music-volume data-type="decrease">-</button>
-
<button mute-music>Mute ({{ mute }})</button>
<br/>
<br/>
<button prev-track>Prev Track</button>
-
<button next-track>Next Track</button>
-
<button clear-playlist>Clear Playlist</button>
<br/>
<br/>
<h5>Playlist</h5>
<ul>
<li ng-repeat="song in playlist">
<a play-from-playlist="song">{{ song.title }}</a>
-
<a remove-from-playlist="song" data-index="{{$index}}">
<small>(remove)</small>
</a>
<span ng-if="currentPlaying.id == song.id"> - (current)</span>
</li>
</ul>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.min.js"></script>
<script src="../dist/angular-soundmanager2.js"></script>
<script src="app.js"></script>
</body>
</html> | eregnier/shplayer | static/bower_components/angular-soundmanager3/examples/index.html | HTML | mit | 3,200 |
<div class="fl-container-flex fl-fix information-group info-column">
<div class="fl-container-flex fl-fix content main">
<div class="info-column">
<div class="info-column2-50 fl-force-left">
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-objectNumber-label"></div>
</div>
<div class="content clearfix">
<input type="text" class="csc-object-identification-object-number"/>
</div>
</div>
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-fieldLocVerbatim-label"></div>
</div>
<div class="content clearfix">
<input type="text" class="csc-collection-object-fieldLocVerbatim"/>
</div>
</div>
<div class="info-pair" style="display:none;">
<div class="header">
<div class="label csc-collection-object-objectName-label"></div>
</div>
<div class="content clearfix csc-collection-object-objectNameGroup">
<input type="text" class="csc-object-identification-object-name"/>
</div>
</div>
<div class="info-pair-select">
<div class="header">
<div class="label csc-collection-object-responsibleDepartment-label"></div>
</div>
<div class="content clearfix">
<select class="csc-object-identification-responsible-department"><option value="">Options not loaded</option></select>
</div>
</div>
<div class="info-pair-select">
<div class="header">
<div class="label csc-collection-object-collection-label"></div>
</div>
<div class="content clearfix">
<select class="csc-object-identification-collection"><option value="">Options not loaded</option></select>
</div>
</div>
<div class="info-pair" style="display:none;">
<div class="header">
<div class="label csc-collection-object-title-label"></div>
</div>
<div class="content clearfix csc-collection-object-titleGroup">
<input type="text" class="csc-object-identification-object-title"/>
</div>
</div>
<div class="info-pair-select">
<div class="header">
<div class="label csc-collection-object-recordStatus-label"></div>
</div>
<div class="content clearfix">
<select class="csc-object-identification-record-status input-select"><option value="">Options not loaded</option></select>
</div>
</div>
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-copyNumber-label"></div>
</div>
<div class="content clearfix">
<input type="text" class="csc-object-description-copy-number"/>
</div>
</div>
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-editionNumber-label"></div>
</div>
<div class="content clearfix">
<input type="text" class="csc-object-description-edition-number"/>
</div>
</div>
<div class="info-pair-select">
<div class="header">
<div class="label csc-collection-object-form-label"></div>
</div>
<div class="content clearfix">
<select class="csc-object-description-form input-select"><option value="">Options not loaded</option></select>
</div>
</div>
<!-- Commenting these out for now, to avoid CSPACE-4903. -->
<!--
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-inscriptionDescriptionInscriber-label"></div>
</div>
<div class="content clearfix csc-collection-object-nonTextualInscriptionGroup">
<input type="text" class="csc-object-description-inscription-description-inscriber"/>
</div>
</div>
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-inscriptionDescriptionMethod-label"></div>
</div>
<div class="content clearfix csc-collection-object-nonTextualInscriptionGroup">
<input type="text" class="csc-object-description-inscription-description-method"/>
</div>
</div>
-->
<div class="info-pair" style="display:none;">
<div class="header">
<div class="label csc-collection-object-material-label"></div>
</div>
<div class="content clearfix csc-collection-object-materialGroup">
<input type="text" class="csc-object-description-material"/>
</div>
</div>
<div class="info-pair-select">
<div class="header">
<div class="label csc-collection-object-objectStatus-label"></div>
</div>
<div class="content clearfix">
<select class="csc-object-description-object-status input-select"><option value="">Options not loaded</option></select>
</div>
</div>
<div class="info-pair-select">
<div class="header">
<div class="label csc-collection-object-phase-label"></div>
</div>
<div class="content clearfix">
<select class="csc-object-description-phase input-select"><option value="">Options not loaded</option></select>
</div>
</div>
<div class="info-pair-select">
<div class="header">
<div class="label csc-collection-object-sex-label"></div>
</div>
<div class="content clearfix">
<select class="csc-object-description-sex input-select"><option value="">Options not loaded</option></select>
</div>
</div>
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-style-label"></div>
</div>
<div class="content clearfix">
<input type="text" class="csc-object-description-style"/>
</div>
</div>
<div class="info-pair-select" style="display:none;">
<div class="header">
<div class="label csc-collection-object-technicalAttribute-label"></div>
</div>
<div class="content clearfix csc-collection-object-technicalAttributeGroup">
<select class="csc-object-description-technical-attribute input-select"><option value="">Options not loaded</option></select>
</div>
</div>
<div class="info-pair-select" style="display:none;">
<div class="header">
<div class="label csc-collection-object-objectComponentName-label"></div>
</div>
<div class="content clearfix csc-collection-object-objectComponentGroup">
<select class="csc-object-description-object-component-name input-select"><option value="">Options not loaded</option></select>
</div>
</div>
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-objectProductionDate-label"></div>
</div>
<div class="content clearfix">
<input type="text" class="csc-object-production-date"/>
</div>
</div>
<div class="info-pair" style="display:none;">
<div class="header">
<div class="label csc-collection-object-objectProductionOrganization-label"></div>
</div>
<div class="content clearfix csc-collection-object-objectProductionOrganizationGroup">
<input type="text" class="csc-object-production-organization"/>
</div>
</div>
<div class="info-pair" style="display:none;">
<div class="header">
<div class="label csc-collection-object-objectProductionPeople-label"></div>
</div>
<div class="content clearfix csc-collection-object-objectProductionPeopleGroup">
<input type="text" class="csc-object-production-people"/>
</div>
</div>
<div class="info-pair" style="display:none;">
<div class="header">
<div class="label csc-collection-object-objectProductionPerson-label"></div>
</div>
<div class="content clearfix csc-collection-object-objectProductionPersonGroup">
<input type="text" class="csc-object-production-person"/>
</div>
</div>
<div class="info-pair" style="display:none;">
<div class="header">
<div class="label csc-collection-object-objectProductionPlace-label"></div>
</div>
<div class="content clearfix csc-collection-object-objectProductionPlaceGroup">
<input type="text" class="csc-object-production-place"/>
</div>
</div>
<div class="info-pair" style="display:none;">
<div class="header">
<div class="label csc-collection-object-technique-label"></div>
</div>
<div class="content clearfix csc-collection-object-techniqueGroup">
<input type="text" class="csc-object-production-technique"/>
</div>
</div>
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-fieldColEventName-label"></div>
</div>
<div class="content clearfix">
<input type="text" class="input-alpha csc-collection-object-fieldColEventName" />
</div>
</div>
<div class="info-pair" style="display:none;">
<div class="header">
<div class="label csc-collection-object-editUsername-label"></div>
</div>
<div class="content clearfix">
<input type="text" class="csc-collection-object-editUsername"/>
</div>
</div>
<div class="info-pair">
<div class="header">
<div class="label csc-collection-object-updatedAt-label"></div>
</div>
<div class="content">
<table>
<thead>
<tr>
<td class="csc-collection-object-updatedAtStart-label"></td>
<td class="csc-collection-object-updatedAtEnd-label"></td>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" class="csc-collection-object-updatedAtStart" /></td>
<td><input type="text" class="csc-collection-object-updatedAtEnd" /></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div> | cspace-deployment/ui | src/main/webapp/tenants/lifesci/html/components/SearchFieldsTemplate-cataloging.html | HTML | apache-2.0 | 13,477 |
{% load i18n %}
<p>{% blocktrans trimmed %}
After you clicked continue, we will redirect you to PayPal to fill in your payment
details. You will then be redirected back here to review and confirm your order.
{% endblocktrans %}</p>
| Unicorn-rzl/pretix | src/pretix/plugins/paypal/templates/pretixplugins/paypal/checkout_payment_form.html | HTML | apache-2.0 | 241 |
<!doctype html>
<html>
<head>
<title>
Test Reconnection of Tail-Processing Nodes
</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit.js"></script>
<script src="../resources/audit-util.js"></script>
</head>
<body>
<script>
let audit = Audit.createTaskRunner();
audit.define(
{
test: 'Test Compressor',
label: 'Reconnect graph to DynamicsCompressor before end of tail'
},
(task, should) => {
// Arbitrary sample rate
const sampleRate = 16000;
// These constants taken from dyanmics_compress_kernel.{cc,h}.
const preDelayFrames = 1024;
const meteringReleaseTime = 0.325;
const tailTime = 5 * meteringReleaseTime;
const latencyTime = preDelayFrames / sampleRate;
const tailProcessingTime = tailTime + latencyTime;
// The DynamicsCompressorNode has a tail + latency time of a little
// over 1.68 sec, so make the duration longer than that.
const renderDuration = 3;
let context = new OfflineAudioContext(
1, renderDuration * sampleRate, sampleRate);
runTest(context, should, {
testNodeName: 'DynamicsCompressorNode',
nodeOptions: null,
suspendTime: 2,
tailProcessingTime: tailProcessingTime
}).then(() => task.done());
});
audit.define(
{
test: 'Test Biquad',
label: 'Reconnect graph to Biquad before end of tail'
},
(task, should) => {
let renderDuration = 1;
let sampleRate = 16384;
let context = new OfflineAudioContext(
1, renderDuration * sampleRate, sampleRate);
// Taken from BiquadFilter/tail-time-lowpass.html
let filterOptions = {
type: 'lowpass',
Q: 40,
frequency: sampleRate / 4
};
let tailProcessingTime = 2079.4 / context.sampleRate;
runTest(context, should, {
testNodeName: 'BiquadFilterNode',
nodeOptions: filterOptions,
suspendTime: .5,
tailProcessingTime: tailProcessingTime
}).then(() => task.done());
});
// Run a test using the given test node that has a tail time.
// |options| is a dictionary with the following members:
// testNodeName: name of the node (used as a constructor)
// nodeOptiosn: any options needed to create the node with the right
// properties.
// suspendTime: Time at which oscillator should start.
// tailProcessingTime: Length of the tail of the node, in sec.
function runTest(context, should, options) {
// This test basically taken from the repro case in crbug.com/829767
let osc = new OscillatorNode(context);
let g0 = new GainNode(context);
let g1 = new GainNode(context);
let g2 = new GainNode(context);
let g3 = new GainNode(context);
let testNode =
new window[options.testNodeName](context, options.nodeOptions);
osc.connect(g0)
.connect(g1)
.connect(testNode)
.connect(g2)
.connect(g3)
.connect(context.destination);
// Disconnect the rest of the graph from g0. This should place the
// test node on the internal tail processing list.
g0.disconnect();
// Now reconnect g0 to the graph.. This should re-enable the test node
// output and remove it from the tail list.
g0.connect(g1);
// Start the source after the tail time of the test node.
context.suspend(options.suspendTime)
.then(() => {
// Sanity check that we start the oscillator after the tail
// processing time.
should(context.currentTime, 'Oscillator start time')
.beGreaterThanOrEqualTo(options.tailProcessingTime);
osc.start();
})
.then(() => context.resume());
return context.startRendering().then(renderedBuffer => {
// Just check that the output isn't silence. If things are working
// after reconnecting, there should be non-zero output.
should(
renderedBuffer.getChannelData(0),
`Output of ${options.testNodeName}`)
.notBeConstantValueOf(0);
});
}
audit.run();
</script>
</body>
</html>
| scheib/chromium | third_party/blink/web_tests/webaudio/AudioNode/tail-connections.html | HTML | bsd-3-clause | 4,771 |
<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
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.
Authors:
Tomasz Paciorek <t.paciorek@samsung.com>
-->
<html>
<head>
<title>ContactManager_check_types</title>
<meta charset="utf-8">
<script type="text/javascript" src="support/unitcommon.js"></script>
<script type="text/javascript" src="support/contact_common.js"></script>
</head>
<body>
<div id="log"></div>
<script>
//==== TEST: ContactManager_check_types
//==== LABEL Check if tizen.contact (ContactManager) exists and implements methods
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Contact:ContactManagerObject:ContactManagerObject U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
//==== TEST_CRITERIA
test(function () {
assert_type(tizen, "object", "Tizen presence");
assert_type(tizen.contact, "object", "ContactManager presence");
assert_type(tizen.contact.getAddressBooks, "function", "ContactManager.getAddressBooks presence");
assert_type(tizen.contact.getUnifiedAddressBook, "function", "ContactManager.getUnifiedAddressBook presence");
assert_type(tizen.contact.getAddressBook, "function", "ContactManager.getAddressBook presence");
assert_type(tizen.contact.getDefaultAddressBook, "function", "ContactManager.getDefaultAddressBook presence");
assert_type(tizen.contact.get, "function", "ContactManager.get presence");
assert_type(tizen.contact.update, "function", "ContactManager.update presence");
assert_type(tizen.contact.updateBatch, "function", "ContactManager.updateBatch presence");
assert_type(tizen.contact.remove, "function", "ContactManager.remove presence");
assert_type(tizen.contact.removeBatch, "function", "ContactManager.removeBatch presence");
assert_type(tizen.contact.find, "function", "ContactManager.find presence");
assert_type(tizen.contact.addChangeListener, "function", "ContactManager.addChangeListener presence");
assert_type(tizen.contact.removeChangeListener, "function", "ContactManager.removeChangeListener presence");
}, document.title);
</script>
</body>
</html>
| qiuzhong/crosswalk-test-suite | webapi/tct-contact-tizen-tests/contact/ContactManager_check_types.html | HTML | bsd-3-clause | 2,647 |
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
if (window.internals) {
var default_poster = 'content/greenbox.png';
internals.settings.setDefaultVideoPosterURL(default_poster);
addEventListener("load", function() {
var poster = internals.getImageSourceURL(document.getElementById("video-no-poster"));
if (poster) {
if (poster == default_poster)
document.getElementById("result-no-poster").innerText = "PASS";
else
document.getElementById("result-no-poster").innerText = "FAIL";
} else
document.getElementById("result-no-poster").innerText = "FAIL: image source is null";
poster = internals.getImageSourceURL(document.getElementById("video-has-poster"));
if (poster) {
if (poster == "content/abe.png")
document.getElementById("result-has-poster").innerText = "PASS";
else
document.getElementById("result-has-poster").innerText = "FAIL: poster was changed";
} else
document.getElementById("result-has-poster").innerText = "FAIL: image source is null";
poster = internals.getImageSourceURL(document.getElementById("video-has-empty-poster"));
if (poster) {
if (poster == default_poster)
document.getElementById("result-has-empty-poster").innerText = "PASS";
else
document.getElementById("result-has-empty-poster").innerText = "FAIL";
} else
document.getElementById("result-has-empty-poster").innerText = "FAIL: image source is null";
testRunner.notifyDone();
}, false);
}
</script>
</head>
<body>
<pre id="result-no-poster"></pre>
<pre id="result-has-poster"></pre>
<pre id="result-has-empty-poster"></pre>
<video id="video-no-poster" src="content/test.mp4" preload="none" />
<video id="video-has-poster" src="content/test.mp4" poster="content/abe.png" preload="none" />
<video id="video-has-empty-poster" src="content/test.mp4" poster="" preload="none" />
</body>
</html>
| scheib/chromium | third_party/blink/web_tests/media/video-default-poster.html | HTML | bsd-3-clause | 2,071 |
<!doctype html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="../../assert_selection.js"></script>
<script>
selection_test(
'<div contenteditable dir="rtl">|Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">^Lorem <span style="direction: ltr">ipsum dolor|<div> just a test</div> sit</span> amet</div>',
'7-0 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">L|orem <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">L^orem <span style="direction: ltr">ipsum dolor|<div> just a test</div> sit</span> amet</div>',
'7-1 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lo|rem <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lo^rem <span style="direction: ltr">ipsum dolor|<div> just a test</div> sit</span> amet</div>',
'7-2 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lor|em <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lor^em <span style="direction: ltr">ipsum dolor|<div> just a test</div> sit</span> amet</div>',
'7-3 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lore|m <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lore^m <span style="direction: ltr">ipsum dolor|<div> just a test</div> sit</span> amet</div>',
'7-4 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem| <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem^ <span style="direction: ltr">ipsum dolor|<div> just a test</div> sit</span> amet</div>',
'7-5 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">|ipsum dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">^ipsum dolor|<div> just a test</div> sit</span> amet</div>',
'7-6 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">i|psum dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">i^psum dolor|<div> just a test</div> sit</span> amet</div>',
'7-7 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ip|sum dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ip^sum dolor|<div> just a test</div> sit</span> amet</div>',
'7-8 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ips|um dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ips^um dolor|<div> just a test</div> sit</span> amet</div>',
'7-9 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsu|m dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsu^m dolor|<div> just a test</div> sit</span> amet</div>',
'7-10 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum| dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum^ dolor|<div> just a test</div> sit</span> amet</div>',
'7-11 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum |dolor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum ^dolor|<div> just a test</div> sit</span> amet</div>',
'7-12 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum d|olor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum d^olor|<div> just a test</div> sit</span> amet</div>',
'7-13 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum do|lor<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum do^lor|<div> just a test</div> sit</span> amet</div>',
'7-14 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dol|or<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dol^or|<div> just a test</div> sit</span> amet</div>',
'7-15 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolo|r<div > just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolo^r|<div> just a test</div> sit</span> amet</div>',
'7-16 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div >| just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> ^just a test|</div> sit</span> amet</div>',
'7-17 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > |just a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> ^just a test|</div> sit</span> amet</div>',
'7-18 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > j|ust a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> j^ust a test|</div> sit</span> amet</div>',
'7-19 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > ju|st a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> ju^st a test|</div> sit</span> amet</div>',
'7-20 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > jus|t a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> jus^t a test|</div> sit</span> amet</div>',
'7-21 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just| a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just^ a test|</div> sit</span> amet</div>',
'7-22 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just |a test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just ^a test|</div> sit</span> amet</div>',
'7-23 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a| test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a^ test|</div> sit</span> amet</div>',
'7-24 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a |test</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a ^test|</div> sit</span> amet</div>',
'7-25 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a t|est</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a t^est|</div> sit</span> amet</div>',
'7-26 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a te|st</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a te^st|</div> sit</span> amet</div>',
'7-27 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a tes|t</div> sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a tes^t|</div> sit</span> amet</div>',
'7-28 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div>| sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> ^sit</span> amet|</div>',
'7-29 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> |sit</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> ^sit</span> amet|</div>',
'7-30 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> s|it</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> s^it</span> amet|</div>',
'7-31 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> si|t</span> amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> si^t</span> amet|</div>',
'7-32 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span>| amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> sit</span>^ amet|</div>',
'7-33 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> |amet</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> sit</span> ^amet|</div>',
'7-34 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> a|met</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> sit</span> a^met|</div>',
'7-35 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> am|et</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> sit</span> am^et|</div>',
'7-36 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> ame|t</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> sit</span> ame^t|</div>',
'7-37 rtl forward lineboundary');
selection_test(
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div > just a test</div> sit</span> amet|</div>',
selection => selection.modify('extend', 'forward', 'lineboundary'),
'<div contenteditable dir="rtl">Lorem <span style="direction: ltr">ipsum dolor<div> just a test</div> sit</span> amet|</div>',
'7-38 rtl forward lineboundary');
</script>
| chromium/chromium | third_party/blink/web_tests/editing/selection/extend/extend_selection_07_rtl_forward_lineboundary.html | HTML | bsd-3-clause | 15,132 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Model\Base\OrderProduct | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<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>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../../Thelia/Model/Base.html">Thelia\Model\Base</a>\OrderProduct</h1>
</div>
<div class="content">
<p>abstract class
<strong>OrderProduct</strong> implements
<abbr title="Propel\Runtime\ActiveRecord\ActiveRecordInterface">ActiveRecordInterface</abbr></p>
<h2>Constants</h2>
<table>
<tr>
<td>TABLE_MAP</td>
<td class="last">
<p><em>TableMap class name</em></p>
<p>
</p>
</td>
</tr>
</table>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>()
<p>Initializes internal state of Thelia\Model\Base\OrderProduct object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isModified">isModified</a>()
<p>Returns whether the object has been modified.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isColumnModified">isColumnModified</a>(string $col)
<p>Has specified column been modified?</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_getModifiedColumns">getModifiedColumns</a>()
<p>Get the columns that have been modified in this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isNew">isNew</a>()
<p>Returns whether the object has ever been saved.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setNew">setNew</a>(boolean $b)
<p>Setter for the isNew attribute.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isDeleted">isDeleted</a>()
<p>Whether this object has been deleted.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_setDeleted">setDeleted</a>(boolean $b)
<p>Specify whether this object has been deleted.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_resetModified">resetModified</a>(string $col = null)
<p>Sets the modified state for the object to be false.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_equals">equals</a>(mixed $obj)
<p>Compares this with another <code>OrderProduct</code> instance.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_hashCode">hashCode</a>()
<p>If the primary key is not null, return the hashcode of the primary key.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_getVirtualColumns">getVirtualColumns</a>()
<p>Get the associative array of the virtual columns in this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_hasVirtualColumn">hasVirtualColumn</a>(string $name)
<p>Checks the existence of a virtual column in this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
mixed
</td>
<td class="last">
<a href="#method_getVirtualColumn">getVirtualColumn</a>(string $name)
<p>Get the value of a virtual column in this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/Base/OrderProduct.html"><abbr title="Thelia\Model\Base\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setVirtualColumn">setVirtualColumn</a>(string $name, mixed $value)
<p>Set the value of a virtual column in this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/Base/OrderProduct.html"><abbr title="Thelia\Model\Base\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_importFrom">importFrom</a>(mixed $parser, string $data)
<p>Populate the current object from a string, using a given parser format <code> $book = new Book(); $book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_exportTo">exportTo</a>(mixed $parser, boolean $includeLazyLoadColumns = true)
<p>Export the current object properties to a string, using a given parser format <code> $book = BookQuery::create()->findPk(9012); echo $book->exportTo('JSON'); => {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___sleep">__sleep</a>()
<p>Clean up internal collections prior to serializing Avoids recursive loops that turn into segmentation faults when serializing</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_getId">getId</a>()
<p>Get the [id] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_getOrderId">getOrderId</a>()
<p>Get the [order_id] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getProductRef">getProductRef</a>()
<p>Get the [product_ref] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getProductSaleElementsRef">getProductSaleElementsRef</a>()
<p>Get the [product<em>sale</em>elements_ref] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getTitle">getTitle</a>()
<p>Get the [title] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getChapo">getChapo</a>()
<p>Get the [chapo] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getDescription">getDescription</a>()
<p>Get the [description] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getPostscriptum">getPostscriptum</a>()
<p>Get the [postscriptum] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
double
</td>
<td class="last">
<a href="#method_getQuantity">getQuantity</a>()
<p>Get the [quantity] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
double
</td>
<td class="last">
<a href="#method_getPrice">getPrice</a>()
<p>Get the [price] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getPromoPrice">getPromoPrice</a>()
<p>Get the [promo_price] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_getWasNew">getWasNew</a>()
<p>Get the [was_new] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_getWasInPromo">getWasInPromo</a>()
<p>Get the [was<em>in</em>promo] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getWeight">getWeight</a>()
<p>Get the [weight] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getEanCode">getEanCode</a>()
<p>Get the [ean_code] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getTaxRuleTitle">getTaxRuleTitle</a>()
<p>Get the [tax<em>rule</em>title] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getTaxRuleDescription">getTaxRuleDescription</a>()
<p>Get the [tax<em>rule</em>description] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_getParent">getParent</a>()
<p>Get the [parent] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
mixed
</td>
<td class="last">
<a href="#method_getCreatedAt">getCreatedAt</a>(string $format = NULL)
<p>Get the [optionally formatted] temporal [created_at] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
mixed
</td>
<td class="last">
<a href="#method_getUpdatedAt">getUpdatedAt</a>(string $format = NULL)
<p>Get the [optionally formatted] temporal [updated_at] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setId">setId</a>(int $v)
<p>Set the value of [id] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setOrderId">setOrderId</a>(int $v)
<p>Set the value of [order_id] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setProductRef">setProductRef</a>(string $v)
<p>Set the value of [product_ref] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setProductSaleElementsRef">setProductSaleElementsRef</a>(string $v)
<p>Set the value of [product<em>sale</em>elements_ref] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setTitle">setTitle</a>(string $v)
<p>Set the value of [title] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setChapo">setChapo</a>(string $v)
<p>Set the value of [chapo] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setDescription">setDescription</a>(string $v)
<p>Set the value of [description] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setPostscriptum">setPostscriptum</a>(string $v)
<p>Set the value of [postscriptum] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setQuantity">setQuantity</a>(double $v)
<p>Set the value of [quantity] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setPrice">setPrice</a>(double $v)
<p>Set the value of [price] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setPromoPrice">setPromoPrice</a>(string $v)
<p>Set the value of [promo_price] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setWasNew">setWasNew</a>(int $v)
<p>Set the value of [was_new] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setWasInPromo">setWasInPromo</a>(int $v)
<p>Set the value of [was<em>in</em>promo] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setWeight">setWeight</a>(string $v)
<p>Set the value of [weight] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setEanCode">setEanCode</a>(string $v)
<p>Set the value of [ean_code] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setTaxRuleTitle">setTaxRuleTitle</a>(string $v)
<p>Set the value of [tax<em>rule</em>title] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setTaxRuleDescription">setTaxRuleDescription</a>(string $v)
<p>Set the value of [tax<em>rule</em>description] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setParent">setParent</a>(int $v)
<p>Set the value of [parent] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setCreatedAt">setCreatedAt</a>(mixed $v)
<p>Sets the value of [created_at] column to a normalized version of the date/time value specified.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setUpdatedAt">setUpdatedAt</a>(mixed $v)
<p>Sets the value of [updated_at] column to a normalized version of the date/time value specified.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_hasOnlyDefaultValues">hasOnlyDefaultValues</a>()
<p>Indicates whether the columns in this object are only set to default values.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_hydrate">hydrate</a>(array $row, int $startcol, boolean $rehydrate = false, string $indexType = TableMap::TYPE_NUM)
<p>Hydrates (populates) the object variables with values from the database resultset.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_ensureConsistency">ensureConsistency</a>()
<p>Checks and repairs the internal consistency of the object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_reload">reload</a>(boolean $deep = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Reloads this object from datastore based on primary key and (optionally) resets all associated objects.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_delete">delete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Removes this object from datastore and sets delete attribute.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_save">save</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Persists this object to the database.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
mixed
</td>
<td class="last">
<a href="#method_getByName">getByName</a>(string $name, string $type = TableMap::TYPE_PHPNAME)
<p>Retrieves a field from the object by name passed in as a string.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
mixed
</td>
<td class="last">
<a href="#method_getByPosition">getByPosition</a>(int $pos)
<p>Retrieves a field from the object by Position as specified in the xml schema.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_toArray">toArray</a>(string $keyType = TableMap::TYPE_PHPNAME, boolean $includeLazyLoadColumns = true, array $alreadyDumpedObjects = array(), boolean $includeForeignObjects = false)
<p>Exports the object as an array.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_setByName">setByName</a>(string $name, mixed $value, string $type = TableMap::TYPE_PHPNAME)
<p>Sets a field from the object by name passed in as a string.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_setByPosition">setByPosition</a>(int $pos, mixed $value)
<p>Sets a field from the object by Position as specified in the xml schema.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_fromArray">fromArray</a>(array $arr, string $keyType = TableMap::TYPE_PHPNAME)
<p>Populates the object using an array.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr>
</td>
<td class="last">
<a href="#method_buildCriteria">buildCriteria</a>()
<p>Build a Criteria object containing the values of all modified columns in this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr>
</td>
<td class="last">
<a href="#method_buildPkeyCriteria">buildPkeyCriteria</a>()
<p>Builds a Criteria object containing the primary key for this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_getPrimaryKey">getPrimaryKey</a>()
<p>Returns the primary key for this object (row).</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_setPrimaryKey">setPrimaryKey</a>(int $key)
<p>Generic method to set the primary key (id column).</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isPrimaryKeyNull">isPrimaryKeyNull</a>()
<p>Returns true if the primary key for this object is null.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_copyInto">copyInto</a>(object $copyObj, boolean $deepCopy = false, boolean $makeNew = true)
<p>Sets contents of passed object to values from current object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_copy">copy</a>(boolean $deepCopy = false)
<p>Makes a copy of this object that will be inserted as a new row in table when saved.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setOrder">setOrder</a>(<a href="../../../Thelia/Model/Order.html"><abbr title="Thelia\Model\Order">Order</abbr></a> $v = null)
<p>Declares an association between this object and a ChildOrder object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/Order.html"><abbr title="Thelia\Model\Order">Order</abbr></a>
</td>
<td class="last">
<a href="#method_getOrder">getOrder</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Get the associated ChildOrder object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_initRelation">initRelation</a>(string $relationName)
<p>Initializes a collection based on the name of a relation.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_clearOrderProductAttributeCombinations">clearOrderProductAttributeCombinations</a>()
<p>Clears out the collOrderProductAttributeCombinations collection</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_resetPartialOrderProductAttributeCombinations">resetPartialOrderProductAttributeCombinations</a>($v = true)
<p>Reset is the collOrderProductAttributeCombinations collection loaded partially.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_initOrderProductAttributeCombinations">initOrderProductAttributeCombinations</a>(boolean $overrideExisting = true)
<p>Initializes the collOrderProductAttributeCombinations collection.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/OrderProductAttributeCombination.html"><abbr title="Thelia\Model\OrderProductAttributeCombination">OrderProductAttributeCombination</abbr></a>[]
</td>
<td class="last">
<a href="#method_getOrderProductAttributeCombinations">getOrderProductAttributeCombinations</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Gets an array of ChildOrderProductAttributeCombination objects which contain a foreign key that references this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setOrderProductAttributeCombinations">setOrderProductAttributeCombinations</a>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $orderProductAttributeCombinations, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Sets a collection of OrderProductAttributeCombination objects related by a one-to-many relationship to the current object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_countOrderProductAttributeCombinations">countOrderProductAttributeCombinations</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Returns the number of related OrderProductAttributeCombination objects.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_addOrderProductAttributeCombination">addOrderProductAttributeCombination</a>(<a href="../../../Thelia/Model/OrderProductAttributeCombination.html"><abbr title="Thelia\Model\OrderProductAttributeCombination">OrderProductAttributeCombination</abbr></a> $l)
<p>Method called to associate a ChildOrderProductAttributeCombination object to this object through the ChildOrderProductAttributeCombination foreign key attribute.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_removeOrderProductAttributeCombination">removeOrderProductAttributeCombination</a>(<a href="../../../Thelia/Model/Base/OrderProductAttributeCombination.html"><abbr title="Thelia\Model\Base\OrderProductAttributeCombination">OrderProductAttributeCombination</abbr></a> $orderProductAttributeCombination)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_clearOrderProductTaxes">clearOrderProductTaxes</a>()
<p>Clears out the collOrderProductTaxes collection</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_resetPartialOrderProductTaxes">resetPartialOrderProductTaxes</a>($v = true)
<p>Reset is the collOrderProductTaxes collection loaded partially.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_initOrderProductTaxes">initOrderProductTaxes</a>(boolean $overrideExisting = true)
<p>Initializes the collOrderProductTaxes collection.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/OrderProductTax.html"><abbr title="Thelia\Model\OrderProductTax">OrderProductTax</abbr></a>[]
</td>
<td class="last">
<a href="#method_getOrderProductTaxes">getOrderProductTaxes</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Gets an array of ChildOrderProductTax objects which contain a foreign key that references this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_setOrderProductTaxes">setOrderProductTaxes</a>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $orderProductTaxes, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Sets a collection of OrderProductTax objects related by a one-to-many relationship to the current object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_countOrderProductTaxes">countOrderProductTaxes</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Returns the number of related OrderProductTax objects.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_addOrderProductTax">addOrderProductTax</a>(<a href="../../../Thelia/Model/OrderProductTax.html"><abbr title="Thelia\Model\OrderProductTax">OrderProductTax</abbr></a> $l)
<p>Method called to associate a ChildOrderProductTax object to this object through the ChildOrderProductTax foreign key attribute.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_removeOrderProductTax">removeOrderProductTax</a>(<a href="../../../Thelia/Model/Base/OrderProductTax.html"><abbr title="Thelia\Model\Base\OrderProductTax">OrderProductTax</abbr></a> $orderProductTax)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_clear">clear</a>()
<p>Clears the current object and sets all attributes to their default values</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_clearAllReferences">clearAllReferences</a>(boolean $deep = false)
<p>Resets all references to other model objects or collections of model objects.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method___toString">__toString</a>()
<p>Return the string representation of this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
</td>
<td class="last">
<a href="#method_keepUpdateDateUnchanged">keepUpdateDateUnchanged</a>()
<p>Mark the current object so that the update date doesn't get updated during next save</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_preSave">preSave</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run before persisting the object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_postSave">postSave</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run after persisting the object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_preInsert">preInsert</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run before inserting to database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_postInsert">postInsert</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run after inserting to database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_preUpdate">preUpdate</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run before updating the object in database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_postUpdate">postUpdate</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run after updating the object in database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_preDelete">preDelete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run before deleting the object in database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_postDelete">postDelete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run after deleting the object in database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array|string
</td>
<td class="last">
<a href="#method___call">__call</a>(string $name, mixed $params)
<p>Derived method to catches calls to undefined methods.</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method___construct">
<div class="location">at line 224</div>
<code> public
<strong>__construct</strong>()</code>
</h3>
<div class="details">
<p>Initializes internal state of Thelia\Model\Base\OrderProduct object.</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_isModified">
<div class="location">at line 233</div>
<code> public boolean
<strong>isModified</strong>()</code>
</h3>
<div class="details">
<p>Returns whether the object has been modified.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>True if the object has been modified.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_isColumnModified">
<div class="location">at line 244</div>
<code> public boolean
<strong>isColumnModified</strong>(string $col)</code>
</h3>
<div class="details">
<p>Has specified column been modified?</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$col</td>
<td>column fully qualified name (TableMap::TYPE<em>COLNAME), e.g. Book::AUTHOR</em>ID</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>True if $col has been modified.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getModifiedColumns">
<div class="location">at line 253</div>
<code> public array
<strong>getModifiedColumns</strong>()</code>
</h3>
<div class="details">
<p>Get the columns that have been modified in this object.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>A unique list of the modified column names for this object.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_isNew">
<div class="location">at line 265</div>
<code> public boolean
<strong>isNew</strong>()</code>
</h3>
<div class="details">
<p>Returns whether the object has ever been saved.</p>
<p>This will
be false, if the object was retrieved from storage or was created
and then saved.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>true, if the object has never been persisted.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setNew">
<div class="location">at line 276</div>
<code> public
<strong>setNew</strong>(boolean $b)</code>
</h3>
<div class="details">
<p>Setter for the isNew attribute.</p>
<p>This method will be called
by Propel-generated children and objects.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$b</td>
<td>the state of the object.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_isDeleted">
<div class="location">at line 285</div>
<code> public boolean
<strong>isDeleted</strong>()</code>
</h3>
<div class="details">
<p>Whether this object has been deleted.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>The deleted state of this object.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setDeleted">
<div class="location">at line 295</div>
<code> public void
<strong>setDeleted</strong>(boolean $b)</code>
</h3>
<div class="details">
<p>Specify whether this object has been deleted.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$b</td>
<td>The deleted state of this object.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_resetModified">
<div class="location">at line 305</div>
<code> public void
<strong>resetModified</strong>(string $col = null)</code>
</h3>
<div class="details">
<p>Sets the modified state for the object to be false.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$col</td>
<td>If supplied, only the specified column is reset.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_equals">
<div class="location">at line 324</div>
<code> public boolean
<strong>equals</strong>(mixed $obj)</code>
</h3>
<div class="details">
<p>Compares this with another <code>OrderProduct</code> instance.</p>
<p>If
<code>obj</code> is an instance of <code>OrderProduct</code>, delegates to
<code>equals(OrderProduct)</code>. Otherwise, returns <code>false</code>.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$obj</td>
<td>The object to compare to.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>Whether equal to the object specified.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_hashCode">
<div class="location">at line 349</div>
<code> public int
<strong>hashCode</strong>()</code>
</h3>
<div class="details">
<p>If the primary key is not null, return the hashcode of the primary key.</p>
<p>Otherwise, return the hash code of the object.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>Hashcode</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getVirtualColumns">
<div class="location">at line 363</div>
<code> public array
<strong>getVirtualColumns</strong>()</code>
</h3>
<div class="details">
<p>Get the associative array of the virtual columns in this object</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_hasVirtualColumn">
<div class="location">at line 374</div>
<code> public boolean
<strong>hasVirtualColumn</strong>(string $name)</code>
</h3>
<div class="details">
<p>Checks the existence of a virtual column in this object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>The virtual column name</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getVirtualColumn">
<div class="location">at line 387</div>
<code> public mixed
<strong>getVirtualColumn</strong>(string $name)</code>
</h3>
<div class="details">
<p>Get the value of a virtual column in this object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>The virtual column name</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setVirtualColumn">
<div class="location">at line 404</div>
<code> public <a href="../../../Thelia/Model/Base/OrderProduct.html"><abbr title="Thelia\Model\Base\OrderProduct">OrderProduct</abbr></a>
<strong>setVirtualColumn</strong>(string $name, mixed $value)</code>
</h3>
<div class="details">
<p>Set the value of a virtual column in this object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>The virtual column name</td>
</tr>
<tr>
<td>mixed</td>
<td>$value</td>
<td>The value to give to the virtual column</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/Base/OrderProduct.html"><abbr title="Thelia\Model\Base\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_importFrom">
<div class="location">at line 436</div>
<code> public <a href="../../../Thelia/Model/Base/OrderProduct.html"><abbr title="Thelia\Model\Base\OrderProduct">OrderProduct</abbr></a>
<strong>importFrom</strong>(mixed $parser, string $data)</code>
</h3>
<div class="details">
<p>Populate the current object from a string, using a given parser format <code> $book = new Book(); $book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$parser</td>
<td>A AbstractParser instance, or a format name ('XML', 'YAML', 'JSON', 'CSV')</td>
</tr>
<tr>
<td>string</td>
<td>$data</td>
<td>The source data to import from</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/Base/OrderProduct.html"><abbr title="Thelia\Model\Base\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_exportTo">
<div class="location">at line 459</div>
<code> public string
<strong>exportTo</strong>(mixed $parser, boolean $includeLazyLoadColumns = true)</code>
</h3>
<div class="details">
<p>Export the current object properties to a string, using a given parser format <code> $book = BookQuery::create()->findPk(9012); echo $book->exportTo('JSON'); => {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$parser</td>
<td>A AbstractParser instance, or a format name ('XML', 'YAML', 'JSON', 'CSV')</td>
</tr>
<tr>
<td>boolean</td>
<td>$includeLazyLoadColumns</td>
<td>(optional) Whether to include lazy load(ed) columns. Defaults to TRUE.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>The exported data</td>
</tr>
</table>
</div>
</div>
<h3 id="method___sleep">
<div class="location">at line 472</div>
<code> public
<strong>__sleep</strong>()</code>
</h3>
<div class="details">
<p>Clean up internal collections prior to serializing Avoids recursive loops that turn into segmentation faults when serializing</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_getId">
<div class="location">at line 484</div>
<code> public int
<strong>getId</strong>()</code>
</h3>
<div class="details">
<p>Get the [id] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getOrderId">
<div class="location">at line 495</div>
<code> public int
<strong>getOrderId</strong>()</code>
</h3>
<div class="details">
<p>Get the [order_id] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getProductRef">
<div class="location">at line 506</div>
<code> public string
<strong>getProductRef</strong>()</code>
</h3>
<div class="details">
<p>Get the [product_ref] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getProductSaleElementsRef">
<div class="location">at line 517</div>
<code> public string
<strong>getProductSaleElementsRef</strong>()</code>
</h3>
<div class="details">
<p>Get the [product<em>sale</em>elements_ref] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getTitle">
<div class="location">at line 528</div>
<code> public string
<strong>getTitle</strong>()</code>
</h3>
<div class="details">
<p>Get the [title] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getChapo">
<div class="location">at line 539</div>
<code> public string
<strong>getChapo</strong>()</code>
</h3>
<div class="details">
<p>Get the [chapo] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getDescription">
<div class="location">at line 550</div>
<code> public string
<strong>getDescription</strong>()</code>
</h3>
<div class="details">
<p>Get the [description] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getPostscriptum">
<div class="location">at line 561</div>
<code> public string
<strong>getPostscriptum</strong>()</code>
</h3>
<div class="details">
<p>Get the [postscriptum] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getQuantity">
<div class="location">at line 572</div>
<code> public double
<strong>getQuantity</strong>()</code>
</h3>
<div class="details">
<p>Get the [quantity] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>double</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getPrice">
<div class="location">at line 583</div>
<code> public double
<strong>getPrice</strong>()</code>
</h3>
<div class="details">
<p>Get the [price] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>double</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getPromoPrice">
<div class="location">at line 594</div>
<code> public string
<strong>getPromoPrice</strong>()</code>
</h3>
<div class="details">
<p>Get the [promo_price] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getWasNew">
<div class="location">at line 605</div>
<code> public int
<strong>getWasNew</strong>()</code>
</h3>
<div class="details">
<p>Get the [was_new] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getWasInPromo">
<div class="location">at line 616</div>
<code> public int
<strong>getWasInPromo</strong>()</code>
</h3>
<div class="details">
<p>Get the [was<em>in</em>promo] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getWeight">
<div class="location">at line 627</div>
<code> public string
<strong>getWeight</strong>()</code>
</h3>
<div class="details">
<p>Get the [weight] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getEanCode">
<div class="location">at line 638</div>
<code> public string
<strong>getEanCode</strong>()</code>
</h3>
<div class="details">
<p>Get the [ean_code] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getTaxRuleTitle">
<div class="location">at line 649</div>
<code> public string
<strong>getTaxRuleTitle</strong>()</code>
</h3>
<div class="details">
<p>Get the [tax<em>rule</em>title] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getTaxRuleDescription">
<div class="location">at line 660</div>
<code> public string
<strong>getTaxRuleDescription</strong>()</code>
</h3>
<div class="details">
<p>Get the [tax<em>rule</em>description] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getParent">
<div class="location">at line 671</div>
<code> public int
<strong>getParent</strong>()</code>
</h3>
<div class="details">
<p>Get the [parent] column value.</p>
<p>not managed yet</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getCreatedAt">
<div class="location">at line 688</div>
<code> public mixed
<strong>getCreatedAt</strong>(string $format = NULL)</code>
</h3>
<div class="details">
<p>Get the [optionally formatted] temporal [created_at] column value.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$format</td>
<td>The date/time format string (either date()-style or strftime()-style). If format is NULL, then the raw \DateTime object will be returned.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>Formatted date/time value as string or \DateTime object (if format is NULL), NULL if column is NULL, and 0 if column value is 0000-00-00 00:00:00</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td><ul>
<li>if unable to parse/validate the date/time value.</li>
</ul>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getUpdatedAt">
<div class="location">at line 708</div>
<code> public mixed
<strong>getUpdatedAt</strong>(string $format = NULL)</code>
</h3>
<div class="details">
<p>Get the [optionally formatted] temporal [updated_at] column value.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$format</td>
<td>The date/time format string (either date()-style or strftime()-style). If format is NULL, then the raw \DateTime object will be returned.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>Formatted date/time value as string or \DateTime object (if format is NULL), NULL if column is NULL, and 0 if column value is 0000-00-00 00:00:00</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td><ul>
<li>if unable to parse/validate the date/time value.</li>
</ul>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setId">
<div class="location">at line 723</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setId</strong>(int $v)</code>
</h3>
<div class="details">
<p>Set the value of [id] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setOrderId">
<div class="location">at line 744</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setOrderId</strong>(int $v)</code>
</h3>
<div class="details">
<p>Set the value of [order_id] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setProductRef">
<div class="location">at line 769</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setProductRef</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [product_ref] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setProductSaleElementsRef">
<div class="location">at line 790</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setProductSaleElementsRef</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [product<em>sale</em>elements_ref] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setTitle">
<div class="location">at line 811</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setTitle</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [title] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setChapo">
<div class="location">at line 832</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setChapo</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [chapo] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setDescription">
<div class="location">at line 853</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setDescription</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [description] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setPostscriptum">
<div class="location">at line 874</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setPostscriptum</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [postscriptum] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setQuantity">
<div class="location">at line 895</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setQuantity</strong>(double $v)</code>
</h3>
<div class="details">
<p>Set the value of [quantity] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>double</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setPrice">
<div class="location">at line 916</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setPrice</strong>(double $v)</code>
</h3>
<div class="details">
<p>Set the value of [price] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>double</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setPromoPrice">
<div class="location">at line 937</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setPromoPrice</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [promo_price] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setWasNew">
<div class="location">at line 958</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setWasNew</strong>(int $v)</code>
</h3>
<div class="details">
<p>Set the value of [was_new] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setWasInPromo">
<div class="location">at line 979</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setWasInPromo</strong>(int $v)</code>
</h3>
<div class="details">
<p>Set the value of [was<em>in</em>promo] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setWeight">
<div class="location">at line 1000</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setWeight</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [weight] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setEanCode">
<div class="location">at line 1021</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setEanCode</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [ean_code] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setTaxRuleTitle">
<div class="location">at line 1042</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setTaxRuleTitle</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [tax<em>rule</em>title] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setTaxRuleDescription">
<div class="location">at line 1063</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setTaxRuleDescription</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [tax<em>rule</em>description] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setParent">
<div class="location">at line 1084</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setParent</strong>(int $v)</code>
</h3>
<div class="details">
<p>Set the value of [parent] column.</p>
<p>not managed yet</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setCreatedAt">
<div class="location">at line 1106</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setCreatedAt</strong>(mixed $v)</code>
</h3>
<div class="details">
<p>Sets the value of [created_at] column to a normalized version of the date/time value specified.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$v</td>
<td>string, integer (timestamp), or \DateTime value. Empty strings are treated as NULL.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setUpdatedAt">
<div class="location">at line 1127</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setUpdatedAt</strong>(mixed $v)</code>
</h3>
<div class="details">
<p>Sets the value of [updated_at] column to a normalized version of the date/time value specified.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$v</td>
<td>string, integer (timestamp), or \DateTime value. Empty strings are treated as NULL.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_hasOnlyDefaultValues">
<div class="location">at line 1149</div>
<code> public boolean
<strong>hasOnlyDefaultValues</strong>()</code>
</h3>
<div class="details">
<p>Indicates whether the columns in this object are only set to default values.</p>
<p>This method can be used in conjunction with isModified() to indicate whether an object is both
modified <em>and</em> has some values set which are non-default.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>Whether the columns in this object are only been set with default values.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_hydrate">
<div class="location">at line 1173</div>
<code> public int
<strong>hydrate</strong>(array $row, int $startcol, boolean $rehydrate = false, string $indexType = TableMap::TYPE_NUM)</code>
</h3>
<div class="details">
<p>Hydrates (populates) the object variables with values from the database resultset.</p>
<p>An offset (0-based "start column") is specified so that objects can be hydrated
with a subset of the columns in the resultset rows. This is needed, for example,
for results of JOIN queries where the resultset row includes columns from two or
more tables.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$row</td>
<td>The row returned by DataFetcher->fetch().</td>
</tr>
<tr>
<td>int</td>
<td>$startcol</td>
<td>0-based offset column which indicates which restultset column to start with.</td>
</tr>
<tr>
<td>boolean</td>
<td>$rehydrate</td>
<td>Whether this object is being re-hydrated from the database.</td>
</tr>
<tr>
<td>string</td>
<td>$indexType</td>
<td>The index type of $row. Mostly DataFetcher->getIndexType(). One of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE_NUM.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>next starting column</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td><ul>
<li>Any caught Exception will be rewrapped as a PropelException.</li>
</ul>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_ensureConsistency">
<div class="location">at line 1271</div>
<code> public
<strong>ensureConsistency</strong>()</code>
</h3>
<div class="details">
<p>Checks and repairs the internal consistency of the object.</p>
<p>This method is executed after an already-instantiated object is re-hydrated
from the database. It exists to check any foreign keys to make sure that
the objects related to the current object are correct based on foreign key.</p>
<p>You can override this method in the stub class, but you should always invoke
the base method from the overridden method (i.e. parent::ensureConsistency()),
in case your model changes.</p>
<div class="tags">
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_reload">
<div class="location">at line 1288</div>
<code> public void
<strong>reload</strong>(boolean $deep = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Reloads this object from datastore based on primary key and (optionally) resets all associated objects.</p>
<p>This will only work if the object has been saved and has a valid primary key set.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$deep</td>
<td>(optional) Whether to also de-associated any related objects.</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>(optional) The ConnectionInterface connection to use.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td><ul>
<li>if this object is deleted, unsaved or doesn't have pk match in db</li>
</ul>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_delete">
<div class="location">at line 1332</div>
<code> public void
<strong>delete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Removes this object from datastore and sets delete attribute.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
<h4>See also</h4>
<table>
<tr>
<td>OrderProduct::setDeleted()</td>
<td></td>
</tr>
<tr>
<td>OrderProduct::isDeleted()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_save">
<div class="location">at line 1374</div>
<code> public int
<strong>save</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Persists this object to the database.</p>
<p>If the object is new, it inserts it; otherwise an update is performed.
All modified related objects will also be persisted in the doSave()
method. This method wraps all precipitate database operations in a
single transaction.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>The number of rows affected by this insert/update and any referring fk objects' save() operations.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
<h4>See also</h4>
<table>
<tr>
<td>doSave()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_getByName">
<div class="location">at line 1700</div>
<code> public mixed
<strong>getByName</strong>(string $name, string $type = TableMap::TYPE_PHPNAME)</code>
</h3>
<div class="details">
<p>Retrieves a field from the object by name passed in as a string.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>name</td>
</tr>
<tr>
<td>string</td>
<td>$type</td>
<td>The type of fieldname the $name is of: one of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. Defaults to TableMap::TYPE</em>PHPNAME.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>Value of field.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getByPosition">
<div class="location">at line 1715</div>
<code> public mixed
<strong>getByPosition</strong>(int $pos)</code>
</h3>
<div class="details">
<p>Retrieves a field from the object by Position as specified in the xml schema.</p>
<p>Zero-based.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$pos</td>
<td>position in xml schema</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>Value of field at $pos</td>
</tr>
</table>
</div>
</div>
<h3 id="method_toArray">
<div class="location">at line 1799</div>
<code> public array
<strong>toArray</strong>(string $keyType = TableMap::TYPE_PHPNAME, boolean $includeLazyLoadColumns = true, array $alreadyDumpedObjects = array(), boolean $includeForeignObjects = false)</code>
</h3>
<div class="details">
<p>Exports the object as an array.</p>
<p>You can specify the key type of the array by passing one of the class
type constants.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$keyType</td>
<td>(optional) One of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME, TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. Defaults to TableMap::TYPE</em>PHPNAME.</td>
</tr>
<tr>
<td>boolean</td>
<td>$includeLazyLoadColumns</td>
<td>(optional) Whether to include lazy loaded columns. Defaults to TRUE.</td>
</tr>
<tr>
<td>array</td>
<td>$alreadyDumpedObjects</td>
<td>List of objects to skip to avoid recursion</td>
</tr>
<tr>
<td>boolean</td>
<td>$includeForeignObjects</td>
<td>(optional) Whether to include hydrated related objects. Default to FALSE.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>an associative array containing the field names (as keys) and field values</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setByName">
<div class="location">at line 1859</div>
<code> public void
<strong>setByName</strong>(string $name, mixed $value, string $type = TableMap::TYPE_PHPNAME)</code>
</h3>
<div class="details">
<p>Sets a field from the object by name passed in as a string.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>
</td>
</tr>
<tr>
<td>mixed</td>
<td>$value</td>
<td>field value</td>
</tr>
<tr>
<td>string</td>
<td>$type</td>
<td>The type of fieldname the $name is of: one of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. Defaults to TableMap::TYPE</em>PHPNAME.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setByPosition">
<div class="location">at line 1874</div>
<code> public void
<strong>setByPosition</strong>(int $pos, mixed $value)</code>
</h3>
<div class="details">
<p>Sets a field from the object by Position as specified in the xml schema.</p>
<p>Zero-based.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$pos</td>
<td>position in xml schema</td>
</tr>
<tr>
<td>mixed</td>
<td>$value</td>
<td>field value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_fromArray">
<div class="location">at line 1957</div>
<code> public void
<strong>fromArray</strong>(array $arr, string $keyType = TableMap::TYPE_PHPNAME)</code>
</h3>
<div class="details">
<p>Populates the object using an array.</p>
<p>This is particularly useful when populating an object from one of the
request arrays (e.g. $_POST). This method goes through the column
names, checking to see whether a matching key exists in populated
array. If so the setByName() method is called for that column.</p>
<p>You can specify the key type of the array by additionally passing one
of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME,
TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM.
The default key type is the column's TableMap::TYPE</em>PHPNAME.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$arr</td>
<td>An array to populate the object from.</td>
</tr>
<tr>
<td>string</td>
<td>$keyType</td>
<td>The type of keys the array uses.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_buildCriteria">
<div class="location">at line 1988</div>
<code> public <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr>
<strong>buildCriteria</strong>()</code>
</h3>
<div class="details">
<p>Build a Criteria object containing the values of all modified columns in this object.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>The Criteria object containing all modified values.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_buildPkeyCriteria">
<div class="location">at line 2024</div>
<code> public <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr>
<strong>buildPkeyCriteria</strong>()</code>
</h3>
<div class="details">
<p>Builds a Criteria object containing the primary key for this object.</p>
<p>Unlike buildCriteria() this method includes the primary key values regardless
of whether or not they have been modified.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>The Criteria object containing value(s) for primary key(s).</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getPrimaryKey">
<div class="location">at line 2036</div>
<code> public int
<strong>getPrimaryKey</strong>()</code>
</h3>
<div class="details">
<p>Returns the primary key for this object (row).</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setPrimaryKey">
<div class="location">at line 2047</div>
<code> public void
<strong>setPrimaryKey</strong>(int $key)</code>
</h3>
<div class="details">
<p>Generic method to set the primary key (id column).</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$key</td>
<td>Primary key.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_isPrimaryKeyNull">
<div class="location">at line 2056</div>
<code> public boolean
<strong>isPrimaryKeyNull</strong>()</code>
</h3>
<div class="details">
<p>Returns true if the primary key for this object is null.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_copyInto">
<div class="location">at line 2073</div>
<code> public
<strong>copyInto</strong>(object $copyObj, boolean $deepCopy = false, boolean $makeNew = true)</code>
</h3>
<div class="details">
<p>Sets contents of passed object to values from current object.</p>
<p>If desired, this method can also make copies of all associated (fkey referrers)
objects.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>object</td>
<td>$copyObj</td>
<td>An object of \Thelia\Model\OrderProduct (or compatible) type.</td>
</tr>
<tr>
<td>boolean</td>
<td>$deepCopy</td>
<td>Whether to also copy all rows that refer (by fkey) to the current row.</td>
</tr>
<tr>
<td>boolean</td>
<td>$makeNew</td>
<td>Whether to reset autoincrement PKs and make the object new.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_copy">
<div class="location">at line 2132</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>copy</strong>(boolean $deepCopy = false)</code>
</h3>
<div class="details">
<p>Makes a copy of this object that will be inserted as a new row in table when saved.</p>
<p>It creates a new object filling in the simple attributes, but skipping any primary
keys that are defined for the table.</p>
<p>If desired, this method can also make copies of all associated (fkey referrers)
objects.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$deepCopy</td>
<td>Whether to also copy all rows that refer (by fkey) to the current row.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>Clone of current object.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setOrder">
<div class="location">at line 2149</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setOrder</strong>(<a href="../../../Thelia/Model/Order.html"><abbr title="Thelia\Model\Order">Order</abbr></a> $v = null)</code>
</h3>
<div class="details">
<p>Declares an association between this object and a ChildOrder object.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/Order.html"><abbr title="Thelia\Model\Order">Order</abbr></a></td>
<td>$v</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getOrder">
<div class="location">at line 2177</div>
<code> public <a href="../../../Thelia/Model/Order.html"><abbr title="Thelia\Model\Order">Order</abbr></a>
<strong>getOrder</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Get the associated ChildOrder object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>Optional Connection object.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/Order.html"><abbr title="Thelia\Model\Order">Order</abbr></a></td>
<td>The associated ChildOrder object.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_initRelation">
<div class="location">at line 2202</div>
<code> public void
<strong>initRelation</strong>(string $relationName)</code>
</h3>
<div class="details">
<p>Initializes a collection based on the name of a relation.</p>
<p>Avoids crafting an 'init[$relationName]s' method name
that wouldn't work when StandardEnglishPluralizer is used.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$relationName</td>
<td>The name of the relation to initialize</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_clearOrderProductAttributeCombinations">
<div class="location">at line 2221</div>
<code> public void
<strong>clearOrderProductAttributeCombinations</strong>()</code>
</h3>
<div class="details">
<p>Clears out the collOrderProductAttributeCombinations collection</p>
<p>This does not modify the database; however, it will remove any associated objects, causing
them to be refetched by subsequent calls to accessor method.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
<h4>See also</h4>
<table>
<tr>
<td>addOrderProductAttributeCombinations()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_resetPartialOrderProductAttributeCombinations">
<div class="location">at line 2229</div>
<code> public
<strong>resetPartialOrderProductAttributeCombinations</strong>($v = true)</code>
</h3>
<div class="details">
<p>Reset is the collOrderProductAttributeCombinations collection loaded partially.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$v</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_initOrderProductAttributeCombinations">
<div class="location">at line 2246</div>
<code> public void
<strong>initOrderProductAttributeCombinations</strong>(boolean $overrideExisting = true)</code>
</h3>
<div class="details">
<p>Initializes the collOrderProductAttributeCombinations collection.</p>
<p>By default this just sets the collOrderProductAttributeCombinations collection to an empty array (like clearcollOrderProductAttributeCombinations());
however, you may wish to override this method in your stub class to provide setting appropriate
to your application -- for example, setting the initial array to the values stored in database.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$overrideExisting</td>
<td>If set to true, the method call initializes the collection even if it is not empty</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getOrderProductAttributeCombinations">
<div class="location">at line 2269</div>
<code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/OrderProductAttributeCombination.html"><abbr title="Thelia\Model\OrderProductAttributeCombination">OrderProductAttributeCombination</abbr></a>[]
<strong>getOrderProductAttributeCombinations</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Gets an array of ChildOrderProductAttributeCombination objects which contain a foreign key that references this object.</p>
<p>If the $criteria is not null, it is used to always fetch the results from the database.
Otherwise the results are fetched from the database the first time, then cached.
Next time the same method is called without $criteria, the cached collection is returned.
If this ChildOrderProduct is new, it will return
an empty collection or the current collection; the criteria is ignored on a new object.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>$criteria</td>
<td>optional Criteria object to narrow the query</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>optional connection object</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/OrderProductAttributeCombination.html"><abbr title="Thelia\Model\OrderProductAttributeCombination">OrderProductAttributeCombination</abbr></a>[]</td>
<td>List of ChildOrderProductAttributeCombination objects</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setOrderProductAttributeCombinations">
<div class="location">at line 2325</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setOrderProductAttributeCombinations</strong>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $orderProductAttributeCombinations, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Sets a collection of OrderProductAttributeCombination objects related by a one-to-many relationship to the current object.</p>
<p>It will also schedule objects for deletion based on a diff between old objects (aka persisted)
and new objects from the given Propel collection.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr></td>
<td>$orderProductAttributeCombinations</td>
<td>A Propel collection.</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>Optional connection object</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_countOrderProductAttributeCombinations">
<div class="location">at line 2356</div>
<code> public int
<strong>countOrderProductAttributeCombinations</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Returns the number of related OrderProductAttributeCombination objects.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>$criteria</td>
<td>
</td>
</tr>
<tr>
<td>boolean</td>
<td>$distinct</td>
<td>
</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>Count of related OrderProductAttributeCombination objects.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_addOrderProductAttributeCombination">
<div class="location">at line 2388</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>addOrderProductAttributeCombination</strong>(<a href="../../../Thelia/Model/OrderProductAttributeCombination.html"><abbr title="Thelia\Model\OrderProductAttributeCombination">OrderProductAttributeCombination</abbr></a> $l)</code>
</h3>
<div class="details">
<p>Method called to associate a ChildOrderProductAttributeCombination object to this object through the ChildOrderProductAttributeCombination foreign key attribute.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProductAttributeCombination.html"><abbr title="Thelia\Model\OrderProductAttributeCombination">OrderProductAttributeCombination</abbr></a></td>
<td>$l</td>
<td>ChildOrderProductAttributeCombination</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_removeOrderProductAttributeCombination">
<div class="location">at line 2415</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>removeOrderProductAttributeCombination</strong>(<a href="../../../Thelia/Model/Base/OrderProductAttributeCombination.html"><abbr title="Thelia\Model\Base\OrderProductAttributeCombination">OrderProductAttributeCombination</abbr></a> $orderProductAttributeCombination)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/Base/OrderProductAttributeCombination.html"><abbr title="Thelia\Model\Base\OrderProductAttributeCombination">OrderProductAttributeCombination</abbr></a></td>
<td>$orderProductAttributeCombination</td>
<td>The orderProductAttributeCombination object to remove.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_clearOrderProductTaxes">
<div class="location">at line 2439</div>
<code> public void
<strong>clearOrderProductTaxes</strong>()</code>
</h3>
<div class="details">
<p>Clears out the collOrderProductTaxes collection</p>
<p>This does not modify the database; however, it will remove any associated objects, causing
them to be refetched by subsequent calls to accessor method.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
<h4>See also</h4>
<table>
<tr>
<td>addOrderProductTaxes()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_resetPartialOrderProductTaxes">
<div class="location">at line 2447</div>
<code> public
<strong>resetPartialOrderProductTaxes</strong>($v = true)</code>
</h3>
<div class="details">
<p>Reset is the collOrderProductTaxes collection loaded partially.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$v</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_initOrderProductTaxes">
<div class="location">at line 2464</div>
<code> public void
<strong>initOrderProductTaxes</strong>(boolean $overrideExisting = true)</code>
</h3>
<div class="details">
<p>Initializes the collOrderProductTaxes collection.</p>
<p>By default this just sets the collOrderProductTaxes collection to an empty array (like clearcollOrderProductTaxes());
however, you may wish to override this method in your stub class to provide setting appropriate
to your application -- for example, setting the initial array to the values stored in database.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$overrideExisting</td>
<td>If set to true, the method call initializes the collection even if it is not empty</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getOrderProductTaxes">
<div class="location">at line 2487</div>
<code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/OrderProductTax.html"><abbr title="Thelia\Model\OrderProductTax">OrderProductTax</abbr></a>[]
<strong>getOrderProductTaxes</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Gets an array of ChildOrderProductTax objects which contain a foreign key that references this object.</p>
<p>If the $criteria is not null, it is used to always fetch the results from the database.
Otherwise the results are fetched from the database the first time, then cached.
Next time the same method is called without $criteria, the cached collection is returned.
If this ChildOrderProduct is new, it will return
an empty collection or the current collection; the criteria is ignored on a new object.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>$criteria</td>
<td>optional Criteria object to narrow the query</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>optional connection object</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/OrderProductTax.html"><abbr title="Thelia\Model\OrderProductTax">OrderProductTax</abbr></a>[]</td>
<td>List of ChildOrderProductTax objects</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setOrderProductTaxes">
<div class="location">at line 2543</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>setOrderProductTaxes</strong>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $orderProductTaxes, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Sets a collection of OrderProductTax objects related by a one-to-many relationship to the current object.</p>
<p>It will also schedule objects for deletion based on a diff between old objects (aka persisted)
and new objects from the given Propel collection.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr></td>
<td>$orderProductTaxes</td>
<td>A Propel collection.</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>Optional connection object</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_countOrderProductTaxes">
<div class="location">at line 2574</div>
<code> public int
<strong>countOrderProductTaxes</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Returns the number of related OrderProductTax objects.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>$criteria</td>
<td>
</td>
</tr>
<tr>
<td>boolean</td>
<td>$distinct</td>
<td>
</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>Count of related OrderProductTax objects.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_addOrderProductTax">
<div class="location">at line 2606</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>addOrderProductTax</strong>(<a href="../../../Thelia/Model/OrderProductTax.html"><abbr title="Thelia\Model\OrderProductTax">OrderProductTax</abbr></a> $l)</code>
</h3>
<div class="details">
<p>Method called to associate a ChildOrderProductTax object to this object through the ChildOrderProductTax foreign key attribute.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProductTax.html"><abbr title="Thelia\Model\OrderProductTax">OrderProductTax</abbr></a></td>
<td>$l</td>
<td>ChildOrderProductTax</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_removeOrderProductTax">
<div class="location">at line 2633</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>removeOrderProductTax</strong>(<a href="../../../Thelia/Model/Base/OrderProductTax.html"><abbr title="Thelia\Model\Base\OrderProductTax">OrderProductTax</abbr></a> $orderProductTax)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/Base/OrderProductTax.html"><abbr title="Thelia\Model\Base\OrderProductTax">OrderProductTax</abbr></a></td>
<td>$orderProductTax</td>
<td>The orderProductTax object to remove.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_clear">
<div class="location">at line 2651</div>
<code> public
<strong>clear</strong>()</code>
</h3>
<div class="details">
<p>Clears the current object and sets all attributes to their default values</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_clearAllReferences">
<div class="location">at line 2689</div>
<code> public
<strong>clearAllReferences</strong>(boolean $deep = false)</code>
</h3>
<div class="details">
<p>Resets all references to other model objects or collections of model objects.</p>
<p>This method is a user-space workaround for PHP's inability to garbage collect
objects with circular references (even in PHP 5.3). This is currently necessary
when using Propel in certain daemon or large-volume/high-memory operations.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$deep</td>
<td>Whether to also clear the references on all referrer objects.</td>
</tr>
</table>
</div>
</div>
<h3 id="method___toString">
<div class="location">at line 2720</div>
<code> public string
<strong>__toString</strong>()</code>
</h3>
<div class="details">
<p>Return the string representation of this object</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_keepUpdateDateUnchanged">
<div class="location">at line 2732</div>
<code> public <a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a>
<strong>keepUpdateDateUnchanged</strong>()</code>
</h3>
<div class="details">
<p>Mark the current object so that the update date doesn't get updated during next save</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/OrderProduct.html"><abbr title="Thelia\Model\OrderProduct">OrderProduct</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_preSave">
<div class="location">at line 2744</div>
<code> public boolean
<strong>preSave</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run before persisting the object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_postSave">
<div class="location">at line 2753</div>
<code> public
<strong>postSave</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run after persisting the object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_preInsert">
<div class="location">at line 2763</div>
<code> public boolean
<strong>preInsert</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run before inserting to database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_postInsert">
<div class="location">at line 2772</div>
<code> public
<strong>postInsert</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run after inserting to database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_preUpdate">
<div class="location">at line 2782</div>
<code> public boolean
<strong>preUpdate</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run before updating the object in database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_postUpdate">
<div class="location">at line 2791</div>
<code> public
<strong>postUpdate</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run after updating the object in database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_preDelete">
<div class="location">at line 2801</div>
<code> public boolean
<strong>preDelete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run before deleting the object in database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_postDelete">
<div class="location">at line 2810</div>
<code> public
<strong>postDelete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run after deleting the object in database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method___call">
<div class="location">at line 2827</div>
<code> public array|string
<strong>__call</strong>(string $name, mixed $params)</code>
</h3>
<div class="details">
<p>Derived method to catches calls to undefined methods.</p>
<p>Provides magic import/export method support (fromXML()/toXML(), fromYAML()/toYAML(), etc.).
Allows to define default __call() behavior if you overwrite __call()</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>
</td>
</tr>
<tr>
<td>mixed</td>
<td>$params</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array|string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
| Mertiozys/thelia.github.io | api/2.0.0-beta2/Thelia/Model/Base/OrderProduct.html | HTML | mit | 163,873 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Controller\Admin\TaxRuleController | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<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>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../../Thelia/Controller/Admin.html">Thelia\Controller\Admin</a>\TaxRuleController</h1>
</div>
<div class="content">
<p> class
<strong>TaxRuleController</strong> extends <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></p>
<h2>Constants</h2>
<table>
<tr>
<td>TEMPLATE_404</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
</table>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
</td>
<td class="last">
<a href="#method_defaultAction">defaultAction</a>()
<p>The default action is displaying the list.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
</td>
<td class="last">
<a href="#method_createAction">createAction</a>()
<p>Create a new object</p>
</td>
<td><small>from <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_createAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td>
</tr>
<tr>
<td class="type">
<abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
</td>
<td class="last">
<a href="#method_updateAction">updateAction</a>()
<p>Load a object for modification, and display the edit template.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
</td>
<td class="last">
<a href="#method_processUpdateAction">processUpdateAction</a>()
<p>Save changes on a modified object, and either go back to the object list, or stay on the edition page.</p>
</td>
<td><small>from <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_processUpdateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_updatePositionAction">updatePositionAction</a>()
<p>Update object position (only for objects whichsupport that)</p>
</td>
<td><small>from <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updatePositionAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setToggleVisibilityAction">setToggleVisibilityAction</a>()
<p>Online status toggle (only for object which support it)</p>
</td>
<td><small>from <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_setToggleVisibilityAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td>
</tr>
<tr>
<td class="type">
<abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
</td>
<td class="last">
<a href="#method_deleteAction">deleteAction</a>()
<p>Delete an object</p>
</td>
<td><small>from <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_deleteAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setDefaultAction">setDefaultAction</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_processUpdateTaxesAction">processUpdateTaxesAction</a>()
<p>
</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method___construct">
<div class="location">at line 39</div>
<code> public
<strong>__construct</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_defaultAction">
<div class="location">at line 54</div>
<code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
<strong>defaultAction</strong>()</code>
</h3>
<div class="details">
<p>The default action is displaying the list.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td>
<td>the response</td>
</tr>
</table>
</div>
</div>
<h3 id="method_createAction">
<div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_createAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 282</div>
<code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
<strong>createAction</strong>()</code>
</h3>
<div class="details">
<p>Create a new object</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td>
<td>the response</td>
</tr>
</table>
</div>
</div>
<h3 id="method_updateAction">
<div class="location">at line 242</div>
<code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
<strong>updateAction</strong>()</code>
</h3>
<div class="details">
<p>Load a object for modification, and display the edit template.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td>
<td>the response</td>
</tr>
</table>
</div>
</div>
<h3 id="method_processUpdateAction">
<div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_processUpdateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 379</div>
<code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
<strong>processUpdateAction</strong>()</code>
</h3>
<div class="details">
<p>Save changes on a modified object, and either go back to the object list, or stay on the edition page.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td>
<td>the response</td>
</tr>
</table>
</div>
</div>
<h3 id="method_updatePositionAction">
<div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updatePositionAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 454</div>
<code> public
<strong>updatePositionAction</strong>()</code>
</h3>
<div class="details">
<p>Update object position (only for objects whichsupport that)</p>
<p>FIXME: integrate with genericUpdatePositionAction</p>
<div class="tags">
</div>
</div>
<h3 id="method_setToggleVisibilityAction">
<div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_setToggleVisibilityAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 525</div>
<code> public
<strong>setToggleVisibilityAction</strong>()</code>
</h3>
<div class="details">
<p>Online status toggle (only for object which support it)</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_deleteAction">
<div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_deleteAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 548</div>
<code> public <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr>
<strong>deleteAction</strong>()</code>
</h3>
<div class="details">
<p>Delete an object</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td>
<td>the response</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setDefaultAction">
<div class="location">at line 260</div>
<code> public
<strong>setDefaultAction</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_processUpdateTaxesAction">
<div class="location">at line 277</div>
<code> public
<strong>processUpdateTaxesAction</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
| InformatiqueProg/thelia.github.io | api/2.0.0-beta4/Thelia/Controller/Admin/TaxRuleController.html | HTML | mit | 13,636 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<title>Apache CloudStack | The Power Behind Your Cloud</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<div class="api_titlebox">
<div class="api_titlebox_left">
<span>
Apache CloudStack v4.2.0 Domain Admin API Reference
</span>
<p></p>
<h1>createInternalLoadBalancerElement</h1>
<p>Create an Internal Load Balancer element.</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../TOC_Domain_Admin.html"></a>
</div>
</div>
<div class="api_tablepanel">
<h2>Request parameters</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
</tr>
<tr>
<td style="width:200px;"><strong>nspid</strong></td><td style="width:500px;"><strong>the network service provider ID of the internal load balancer element</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
</table>
</div>
<div class="api_tablepanel">
<h2>Response Tags</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
</tr>
<tr>
<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the id of the internal load balancer element</td>
</tr>
<tr>
<td style="width:200px;"><strong>enabled</strong></td><td style="width:500px;">Enabled/Disabled the element</td>
</tr>
<tr>
<td style="width:200px;"><strong>nspid</strong></td><td style="width:500px;">the physical network service provider id of the element</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_mainmaster">
<p>Copyright © 2013 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
| resmo/cloudstack-www | source/api/apidocs-4.2/domain_admin/createInternalLoadBalancerElement.html | HTML | apache-2.0 | 2,848 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<title>Apache CloudStack | The Power Behind Your Cloud</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<div class="api_titlebox">
<div class="api_titlebox_left">
<span>
Apache CloudStack v4.5.0 User API Reference
</span>
<p></p>
<h1>uploadVolume</h1>
<p>Uploads a data disk.</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../TOC_User.html"></a>
</div>
</div>
<div class="api_tablepanel">
<h2>Request parameters</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
</tr>
<tr>
<td style="width:200px;"><strong>format</strong></td><td style="width:500px;"><strong>the format for the volume. Possible values include QCOW2, OVA, and VHD.</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;"><strong>the name of the volume</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>url</strong></td><td style="width:500px;"><strong>the URL of where the volume is hosted. Possible URL include http:// and https://</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>zoneid</strong></td><td style="width:500px;"><strong>the ID of the zone the volume is to be hosted on</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>an optional accountName. Must be used with domainId.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>checksum</i></td><td style="width:500px;"><i>the MD5 checksum value of this volume</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>diskofferingid</i></td><td style="width:500px;"><i>the ID of the disk offering. This must be a custom sized offering since during uploadVolume volume size is unknown.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>an optional domainId. If the account parameter is used, domainId must also be used.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>imagestoreuuid</i></td><td style="width:500px;"><i>Image store uuid</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>projectid</i></td><td style="width:500px;"><i>Upload volume for the project</i></td><td style="width:180px;"><i>false</i></td>
</tr>
</table>
</div>
<div class="api_tablepanel">
<h2>Response Tags</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
</tr>
<tr>
<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">ID of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>account</strong></td><td style="width:500px;">the account associated with the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>attached</strong></td><td style="width:500px;">the date the volume was attached to a VM instance</td>
</tr>
<tr>
<td style="width:200px;"><strong>chaininfo</strong></td><td style="width:500px;">the chain info of the volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>created</strong></td><td style="width:500px;">the date the disk volume was created</td>
</tr>
<tr>
<td style="width:200px;"><strong>destroyed</strong></td><td style="width:500px;">the boolean state of whether the volume is destroyed or not</td>
</tr>
<tr>
<td style="width:200px;"><strong>deviceid</strong></td><td style="width:500px;">the ID of the device on user vm the volume is attahed to. This tag is not returned when the volume is detached.</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskBytesReadRate</strong></td><td style="width:500px;">bytes read rate of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskBytesWriteRate</strong></td><td style="width:500px;">bytes write rate of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskIopsReadRate</strong></td><td style="width:500px;">io requests read rate of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskIopsWriteRate</strong></td><td style="width:500px;">io requests write rate of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskofferingdisplaytext</strong></td><td style="width:500px;">the display text of the disk offering</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskofferingid</strong></td><td style="width:500px;">ID of the disk offering</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskofferingname</strong></td><td style="width:500px;">name of the disk offering</td>
</tr>
<tr>
<td style="width:200px;"><strong>displayvolume</strong></td><td style="width:500px;">an optional field whether to the display the volume to the end user or not.</td>
</tr>
<tr>
<td style="width:200px;"><strong>domain</strong></td><td style="width:500px;">the domain associated with the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>domainid</strong></td><td style="width:500px;">the ID of the domain associated with the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>hypervisor</strong></td><td style="width:500px;">Hypervisor the volume belongs to</td>
</tr>
<tr>
<td style="width:200px;"><strong>isextractable</strong></td><td style="width:500px;">true if the volume is extractable, false otherwise</td>
</tr>
<tr>
<td style="width:200px;"><strong>isodisplaytext</strong></td><td style="width:500px;">an alternate display text of the ISO attached to the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>isoid</strong></td><td style="width:500px;">the ID of the ISO attached to the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>isoname</strong></td><td style="width:500px;">the name of the ISO attached to the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>maxiops</strong></td><td style="width:500px;">max iops of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>miniops</strong></td><td style="width:500px;">min iops of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">name of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>path</strong></td><td style="width:500px;">the path of the volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>project</strong></td><td style="width:500px;">the project name of the vpn</td>
</tr>
<tr>
<td style="width:200px;"><strong>projectid</strong></td><td style="width:500px;">the project id of the vpn</td>
</tr>
<tr>
<td style="width:200px;"><strong>provisioningtype</strong></td><td style="width:500px;">provisioning type used to create volumes.</td>
</tr>
<tr>
<td style="width:200px;"><strong>quiescevm</strong></td><td style="width:500px;">need quiesce vm or not when taking snapshot</td>
</tr>
<tr>
<td style="width:200px;"><strong>serviceofferingdisplaytext</strong></td><td style="width:500px;">the display text of the service offering for root disk</td>
</tr>
<tr>
<td style="width:200px;"><strong>serviceofferingid</strong></td><td style="width:500px;">ID of the service offering for root disk</td>
</tr>
<tr>
<td style="width:200px;"><strong>serviceofferingname</strong></td><td style="width:500px;">name of the service offering for root disk</td>
</tr>
<tr>
<td style="width:200px;"><strong>size</strong></td><td style="width:500px;">size of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>snapshotid</strong></td><td style="width:500px;">ID of the snapshot from which this volume was created</td>
</tr>
<tr>
<td style="width:200px;"><strong>state</strong></td><td style="width:500px;">the state of the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>status</strong></td><td style="width:500px;">the status of the volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>storage</strong></td><td style="width:500px;">name of the primary storage hosting the disk volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>storageid</strong></td><td style="width:500px;">id of the primary storage hosting the disk volume; returned to admin user only</td>
</tr>
<tr>
<td style="width:200px;"><strong>storagetype</strong></td><td style="width:500px;">shared or local storage</td>
</tr>
<tr>
<td style="width:200px;"><strong>templatedisplaytext</strong></td><td style="width:500px;"> an alternate display text of the template for the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>templateid</strong></td><td style="width:500px;">the ID of the template for the virtual machine. A -1 is returned if the virtual machine was created from an ISO file.</td>
</tr>
<tr>
<td style="width:200px;"><strong>templatename</strong></td><td style="width:500px;">the name of the template for the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>type</strong></td><td style="width:500px;">type of the disk volume (ROOT or DATADISK)</td>
</tr>
<tr>
<td style="width:200px;"><strong>virtualmachineid</strong></td><td style="width:500px;">id of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>vmdisplayname</strong></td><td style="width:500px;">display name of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>vmname</strong></td><td style="width:500px;">name of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>vmstate</strong></td><td style="width:500px;">state of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>zoneid</strong></td><td style="width:500px;">ID of the availability zone</td>
</tr>
<tr>
<td style="width:200px;"><strong>zonename</strong></td><td style="width:500px;">name of the availability zone</td>
</tr>
<tr>
<td style="width:200px;"><strong>tags(*)</strong></td><td style="width:500px;">the list of resource tags associated with volume</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td style="width:500px;">the account associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>customer</strong></td><td style="width:500px;">customer associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td style="width:500px;">the domain associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td style="width:500px;">the ID of the domain associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>key</strong></td><td style="width:500px;">tag key name</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td style="width:500px;">the project name where tag belongs to</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td style="width:500px;">the project id the tag belongs to</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>resourceid</strong></td><td style="width:500px;">id of the resource</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>resourcetype</strong></td><td style="width:500px;">resource type</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>value</strong></td><td style="width:500px;">tag value</td>
</tr>
</tr>
<tr>
<td style="width:200px;"><strong>jobid</strong></td><td style="width:500px;">the ID of the latest async job acting on this object</td>
</tr>
<tr>
<td style="width:200px;"><strong>jobstatus</strong></td><td style="width:500px;">the current status of the latest async job acting on this object</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_mainmaster">
<p>Copyright © 2015 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
| resmo/cloudstack-www | source/api/apidocs-4.5/user/uploadVolume.html | HTML | apache-2.0 | 13,124 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="includes/main.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>CloudStack API Reference</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<h1>Apache CloudStack API Documentation (v4.5.0)</h1>'
<a class="api_backbutton" href="http://cloudstack.apache.org/docs/api/"></a>
<div class="apiannouncement_box">
<div class="apiannouncement_contentarea">
<h3>Using the CloudStack API</h3>
<p>For information about how the APIs work, and tips on how to use them, see the
<a href="http://docs.cloudstack.apache.org/en/latest/dev.html">Developer's Guide</a>.</p>
</div>
</div>
<div class="api_leftsections">
<h3>Domain Admin API</h3>
<span>Commands available through the developer API URL and the integration API URL.</span>
<div class="api_legends">
<p>
<span class="api_legends_async">(A)</span> implies that the command is asynchronous.</p>
<p>(*) implies element has a child.</p>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Load Balancer</h5>
<ul>
<li>
<a href="domain_admin/createLoadBalancerRule.html">createLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/deleteLoadBalancerRule.html">deleteLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/removeFromLoadBalancerRule.html">removeFromLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/assignToLoadBalancerRule.html">assignToLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/createLBStickinessPolicy.html">createLBStickinessPolicy (A)</a>
</li>
<li>
<a href="domain_admin/updateLBStickinessPolicy.html">updateLBStickinessPolicy (A)</a>
</li>
<li>
<a href="domain_admin/deleteLBStickinessPolicy.html">deleteLBStickinessPolicy (A)</a>
</li>
<li>
<a href="domain_admin/listLoadBalancerRules.html">listLoadBalancerRules</a>
</li>
<li>
<a href="domain_admin/listLBStickinessPolicies.html">listLBStickinessPolicies</a>
</li>
<li>
<a href="domain_admin/listLBHealthCheckPolicies.html">listLBHealthCheckPolicies</a>
</li>
<li>
<a href="domain_admin/createLBHealthCheckPolicy.html">createLBHealthCheckPolicy (A)</a>
</li>
<li>
<a href="domain_admin/updateLBHealthCheckPolicy.html">updateLBHealthCheckPolicy (A)</a>
</li>
<li>
<a href="domain_admin/deleteLBHealthCheckPolicy.html">deleteLBHealthCheckPolicy (A)</a>
</li>
<li>
<a href="domain_admin/listLoadBalancerRuleInstances.html">listLoadBalancerRuleInstances</a>
</li>
<li>
<a href="domain_admin/updateLoadBalancerRule.html">updateLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/uploadSslCert.html">uploadSslCert</a>
</li>
<li>
<a href="domain_admin/deleteSslCert.html">deleteSslCert</a>
</li>
<li>
<a href="domain_admin/listSslCerts.html">listSslCerts</a>
</li>
<li>
<a href="domain_admin/assignCertToLoadBalancer.html">assignCertToLoadBalancer (A)</a>
</li>
<li>
<a href="domain_admin/removeCertFromLoadBalancer.html">removeCertFromLoadBalancer (A)</a>
</li>
<li>
<a href="domain_admin/createGlobalLoadBalancerRule.html">createGlobalLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/deleteGlobalLoadBalancerRule.html">deleteGlobalLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/updateGlobalLoadBalancerRule.html">updateGlobalLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/listGlobalLoadBalancerRules.html">listGlobalLoadBalancerRules</a>
</li>
<li>
<a href="domain_admin/assignToGlobalLoadBalancerRule.html">assignToGlobalLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/removeFromGlobalLoadBalancerRule.html">removeFromGlobalLoadBalancerRule (A)</a>
</li>
<li>
<a href="domain_admin/createLoadBalancer.html">createLoadBalancer (A)</a>
</li>
<li>
<a href="domain_admin/listLoadBalancers.html">listLoadBalancers</a>
</li>
<li>
<a href="domain_admin/deleteLoadBalancer.html">deleteLoadBalancer (A)</a>
</li>
<li>
<a href="domain_admin/updateLoadBalancer.html">updateLoadBalancer (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>VPN</h5>
<ul>
<li>
<a href="domain_admin/createRemoteAccessVpn.html">createRemoteAccessVpn (A)</a>
</li>
<li>
<a href="domain_admin/deleteRemoteAccessVpn.html">deleteRemoteAccessVpn (A)</a>
</li>
<li>
<a href="domain_admin/listRemoteAccessVpns.html">listRemoteAccessVpns</a>
</li>
<li>
<a href="domain_admin/updateRemoteAccessVpn.html">updateRemoteAccessVpn (A)</a>
</li>
<li>
<a href="domain_admin/addVpnUser.html">addVpnUser (A)</a>
</li>
<li>
<a href="domain_admin/removeVpnUser.html">removeVpnUser (A)</a>
</li>
<li>
<a href="domain_admin/listVpnUsers.html">listVpnUsers</a>
</li>
<li>
<a href="domain_admin/createVpnCustomerGateway.html">createVpnCustomerGateway (A)</a>
</li>
<li>
<a href="domain_admin/createVpnGateway.html">createVpnGateway (A)</a>
</li>
<li>
<a href="domain_admin/createVpnConnection.html">createVpnConnection (A)</a>
</li>
<li>
<a href="domain_admin/deleteVpnCustomerGateway.html">deleteVpnCustomerGateway (A)</a>
</li>
<li>
<a href="domain_admin/deleteVpnGateway.html">deleteVpnGateway (A)</a>
</li>
<li>
<a href="domain_admin/deleteVpnConnection.html">deleteVpnConnection (A)</a>
</li>
<li>
<a href="domain_admin/updateVpnCustomerGateway.html">updateVpnCustomerGateway (A)</a>
</li>
<li>
<a href="domain_admin/resetVpnConnection.html">resetVpnConnection (A)</a>
</li>
<li>
<a href="domain_admin/listVpnCustomerGateways.html">listVpnCustomerGateways</a>
</li>
<li>
<a href="domain_admin/listVpnGateways.html">listVpnGateways</a>
</li>
<li>
<a href="domain_admin/listVpnConnections.html">listVpnConnections</a>
</li>
<li>
<a href="domain_admin/updateVpnConnection.html">updateVpnConnection (A)</a>
</li>
<li>
<a href="domain_admin/updateVpnGateway.html">updateVpnGateway (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Virtual Machine</h5>
<ul>
<li>
<a href="domain_admin/deployVirtualMachine.html">deployVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/destroyVirtualMachine.html">destroyVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/rebootVirtualMachine.html">rebootVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/startVirtualMachine.html">startVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/stopVirtualMachine.html">stopVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/resetPasswordForVirtualMachine.html">resetPasswordForVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/updateVirtualMachine.html">updateVirtualMachine</a>
</li>
<li>
<a href="domain_admin/listVirtualMachines.html">listVirtualMachines</a>
</li>
<li>
<a href="domain_admin/getVMPassword.html">getVMPassword</a>
</li>
<li>
<a href="domain_admin/restoreVirtualMachine.html">restoreVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/changeServiceForVirtualMachine.html">changeServiceForVirtualMachine</a>
</li>
<li>
<a href="domain_admin/scaleVirtualMachine.html">scaleVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/assignVirtualMachine.html">assignVirtualMachine</a>
</li>
<li>
<a href="domain_admin/recoverVirtualMachine.html">recoverVirtualMachine</a>
</li>
<li>
<a href="domain_admin/expungeVirtualMachine.html">expungeVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/addNicToVirtualMachine.html">addNicToVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/removeNicFromVirtualMachine.html">removeNicFromVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/updateDefaultNicForVirtualMachine.html">updateDefaultNicForVirtualMachine (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>AutoScale</h5>
<ul>
<li>
<a href="domain_admin/createCondition.html">createCondition (A)</a>
</li>
<li>
<a href="domain_admin/createAutoScalePolicy.html">createAutoScalePolicy (A)</a>
</li>
<li>
<a href="domain_admin/createAutoScaleVmProfile.html">createAutoScaleVmProfile (A)</a>
</li>
<li>
<a href="domain_admin/createAutoScaleVmGroup.html">createAutoScaleVmGroup (A)</a>
</li>
<li>
<a href="domain_admin/deleteCondition.html">deleteCondition (A)</a>
</li>
<li>
<a href="domain_admin/deleteAutoScalePolicy.html">deleteAutoScalePolicy (A)</a>
</li>
<li>
<a href="domain_admin/deleteAutoScaleVmProfile.html">deleteAutoScaleVmProfile (A)</a>
</li>
<li>
<a href="domain_admin/deleteAutoScaleVmGroup.html">deleteAutoScaleVmGroup (A)</a>
</li>
<li>
<a href="domain_admin/listCounters.html">listCounters</a>
</li>
<li>
<a href="domain_admin/listConditions.html">listConditions</a>
</li>
<li>
<a href="domain_admin/listAutoScalePolicies.html">listAutoScalePolicies</a>
</li>
<li>
<a href="domain_admin/listAutoScaleVmProfiles.html">listAutoScaleVmProfiles</a>
</li>
<li>
<a href="domain_admin/listAutoScaleVmGroups.html">listAutoScaleVmGroups</a>
</li>
<li>
<a href="domain_admin/enableAutoScaleVmGroup.html">enableAutoScaleVmGroup (A)</a>
</li>
<li>
<a href="domain_admin/disableAutoScaleVmGroup.html">disableAutoScaleVmGroup (A)</a>
</li>
<li>
<a href="domain_admin/updateAutoScalePolicy.html">updateAutoScalePolicy (A)</a>
</li>
<li>
<a href="domain_admin/updateAutoScaleVmProfile.html">updateAutoScaleVmProfile (A)</a>
</li>
<li>
<a href="domain_admin/updateAutoScaleVmGroup.html">updateAutoScaleVmGroup (A)</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Volume</h5>
<ul>
<li>
<a href="domain_admin/attachVolume.html">attachVolume (A)</a>
</li>
<li>
<a href="domain_admin/uploadVolume.html">uploadVolume (A)</a>
</li>
<li>
<a href="domain_admin/detachVolume.html">detachVolume (A)</a>
</li>
<li>
<a href="domain_admin/createVolume.html">createVolume (A)</a>
</li>
<li>
<a href="domain_admin/deleteVolume.html">deleteVolume</a>
</li>
<li>
<a href="domain_admin/listVolumes.html">listVolumes</a>
</li>
<li>
<a href="domain_admin/extractVolume.html">extractVolume (A)</a>
</li>
<li>
<a href="domain_admin/migrateVolume.html">migrateVolume (A)</a>
</li>
<li>
<a href="domain_admin/resizeVolume.html">resizeVolume (A)</a>
</li>
<li>
<a href="domain_admin/createVolumeOnFiler.html">createVolumeOnFiler</a>
</li>
<li>
<a href="domain_admin/destroyVolumeOnFiler.html">destroyVolumeOnFiler</a>
</li>
<li>
<a href="domain_admin/listVolumesOnFiler.html">listVolumesOnFiler</a>
</li>
<li>
<a href="domain_admin/getSolidFireVolumeSize.html">getSolidFireVolumeSize</a>
</li>
<li>
<a href="domain_admin/getSolidFireVolumeAccessGroupId.html">getSolidFireVolumeAccessGroupId</a>
</li>
<li>
<a href="domain_admin/getSolidFireVolumeIscsiName.html">getSolidFireVolumeIscsiName</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Snapshot</h5>
<ul>
<li>
<a href="domain_admin/createSnapshot.html">createSnapshot (A)</a>
</li>
<li>
<a href="domain_admin/listSnapshots.html">listSnapshots</a>
</li>
<li>
<a href="domain_admin/deleteSnapshot.html">deleteSnapshot (A)</a>
</li>
<li>
<a href="domain_admin/createSnapshotPolicy.html">createSnapshotPolicy</a>
</li>
<li>
<a href="domain_admin/updateSnapshotPolicy.html">updateSnapshotPolicy (A)</a>
</li>
<li>
<a href="domain_admin/deleteSnapshotPolicies.html">deleteSnapshotPolicies</a>
</li>
<li>
<a href="domain_admin/listSnapshotPolicies.html">listSnapshotPolicies</a>
</li>
<li>
<a href="domain_admin/revertSnapshot.html">revertSnapshot (A)</a>
</li>
<li>
<a href="domain_admin/listVMSnapshot.html">listVMSnapshot</a>
</li>
<li>
<a href="domain_admin/createVMSnapshot.html">createVMSnapshot (A)</a>
</li>
<li>
<a href="domain_admin/deleteVMSnapshot.html">deleteVMSnapshot (A)</a>
</li>
<li>
<a href="domain_admin/revertToVMSnapshot.html">revertToVMSnapshot (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Firewall</h5>
<ul>
<li>
<a href="domain_admin/listPortForwardingRules.html">listPortForwardingRules</a>
</li>
<li>
<a href="domain_admin/createPortForwardingRule.html">createPortForwardingRule (A)</a>
</li>
<li>
<a href="domain_admin/deletePortForwardingRule.html">deletePortForwardingRule (A)</a>
</li>
<li>
<a href="domain_admin/updatePortForwardingRule.html">updatePortForwardingRule (A)</a>
</li>
<li>
<a href="domain_admin/createFirewallRule.html">createFirewallRule (A)</a>
</li>
<li>
<a href="domain_admin/deleteFirewallRule.html">deleteFirewallRule (A)</a>
</li>
<li>
<a href="domain_admin/listFirewallRules.html">listFirewallRules</a>
</li>
<li>
<a href="domain_admin/updateFirewallRule.html">updateFirewallRule (A)</a>
</li>
<li>
<a href="domain_admin/createEgressFirewallRule.html">createEgressFirewallRule (A)</a>
</li>
<li>
<a href="domain_admin/deleteEgressFirewallRule.html">deleteEgressFirewallRule (A)</a>
</li>
<li>
<a href="domain_admin/listEgressFirewallRules.html">listEgressFirewallRules</a>
</li>
<li>
<a href="domain_admin/updateEgressFirewallRule.html">updateEgressFirewallRule (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Account</h5>
<ul>
<li>
<a href="domain_admin/createAccount.html">createAccount</a>
</li>
<li>
<a href="domain_admin/deleteAccount.html">deleteAccount (A)</a>
</li>
<li>
<a href="domain_admin/updateAccount.html">updateAccount</a>
</li>
<li>
<a href="domain_admin/disableAccount.html">disableAccount (A)</a>
</li>
<li>
<a href="domain_admin/enableAccount.html">enableAccount</a>
</li>
<li>
<a href="domain_admin/lockAccount.html">lockAccount</a>
</li>
<li>
<a href="domain_admin/listAccounts.html">listAccounts</a>
</li>
<li>
<a href="domain_admin/addAccountToProject.html">addAccountToProject (A)</a>
</li>
<li>
<a href="domain_admin/deleteAccountFromProject.html">deleteAccountFromProject (A)</a>
</li>
<li>
<a href="domain_admin/listProjectAccounts.html">listProjectAccounts</a>
</li>
<li>
<a href="domain_admin/getSolidFireAccountId.html">getSolidFireAccountId</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>VPC</h5>
<ul>
<li>
<a href="domain_admin/createVPC.html">createVPC (A)</a>
</li>
<li>
<a href="domain_admin/listVPCs.html">listVPCs</a>
</li>
<li>
<a href="domain_admin/deleteVPC.html">deleteVPC (A)</a>
</li>
<li>
<a href="domain_admin/updateVPC.html">updateVPC (A)</a>
</li>
<li>
<a href="domain_admin/restartVPC.html">restartVPC (A)</a>
</li>
<li>
<a href="domain_admin/listVPCOfferings.html">listVPCOfferings</a>
</li>
<li>
<a href="domain_admin/listPrivateGateways.html">listPrivateGateways</a>
</li>
<li>
<a href="domain_admin/createStaticRoute.html">createStaticRoute (A)</a>
</li>
<li>
<a href="domain_admin/deleteStaticRoute.html">deleteStaticRoute (A)</a>
</li>
<li>
<a href="domain_admin/listStaticRoutes.html">listStaticRoutes</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>ISO</h5>
<ul>
<li>
<a href="domain_admin/attachIso.html">attachIso (A)</a>
</li>
<li>
<a href="domain_admin/detachIso.html">detachIso (A)</a>
</li>
<li>
<a href="domain_admin/listIsos.html">listIsos</a>
</li>
<li>
<a href="domain_admin/registerIso.html">registerIso</a>
</li>
<li>
<a href="domain_admin/updateIso.html">updateIso</a>
</li>
<li>
<a href="domain_admin/deleteIso.html">deleteIso (A)</a>
</li>
<li>
<a href="domain_admin/copyIso.html">copyIso (A)</a>
</li>
<li>
<a href="domain_admin/updateIsoPermissions.html">updateIsoPermissions</a>
</li>
<li>
<a href="domain_admin/listIsoPermissions.html">listIsoPermissions</a>
</li>
<li>
<a href="domain_admin/extractIso.html">extractIso (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>User</h5>
<ul>
<li>
<a href="domain_admin/createUser.html">createUser</a>
</li>
<li>
<a href="domain_admin/deleteUser.html">deleteUser</a>
</li>
<li>
<a href="domain_admin/updateUser.html">updateUser</a>
</li>
<li>
<a href="domain_admin/listUsers.html">listUsers</a>
</li>
<li>
<a href="domain_admin/lockUser.html">lockUser</a>
</li>
<li>
<a href="domain_admin/disableUser.html">disableUser (A)</a>
</li>
<li>
<a href="domain_admin/enableUser.html">enableUser</a>
</li>
<li>
<a href="domain_admin/getVirtualMachineUserData.html">getVirtualMachineUserData</a>
</li>
<li>
<a href="domain_admin/registerUserKeys.html">registerUserKeys</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Template</h5>
<ul>
<li>
<a href="domain_admin/createTemplate.html">createTemplate (A)</a>
</li>
<li>
<a href="domain_admin/registerTemplate.html">registerTemplate</a>
</li>
<li>
<a href="domain_admin/updateTemplate.html">updateTemplate</a>
</li>
<li>
<a href="domain_admin/copyTemplate.html">copyTemplate (A)</a>
</li>
<li>
<a href="domain_admin/deleteTemplate.html">deleteTemplate (A)</a>
</li>
<li>
<a href="domain_admin/listTemplates.html">listTemplates</a>
</li>
<li>
<a href="domain_admin/updateTemplatePermissions.html">updateTemplatePermissions</a>
</li>
<li>
<a href="domain_admin/listTemplatePermissions.html">listTemplatePermissions</a>
</li>
<li>
<a href="domain_admin/extractTemplate.html">extractTemplate (A)</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Router</h5>
<ul>
<li>
<a href="domain_admin/startRouter.html">startRouter (A)</a>
</li>
<li>
<a href="domain_admin/rebootRouter.html">rebootRouter (A)</a>
</li>
<li>
<a href="domain_admin/stopRouter.html">stopRouter (A)</a>
</li>
<li>
<a href="domain_admin/destroyRouter.html">destroyRouter (A)</a>
</li>
<li>
<a href="domain_admin/changeServiceForRouter.html">changeServiceForRouter</a>
</li>
<li>
<a href="domain_admin/listRouters.html">listRouters</a>
</li>
<li>
<a href="domain_admin/listVirtualRouterElements.html">listVirtualRouterElements</a>
</li>
<li>
<a href="domain_admin/configureVirtualRouterElement.html">configureVirtualRouterElement (A)</a>
</li>
<li>
<a href="domain_admin/createVirtualRouterElement.html">createVirtualRouterElement (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Project</h5>
<ul>
<li>
<a href="domain_admin/createProject.html">createProject (A)</a>
</li>
<li>
<a href="domain_admin/deleteProject.html">deleteProject (A)</a>
</li>
<li>
<a href="domain_admin/updateProject.html">updateProject (A)</a>
</li>
<li>
<a href="domain_admin/activateProject.html">activateProject (A)</a>
</li>
<li>
<a href="domain_admin/suspendProject.html">suspendProject (A)</a>
</li>
<li>
<a href="domain_admin/listProjects.html">listProjects</a>
</li>
<li>
<a href="domain_admin/listProjectInvitations.html">listProjectInvitations</a>
</li>
<li>
<a href="domain_admin/updateProjectInvitation.html">updateProjectInvitation (A)</a>
</li>
<li>
<a href="domain_admin/deleteProjectInvitation.html">deleteProjectInvitation (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Network ACL</h5>
<ul>
<li>
<a href="domain_admin/createNetworkACL.html">createNetworkACL (A)</a>
</li>
<li>
<a href="domain_admin/updateNetworkACLItem.html">updateNetworkACLItem (A)</a>
</li>
<li>
<a href="domain_admin/deleteNetworkACL.html">deleteNetworkACL (A)</a>
</li>
<li>
<a href="domain_admin/listNetworkACLs.html">listNetworkACLs</a>
</li>
<li>
<a href="domain_admin/createNetworkACLList.html">createNetworkACLList (A)</a>
</li>
<li>
<a href="domain_admin/deleteNetworkACLList.html">deleteNetworkACLList (A)</a>
</li>
<li>
<a href="domain_admin/replaceNetworkACLList.html">replaceNetworkACLList (A)</a>
</li>
<li>
<a href="domain_admin/listNetworkACLLists.html">listNetworkACLLists</a>
</li>
<li>
<a href="domain_admin/updateNetworkACLList.html">updateNetworkACLList (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Security Group</h5>
<ul>
<li>
<a href="domain_admin/createSecurityGroup.html">createSecurityGroup</a>
</li>
<li>
<a href="domain_admin/deleteSecurityGroup.html">deleteSecurityGroup</a>
</li>
<li>
<a href="domain_admin/authorizeSecurityGroupIngress.html">authorizeSecurityGroupIngress (A)</a>
</li>
<li>
<a href="domain_admin/revokeSecurityGroupIngress.html">revokeSecurityGroupIngress (A)</a>
</li>
<li>
<a href="domain_admin/authorizeSecurityGroupEgress.html">authorizeSecurityGroupEgress (A)</a>
</li>
<li>
<a href="domain_admin/revokeSecurityGroupEgress.html">revokeSecurityGroupEgress (A)</a>
</li>
<li>
<a href="domain_admin/listSecurityGroups.html">listSecurityGroups</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Storage</h5>
<ul>
<li>
<a href="domain_admin/createLunOnFiler.html">createLunOnFiler</a>
</li>
<li>
<a href="domain_admin/destroyLunOnFiler.html">destroyLunOnFiler</a>
</li>
<li>
<a href="domain_admin/listLunsOnFiler.html">listLunsOnFiler</a>
</li>
<li>
<a href="domain_admin/associateLun.html">associateLun</a>
</li>
<li>
<a href="domain_admin/dissociateLun.html">dissociateLun</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>SSH</h5>
<ul>
<li>
<a href="domain_admin/resetSSHKeyForVirtualMachine.html">resetSSHKeyForVirtualMachine (A)</a>
</li>
<li>
<a href="domain_admin/registerSSHKeyPair.html">registerSSHKeyPair</a>
</li>
<li>
<a href="domain_admin/createSSHKeyPair.html">createSSHKeyPair</a>
</li>
<li>
<a href="domain_admin/deleteSSHKeyPair.html">deleteSSHKeyPair</a>
</li>
<li>
<a href="domain_admin/listSSHKeyPairs.html">listSSHKeyPairs</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Network</h5>
<ul>
<li>
<a href="domain_admin/createNetwork.html">createNetwork</a>
</li>
<li>
<a href="domain_admin/deleteNetwork.html">deleteNetwork (A)</a>
</li>
<li>
<a href="domain_admin/listNetworks.html">listNetworks</a>
</li>
<li>
<a href="domain_admin/restartNetwork.html">restartNetwork (A)</a>
</li>
<li>
<a href="domain_admin/updateNetwork.html">updateNetwork (A)</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>NAT</h5>
<ul>
<li>
<a href="domain_admin/enableStaticNat.html">enableStaticNat</a>
</li>
<li>
<a href="domain_admin/createIpForwardingRule.html">createIpForwardingRule (A)</a>
</li>
<li>
<a href="domain_admin/deleteIpForwardingRule.html">deleteIpForwardingRule (A)</a>
</li>
<li>
<a href="domain_admin/listIpForwardingRules.html">listIpForwardingRules</a>
</li>
<li>
<a href="domain_admin/disableStaticNat.html">disableStaticNat (A)</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Authentication</h5>
<ul>
<li>
<a href="domain_admin/login.html">login</a>
</li>
<li>
<a href="domain_admin/logout.html">logout</a>
</li>
<li>
<a href="domain_admin/samlSso.html">samlSso</a>
</li>
<li>
<a href="domain_admin/samlSlo.html">samlSlo</a>
</li>
<li>
<a href="domain_admin/getSPMetadata.html">getSPMetadata</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Affinity Group</h5>
<ul>
<li>
<a href="domain_admin/createAffinityGroup.html">createAffinityGroup (A)</a>
</li>
<li>
<a href="domain_admin/deleteAffinityGroup.html">deleteAffinityGroup (A)</a>
</li>
<li>
<a href="domain_admin/listAffinityGroups.html">listAffinityGroups</a>
</li>
<li>
<a href="domain_admin/updateVMAffinityGroup.html">updateVMAffinityGroup (A)</a>
</li>
<li>
<a href="domain_admin/listAffinityGroupTypes.html">listAffinityGroupTypes</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>VM Group</h5>
<ul>
<li>
<a href="domain_admin/createInstanceGroup.html">createInstanceGroup</a>
</li>
<li>
<a href="domain_admin/deleteInstanceGroup.html">deleteInstanceGroup</a>
</li>
<li>
<a href="domain_admin/updateInstanceGroup.html">updateInstanceGroup</a>
</li>
<li>
<a href="domain_admin/listInstanceGroups.html">listInstanceGroups</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Resource tags</h5>
<ul>
<li>
<a href="domain_admin/listStorageTags.html">listStorageTags</a>
</li>
<li>
<a href="domain_admin/createTags.html">createTags (A)</a>
</li>
<li>
<a href="domain_admin/deleteTags.html">deleteTags (A)</a>
</li>
<li>
<a href="domain_admin/listTags.html">listTags</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Pool</h5>
<ul>
<li>
<a href="domain_admin/createPool.html">createPool</a>
</li>
<li>
<a href="domain_admin/deletePool.html">deletePool</a>
</li>
<li>
<a href="domain_admin/modifyPool.html">modifyPool</a>
</li>
<li>
<a href="domain_admin/listPools.html">listPools</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Limit</h5>
<ul>
<li>
<a href="domain_admin/updateResourceLimit.html">updateResourceLimit</a>
</li>
<li>
<a href="domain_admin/updateResourceCount.html">updateResourceCount</a>
</li>
<li>
<a href="domain_admin/listResourceLimits.html">listResourceLimits</a>
</li>
<li>
<a href="domain_admin/getApiLimit.html">getApiLimit</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Event</h5>
<ul>
<li>
<a href="domain_admin/listEvents.html">listEvents</a>
</li>
<li>
<a href="domain_admin/listEventTypes.html">listEventTypes</a>
</li>
<li>
<a href="domain_admin/archiveEvents.html">archiveEvents</a>
</li>
<li>
<a href="domain_admin/deleteEvents.html">deleteEvents</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Address</h5>
<ul>
<li>
<a href="domain_admin/associateIpAddress.html">associateIpAddress (A)</a>
</li>
<li>
<a href="domain_admin/disassociateIpAddress.html">disassociateIpAddress (A)</a>
</li>
<li>
<a href="domain_admin/listPublicIpAddresses.html">listPublicIpAddresses</a>
</li>
<li>
<a href="domain_admin/updateIpAddress.html">updateIpAddress (A)</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Nic</h5>
<ul>
<li>
<a href="domain_admin/addIpToNic.html">addIpToNic (A)</a>
</li>
<li>
<a href="domain_admin/removeIpFromNic.html">removeIpFromNic (A)</a>
</li>
<li>
<a href="domain_admin/listNics.html">listNics</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Internal LB</h5>
<ul>
<li>
<a href="domain_admin/configureInternalLoadBalancerElement.html">configureInternalLoadBalancerElement (A)</a>
</li>
<li>
<a href="domain_admin/createInternalLoadBalancerElement.html">createInternalLoadBalancerElement (A)</a>
</li>
<li>
<a href="domain_admin/listInternalLoadBalancerElements.html">listInternalLoadBalancerElements</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Ovs Element</h5>
<ul>
<li>
<a href="domain_admin/configureOvsElement.html">configureOvsElement (A)</a>
</li>
<li>
<a href="domain_admin/listOvsElements.html">listOvsElements</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Guest OS</h5>
<ul>
<li>
<a href="domain_admin/listOsTypes.html">listOsTypes</a>
</li>
<li>
<a href="domain_admin/listOsCategories.html">listOsCategories</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Domain</h5>
<ul>
<li>
<a href="domain_admin/listDomains.html">listDomains</a>
</li>
<li>
<a href="domain_admin/listDomainChildren.html">listDomainChildren</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Configuration</h5>
<ul>
<li>
<a href="domain_admin/listCapabilities.html">listCapabilities</a>
</li>
<li>
<a href="domain_admin/listLdapConfigurations.html">listLdapConfigurations</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Async job</h5>
<ul>
<li>
<a href="domain_admin/queryAsyncJobResult.html">queryAsyncJobResult</a>
</li>
<li>
<a href="domain_admin/listAsyncJobs.html">listAsyncJobs</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Zone</h5>
<ul>
<li>
<a href="domain_admin/listZones.html">listZones</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Usage</h5>
<ul>
<li>
<a href="domain_admin/listUsageRecords.html">listUsageRecords</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Service Offering</h5>
<ul>
<li>
<a href="domain_admin/listServiceOfferings.html">listServiceOfferings</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Resource metadata</h5>
<ul>
<li>
<a href="domain_admin/listResourceDetails.html">listResourceDetails</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Region</h5>
<ul>
<li>
<a href="domain_admin/listRegions.html">listRegions</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Nuage VSP</h5>
<ul>
<li>
<a href="domain_admin/issueNuageVspResourceRequest.html">issueNuageVspResourceRequest</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Network Offering</h5>
<ul>
<li>
<a href="domain_admin/listNetworkOfferings.html">listNetworkOfferings</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Hypervisor</h5>
<ul>
<li>
<a href="domain_admin/listHypervisors.html">listHypervisors</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Host</h5>
<ul>
<li>
<a href="domain_admin/listHostTags.html">listHostTags</a>
</li>
</ul>
</div>
</div>
<div class="apismallsections">
<div class="apismallbullet_box">
<h5>Disk Offering</h5>
<ul>
<li>
<a href="domain_admin/listDiskOfferings.html">listDiskOfferings</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>Cloud Identifier</h5>
<ul>
<li>
<a href="domain_admin/getCloudIdentifier.html">getCloudIdentifier</a>
</li>
</ul>
</div>
<div class="apismallbullet_box">
<h5>API Discovery</h5>
<ul>
<li>
<a href="domain_admin/listApis.html">listApis</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_mainmaster">
<p>Copyright © 2015 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
| resmo/cloudstack-www | source/api/apidocs-4.5/TOC_Domain_Admin.html | HTML | apache-2.0 | 29,790 |
<html>
<head>
<meta http-equiv="content-type" content="">
<title>Releases</title>
</head>
<body>
<h2>Apache Rampart/C Releases</h2>
<div align="left">
<p>These releases are available for download as a source or
binary. For more information on Apache software releases, please see <a
href="http://www.apache.org/dev/release.html">Apache Releases FAQ</a>.</p>
</div>
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1954378-12";
urchinTracker();
</script>
<div align="center">
<table border="1" style="border-collapse: collapse" width="93%" id="table1">
<tbody>
<tr>
<td width="41" align="center">Name</td>
<td width="100" align="center">Type</td>
<td width="350" align="center">Distribution</td>
<td width="100" align="center">Date</td>
<td width="119" align="center">Description</td>
</tr>
<tr>
<td align="center" valign="middle">1.3.0</td>
<td align="center">Release</td>
<td>MS Windows Distribution<br>
- Binary Distribution <a
href="[preferred]/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-win32.zip"
title="[preferred]/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-win32.zip"
onClick="javascript:urchinTracker ('/downloads/rampartc-bin-1.3.0-win32.zip');">zip</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-win32.zip.md5"
title="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-win32.zip.md5">MD5</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-win32.zip.asc"
title="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-win32.zip.asc">PGP</a>
<br>
- Source Distribution <a
href="[preferred]/ws/rampart/c/1_3_0/rampartc-src-1.3.0.zip"
title="[preferred]/ws/rampart/c/1_3_0/rampartc-src-1.3.0.zip"
onClick="javascript:urchinTracker ('/downloads/rampartc-src-1.3.0.zip');">zip</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-src-1.3.0.zip.md5"
title="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-src-1.3.0.zip.md5">MD5</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-src-1.3.0.zip.asc"
title="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-src-1.3.0.zip.asc">PGP</a>
<br>
Linux Distribution <br>
- Binary Distribution <a
href="[preferred]/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-linux.tar.gz"
title="[preferred]/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-linux.tar.gz"
onClick="javascript:urchinTracker ('/downloads/rampartc-bin-1.3.0-linux.tar.gz');">tar.gz</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-linux.tar.gz.md5"
title="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-linux.tar.gz.md5">MD5</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-linux.tar.gz.asc"
title="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-bin-1.3.0-linux.tar.gz.asc">PGP</a>
<br>
- Source Distribution <a
href="[preferred]/ws/rampart/c/1_3_0/rampartc-src-1.3.0.tar.gz"
title="[preferred]/ws/rampart/c/1_3_0/rampartc-src-1.3.0.tar.gz"
onClick="javascript:urchinTracker ('/downloads/rampartc-src-1.3.0.tar.gz');">tar.gz</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-src-1.3.0.tar.gz.md5"
title="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-src-1.3.0.tar.gz.md5">MD5</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-src-1.3.0.tar.gz.asc"
title="http://www.apache.org/dist/ws/rampart/c/1_3_0/rampartc-src-1.3.0.tar.gz.asc">PGP</a></td>
<td>27 - 05 - 2009</td>
<td>1.3.0 Release (Mirrored) Depends on <a href="http://ws.apache.org/axis2/c/download.cgi">Axis2/C 1.6.0</a> </td>
</tr>
<tr>
<td align="center" valign="middle">1.2.0</td>
<td align="center">Release</td>
<td>MS Windows Distribution<br>
- Binary Distribution <a
href="[preferred]/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-win32.zip"
title="[preferred]/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-win32.zip"
onClick="javascript:urchinTracker ('/downloads/rampartc-bin-1.2.0-win32.zip');">zip</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-win32.zip.md5"
title="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-win32.zip.md5">MD5</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-win32.zip.asc"
title="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-win32.zip.asc">PGP</a>
<br>
- Source Distribution <a
href="[preferred]/ws/rampart/c/1_2_0/rampartc-src-1.2.0.zip"
title="[preferred]/ws/rampart/c/1_2_0/rampartc-src-1.2.0.zip"
onClick="javascript:urchinTracker ('/downloads/rampartc-src-1.2.0.zip');">zip</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.zip.md5"
title="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.zip.md5">MD5</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.zip.asc"
title="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.zip.asc">PGP</a>
<br>
Linux Distribution <br>
- Binary Distribution <a
href="[preferred]/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-linux.tar.gz"
title="[preferred]/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-linux.tar.gz"
onClick="javascript:urchinTracker ('/downloads/rampartc-bin-1.2.0-linux.tar.gz');">tar.gz</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-linux.tar.gz.md5"
title="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-linux.tar.gz.md5">MD5</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-linux.tar.gz.asc"
title="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-bin-1.2.0-linux.tar.gz.asc">PGP</a>
<br>
- Source Distribution <a
href="[preferred]/ws/rampart/c/1_2_0/rampartc-src-1.2.0.tar.gz"
title="[preferred]/ws/rampart/c/1_2_0/rampartc-src-1.2.0.tar.gz"
onClick="javascript:urchinTracker ('/downloads/rampartc-src-1.2.0.tar.gz');">tar.gz</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.tar.gz.md5"
title="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.tar.gz.md5">MD5</a>
<a
href="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.tar.gz.asc"
title="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.tar.gz.asc">PGP</a></td>
<td>13 - 05 - 2008</td>
<td>1.2.0 Release (Mirrored) Depends on <a href="http://ws.apache.org/axis2/c/download.cgi">Axis2/C 1.4.0</a> </td>
</tr>
<tr>
<td align="center" valign="middle">1.1.0</td>
<td align="center">Release</td>
<td>MS Windows Distribution<br>
- Binary Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-win32.zip"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-win32.zip"
>zip</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-win32.zip.md5"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-win32.zip.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-win32.zip.asc"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-win32.zip.asc">PGP</a>
<br>
- Source Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.zip"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.zip"
>zip</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.zip.md5"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.zip.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.zip.asc"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.zip.asc">PGP</a>
<br>
Linux Distribution <br>
- Binary Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-linux.tar.gz"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-linux.tar.gz"
>tar.gz</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-linux.tar.gz.md5"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-linux.tar.gz.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-linux.tar.gz.asc"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-bin-1.1.0-linux.tar.gz.asc">PGP</a>
<br>
- Source Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.tar.gz"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.tar.gz"
>tar.gz</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.tar.gz.md5"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.tar.gz.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.tar.gz.asc"
title="http://archive.apache.org/dist/ws/rampart/c/1_1_0/rampartc-src-1.1.0.tar.gz.asc">PGP</a></td>
<td>16 - 01 - 2008</td>
<td>1.1.0 Release (Archived) Depends on <a href="http://ws.apache.org/axis2/c/download.cgi">Axis2/C 1.2.0</a> </td>
</tr>
<tr>
<td align="center" valign="middle">1.0.0</td>
<td align="center">Release</td>
<td>MS Windows Distribution<br>
- Binary Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-win32.zip"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-win32.zip"
>zip</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-win32.zip.md5"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-win32.zip.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-win32.zip.asc"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-win32.zip.asc">PGP</a>
<br>
- Source Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.zip"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.zip"
>zip</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.zip.md5"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.zip.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.zip.asc"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.zip.asc">PGP</a>
<br>
Linux Distribution <br>
- Binary Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-linux.tar.gz"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-linux.tar.gz"
>tar.gz</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-linux.tar.gz.md5"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-linux.tar.gz.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-linux.tar.gz.asc"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-bin-1.0.0-linux.tar.gz.asc">PGP</a>
<br>
- Source Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.tar.gz"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.tar.gz"
>tar.gz</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.tar.gz.md5"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.tar.gz.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.tar.gz.asc"
title="http://archive.apache.org/dist/ws/rampart/c/1_0_0/rampartc-src-1.0.0.tar.gz.asc">PGP</a></td>
<td>05 - 10 - 2007</td>
<td>1.0.0 Release (Archived) Depends on <a href="http://ws.apache.org/axis2/c/download.cgi">Axis2/C 1.1.0</a> </td>
</tr>
<tr>
<td align="center" valign="middle">0.90</td>
<td align="center">Release</td>
<td>MS Windows Distribution<br>
- Binary Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-win32.zip"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-win32.zip">zip</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-win32.zip.md5"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-win32.zip.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-win32.zip.asc"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-win32.zip.asc">PGP</a>
<br>
- Source Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.zip"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.zip">zip</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.zip.md5"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.zip.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.zip.asc"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.zip.asc">PGP</a>
<br>
Linux Distribution <br>
- Binary Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-linux.tar.gz"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-linux.tar.gz">tar.gz</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-linux.tar.gz.md5"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-linux.tar.gz.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-linux.tar.gz.asc"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-bin-0.90-linux.tar.gz.asc">PGP</a>
<br>
- Source Distribution <a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.tar.gz"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.tar.gz">tar.gz</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.tar.gz.md5"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.tar.gz.md5">MD5</a>
<a
href="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.tar.gz.asc"
title="http://archive.apache.org/dist/ws/rampart/c/0.90/rampartc-src-0.90.tar.gz.asc">PGP</a></td>
<td>11 - 05 - 2007</td>
<td>0.90 Release (Archived) Depends on <a href="http://ws.apache.org/axis2/c/download.cgi">Axis2/C 1.0.0</a></td>
</tr>
</tbody>
</table>
</div>
<div align="left">
<p>[if-any logo] <a href="[link]"><img align="right" src="[logo]"
border="0"></a>[end] The currently selected mirror is <b>[preferred]</b>. If
you encounter a problem with this mirror, please select another mirror. If
all mirrors are failing, there are <i>backup</i> mirrors (at the end of the
mirrors list) that should be available.</p>
<form action="[location]" method="get" id="SelectMirror">
Other mirrors:
<select name="Preferred">[if-any http][for http]
<option value="[http]"
selected="selected">[http]</option>[end][end][if-any ftp][for ftp]
<option value="[ftp]">[ftp]</option>[end][end][if-any backup][for backup]
<option value="[backup]">[backup] (backup)</option>[end][end]
</select>
<input type="submit" value="Change"></form>
<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete
list of mirrors</a>.</p>
<p><strong>Note:</strong> When downloading from a mirror, please check the <a
href="http://www.apache.org/dev/release-signing#md5">md5sum</a> and verify
the <a href="http://www.apache.org/dev/release-signing#openpgp">OpenPGP</a>
compatible signature from the main Apache site. They can be downloaded by
following the links above. This <a
href="http://www.apache.org/dist/ws/rampart/c/KEYS">KEYS</a> file contains the
public keys that can be used for verifying signatures. It is recommended that
(when possible) a <a
href="http://www.apache.org/dev/release-signing#web-of-trust">web of
trust</a> is used to confirm the identity of these keys.</p>
</div>
</body>
</html>
| alexis-gruet/kt_rampart | xdocs/download.html | HTML | apache-2.0 | 17,771 |
<!DOCTYPE html>
<script src="resources/scrollbars.js"></script>
<style>
.horizontal-header {
width: 120px;
}
.vertical-header {
width: 60px;
}
.container-row {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
.container {
flex: none;
margin: 5px;
}
.ltr {
direction: ltr;
}
.rtl {
direction: rtl;
}
.horizontal {
writing-mode: horizontal-tb;
}
.flipped-blocks {
writing-mode: vertical-rl;
}
.flipped-lines {
writing-mode: vertical-lr;
}
.flex {
border: 2px solid red;
display: flex;
overflow: scroll;
max-width: 100px;
max-height: 100px;
}
.column {
flex-direction: column;
}
.column-reverse {
flex-direction: column-reverse;
}
.row {
flex-direction: row;
}
.row-reverse {
flex-direction: row-reverse;
}
.flex > .leaf1, .flex > .leaf2, .flex > .leaf3 {
flex: none;
width: 30px;
height: 30px;
border: 2px solid blue;
margin: 3px;
display: flex;
flex-direction: column;
justify-content: center;
}
.flex > div > div {
font-size: 20px;
text-align: center;
flex: none;
}
</style>
<div class="container-row">
<div class="vertical-header ltr horizontal"></div>
<div class="horizontal-header ltr horizontal">ltr<br>horizontal-tb</div>
<div class="vertical-header ltr flipped-blocks">ltr<br>vertical-rl</div>
<div class="vertical-header ltr flipped-blocks">ltr<br>vertical-lr</div>
<div class="horizontal-header rtl horizontal">rtl<br>horizontal-tb</div>
<div class="vertical-header rtl flipped-blocks">rtl<br>vertical-rl</div>
<div class="vertical-header rtl flipped-blocks">rtl<br>vertical-lr</div>
</div>
<script>
flexDirections.forEach((flexDirection) => {
var containerRow = createContainerRow(flexDirection);
document.body.appendChild(containerRow);
});
</script>
| danakj/chromium | third_party/WebKit/LayoutTests/css3/flexbox/scrollbars.html | HTML | bsd-3-clause | 1,790 |
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
width: 2000px;
overflow: hidden; /* hide scrollbars */
}
p {
position: relative;
left: 100px;
}
.group {
position: relative;
width: 500px;
height: 200px;
}
.container {
width: 400px;
height: 180px;
outline: 2px solid black;
}
.box {
width: 200px;
height: 180px;
}
.sticky {
position: sticky;
left: 100px;
background-color: green;
}
.indicator {
position: absolute;
top: 0;
left: 0;
background-color: red;
}
</style>
<script>
function doTest()
{
window.scrollTo(100, 0);
}
window.addEventListener('load', doTest, false);
</script>
</head>
<body>
<p>Block</p>
<div class="group" style="left: 100px">
<div class="indicator box" style="left: 100px;"></div>
<div class="container">
<div class="sticky box"></div>
</div>
</div>
<p>Table</p>
<div class="group" style="left: 100px">
<div class="indicator box" style="left: 100px;"></div>
<div class="container">
<div class="sticky box"></div>
</div>
</div>
<p>Grid</p>
<div class="group" style="left: 100px">
<div class="indicator box" style="left: 100px;"></div>
<div class="container">
<div class="sticky box"></div>
</div>
</div>
<p>Flex box</p>
<div class="group" style="left: 100px">
<div class="indicator box" style="left: 100px;"></div>
<div class="container">
<div class="sticky box"></div>
</div>
</div>
<div style="position: absolute; top: 500px;">
This test checks the behavior of position:sticky with various display values.
There should be no red.
</div>
</body>
</html>
| chromium/chromium | third_party/blink/web_tests/fast/css/sticky/sticky-display-expected.html | HTML | bsd-3-clause | 1,935 |
<p>Votre adhésion à !!sitename!! a été résiliée.</p>
<p>Si vous n'avez pas demandé cette résiliation, contactez-nous à !!siteemail!!</p> | Juni4567/meritscholarship | wp-content/plugins3/paid-memberships-pro/languages/email/fr_FR/cancel.html | HTML | apache-2.0 | 146 |
{{file_attachment.thumb}}
| custode/reviewboard | reviewboard/templates/reviews/screenshot_thumbnail.html | HTML | mit | 26 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.