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 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_40) on Tue Jun 23 23:05:47 JST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class twitter4j.HttpParameter (twitter4j-core 4.0.4 API)</title>
<meta name="date" content="2015-06-23">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class twitter4j.HttpParameter (twitter4j-core 4.0.4 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">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?twitter4j/class-use/HttpParameter.html" target="_top">Frames</a></li>
<li><a href="HttpParameter.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 twitter4j.HttpParameter" class="title">Uses of Class<br>twitter4j.HttpParameter</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#twitter4j">twitter4j</a></td>
<td class="colLast">
<div class="block">general package for Twitter4J</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#twitter4j.auth">twitter4j.auth</a></td>
<td class="colLast">
<div class="block">OAuth related classes</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="twitter4j">
<!-- -->
</a>
<h3>Uses of <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a> in <a href="../../twitter4j/package-summary.html">twitter4j</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../twitter4j/package-summary.html">twitter4j</a> that return <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">HttpParameter.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpParameter.html#getParameterArray-java.lang.String-int-">getParameterArray</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
int value)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">HttpParameter.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpParameter.html#getParameterArray-java.lang.String-int-java.lang.String-int-">getParameterArray</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name1,
int value1,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name2,
int value2)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">HttpParameter.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpParameter.html#getParameterArray-java.lang.String-java.lang.String-">getParameterArray</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">HttpParameter.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpParameter.html#getParameterArray-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">getParameterArray</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name1,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value1,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name2,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value2)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">HttpRequest.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpRequest.html#getParameters--">getParameters</a></span>()</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../twitter4j/package-summary.html">twitter4j</a> that return types with arguments of type <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>></code></td>
<td class="colLast"><span class="typeNameLabel">HttpParameter.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpParameter.html#decodeParameters-java.lang.String-">decodeParameters</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> queryParameters)</code>
<div class="block">Parses a query string without the leading "?"</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../twitter4j/package-summary.html">twitter4j</a> with parameters of type <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">HttpParameter.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpParameter.html#compareTo-twitter4j.HttpParameter-">compareTo</a></span>(<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a> o)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">HttpParameter.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpParameter.html#containsFile-twitter4j.HttpParameter:A-">containsFile</a></span>(<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] params)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpClientBase.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpClientBase.html#delete-java.lang.String-twitter4j.HttpParameter:A-twitter4j.auth.Authorization-twitter4j.HttpResponseListener-">delete</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] parameters,
<a href="../../twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a> authorization,
<a href="../../twitter4j/HttpResponseListener.html" title="interface in twitter4j">HttpResponseListener</a> listener)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpClient.html#delete-java.lang.String-twitter4j.HttpParameter:A-twitter4j.auth.Authorization-twitter4j.HttpResponseListener-">delete</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] parameters,
<a href="../../twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a> authorization,
<a href="../../twitter4j/HttpResponseListener.html" title="interface in twitter4j">HttpResponseListener</a> listener)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpParameter.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpParameter.html#encodeParameters-twitter4j.HttpParameter:A-">encodeParameters</a></span>(<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] httpParams)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpClientBase.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpClientBase.html#get-java.lang.String-twitter4j.HttpParameter:A-twitter4j.auth.Authorization-twitter4j.HttpResponseListener-">get</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] parameters,
<a href="../../twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a> authorization,
<a href="../../twitter4j/HttpResponseListener.html" title="interface in twitter4j">HttpResponseListener</a> listener)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpClient.html#get-java.lang.String-twitter4j.HttpParameter:A-twitter4j.auth.Authorization-twitter4j.HttpResponseListener-">get</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] parameters,
<a href="../../twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a> authorization,
<a href="../../twitter4j/HttpResponseListener.html" title="interface in twitter4j">HttpResponseListener</a> listener)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpClientBase.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpClientBase.html#post-java.lang.String-twitter4j.HttpParameter:A-twitter4j.auth.Authorization-twitter4j.HttpResponseListener-">post</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] parameters,
<a href="../../twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a> authorization,
<a href="../../twitter4j/HttpResponseListener.html" title="interface in twitter4j">HttpResponseListener</a> listener)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpClient.html#post-java.lang.String-twitter4j.HttpParameter:A-twitter4j.auth.Authorization-twitter4j.HttpResponseListener-">post</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] parameters,
<a href="../../twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a> authorization,
<a href="../../twitter4j/HttpResponseListener.html" title="interface in twitter4j">HttpResponseListener</a> listener)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpClientBase.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpClientBase.html#put-java.lang.String-twitter4j.HttpParameter:A-twitter4j.auth.Authorization-twitter4j.HttpResponseListener-">put</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] parameters,
<a href="../../twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a> authorization,
<a href="../../twitter4j/HttpResponseListener.html" title="interface in twitter4j">HttpResponseListener</a> listener)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../../twitter4j/HttpClient.html#put-java.lang.String-twitter4j.HttpParameter:A-twitter4j.auth.Authorization-twitter4j.HttpResponseListener-">put</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] parameters,
<a href="../../twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a> authorization,
<a href="../../twitter4j/HttpResponseListener.html" title="interface in twitter4j">HttpResponseListener</a> listener)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../twitter4j/package-summary.html">twitter4j</a> with parameters of type <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../twitter4j/HttpRequest.html#HttpRequest-twitter4j.RequestMethod-java.lang.String-twitter4j.HttpParameter:A-twitter4j.auth.Authorization-java.util.Map-">HttpRequest</a></span>(<a href="../../twitter4j/RequestMethod.html" title="enum in twitter4j">RequestMethod</a> method,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url,
<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>[] parameters,
<a href="../../twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a> authorization,
<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> requestHeaders)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="twitter4j.auth">
<!-- -->
</a>
<h3>Uses of <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a> in <a href="../../twitter4j/auth/package-summary.html">twitter4j.auth</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../twitter4j/auth/package-summary.html">twitter4j.auth</a> that return types with arguments of type <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>></code></td>
<td class="colLast"><span class="typeNameLabel">OAuthAuthorization.</span><code><span class="memberNameLink"><a href="../../twitter4j/auth/OAuthAuthorization.html#generateOAuthSignatureHttpParams-java.lang.String-java.lang.String-">generateOAuthSignatureHttpParams</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> method,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../twitter4j/auth/package-summary.html">twitter4j.auth</a> with type arguments of type <a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="typeNameLabel">OAuthAuthorization.</span><code><span class="memberNameLink"><a href="../../twitter4j/auth/OAuthAuthorization.html#encodeParameters-java.util.List-">encodeParameters</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>> httpParams)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="typeNameLabel">OAuthAuthorization.</span><code><span class="memberNameLink"><a href="../../twitter4j/auth/OAuthAuthorization.html#encodeParameters-java.util.List-java.lang.String-boolean-">encodeParameters</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">HttpParameter</a>> httpParams,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> splitter,
boolean quot)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../twitter4j/HttpParameter.html" title="class in twitter4j">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?twitter4j/class-use/HttpParameter.html" target="_top">Frames</a></li>
<li><a href="HttpParameter.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015. All rights reserved.</small></p>
</body>
</html>
| john494/SmartMirror | phoneapp/SmartMirror/app/src/twitter4j-4/twitter4j-core/javadoc/twitter4j/class-use/HttpParameter.html | HTML | cc0-1.0 | 26,144 |
<div class="feature-view">
<!-- Scrum Widget -->
<div id="scrum-widget-view" class="col-lg-12 col-sm-6 animate-show" ng-show="ctrl.showStatus.scrum">
<div class="widget">
<div class="widget-body">
<div class="col-xs-9.5 text-standard-sm dash-overflow">
Scope: <em>{{ctrl.teamName}}</em>
</div>
</div>
<div class="widget-heading">
<div class="iteration-change-btn text-standard-sm">Iteration:
<button id="next-btn" class="pull-right btn-default btn-xm active" ng-show="ctrl.intervalOff === 2" ng-click="ctrl.animateAgileView(true)">>></button>
<button id="pause-btn" class="pull-right btn-default btn-xm active" ng-show="ctrl.intervalOff === 2" ng-click="ctrl.pauseAgileView()" ng-model="ctrl.pausePlaySymbol">{{ctrl.pausePlaySymbol}}</button>
</div>
<div ng-repeat="iteration in ctrl.iterations">
<div class="col-xs-2.5 text-lg pull-right">
{{iteration.tilEnd}}
</div>
<div class="col-xs-9.5 text-lg dash-overflow">
<em>{{iteration.name}}</em>
</div>
</div>
</div>
<div class="widget-body" fit-text=".build-summary-count > span" fit-text-max="40">
<div class="row">
<div class="col-xs-4">
<div class="story-summary-count story-total">
<span>{{ctrl.totalStoryPoints}}</span>
</div>
<div class="story-summary-type">Total</div>
</div>
<div class="col-xs-4">
<div class="story-summary-count story-wip">
<span>{{ctrl.wipStoryPoints}}</span>
</div>
<div class="story-summary-type">WIP</div>
</div>
<div class="col-xs-4">
<div class="story-summary-count story-done">
<span>{{ctrl.doneStoryPoints}}</span>
</div>
<div class="story-summary-type">Done</div>
</div>
</div>
</div>
</div>
<div class="widget">
<div class="widget-body">
<div class="widget-heading">Features in Progress
<button class="pull-right btn-default btn-xm active" ng-show="ctrl.showFeatureLimitButton" ng-click="ctrl.setFeatureLimit()" ng-init="ctrl.featureLimit=4">+/-</button>
</div>
<div class="dash-row" ng-repeat="feature in ctrl.epicStoryPoints | limitTo:ctrl.featureLimit">
<div class="pull-right">{{feature.sEstimate}}</div>
<div class="dash-overflow">{{feature.sEpicName}}</div>
</div>
</div>
</div>
</div>
<!-- Kanban Widget -->
<div id="kanban-widget-view" class="col-lg-12 col-sm-6 animate-show" ng-show="ctrl.showStatus.kanban">
<div class="widget">
<div class="widget-body">
<div class="col-xs-9.5 text-standard-sm dash-overflow">
Scope: <em>{{ctrl.teamName}}</em>
</div>
</div>
<div class="widget-heading">
<div class="iteration-change-btn text-standard-sm">Iteration:
<button id="next-btn" class="pull-right btn-default btn-xm active" ng-show="ctrl.intervalOff === 2" ng-click="ctrl.animateAgileView(true)">>></button>
<button id="pause-btn" class="pull-right btn-default btn-xm active" ng-show="ctrl.intervalOff === 2" ng-click="ctrl.pauseAgileView()" ng-model="ctrl.pausePlaySymbol">{{ctrl.pausePlaySymbol}}</button>
</div>
<div ng-repeat="iteration in ctrl.iterationsKanban">
<div class="col-xs-2.5 text-lg pull-right">
{{iteration.tilEnd}}
</div>
<div class="col-xs-9.5 text-lg dash-overflow">
<em>{{iteration.name}}</em>
</div>
</div>
</div>
<div class="widget-body" fit-text=".build-summary-count > span" fit-text-max="40">
<div class="row">
<div class="col-xs-6">
<div class="story-summary-count story-total">
<span>{{ctrl.totalStoryPointsKanban}}</span>
</div>
<div class="story-summary-type">Total</div>
</div>
<div class="col-xs-6">
<div class="story-summary-count story-wip">
<span>{{ctrl.wipStoryPointsKanban}}</span>
</div>
<div class="story-summary-type">WIP</div>
</div>
</div>
</div>
</div>
<div class="widget">
<div class="widget-body">
<div class="widget-heading">Features in Progress
<button class="pull-right btn-default btn-xm active" ng-show="ctrl.showFeatureLimitButton" ng-click="ctrl.setFeatureLimit()" ng-init="ctrl.featureLimit=4">+/-</button>
</div>
<div class="dash-row" ng-repeat="feature in ctrl.epicStoryPointsKanban | limitTo:ctrl.featureLimit">
<div class="pull-right">{{feature.sEstimate}}</div>
<div class="dash-overflow">{{feature.sEpicName}}</div>
</div>
</div>
</div>
</div>
<!-- Error View -->
<div id="error-view" class="col-lg-12 col-sm-6" ng-hide="ctrl.showStatus.scrum || ctrl.showStatus.kanban">
<div class="widget-heading">
<div class="text-standard-sm text-warning">[No Active Iterations]</div>
</div>
</div>
</div>
| raynaya/Hygieia | UI/src/components/widgets/feature/view.html | HTML | apache-2.0 | 4,723 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Y!LDA: Class Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li class="current"><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li class="current"><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="globals.html#index_$"><span>$</span></a></li>
<li><a href="globals_0x5f.html#index__"><span>_</span></a></li>
<li><a href="globals_0x61.html#index_a"><span>a</span></a></li>
<li><a href="globals_0x62.html#index_b"><span>b</span></a></li>
<li class="current"><a href="globals_0x63.html#index_c"><span>c</span></a></li>
<li><a href="globals_0x64.html#index_d"><span>d</span></a></li>
<li><a href="globals_0x65.html#index_e"><span>e</span></a></li>
<li><a href="globals_0x66.html#index_f"><span>f</span></a></li>
<li><a href="globals_0x67.html#index_g"><span>g</span></a></li>
<li><a href="globals_0x68.html#index_h"><span>h</span></a></li>
<li><a href="globals_0x69.html#index_i"><span>i</span></a></li>
<li><a href="globals_0x6a.html#index_j"><span>j</span></a></li>
<li><a href="globals_0x6b.html#index_k"><span>k</span></a></li>
<li><a href="globals_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="globals_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="globals_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="globals_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="globals_0x70.html#index_p"><span>p</span></a></li>
<li><a href="globals_0x71.html#index_q"><span>q</span></a></li>
<li><a href="globals_0x72.html#index_r"><span>r</span></a></li>
<li><a href="globals_0x73.html#index_s"><span>s</span></a></li>
<li><a href="globals_0x74.html#index_t"><span>t</span></a></li>
<li><a href="globals_0x75.html#index_u"><span>u</span></a></li>
<li><a href="globals_0x76.html#index_v"><span>v</span></a></li>
<li><a href="globals_0x77.html#index_w"><span>w</span></a></li>
<li><a href="globals_0x79.html#index_y"><span>y</span></a></li>
<li><a href="globals_0x7a.html#index_z"><span>z</span></a></li>
</ul>
</div>
</div>
<div class="contents">
Here is a list of all file members with links to the files they belong to:
<h3><a class="anchor" id="index_c">- c -</a></h3><ul>
<li>cabbage
: <a class="el" href="_user_manual_8h.html#aba9a2990d7cc28ccccc8ee485b0f1e2a">UserManual.h</a>
</li>
<li>california
: <a class="el" href="_user_manual_8h.html#a80c7795fdba017c94106f702effd32ef">UserManual.h</a>
</li>
<li>caps
: <a class="el" href="_user_manual_8h.html#a9c9586ed032248d545b61040aa5b0352">UserManual.h</a>
</li>
<li>card
: <a class="el" href="_user_manual_8h.html#ab449f2ceba089a3d855f357c58043067">UserManual.h</a>
</li>
<li>cards
: <a class="el" href="_user_manual_8h.html#aa2dd3c2d2ad4063c80396fb5dc6f8e90">UserManual.h</a>
</li>
<li>center
: <a class="el" href="_user_manual_8h.html#a1777ea2ff55ac1e5981ace8948927b42">UserManual.h</a>
</li>
<li>characters
: <a class="el" href="_user_manual_8h.html#ac24779cb4b65ca2796ec707fc846a60b">UserManual.h</a>
</li>
<li>checkout
: <a class="el" href="_user_manual_8h.html#ac99421729f64ae48ac4df83b467a911f">UserManual.h</a>
</li>
<li>checks
: <a class="el" href="_user_manual_8h.html#a00342c80d25cfb4a2e5c24f42f74f21d">UserManual.h</a>
</li>
<li>chkptdir
: <a class="el" href="_user_manual_8h.html#a4cdf0cc7c9aad3b7ebaf809ebac4cff1">UserManual.h</a>
</li>
<li>chkptinterval
: <a class="el" href="_user_manual_8h.html#a6b9875852ffbc3fcff034c2f1325d287">UserManual.h</a>
</li>
<li>CHUNK
: <a class="el" href="_d_m___server_8h.html#aafb4f0b2e97659fc8d8a55990251fad8">DM_Server.h</a>
</li>
<li>classic
: <a class="el" href="_user_manual_8h.html#aae067f83b87c63f2c8f9e5fc8ba4fd76">UserManual.h</a>
</li>
<li>classifieds
: <a class="el" href="_user_manual_8h.html#af29fbb17267ca13c9df0fd405af93f5e">UserManual.h</a>
</li>
<li>click
: <a class="el" href="_user_manual_8h.html#a60a3fbe59b755488aadf01c1a03bc2e8">UserManual.h</a>
</li>
<li>clothing
: <a class="el" href="_user_manual_8h.html#a6b633dfa3ac61f777aa6851a7ece9922">UserManual.h</a>
</li>
<li>clubs
: <a class="el" href="_user_manual_8h.html#a970249b46722056e58db869d0a82df16">UserManual.h</a>
</li>
<li>cnt_cmp()
: <a class="el" href="comparator_8cpp.html#a31420f0b909b22fca77edb4e930977c5">comparator.cpp</a>
, <a class="el" href="comparator_8h.html#a31420f0b909b22fca77edb4e930977c5">comparator.h</a>
, <a class="el" href="_type_topic_counts_8cpp.html#a31420f0b909b22fca77edb4e930977c5">TypeTopicCounts.cpp</a>
</li>
<li>cnt_cmp_ttc()
: <a class="el" href="_type_topic_counts_8cpp.html#aa31ee6d997481cbdd0b392e6014b503c">TypeTopicCounts.cpp</a>
, <a class="el" href="comparator_8cpp.html#aa31ee6d997481cbdd0b392e6014b503c">comparator.cpp</a>
, <a class="el" href="comparator_8h.html#aa31ee6d997481cbdd0b392e6014b503c">comparator.h</a>
</li>
<li>code
: <a class="el" href="_user_manual_8h.html#a19955ce291423b00e62effe14d0fd6dd">UserManual.h</a>
</li>
<li>coding
: <a class="el" href="_user_manual_8h.html#a50335ad9f7e15436e43f6de7f4c5b6c7">UserManual.h</a>
</li>
<li>collections
: <a class="el" href="_user_manual_8h.html#ae43f3bec304ccda075e10497362bb3a3">UserManual.h</a>
</li>
<li>commandments
: <a class="el" href="_user_manual_8h.html#a265a854a10a8c2ce260eac2f64e42c58">UserManual.h</a>
</li>
<li>complete
: <a class="el" href="_user_manual_8h.html#a88a8f7d5dd8fed2eaac6546f06ee56b9">UserManual.h</a>
</li>
<li>conf()
: <a class="el" href="_user_manual_8h.html#ac0e19f80d5ac8a75509311e81913d815">UserManual.h</a>
</li>
<li>CookiePtr
: <a class="el" href="_d_m___client_8h.html#aa1b3c782db5b0bc73e294ec95ebd43c6">DM_Client.h</a>
</li>
<li>copyright
: <a class="el" href="_user_manual_8h.html#a168e6ee0dff242be36ec9cb7f31f188a">UserManual.h</a>
</li>
<li>copyrighted
: <a class="el" href="_user_manual_8h.html#ade78a077be82879c3cee1cdb087f0b42">UserManual.h</a>
</li>
<li>corpus
: <a class="el" href="_user_manual_8h.html#af59e3a768dcbb497d4b3f02955ab0cc5">UserManual.h</a>
</li>
<li>coupon
: <a class="el" href="_user_manual_8h.html#aff8a6404f5f349a0e19e6fcb275604c7">UserManual.h</a>
</li>
<li>coupons
: <a class="el" href="_user_manual_8h.html#a8eb488a9f7ccd1a02d00b931c59f9bc9">UserManual.h</a>
</li>
<li>created
: <a class="el" href="_user_manual_8h.html#a893538a20223519ff0ffa670716a50aa">UserManual.h</a>
</li>
<li>custom
: <a class="el" href="_user_manual_8h.html#a73aa1d253253d1453ba2614d0d8d25b5">UserManual.h</a>
</li>
<li>Customization
: <a class="el" href="_user_manual_8h.html#a4727b77f15d6a096f99886e3315a37ec">UserManual.h</a>
</li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Sun Apr 24 01:38:36 2011 for Y!LDA by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
| chenmoshushi/Yahoo_LDA | docs/html/globals_0x63.html | HTML | apache-2.0 | 8,150 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="(C) Copyright 2019" />
<meta name="DC.rights.owner" content="(C) Copyright 2019" />
<meta name="generator" content="DITA-OT"/>
<meta name="DC.type" content="topic" />
<meta name="DC.title" content="Previous topic link" />
<meta name="abstract" content="This is the previous topic for language tests" />
<meta name="description" content="This is the previous topic for language tests" />
<meta name="DC.format" content="XHTML" />
<meta name="DC.identifier" content="previous" />
<meta name="DC.language" content="en-us" />
<link rel="stylesheet" type="text/css" href="commonltr.css" />
<title>Previous topic link</title>
</head>
<body id="previous">
<h1 class="title topictitle1" id="ariaid-title1">Previous topic link</h1>
<div class="body"><p class="shortdesc">This is the previous topic for language tests</p>
<p class="p">previous stuff</p>
</div>
</body>
</html> | dita-ot/dita-ot | src/test/resources/lang/exp/xhtml_with_preprocess2/lang-previous.html | HTML | apache-2.0 | 1,218 |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>org.saddle.Panel</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link type="text/css" media="screen" rel="stylesheet" href="../../lib/template.css" />
<script type="text/javascript" src="../../lib/jquery.js"></script>
<script type="text/javascript" src="../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../lib/template.js"></script>
<script type="text/javascript" src="../../lib/tools.tooltip.js"></script>
</head>
<body onload="sh_highlightDocument('../lib/', '.min.js');" class="value">
<div id="definition">
<img src="../../lib/object_big.png" />
<p id="owner"><a name="org" class="extype" href="../package.html">org</a>.<a name="org.saddle" class="extype" href="package.html">saddle</a></p>
<h1>Panel</h1>
</div>
<h4 class="signature" id="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">Panel</span><span class="result"> extends AnyRef</span>
</span>
</h4>
<div class="fullcommenttop" id="comment"><div class="comment cmt"><p>Convenience constructors for a Frame[RX, CX, Any] that accept arbitrarily-typed Vectors
and Series as constructor parameters, leaving their internal representations unchanged.
</p></div><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent">AnyRef, <span name="scala.Any" class="extype">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input accesskey="/" type="text" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol><li class="alpha in"><span>Alphabetic</span></li><li class="inherit out"><span>By inheritance</span></li></ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited</span>
<ol><li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li></ol>
<ol id="linearization"><li name="org.saddle.Panel" class="in"><span>Panel</span></li><li name="scala.AnyRef" class="in"><span>AnyRef</span></li><li name="scala.Any" class="in"><span>Any</span></li></ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div class="values members" id="values">
<h3>Value Members</h3>
<ol><li visbl="pub" name="scala.AnyRef#!=" data-isabs="false">
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name" title="gt4s: $bang$eq">!=</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.Any#!=" data-isabs="false">
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name" title="gt4s: $bang$eq">!=</span><span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef###" data-isabs="false">
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name" title="gt4s: $hash$hash">##</span><span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#==" data-isabs="false">
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name" title="gt4s: $eq$eq">==</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.Any#==" data-isabs="false">
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name" title="gt4s: $eq$eq">==</span><span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="pub" name="org.saddle.Panel#apply" data-isabs="false">
<a id="apply[RX, CX]((CX, org.saddle.Series[RX, _])*)(ST[RX],ORD[RX],ST[CX],ORD[CX]):Frame[RX, CX, Any]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="tparams">[<span name="RX">RX</span>, <span name="CX">CX</span>]</span><span class="params">(<span name="values">values: (CX, org.saddle.Series[RX, _])*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="arg0">arg0: ST[RX]</span>, <span name="arg1">arg1: ORD[RX]</span>, <span name="arg2">arg2: ST[CX]</span>, <span name="arg3">arg3: ORD[CX]</span>)</span><span class="result">: <a name="org.saddle.Frame" class="extype" href="Frame.html">Frame</a>[RX, CX, <span name="scala.Any" class="extype">Any</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Factory method to create a Frame from a sequence of tuples, where the
first element of the tuple is a column label, and the second a series
of values.</p><div class="fullcomment"><div class="comment cmt"><p>Factory method to create a Frame from a sequence of tuples, where the
first element of the tuple is a column label, and the second a series
of values. The row labels of the result are the outer join of the
indexes of the series provided.
</p></div></div>
</li><li visbl="pub" name="org.saddle.Panel#apply" data-isabs="false">
<a id="apply[RX, CX](Seq[org.saddle.Series[RX, _]],Index[CX])(ST[RX],ORD[RX],ST[CX],ORD[CX]):Frame[RX, CX, Any]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="tparams">[<span name="RX">RX</span>, <span name="CX">CX</span>]</span><span class="params">(<span name="values">values: Seq[org.saddle.Series[RX, _]]</span>, <span name="colIx">colIx: <a name="org.saddle.Index" class="extype" href="Index.html">Index</a>[CX]</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="arg0">arg0: ST[RX]</span>, <span name="arg1">arg1: ORD[RX]</span>, <span name="arg2">arg2: ST[CX]</span>, <span name="arg3">arg3: ORD[CX]</span>)</span><span class="result">: <a name="org.saddle.Frame" class="extype" href="Frame.html">Frame</a>[RX, CX, <span name="scala.Any" class="extype">Any</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Factory method to create a Frame from a sequence of series, also specifying
the column index to use.</p><div class="fullcomment"><div class="comment cmt"><p>Factory method to create a Frame from a sequence of series, also specifying
the column index to use. The row labels of the result are the outer join of
the indexes of the series provided.
</p></div></div>
</li><li visbl="pub" name="org.saddle.Panel#apply" data-isabs="false">
<a id="apply[RX](org.saddle.Series[RX, _]*)(ST[RX],ORD[RX]):Frame[RX, Int, Any]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="tparams">[<span name="RX">RX</span>]</span><span class="params">(<span name="values">values: org.saddle.Series[RX, _]*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="arg0">arg0: ST[RX]</span>, <span name="arg1">arg1: ORD[RX]</span>)</span><span class="result">: <a name="org.saddle.Frame" class="extype" href="Frame.html">Frame</a>[RX, <span name="scala.Int" class="extype">Int</span>, <span name="scala.Any" class="extype">Any</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Factory method to create a Frame from a sequence of Series.</p><div class="fullcomment"><div class="comment cmt"><p>Factory method to create a Frame from a sequence of Series. The row labels
of the result are the outer join of the indexes of the series provided.
</p></div></div>
</li><li visbl="pub" name="org.saddle.Panel#apply" data-isabs="false">
<a id="apply[CX, T]((CX, org.saddle.Vec[_])*)(ST[CX],ORD[CX],ST[T]):Frame[Int, CX, Any]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="tparams">[<span name="CX">CX</span>, <span name="T">T</span>]</span><span class="params">(<span name="values">values: (CX, org.saddle.Vec[_])*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="arg0">arg0: ST[CX]</span>, <span name="arg1">arg1: ORD[CX]</span>, <span name="arg2">arg2: ST[T]</span>)</span><span class="result">: <a name="org.saddle.Frame" class="extype" href="Frame.html">Frame</a>[<span name="scala.Int" class="extype">Int</span>, CX, <span name="scala.Any" class="extype">Any</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Factory method to create a Frame from tuples whose first element is
the column label and the second is a Vec of values.</p>
</li><li visbl="pub" name="org.saddle.Panel#apply" data-isabs="false">
<a id="apply[CX](Seq[org.saddle.Vec[_]],Index[CX])(ST[CX],ORD[CX]):Frame[Int, CX, Any]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="tparams">[<span name="CX">CX</span>]</span><span class="params">(<span name="values">values: Seq[org.saddle.Vec[_]]</span>, <span name="colIx">colIx: <a name="org.saddle.Index" class="extype" href="Index.html">Index</a>[CX]</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="arg0">arg0: ST[CX]</span>, <span name="arg1">arg1: ORD[CX]</span>)</span><span class="result">: <a name="org.saddle.Frame" class="extype" href="Frame.html">Frame</a>[<span name="scala.Int" class="extype">Int</span>, CX, <span name="scala.Any" class="extype">Any</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Factory method to create a Frame from a sequence of Vec objects
and a column index.</p>
</li><li visbl="pub" name="org.saddle.Panel#apply" data-isabs="false">
<a id="apply[RX, CX](Seq[org.saddle.Vec[_]],Index[RX],Index[CX])(ST[RX],ORD[RX],ST[CX],ORD[CX]):Frame[RX, CX, Any]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="tparams">[<span name="RX">RX</span>, <span name="CX">CX</span>]</span><span class="params">(<span name="values">values: Seq[org.saddle.Vec[_]]</span>, <span name="rowIx">rowIx: <a name="org.saddle.Index" class="extype" href="Index.html">Index</a>[RX]</span>, <span name="colIx">colIx: <a name="org.saddle.Index" class="extype" href="Index.html">Index</a>[CX]</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="arg0">arg0: ST[RX]</span>, <span name="arg1">arg1: ORD[RX]</span>, <span name="arg2">arg2: ST[CX]</span>, <span name="arg3">arg3: ORD[CX]</span>)</span><span class="result">: <a name="org.saddle.Frame" class="extype" href="Frame.html">Frame</a>[RX, CX, <span name="scala.Any" class="extype">Any</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Factory method to create a Frame from a sequence of Vec objects,
a row index, and a column index.</p>
</li><li visbl="pub" name="org.saddle.Panel#apply" data-isabs="false">
<a id="apply(org.saddle.Vec[_]*):Frame[Int, Int, Any]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">apply</span><span class="params">(<span name="values">values: org.saddle.Vec[_]*</span>)</span><span class="result">: <a name="org.saddle.Frame" class="extype" href="Frame.html">Frame</a>[<span name="scala.Int" class="extype">Int</span>, <span name="scala.Int" class="extype">Int</span>, <span name="scala.Any" class="extype">Any</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Factory method to create a Frame from a sequence of Vec objects
</p>
</li><li visbl="pub" name="scala.Any#asInstanceOf" data-isabs="false">
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: T0</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="prt" name="scala.AnyRef#clone" data-isabs="false">
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: AnyRef</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../java/lang/package.html">lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li visbl="pub" name="org.saddle.Panel#empty" data-isabs="false">
<a id="empty[RX, CX](ST[RX],ORD[RX],ST[CX],ORD[CX]):Frame[RX, CX, Any]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">empty</span><span class="tparams">[<span name="RX">RX</span>, <span name="CX">CX</span>]</span><span class="params">(<span class="implicit">implicit </span><span name="arg0">arg0: ST[RX]</span>, <span name="arg1">arg1: ORD[RX]</span>, <span name="arg2">arg2: ST[CX]</span>, <span name="arg3">arg3: ORD[CX]</span>)</span><span class="result">: <a name="org.saddle.Frame" class="extype" href="Frame.html">Frame</a>[RX, CX, <span name="scala.Any" class="extype">Any</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Factory method to create an empty Frame whose columns have type Any</p><div class="fullcomment"><div class="comment cmt"><p>Factory method to create an empty Frame whose columns have type Any</p></div><dl class="paramcmts block"><dt class="tparam">RX</dt><dd class="cmt"><p>Type of row keys</p></dd><dt class="tparam">CX</dt><dd class="cmt"><p>Type of col keys
</p></dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#eq" data-isabs="false">
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#equals" data-isabs="false">
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="prt" name="scala.AnyRef#finalize" data-isabs="false">
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../java/lang/package.html">lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#getClass" data-isabs="false">
<a id="getClass():java.lang.Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: java.lang.Class[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#hashCode" data-isabs="false">
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.Any#isInstanceOf" data-isabs="false">
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#ne" data-isabs="false">
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#notify" data-isabs="false">
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#notifyAll" data-isabs="false">
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#synchronized" data-isabs="false">
<a id="synchronized[T0](⇒ T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ T0</span>)</span><span class="result">: T0</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#toString" data-isabs="false">
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span name="java.lang.String" class="extype">String</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false">
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false">
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>, <span name="arg1">arg1: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false">
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div name="scala.AnyRef" class="parent">
<h3>Inherited from AnyRef</h3>
</div><div name="scala.Any" class="parent">
<h3>Inherited from <span name="scala.Any" class="extype">Any</span></h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html> | saddle/saddle | saddle-core/target/scala-2.9.3/api/org/saddle/Panel$.html | HTML | apache-2.0 | 27,612 |
<!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>listNetworkOfferings</h1>
<p>Lists all available network offerings.</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;"><i>availability</i></td><td style="width:500px;"><i>the availability of network offering. Default value is required</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>displaytext</i></td><td style="width:500px;"><i>list network offerings by display text</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>list network offerings available for network creation in specific domain</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>forvpc</i></td><td style="width:500px;"><i>the network offering can be used only for network creation inside the VPC</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>guestiptype</i></td><td style="width:500px;"><i>list network offerings by guest type: shared or isolated</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>id</i></td><td style="width:500px;"><i>list network offerings by ID</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>isdefault</i></td><td style="width:500px;"><i>true if need to list only default network offerings. Default value is false</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>istagged</i></td><td style="width:500px;"><i>true if offering has tags specified</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>keyword</i></td><td style="width:500px;"><i>List by keyword</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>name</i></td><td style="width:500px;"><i>list network offerings by name</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>networkid</i></td><td style="width:500px;"><i>the ID of the network. Pass this in if you want to see the available network offering that a network can be changed to.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>page</i></td><td style="width:500px;"><i></i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>pagesize</i></td><td style="width:500px;"><i></i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>sourcenatsupported</i></td><td style="width:500px;"><i>true if need to list only netwok offerings where source NAT is supported, false otherwise</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>specifyipranges</i></td><td style="width:500px;"><i>true if need to list only network offerings which support specifying ip ranges</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>specifyvlan</i></td><td style="width:500px;"><i>the tags for the network offering.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>state</i></td><td style="width:500px;"><i>list network offerings by state</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>supportedservices</i></td><td style="width:500px;"><i>list network offerings supporting certain services</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>tags</i></td><td style="width:500px;"><i>list network offerings by tags</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>traffictype</i></td><td style="width:500px;"><i>list by traffic type</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>zoneid</i></td><td style="width:500px;"><i>list network offerings available for network creation in specific zone</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;">the id of the network offering</td>
</tr>
<tr>
<td style="width:200px;"><strong>availability</strong></td><td style="width:500px;">availability of the network offering</td>
</tr>
<tr>
<td style="width:200px;"><strong>conservemode</strong></td><td style="width:500px;">true if network offering is ip conserve mode enabled</td>
</tr>
<tr>
<td style="width:200px;"><strong>created</strong></td><td style="width:500px;">the date this network offering was created</td>
</tr>
<tr>
<td style="width:200px;"><strong>details</strong></td><td style="width:500px;">additional key/value details tied with network offering</td>
</tr>
<tr>
<td style="width:200px;"><strong>displaytext</strong></td><td style="width:500px;">an alternate display text of the network offering.</td>
</tr>
<tr>
<td style="width:200px;"><strong>domain</strong></td><td style="width:500px;">the domain name(s) this disk offering belongs to. Ignore this information as it is not currently applicable.</td>
</tr>
<tr>
<td style="width:200px;"><strong>domainid</strong></td><td style="width:500px;">the domain ID(s) this disk offering belongs to. Ignore this information as it is not currently applicable.</td>
</tr>
<tr>
<td style="width:200px;"><strong>egressdefaultpolicy</strong></td><td style="width:500px;">true if guest network default egress policy is allow; false if default egress policy is deny</td>
</tr>
<tr>
<td style="width:200px;"><strong>forvpc</strong></td><td style="width:500px;">true if network offering can be used by VPC networks only</td>
</tr>
<tr>
<td style="width:200px;"><strong>guestiptype</strong></td><td style="width:500px;">guest type of the network offering, can be Shared or Isolated</td>
</tr>
<tr>
<td style="width:200px;"><strong>isdefault</strong></td><td style="width:500px;">true if network offering is default, false otherwise</td>
</tr>
<tr>
<td style="width:200px;"><strong>ispersistent</strong></td><td style="width:500px;">true if network offering supports persistent networks, false otherwise</td>
</tr>
<tr>
<td style="width:200px;"><strong>maxconnections</strong></td><td style="width:500px;">maximum number of concurrents connections to be handled by lb</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the name of the network offering</td>
</tr>
<tr>
<td style="width:200px;"><strong>networkrate</strong></td><td style="width:500px;">data transfer rate in megabits per second allowed.</td>
</tr>
<tr>
<td style="width:200px;"><strong>serviceofferingid</strong></td><td style="width:500px;">the ID of the service offering used by virtual router provider</td>
</tr>
<tr>
<td style="width:200px;"><strong>specifyipranges</strong></td><td style="width:500px;">true if network offering supports specifying ip ranges, false otherwise</td>
</tr>
<tr>
<td style="width:200px;"><strong>specifyvlan</strong></td><td style="width:500px;">true if network offering supports vlans, false otherwise</td>
</tr>
<tr>
<td style="width:200px;"><strong>state</strong></td><td style="width:500px;">state of the network offering. Can be Disabled/Enabled/Inactive</td>
</tr>
<tr>
<td style="width:200px;"><strong>supportspublicaccess</strong></td><td style="width:500px;">true if network offering supports public access for guest networks</td>
</tr>
<tr>
<td style="width:200px;"><strong>supportsstrechedl2subnet</strong></td><td style="width:500px;">true if network offering supports network that span multiple zones</td>
</tr>
<tr>
<td style="width:200px;"><strong>tags</strong></td><td style="width:500px;">the tags for the network offering</td>
</tr>
<tr>
<td style="width:200px;"><strong>traffictype</strong></td><td style="width:500px;">the traffic type for the network offering, supported types are Public, Management, Control, Guest, Vlan or Storage.</td>
</tr>
<tr>
<td style="width:200px;"><strong>zone</strong></td><td style="width:500px;">the zone name(s) this disk offering belongs to. Ignore this information as it is not currently applicable.</td>
</tr>
<tr>
<td style="width:200px;"><strong>zoneid</strong></td><td style="width:500px;">the zone ID(s) this disk offering belongs to. Ignore this information as it is not currently applicable.</td>
</tr>
<tr>
<td style="width:200px;"><strong>service(*)</strong></td><td style="width:500px;">the list of supported services</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>name</strong></td><td style="width:500px;">the service name</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>capability(*)</strong></td><td style="width:500px;">the list of capabilities</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">canchooseservicecapability</td><td style="width:500px;">can this service capability value can be choosable while creatine network offerings</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">name</td><td style="width:500px;">the capability name</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">value</td><td style="width:500px;">the capability value</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>provider(*)</strong></td><td style="width:500px;">the service provider name</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">id</td><td style="width:500px;">uuid of the network provider</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">canenableindividualservice</td><td style="width:500px;">true if individual services can be enabled/disabled</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">destinationphysicalnetworkid</td><td style="width:500px;">the destination physical network</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">name</td><td style="width:500px;">the provider name</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">physicalnetworkid</td><td style="width:500px;">the physical network this belongs to</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">servicelist</td><td style="width:500px;">services for this provider</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">state</td><td style="width:500px;">state of the network provider</td>
</tr>
</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/listNetworkOfferings.html | HTML | apache-2.0 | 12,555 |
<!DOCTYPE HTML>
<html data-sap-ui-dk-controls="sap.ui.layout.form.ResponsiveGridLayout">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="keywords" content="Control ResponsiveGridLayout Form">
<title>ResponsiveGridLayout - SAPUI5 Demo Kit</title>
<link rel="stylesheet" href="../../../../../theme/default.css">
<script src="../shared-config.js"></script>
<script id="sap-ui-bootstrap"
src="../../../../../resources/sap-ui-core.js"
data-sap-ui-theme="sap_bluecrystal"
data-sap-ui-libs="sap.ui.layout,sap.ui.commons,sap.ui.demokit"
data-sap-ui-language="en"
>
</script>
<script>sap.ui.demokit._supportedThemes = ["sap_belize", "sap_belize_plus", "sap_goldreflection", "sap_bluecrystal", "sap_hcb"];</script>
<script src="../../../../../js/utils.js"></script>
<script id='samplescript1'>
var oLayout1 = new sap.ui.layout.form.ResponsiveGridLayout("L1");
var oForm1 = new sap.ui.layout.form.Form("F1",{
title: new sap.ui.core.Title({text: "Address Data", icon: "../../commons/demokit/images/address.gif", tooltip: "Title tooltip"}),
editable: true,
layout: oLayout1,
formContainers: [
new sap.ui.layout.form.FormContainer("F1C1",{
title: "Person data",
formElements: [
new sap.ui.layout.form.FormElement({
label: "Name",
fields: [new sap.ui.commons.TextField({value: "Max"}),
new sap.ui.commons.TextField({value: "Mustermann"})
]
}),
new sap.ui.layout.form.FormElement({
label: "Date of Birth",
fields: [new sap.ui.commons.DatePicker({yyyymmdd: "19990909", layoutData: new sap.ui.layout.GridData({span: "L2 M2 S12"})})
]
}),
new sap.ui.layout.form.FormElement({
label: "Gender",
fields: [new sap.ui.commons.RadioButtonGroup({
columns: 2,
items: [new sap.ui.core.Item({text: "male"}),
new sap.ui.core.Item({text: "female"})],
})]
})
]
}),
new sap.ui.layout.form.FormContainer("F1C2",{
title: "address",
formElements: [
new sap.ui.layout.form.FormElement({
label: "Street / Number",
fields: [new sap.ui.commons.TextField(),
new sap.ui.commons.TextField({width: "3em"})
]
}),
new sap.ui.layout.form.FormElement({
label: "Zip Code / City",
fields: [new sap.ui.commons.TextField(),
new sap.ui.commons.TextField()
]
}),
new sap.ui.layout.form.FormElement({
label: "Country",
fields: [new sap.ui.commons.TextField({layoutData: new sap.ui.layout.GridData({span: "L2 M2 S12"})})
]
})
]
}),
new sap.ui.layout.form.FormContainer("F1C3",{
title: "contact",
formElements: [
new sap.ui.layout.form.FormElement({
label: "Phone Number",
fields: [new sap.ui.commons.TextField()
]
}),
new sap.ui.layout.form.FormElement({
label: "Mobile",
fields: [new sap.ui.commons.TextField()
]
}),
new sap.ui.layout.form.FormElement({
label: "Email",
fields: [new sap.ui.commons.TextField()
]
})
]
})
]
});
oForm1.placeAt("sample1");
</script>
<script id='samplescript2'>
var oLayout2 = new sap.ui.layout.form.ResponsiveGridLayout("L2", {
labelSpanL: 3,
labelSpanM: 1,
labelSpanS: 2,
emptySpanL: 1,
emptySpanM: 1,
emptySpanS: 1,
columnsL: 3,
columnsM: 2,
breakpointL: 800,
breakpointM: 400
});
var oForm2 = new sap.ui.layout.form.Form("F2",{
title: new sap.ui.core.Title({text: "Address Data", icon: "../../commons/demokit/images/address.gif", tooltip: "Title tooltip"}),
editable: true,
layout: oLayout2,
formContainers: [
new sap.ui.layout.form.FormContainer("F2C1",{
title: "Person data",
formElements: [
new sap.ui.layout.form.FormElement({
label: "Name",
fields: [new sap.ui.commons.TextField({value: "Max"}),
new sap.ui.commons.TextField({value: "Mustermann"})
]
}),
new sap.ui.layout.form.FormElement({
label: "Date of Birth",
fields: [new sap.ui.commons.DatePicker({yyyymmdd: "19990909", layoutData: new sap.ui.layout.GridData({span: "L2 M2 S4"})})
]
}),
new sap.ui.layout.form.FormElement({
label: "Gender",
fields: [new sap.ui.commons.RadioButtonGroup({
columns: 2,
items: [new sap.ui.core.Item({text: "male"}),
new sap.ui.core.Item({text: "female"})],
})]
})
]
}),
new sap.ui.layout.form.FormContainer("F2C2",{
title: "address",
formElements: [
new sap.ui.layout.form.FormElement({
label: "Street / Number",
fields: [new sap.ui.commons.TextField(),
new sap.ui.commons.TextField({width: "3em"})
]
}),
new sap.ui.layout.form.FormElement({
label: "Zip Code / City",
fields: [new sap.ui.commons.TextField(),
new sap.ui.commons.TextField()
]
}),
new sap.ui.layout.form.FormElement({
label: "Country",
fields: [new sap.ui.commons.TextField({layoutData: new sap.ui.layout.GridData({span: "L2 M2 S4"})})
]
})
]
}),
new sap.ui.layout.form.FormContainer("F2C3",{
title: "contact",
formElements: [
new sap.ui.layout.form.FormElement({
label: "Phone Number",
fields: [new sap.ui.commons.TextField()
]
}),
new sap.ui.layout.form.FormElement({
label: "Mobile",
fields: [new sap.ui.commons.TextField()
]
}),
new sap.ui.layout.form.FormElement({
label: "Email",
fields: [new sap.ui.commons.TextField()
]
})
]
})
]
});
oForm2.placeAt("sample2");
</script>
</head>
<body class="sapUiDemokitBody" role="application">
<h1 color="Red" icon="images/ctrls/responsiveflowlayout-icon.png">ResponsiveGridLayout</h1>
<h2>Introduction</h2>
<p>The ResponsiveGridLayout can be attached to the Form Control in order to arrange the Elements in a responsive way (see <code>Grid</code>).
The size and arrangement of the single elements depends on the size of the screen.
The Form Control consists of a Form on top level which contains several FormContainers with several FormElements in it. According to our layout
concept all of these can have LayoutData attached to them.</p>
<p>You can use <code>GridData</code> on FormContainers and the content controls like in the
Grid control. So it is possible to influence the linebreaks and size (spans) of
the single elements. On FormElements <code>GridData</code> is not supported. To influence the rendering of the Labels and fields <code>GridData</code>
must be set for these controls.
If no <code>GridData</code> are used on a FormContainer or Control, the <code>ResponsiveGridLayout</code> tries to calculate the linebreaks and spans.
If the provided <code>GridData</code> are very complex, this automatism may not bring the expected result. In this case <code>GridData</code> should
be set on all affected controls.
</p>
<h2>Basic Example</h2>
<p>A simple Form with a ResponsiveGridLayout. Change the screen size to see the changes</p>
<div code-sample="sample1" script="samplescript1"></div>
<h2>Example with different default settings</h2>
<p>A simple Form with a ResponsiveGridLayout. Change the screen size to see the changes.
<br>
Here the default properties <code>labelSpanL, labelSpanM, labelSpanS, emptySpanL, emptySpanM, emptySpanS, columnsL, columnsM, breakpointL and breakpointM</code>
are set different. You see the difference on different screen sizes.
</p>
<div code-sample="sample2" script="samplescript2"></div>
<p>
<h2>API Documentation</h2>
<a class="sapUiDemokitSrcLink" href="../../../../../docs/api/symbols/sap.ui.layout.form.ResponsiveGridLayout.html" >API documentation</a>
</p>
</body>
</html> | SQCLabs/openui5 | src/sap.ui.layout/test/sap/ui/layout/demokit/ResponsiveGridLayout.html | HTML | apache-2.0 | 7,997 |
<!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.11.0 Root Admin API Reference
</span>
<p></p>
<h1>deleteBigSwitchBcfDevice</h1>
<p> delete a BigSwitch BCF Controller device</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>bcfdeviceid</strong></td><td style="width:500px;"><strong>BigSwitch device ID</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>displaytext</strong></td><td style="width:500px;">any text associated with the success or failure</td>
</tr>
<tr>
<td style="width:200px;"><strong>success</strong></td><td style="width:500px;">true if operation is executed successfully</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.11/apis/deleteBigSwitchBcfDevice.html | HTML | apache-2.0 | 2,956 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Subject Struct 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>
</head>
<body>
<a name="//apple_ref/swift/Struct/Subject" class="dashAnchor"></a>
<a title="Subject Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a></p>
<p class="header-right"><a href="https://github.com/watson-developer-cloud/ios-sdk"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html"> Reference</a>
<img id="carat" src="../img/carat.png" />
Subject Struct Reference
</p>
</div>
<div class="content-wrapper">
<nav class="sidebar">
<ul class="nav-groups">
<li class="nav-group-name">
<a href="../Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Classes/AlchemyLanguage.html">AlchemyLanguage</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Enums.html">Enums</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Enums/QueryParam.html">QueryParam</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Structs.html">Structs</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Structs/Action.html">Action</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Action/Verb.html">– Verb</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Authors.html">Authors</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Concept.html">Concept</a>
</li>
<li class="nav-group-task">
<a href="../Structs/ConceptResponse.html">ConceptResponse</a>
</li>
<li class="nav-group-task">
<a href="../Structs/DisambiguatedLinks.html">DisambiguatedLinks</a>
</li>
<li class="nav-group-task">
<a href="../Structs/DocumentAuthors.html">DocumentAuthors</a>
</li>
<li class="nav-group-task">
<a href="../Structs/DocumentEmotion.html">DocumentEmotion</a>
</li>
<li class="nav-group-task">
<a href="../Structs/DocumentSentiment.html">DocumentSentiment</a>
</li>
<li class="nav-group-task">
<a href="../Structs/DocumentText.html">DocumentText</a>
</li>
<li class="nav-group-task">
<a href="../Structs/DocumentTitle.html">DocumentTitle</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Emotions.html">Emotions</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Entities.html">Entities</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Entity.html">Entity</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Feed.html">Feed</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Feeds.html">Feeds</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Keyword.html">Keyword</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Keywords.html">Keywords</a>
</li>
<li class="nav-group-task">
<a href="../Structs/KnowledgeGraph.html">KnowledgeGraph</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Language.html">Language</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Microformat.html">Microformat</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Microformats.html">Microformats</a>
</li>
<li class="nav-group-task">
<a href="../Structs/PublicationDate.html">PublicationDate</a>
</li>
<li class="nav-group-task">
<a href="../Structs/PublicationResponse.html">PublicationResponse</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Quotation.html">Quotation</a>
</li>
<li class="nav-group-task">
<a href="../Structs/RelationObject.html">RelationObject</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SAORelation.html">SAORelation</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SAORelations.html">SAORelations</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Sentiment.html">Sentiment</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SentimentResponse.html">SentimentResponse</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Subject.html">Subject</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Taxonomies.html">Taxonomies</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Taxonomy.html">Taxonomy</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>Subject</h1>
<div class="declaration">
<div class="language">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Subject</span><span class="p">:</span> <span class="kt">JSONDecodable</span></code></pre>
</div>
</div>
<p>A subjet extracted by the AlchemyLanguage service</p>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:vV17AlchemyLanguageV17Subject4textGSqSS_"></a>
<a name="//apple_ref/swift/Property/text" class="dashAnchor"></a>
<a class="token" href="#/s:vV17AlchemyLanguageV17Subject4textGSqSS_">text</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>text the subject was extracted from</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">text</span><span class="p">:</span> <span class="kt">String</span><span class="p">?</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:vV17AlchemyLanguageV17Subject9sentimentGSqVS_9Sentiment_"></a>
<a name="//apple_ref/swift/Property/sentiment" class="dashAnchor"></a>
<a class="token" href="#/s:vV17AlchemyLanguageV17Subject9sentimentGSqVS_9Sentiment_">sentiment</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>see <strong>Sentiment</strong></p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">sentiment</span><span class="p">:</span> <span class="kt"><a href="../Structs/Sentiment.html">Sentiment</a></span><span class="p">?</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:vV17AlchemyLanguageV17Subject6entityGSqVS_6Entity_"></a>
<a name="//apple_ref/swift/Property/entity" class="dashAnchor"></a>
<a class="token" href="#/s:vV17AlchemyLanguageV17Subject6entityGSqVS_6Entity_">entity</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>see <strong>Entity</strong></p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">entity</span><span class="p">:</span> <span class="kt"><a href="../Structs/Entity.html">Entity</a></span><span class="p">?</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FV17AlchemyLanguageV17SubjectcFzT4jsonV7RestKit4JSON_S0_"></a>
<a name="//apple_ref/swift/Method/init(json:)" class="dashAnchor"></a>
<a class="token" href="#/s:FV17AlchemyLanguageV17SubjectcFzT4jsonV7RestKit4JSON_S0_">init(json:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Used internally to initialize a Subject object</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">json</span><span class="p">:</span> <span class="kt">JSON</span><span class="p">)</span> <span class="k">throws</span></code></pre>
</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>© 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-03-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
| tad-iizuka/swift-sdk | docs/swift-api/services/AlchemyLanguageV1/docsets/.docset/Contents/Resources/Documents/Structs/Subject.html | HTML | apache-2.0 | 12,928 |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>sap.ui.layout.AlignedFlowLayout</title>
<script id="sap-ui-bootstrap"
src="../../../../resources/sap-ui-core.js"
data-sap-ui-libs="sap.ui.layout, sap.m"
data-sap-ui-xx-bindingSyntax="complex"
data-sap-ui-compatVersion="edge"
data-sap-ui-theme="sap_belize">
</script>
<script>
sap.ui.getCore().attachInit(function () {
oAlignedFlowLayout = new sap.ui.layout.AlignedFlowLayout({
content: [
new sap.ui.core.Icon({
src:"sap-icon://loan", size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
}),
new sap.ui.core.Icon({
src:"sap-icon://loan",
size: "5rem"
})
],
minItemWidth: "8rem",
maxItemWidth: "20rem"
});
new sap.m.App({
pages: new sap.m.Page({
title: "AlignedFlowLayout Test Page",
content: [
new sap.m.Text({
text: "A sort of Gallery"
}),
oAlignedFlowLayout
]
})
}).placeAt("content");
});
</script>
</head>
<body id="content" class="sapUiBody" role="application">
</body>
</html>
| SQCLabs/openui5 | src/sap.ui.layout/test/sap/ui/layout/AlignedFlowLayoutGallery.html | HTML | apache-2.0 | 2,830 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=struct.WhereClause.html">
</head>
<body>
<p>Redirecting to <a href="struct.WhereClause.html">struct.WhereClause.html</a>...</p>
<script>location.replace("struct.WhereClause.html" + location.search + location.hash);</script>
</body>
</html> | nitro-devs/nitro-game-engine | docs/syn/generics/WhereClause.t.html | HTML | apache-2.0 | 333 |
<!--
Copyright 2005 Sakai Foundation Licensed under the
Educational Community 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.osedu.org/licenses/ECL-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.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:rsf="http://ponder.org.uk/rsf" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title rsf:id="msg=evalsettings.page.title">Evaluation Settings</title>
<!-- standard on all pages -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="/library/skin/tool_base.css" rsf:id="scr=portal-matter" type="text/css" rel="stylesheet" media="all"/>
<link href="/library/skin/default/tool.css" rsf:id="scr=portal-matter" type="text/css" rel="stylesheet" media="all"/>
<script src="/library/js/headscripts.js" rsf:id="scr=portal-matter" type="text/javascript" language="JavaScript"></script>
<!-- end standard on all pages -->
<script src="../js/evalUtils.js" type="text/javascript" language="JavaScript"></script>
<link href="../css/evaluation_base.css" type="text/css" rel="stylesheet" media="all" />
<link rsf:id="local_css_include" href="local_css_file.css" type="text/css" rel="stylesheet" media="all" />
</head>
<body>
<div class="portletBody">
<div rsf:id="navIntraTool:" class="navIntraTool"/>
<ul class="breadCrumb">
<li><a rsf:id="summary-link" href="summary.html">Summary</a></li><li rsf:id="eval-start-text">Add Evaluation</li><li class="lastCrumb"><a rsf:id="eval-settings-link" href="evaluation_settings.html">Evaluation Settings</a></li>
</ul>
<div rsf:id="message-for:*" class="alertMessage">
<ul style="margin:0px;">
<li>Message for user here</li>
</ul>
</div>
<h3 rsf:id="msg=evalsettings.page.title">Evaluation Settings</h3>
<form rsf:id="evalSettingsForm" name="eval_settings_form" method="post" >
<fieldset class="visibleFS">
<legend rsf:id="msg=evalsettings.title.settings">Evaluation Title:</legend>
<p class="shorttext">
<label rsf:id="msg=evalsettings.title.header" for="title">Title</label>
<input rsf:id="title" name="title" id="title" type="text" value="" size="50" maxlength="255" />
<span rsf:id="title_disabled" class="highlight">Eval Title</span>
</p>
<div class="longtext evalEditorLarge">
<label rsf:id="msg=evalsettings.instructions.header" for="instructions">Instructions</label>
<div rsf:id="instructions:" id="instructions">
<textarea id="instructions-dummy" name="instructions-dummy" rows="4" cols="60"></textarea>
</div>
<span rsf:id="instructions_disabled"></span>
<p class="instruction textPanelFooter">
<span rsf:id="msg=evalsettings.instructions.desc">these will appear at the top of the evaluation</span>
</p>
</div>
<!-- This block (choose template) is not visible if user has chosen a template or already assigned -->
<div rsf:id="chooseTemplate:" class="longtext">
<h4 rsf:id="msg=starteval.choose.template.header">Choose Template:</h4>
<p rsf:id="msg=starteval.choose.template.desc" class="instruction">Select the template to use for this evaluation. Templates define the questions used.</p>
<table border = "0" cellspacing = "0" cellpadding = "0" class="listHier lines nolines" style="width:60%">
<tr>
<th id="titleCol"><span rsf:id="msg=starteval.template.title.header">Template Title</span></th>
<th id="ownerCol"><span rsf:id="msg=starteval.template.ownder.header">Owner</span></th>
<th id="actionCol" align="center"> </th>
</tr>
<tr rsf:id="templateOptions:">
<td headers="titleCol"><span rsf:id="templateRadio"/>
<input type="radio" rsf:id="radioValue" id="radioValue"/>
<label rsf:id="radioLabel" for="radioValue">Template Title 1</label>
</td>
<td headers="ownerCol"> <span rsf:id="radioOwner">OwnerUsername</span></td>
<td headers="actionCol" class="itemAction"> <a href="#" name="viewPreview_link" rsf:id="viewPreview_link">View preview</a></td>
</tr>
</table>
</div>
<div rsf:id="showTemplate:" class="shorttext">
<span rsf:id="eval_template_title">Template: template title</span>
(<a rsf:id="eval_template_preview_link" href="preview_eval.html">View preview</a>)
<span rsf:id="eval_template_modify_link"> [<a rsf:id="payload-component" href="modify_template.html">Modify</a>]</span>
</div>
</fieldset>
<fieldset class="visibleFS">
<legend rsf:id="msg=evalsettings.dates.header">Evaluation Dates:</legend>
<div class="shorttext">
<span rsf:id="current_date" class="instruction textPanelFooter">
Today is Oct 29, 1975
</span>
</div>
<div rsf:id="showStartDate:" class="shorttext">
<label rsf:id="msg=evalsettings.start.date.header" for="startDate">Start Date:</label>
<input rsf:id="startDate:" type="hidden" id="dateStart" name="dateStart" value="MM/DD/YYYY" size="15" maxlength="15"/>
<span rsf:id="startDate_disabled" />
<span rsf:id="msg=evalsettings.start.date.desc" class="instruction textPanelFooter">
Users may begin submitting evaluation responses on this date
</span>
</div>
<div rsf:id="showDueDate:" class="shorttext">
<label rsf:id="msg=evalsettings.due.date.header" for="dueDate">Due Date:</label>
<input rsf:id="dueDate:" type="hidden" name="dueDate" value="MM/DD/YYYY" size="15" maxlength="15"/>
<span rsf:id="dueDate_disabled" />
<span rsf:id="msg=evalsettings.due.date.desc" class="instruction textPanelFooter">
Evaluation ends on this date, no more responses after this date
</span>
</div>
<div rsf:id="showStopDate:" class="shorttext">
<label rsf:id="msg=evalsettings.stop.date.header" for="stopDate">Stop Date:</label>
<span style="display:inline" rsf:id="stopDate:">
<input rsf:id="stopDate:" type="hidden" id="stopDate" name="stopDate" value="MM/DD/YYYY" size="15" maxlength="15"/>
</span>
<span rsf:id="stopDate_disabled" />
<span rsf:id="msg=evalsettings.stop.date.desc" class="instruction textPanelFooter">
Users may still submit responses up until this date (defines a grace period)
</span>
</div>
</fieldset>
<fieldset class="visibleFS">
<legend rsf:id="msg=evalsettings.results.viewing.header">Evaluation Results:</legend>
<div>
<span rsf:id="msg=evalsettings.results.viewing.sharing.header">Results sharing:</span>
<span rsf:id="dummyRadioSharing" />
<span rsf:id="resultsSharingChoice:">
<input rsf:id="radioValue" type="radio" name="resultsSharing" id="radioValue1" />
<label rsf:id="radioLabel" for="radioValue1">Private</label>
</span>
<span rsf:id="resultsSharingChoice:">
<input rsf:id="radioValue" type="radio" name="resultsSharing" id="radioValue2" checked="checked" />
<label rsf:id="radioLabel" for="radioValue2">Configurable</label>
</span>
<span rsf:id="resultsSharingChoice:">
<input rsf:id="radioValue" type="radio" name="resultsSharing" id="radioValue3" />
<label rsf:id="radioLabel" for="radioValue3">Public</label>
</span>
<div rsf:id="resultsviewableadminnote" class="instruction">
Note that admins above in the hierarchy can view the results UNLESS results sharing is set to private
</div>
</div>
<div rsf:id="showViewDate:" class="shorttext" id="evaluation_show_viewdate_area">
<label rsf:id="msg=evalsettings.view.date.header" for="viewDate">View Date:</label>
<input rsf:id="viewDate:" type="hidden" id="viewDate" name="viewDate" value="MM/DD/YYYY" size="15" maxlength="15"/>
<span rsf:id="viewDate_disabled" />
<span rsf:id="msg=evalsettings.view.date.desc" class="instruction textPanelFooter">
Results are not viewable until this date
</span>
</div>
<table class="listHier" border="0" cellspacing="0" cellpadding="0" width="99%" style="margin:0" id="evaluation_show_results_area"><!-- DO NOT CHANGE THIS ID, it is used by JS logic -AZ -->
<tr rsf:id="showResultsToStudents:" id="showResultsToStudents">
<td width="33%" class="checkbox">
<input rsf:id="studentViewResults" type="checkbox" name="student_view_results" id="studentViewResults" />
<label rsf:id="studentViewResults_label"for="studentViewResults">Students in the courses this evaluation is assigned to</label>
</td>
<td width="33%" class="shorttext">
<span rsf:id="studentsViewDate_label">Results viewable on "View Date"</span>
<span rsf:id="studentsViewDate:">
<input type="text" name="dummy_date" value="MM/DD/YYYY" size="12" maxlength="10"/>
<img src="../images/calendar.gif" />
</span>
</td>
</tr>
<tr rsf:id="showResultsToInst:" id="showResultsToInst">
<td class="checkbox">
<input rsf:id="instructorViewResults" type="checkbox" name="instructor_view_results" id="instructorViewResults" />
<label rsf:id="instructorViewResults_label" for="instructorViewResults">Instructors in the courses this evaluation is assigned to</label>
</td>
<td class="checkbox">
<input rsf:id="instructorViewAllResults" type="checkbox" name="instructor_view_all_results" id="instructorViewAllResults" />
<label rsf:id="instructorViewAllResults_label" for="instructorViewAllResults">Instructors can view responses to questions about other instructors.</label>
</td>
<td class="shorttext">
<span rsf:id="instructorsViewDate_label">Results viewable on "View Date"</span>
<span rsf:id="instructorsViewDate:" >
<input type="text" name="dummy_date" value="MM/DD/YYYY" size="12" maxlength="10"/>
<img src="../images/calendar.gif" />
</span>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
</fieldset>
<fieldset class="visibleFS">
<legend rsf:id="msg=evalsettings.student.completion.settings.header">Student Completion Settings:</legend>
<div rsf:id="showBlankQuestionAllowedToStut:" class="checkbox">
<input rsf:id="blankResponsesAllowed" type="checkbox" name="blankResponsesAllowed" id="blankResponsesAllowed" />
<label rsf:id="blankResponsesAllowed_label" for="blankResponsesAllowed">Blank non-text question responses allowed:</label>
<p rsf:id="msg=evalsettings.blank.responses.allowed.note" class="instruction textPanelFooter indnt2">Participants are not warned when responses are left blank if unchecked</p>
</div>
<div rsf:id="showModifyResponsesAllowedToStu:" class="checkbox">
<input rsf:id="modifyResponsesAllowed" type="checkbox" name="modifyResponsesAllowed" id="modifyResponsesAllowed" />
<label rsf:id="modifyResponsesAllowed_label" for="modifyResponsesAllowed">Modification of responses allowed:</label>
<p rsf:id="msg=evalsettings.modify.responses.allowed.note" class="instruction textPanelFooter indnt2">Participants may submit responses once only if unchecked</p>
</div>
<div rsf:id="showAllRolesCanParticipate:" class="checkbox">
<input rsf:id="allRolesParticipate" type="checkbox" name="allRolesParticipate" id="allRolesParticipate" />
<label rsf:id="allRolesParticipate_label" for="allRolesParticipate">All Roles Can Participate:</label>
<p rsf:id="msg=evalsettings.all.roles.participate.note" class="instruction textPanelFooter indnt2">This setting allows all roles to take the survey</p>
</div>
</fieldset>
<fieldset class="visibleFS">
<legend rsf:id="msg=evalsettings.admin.settings.header">Administrative Settings</legend>
<p rsf:id="msg=evalsettings.auth.control.instructions" class="instruction">
This setting allows you to choose whether to require authentication to take this evaluation
</p>
<p class="shorttext">
<label rsf:id="msg=evalsettings.auth.control.header" for="auth-control-choose-selection">Authentication control setting:</label>
<select rsf:id="auth-control-choose" id="auth-control-choose">
<option value="AUTH">Central Authentication Required</option>
<option value="KEY">Key (passkey required)</option>
<option value="NONE">None (anonymous allowed)</option>
</select>
</p>
<p rsf:id="instructor-opt-instructions" class="instruction">
This setting allows you to give the instructor control over whether to use the evaluation (or simply require them to).
</p>
<p class="shorttext">
<label rsf:id="instructor-opt-header" for="instructorOpt-selection">Instructor opt in setting:</label>
<select name="instructor_opt" rsf:id="instructorOpt" id="instructorOpt">
<option>Opt In</option>
<option>Opt Out</option>
<option>Required</option>
</select>
<!--//gsilver: what is this? This shows the system option when the select is disabled -AZ -->
<span rsf:id="instructorOptLabel" style="font-weight:bold;"></span>
</p>
</fieldset>
<fieldset rsf:id="selectInstructorTA:" class="visibleFS">
<legend rsf:id="msg=evalsettings.selection.header">Instructor / Teaching Assistant selection:</legend>
<div class="shorttext">
<span rsf:id="msg=evalsettings.selection.instruction" class="instruction">
These options control which Instructor and Teaching Assistant questions are repeated in the evaluation.
</span>
</div>
<h4 rsf:id="msg=evalsettings.selection.header.instructor">Instructor questions:</h4>
<span rsf:id="selectionRadioInstructors" />
<div rsf:id="selectInstructorsChoice:">
<input rsf:id="radioValue" type="radio" name="instructorSelection" id="radio1" value="radio" checked="checked" />
<label rsf:id="radioLabel" for="radio1" >Respondents evaluate all instructors included in the evaluation</label>
</div>
<div rsf:id="selectInstructorsChoice:">
<input rsf:id="radioValue" type="radio" name="instructorSelection" id="radio2" value="radio2" />
<label rsf:id="radioLabel" for="radio2">Respondents select one instructor to evaluate</label>
</div>
<div rsf:id="selectInstructorsChoice:">
<input rsf:id="radioValue" type="radio" name="instructorSelection" id="radio3" value="radio3"/>
<label rsf:id="radioLabel" for="radio3">Respondents may select multiple instructors to evaluate</label>
</div>
<h4 rsf:id="msg=evalsettings.selection.header.ta">Teaching Assistant questions:</h4>
<span rsf:id="selectionRadioTAs" />
<div rsf:id="selectTAsChoice:">
<input rsf:id="radioValue" type="radio" name="assistantSelection" id="radio4" value="radio4" checked="checked" />
<label rsf:id="radioLabel" for="radio4">Respondents evaluate all TAs included in the evaluation</label>
</div>
<div rsf:id="selectTAsChoice:">
<input rsf:id="radioValue" type="radio" name="assistantSelection" id="radio5" value="radio5" />
<label rsf:id="radioLabel" for="radio5">Respondents select one TA to evaluate</label>
</div>
<div rsf:id="selectTAsChoice:">
<input rsf:id="radioValue" type="radio" name="assistantSelection" id="radio6" value="radio6" />
<label rsf:id="radioLabel" for="radio6">Respondents may select multiple TAs to evaluate</label>
</div>
</fieldset>
<fieldset rsf:id="showEvalExtras:" class="visibleFS">
<legend rsf:id="msg=evalsettings.extra.settings.header">Evaluation Extras:</legend>
<div rsf:id="showCategory:">
<p rsf:id="msg=evalsettings.extra.category.instructions" class="instruction">
The eval category is used to group related evaluations and for the category view
</p>
<p class="shorttext">
<label rsf:id="msg=evalsettings.extra.category.header" for="eval-category" >Category:</label>
<input rsf:id="eval-category" id="eval-category" type="text" maxlength="200" size="40"/>
<span rsf:id="eval-category-direct-link">(<a rsf:id="payload-component" href="show_eval_category.html" target="_blank">link</a>)</span>
</p>
</div>
<div rsf:id="showEvalTermId:">
<p rsf:id="msg=evalsettings.extra.eval.term.id.instructions" class="instruction">
The eval term ID is used to hold extra information for external use.
</p>
<p class="shorttext">
<label rsf:id="msg=evalsettings.extra.eval.term.id.header" for="eval-term-id" >Eval Term ID:</label>
<input rsf:id="eval-term-id" id="eval-term-id" type="text" maxlength="200" size="40"/>
</p>
</div>
</fieldset>
<fieldset class="visibleFS">
<legend rsf:id="msg=evalsettings.reminder.settings.header">Evaluation Notifications</legend>
<p class="instruction">
<span rsf:id="msg=evalsettings.emails.instructions">Extra instructions</span>
</p>
<p class="instruction">
<span rsf:id="msg=evalsettings.available.mail.desc">A notification email is sent out to all students assigned to an evaluation the morning of the day the evaluation goes live. Preview and edit the email template by clicking the link.</span>
<a href="preview_email.html" name="emailAvailable_link" rsf:id="emailAvailable_link" target="_blank">Evaluation Available</a>
<span rsf:id="msg=evalsettings.emails.appropriate">Note about how the default email templates are made for course evals</span>
</p>
<p class="checkbox indnt1">
<input type="checkbox" rsf:id="enable-mass-email" id="enable-mass-email" />
<label rsf:id="enable-mass-email-label" for="enable-mass-email">Send notification email the morning of the day the evaluation goes live.</label>
</p>
<div id="evaluation_reminder_area"><!-- DO NOT CHANGE THIS ID, it is used by JS logic -AZ -->
<p class="longtext" rsf:id="evaluation_reminder_days:">
<label class="block" rsf:id="msg=evalsettings.reminder.noresponders.header" for="reminderDays-selection">Email reminder to non-respondent students:</label>
<select name="reminder_days" rsf:id="reminderDays" id="reminderDays">
<option value="0">None</option>
<option value="1" selected="selected">Daily</option>
<option value="2">Every Other Day</option>
</select>
</p>
<p class="instruction" style="clear:both">
<span rsf:id="msg=evalsettings.reminder.mail.desc">A reminder email is sent out to all students who have not yet completed the evaluation at the interval specified above. Preview and edit the email template by clicking the link.</span>
<a href="preview_email.html" name="emailReminder_link" rsf:id="emailReminder_link" target="_blank">(View/Change this email?)</a>
<span rsf:id="msg=evalsettings.emails.appropriate">Note about how the default email templates are made for course evals</span>
</p>
</div>
<div rsf:id="reminderFromAddress:">
<p class="instruction" style="clear:both">
<span rsf:id="eval-from-email-note">All emails will be sent from helpdesk@institution.edu unless overridden below.</span>
</p>
<div class="shorttext">
<label rsf:id="msg=evalsettings.from.email.header" for="reminderFromEmail" >Email From/Reply-to Address:</label>
<input type="text" name="reminder_from_email" rsf:id="reminderFromEmail" id="reminderFromEmail" size="50" maxlength="100"/>
</div>
</div>
</fieldset>
<p class="act">
<input name="continue_assigning" rsf:id="continueAssigning" type="submit" value="Continue to Assign to Courses" accesskey="s" class="active"/>
<input rsf:id="cancel-button" name="cancel_setting" type="button" value="Cancel" onclick="javascript:history.go(-1);return false;" accesskey="x" />
</p>
</form>
</div>
<!-- javascript initialization block (will be overwritten by RSF) -->
<script rsf:id="initJavascript" type="text/javascript" language="JavaScript">
// see the evalUtils.js file for more info about the method arguments
EvalSystem.initEvalSettings("evaluation_reminder_area", "auth-control-choose", "NONE", "reminderDays");
</script>
</body>
</html>
| buckett/evaluation | tool/src/webapp/content/templates/evaluation_settings.html | HTML | apache-2.0 | 22,357 |
<div role="presentation" class="${theme}">
<div role="presentation" class="${css.searchGroup}" data-dojo-attach-point="containerNode">
<div role="button" title="${_i18n.widgets.Search.main.searchIn}" id="${id}_menu_button" class="${css.searchBtn} ${css.searchToggle}" tabindex="0" data-dojo-attach-point="sourcesBtnNode">
<span role="presentation" class="${css.searchToggleIcon}"></span><span class="${css.searchSourceName}" data-dojo-attach-point="sourceNameNode"></span>
</div>
<div class="${css.searchInputGroup}">
<input autocomplete="off" type="text" tabindex="0" class="${css.searchInput}" value="${value}" aria-haspopup="true" id="${id}_input" data-dojo-attach-point="inputNode" role="textbox">
<div role="button" class="${css.searchClear}" tabindex="0" data-dojo-attach-point="clearNode"><span class="${css.searchClearIcon}"></span>
</div>
<div aria-labelledby="${id}_input" data-dojo-attach-point="suggestionsNode" class="${css.searchMenu} ${css.suggestionsMenu}" role="menu"></div>
</div>
<div role="button" title="${_i18n.widgets.Search.main.searchButtonTitle}" class="${css.searchBtn} ${css.searchSubmit}" tabindex="0" data-dojo-attach-point="submitNode">
<span role="presentation" class="${css.searchIcon}"></span>
</div>
<div aria-labelledby="${id}_menu_button" data-dojo-attach-point="sourcesNode" class="${css.searchMenu} ${css.sourcesMenu}" role="menu"></div>
<div data-dojo-attach-point="noResultsMenuNode" class="${css.searchMenu} ${css.searchNoResultsMenu}"></div>
<div class="${css.searchClearFloat}"></div>
</div>
</div> | aconyteds/Esri-Ozone-Map-Widget | vendor/js/esri/arcgis_js_api/library/3.12/3.12compact/esri/dijit/templates/Search.html | HTML | apache-2.0 | 1,694 |
<!DOCTYPE HTML>
<!--
Author: eae@google.com (Emil A Eklund)
-->
<html>
<!--
Copyright 2009 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
-->
<head>
<title>Closure Unit Tests - goog.positioning.ViewportClientPosition</title>
<script src="../base.js"></script>
<script>
goog.require('goog.dom');
goog.require('goog.positioning.ViewportClientPosition');
goog.require('goog.style');
goog.require('goog.testing.jsunit');
goog.require('goog.userAgent');
</script>
</head>
<body>
<!--
Uses an iframe to avoid window size problems when running under Selenium.
-->
<iframe id="frame1" style="width: 200px; height: 200px;"
src="anchoredviewportposition_test_iframe.html">
</iframe>
<script>
var viewportSize, anchor, popup, dom, frameRect;
var corner = goog.positioning.Corner;
// Allow positions to be off by one in gecko as it reports scrolling
// offsets in steps of 2.
var ALLOWED_OFFSET = goog.userAgent.GECKO ? 1 : 0;
function setUp() {
var frame = document.getElementById('frame1');
var doc = goog.dom.getFrameContentDocument(frame);
dom = goog.dom.getDomHelper(doc);
viewportSize = dom.getViewportSize();
anchor = dom.getElement('anchor');
popup = dom.getElement('popup');
goog.style.setSize(popup, 20, 20);
frameRect = goog.style.getVisibleRectForElement(doc.body);
}
function testPositionAtCoordinateTopLeft() {
var pos = new goog.positioning.ViewportClientPosition(100, 100);
pos.reposition(popup, corner.TOP_LEFT);
var offset = goog.style.getPageOffset(popup);
assertEquals('Left edge of popup should be at specified x coordinate.',
100,
offset.x);
assertEquals('Top edge of popup should be at specified y coordinate.',
100,
offset.y);
}
function testPositionAtCoordinateBottomRight() {
var pos = new goog.positioning.ViewportClientPosition(100, 100);
pos.reposition(popup, corner.BOTTOM_RIGHT);
var bounds = goog.style.getBounds(popup);
assertEquals('Right edge of popup should be at specified x coordinate.',
100,
bounds.left + bounds.width);
assertEquals('Bottom edge of popup should be at specified x coordinate.',
100,
bounds.top + bounds.height);
}
function testPositionAtCoordinateTopLeftWithScroll() {
dom.getDocument().body.style.paddingTop = '300px';
dom.getDocument().body.style.height = '3000px';
dom.getDocumentScrollElement().scrollTop = 50;
dom.getDocument().body.scrollTop = 50;
var pos = new goog.positioning.ViewportClientPosition(0, 0);
pos.reposition(popup, corner.TOP_LEFT);
var offset = goog.style.getPageOffset(popup);
assertEquals('Left edge of popup should be at specified x coordinate.',
0,
offset.x);
assertTrue('Top edge of popup should be at specified y coordinate ' +
'adjusted for scroll.',
Math.abs(offset.y - 50) <= ALLOWED_OFFSET);
dom.getDocument().body.style.paddingLeft = '1000px';
dom.getDocumentScrollElement().scrollLeft = 500;
pos.reposition(popup, corner.TOP_LEFT);
offset = goog.style.getPageOffset(popup);
assertTrue('Left edge of popup should be at specified x coordinate ' +
'adjusted for scroll.',
Math.abs(offset.x - 500) <= ALLOWED_OFFSET);
dom.getDocumentScrollElement().scrollLeft = 0;
dom.getDocumentScrollElement().scrollTop = 0;
dom.getDocument().body.style.paddingLeft = '';
dom.getDocument().body.style.paddingTop = '';
pos.reposition(popup, corner.TOP_LEFT);
offset = goog.style.getPageOffset(popup);
assertEquals('Left edge of popup should be at specified x coordinate.',
0,
offset.x);
assertEquals('Top edge of popup should be at specified y coordinate.',
0,
offset.y);
}
function testOverflowRightFlipHor() {
var pos = new goog.positioning.ViewportClientPosition(frameRect.right,
100);
pos.reposition(popup, corner.TOP_LEFT);
var offset = goog.style.getPageOffset(popup);
assertEquals('Left edge of popup should have been adjusted so that it ' +
'fits inside the viewport.',
frameRect.right - popup.offsetWidth,
offset.x);
assertEquals('Top edge of popup should be at specified y coordinate.',
100,
offset.y);
}
function testOverflowTopFlipVer() {
var pos = new goog.positioning.ViewportClientPosition(100, 0);
pos.reposition(popup, corner.TOP_RIGHT);
var offset = goog.style.getPageOffset(popup);
assertEquals('Left edge of popup should be at specified x coordinate.',
80,
offset.x);
assertEquals('Top edge of popup should have been adjusted so that it ' +
'fits inside the viewport.',
0,
offset.y);
}
function testOverflowBottomRightFlipBoth() {
var pos = new goog.positioning.ViewportClientPosition(frameRect.right,
frameRect.bottom);
pos.reposition(popup, corner.TOP_LEFT);
var offset = goog.style.getPageOffset(popup);
assertEquals('Left edge of popup should have been adjusted so that it ' +
'fits inside the viewport.',
frameRect.right - popup.offsetWidth,
offset.x);
assertEquals('Top edge of popup should have been adjusted so that it ' +
'fits inside the viewport.',
frameRect.bottom - popup.offsetHeight,
offset.y);
}
</script>
</body>
</html>
| xs2ranjeet/mdv | third_party/closure/closure/goog/positioning/viewportclientposition_test.html | HTML | apache-2.0 | 6,163 |
<!DOCTYPE HTML>
<!--
Tested control/class: sap.ui.commons.MenuItemBase (other Menu functionality tested with unit test in library sap.ui.unified)
-->
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Menu - sap.ui.commons</title>
<script src="../shared-config.js"></script>
<script id="sap-ui-bootstrap"
type="text/javascript"
src="../../../../../resources/sap-ui-core.js"
data-sap-ui-theme="sap_bluecrystal"
data-sap-ui-noConflict="true"
data-sap-ui-libs="sap.ui.commons">
</script>
<link rel="stylesheet" href="../../../../../resources/sap/ui/thirdparty/qunit.css" type="text/css" media="screen">
<script src="../../../../../resources/sap/ui/thirdparty/qunit.js"></script>
<script src="../../../../../resources/sap/ui/qunit/qunit-junit.js"></script>
<script src="../../../../../resources/sap/ui/qunit/QUnitUtils.js"></script>
<!-- Test functions -->
<script>
qutils.delayTestStart();
QUnit.test("Type check: sap.ui.commons.MenuItemBase", function(assert) {
var oItem1 = new sap.ui.commons.MenuItem();
var oItem2 = new sap.ui.commons.MenuTextFieldItem();
assert.ok(sap.ui.commons.MenuItemBase === sap.ui.unified.MenuItemBase, "sap.ui.commons.MenuItemBase = sap.ui.unified.MenuItemBase");
assert.ok(oItem1 instanceof sap.ui.commons.MenuItemBase, "sap.ui.commons.MenuItem is a sap.ui.commons.MenuItemBase");
assert.ok(oItem1 instanceof sap.ui.unified.MenuItemBase, "sap.ui.commons.MenuItem is a sap.ui.unified.MenuItemBase");
assert.ok(oItem2 instanceof sap.ui.commons.MenuItemBase, "sap.ui.commons.MenuTextFieldItem is a sap.ui.commons.MenuItemBase");
assert.ok(oItem2 instanceof sap.ui.unified.MenuItemBase, "sap.ui.commons.MenuTextFieldItem is a sap.ui.unified.MenuItemBase");
});
</script>
</head>
<body>
<div id="menuDockRef" style="width:20px;height:20px;display:inline-block;position:absolute;left:10px;top:10px;"></div>
<h1 id="qunit-header">QUnit tests: sap.ui.commons.MenuItemBase</h1>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<div id="qunit-testrunner-toolbar"></div>
<ol id="qunit-tests"></ol>
</body>
</html>
| SQCLabs/openui5 | src/sap.ui.commons/test/sap/ui/commons/qunit/Menu.qunit.html | HTML | apache-2.0 | 2,131 |
<!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 Thu Jan 31 02:05:00 UTC 2013 -->
<TITLE>
Uses of Class org.apache.hadoop.mapred.JobHistoryServer (Hadoop 1.1.2 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-31">
<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.mapred.JobHistoryServer (Hadoop 1.1.2 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/mapred/JobHistoryServer.html" title="class in org.apache.hadoop.mapred"><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/mapred//class-useJobHistoryServer.html" target="_top"><B>FRAMES</B></A>
<A HREF="JobHistoryServer.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.mapred.JobHistoryServer</B></H2>
</CENTER>
No usage of org.apache.hadoop.mapred.JobHistoryServer
<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/mapred/JobHistoryServer.html" title="class in org.apache.hadoop.mapred"><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/mapred//class-useJobHistoryServer.html" target="_top"><B>FRAMES</B></A>
<A HREF="JobHistoryServer.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>
| markkerzner/nn_kove | hadoop/docs/api/org/apache/hadoop/mapred/class-use/JobHistoryServer.html | HTML | apache-2.0 | 6,024 |
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="apigee_v1.html">Apigee API</a> . <a href="apigee_v1.organizations.html">organizations</a> . <a href="apigee_v1.organizations.apiproducts.html">apiproducts</a> . <a href="apigee_v1.organizations.apiproducts.attributes.html">attributes</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes an API product attribute.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the value of an API product attribute.</p>
<p class="toc_element">
<code><a href="#list">list(parent, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all API product attributes.</p>
<p class="toc_element">
<code><a href="#updateApiProductAttribute">updateApiProductAttribute(name, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates the value of an API product attribute. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with entities also get cached for at least 180 seconds after entity is accessed during runtime. In this case, the `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
<pre>Deletes an API product attribute.
Args:
name: string, Required. Name of the API product attribute. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}` (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Key-value pair to store extra metadata.
"name": "A String", # API key of the attribute.
"value": "A String", # Value of the attribute.
}</pre>
</div>
<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>Gets the value of an API product attribute.
Args:
name: string, Required. Name of the API product attribute. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}` (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Key-value pair to store extra metadata.
"name": "A String", # API key of the attribute.
"value": "A String", # Value of the attribute.
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(parent, x__xgafv=None)</code>
<pre>Lists all API product attributes.
Args:
parent: string, Required. Name of the API product. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}` (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"attribute": [ # List of attributes.
{ # Key-value pair to store extra metadata.
"name": "A String", # API key of the attribute.
"value": "A String", # Value of the attribute.
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="updateApiProductAttribute">updateApiProductAttribute(name, body=None, x__xgafv=None)</code>
<pre>Updates the value of an API product attribute. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with entities also get cached for at least 180 seconds after entity is accessed during runtime. In this case, the `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.
Args:
name: string, Required. Name of the API product. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}` (required)
body: object, The request body.
The object takes the form of:
{ # Key-value pair to store extra metadata.
"name": "A String", # API key of the attribute.
"value": "A String", # Value of the attribute.
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Key-value pair to store extra metadata.
"name": "A String", # API key of the attribute.
"value": "A String", # Value of the attribute.
}</pre>
</div>
</body></html> | googleapis/google-api-python-client | docs/dyn/apigee_v1.organizations.apiproducts.attributes.html | HTML | apache-2.0 | 6,035 |
<!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.12.0.0 Root Admin API Reference
</span>
<p></p>
<h1>startSystemVm</h1>
<p>Starts a system virtual machine.</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>id</strong></td><td style="width:500px;"><strong>The ID of the system virtual machine</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 system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>activeviewersessions</strong></td><td style="width:500px;">the number of active console sessions for the console proxy system vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>created</strong></td><td style="width:500px;">the date and time the system VM was created</td>
</tr>
<tr>
<td style="width:200px;"><strong>dns1</strong></td><td style="width:500px;">the first DNS for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>dns2</strong></td><td style="width:500px;">the second DNS for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>gateway</strong></td><td style="width:500px;">the gateway for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>guestvlan</strong></td><td style="width:500px;">guest vlan range</td>
</tr>
<tr>
<td style="width:200px;"><strong>hostid</strong></td><td style="width:500px;">the host ID for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>hostname</strong></td><td style="width:500px;">the hostname for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>hypervisor</strong></td><td style="width:500px;">the hypervisor on which the template runs</td>
</tr>
<tr>
<td style="width:200px;"><strong>jobid</strong></td><td style="width:500px;">the job ID associated with the system VM. This is only displayed if the router listed is part of a currently running asynchronous job.</td>
</tr>
<tr>
<td style="width:200px;"><strong>jobstatus</strong></td><td style="width:500px;">the job status associated with the system VM. This is only displayed if the router listed is part of a currently running asynchronous job.</td>
</tr>
<tr>
<td style="width:200px;"><strong>linklocalip</strong></td><td style="width:500px;">the link local IP address for the system vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>linklocalmacaddress</strong></td><td style="width:500px;">the link local MAC address for the system vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>linklocalnetmask</strong></td><td style="width:500px;">the link local netmask for the system vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the name of the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>networkdomain</strong></td><td style="width:500px;">the network domain for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>podid</strong></td><td style="width:500px;">the Pod ID for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>privateip</strong></td><td style="width:500px;">the private IP address for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>privatemacaddress</strong></td><td style="width:500px;">the private MAC address for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>privatenetmask</strong></td><td style="width:500px;">the private netmask for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>publicip</strong></td><td style="width:500px;">the public IP address for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>publicmacaddress</strong></td><td style="width:500px;">the public MAC address for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>publicnetmask</strong></td><td style="width:500px;">the public netmask for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>publicvlan</strong></td><td style="width:500px;">public vlan range</td>
</tr>
<tr>
<td style="width:200px;"><strong>state</strong></td><td style="width:500px;">the state of the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>systemvmtype</strong></td><td style="width:500px;">the system VM type</td>
</tr>
<tr>
<td style="width:200px;"><strong>templateid</strong></td><td style="width:500px;">the template ID for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>zoneid</strong></td><td style="width:500px;">the Zone ID for the system VM</td>
</tr>
<tr>
<td style="width:200px;"><strong>zonename</strong></td><td style="width:500px;">the Zone name for the system VM</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.12/apis/startSystemVm.html | HTML | apache-2.0 | 6,830 |
<!DOCTYPE html>
<html>
<head>
<title>SVG sizing: External</title>
<link rel="author" title="Opera Software ASA" href="http://www.opera.com/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../resources/utils.js"></script>
<style>
iframe { border: 0 }
</style>
</head>
<body>
<noscript><p>Enable JavaScript and reload</p></noscript>
<div id="log"></div>
<script>
var NSSVG = "http://www.w3.org/2000/svg";
setup({timeout:300000});
var placeholderElements = [
"object",
"img",
"iframe",
];
var widthHeightAttrValues = [
null,
"100",
"100%"
];
var maxWidthHeightStyleValue = [
null,
// "50px", // max-width testing not complete
];
var viewBoxAttrValues = [
null,
"0 0 100 200"
];
function checkWidthRatioControlledSize(id, testData, placeholderRect, width, ratio, str) {
var constrained_width = width;
if (constrained_width < testData.minWidth())
constrained_width = testData.minWidth();
else if (constrained_width > testData.maxWidth())
constrained_width = testData.maxWidth();
var constrained_height = constrained_width / ratio;
if (constrained_height < testData.minWidth())
{
constrained_height = testData.minWidth();
constrained_width = constrained_height * ratio;
}
else if (constrained_height > testData.maxHeight())
{
constrained_height = testData.maxHeight();
constrained_width = constrained_height * ratio;
}
assert_equals(placeholderRect.width, constrained_width, "id " + id + ": width," + str);
assert_equals(placeholderRect.height, constrained_height, "id " + id + ": height," + str);
}
function checkHeightRatioControlledSize(id, testData, placeholderRect, height, ratio, str) {
var constrained_height = height;
if (constrained_height < testData.minHeight())
constrained_height = testData.minHeight();
else if (constrained_height > testData.maxHeight())
constrained_height = testData.maxHeight();
var constrained_width = constrained_height * ratio;
if (constrained_width < testData.minWidth())
{
constrained_width = testData.minWidth();
constrained_height = constrained_width / ratio;
}
else if (constrained_width > testData.maxWidth())
{
constrained_width = testData.maxWidth();
constrained_height = constrained_width / ratio;
}
assert_equals(placeholderRect.width, constrained_width, "id " + id + ": width," + str);
assert_equals(placeholderRect.height, constrained_height, "id " + id + ": height," + str);
}
function checkIndependentWidth(id, testData, placeholderRect, width, str) {
if (width < testData.minWidth())
assert_equals(placeholderRect.width, testData.minWidth(), "id " + id + ": min width," + str);
else if (width > testData.maxWidth())
assert_equals(placeholderRect.width, testData.maxWidth(), "id " + id + ": max width," + str);
else
assert_equals(placeholderRect.width, width, "id " + id + ": unbounded width," + str);
}
function checkIndependentHeight(id, testData, placeholderRect, height, str) {
if (height < testData.minHeight())
assert_equals(placeholderRect.height, testData.minHeight(), "id " + id + ": min height," + str);
else if (height > testData.maxHeight())
assert_equals(placeholderRect.height, testData.maxHeight(), "id " + id + ": max height," + str);
else
assert_equals(placeholderRect.height, height, "id " + id + ": unbounded height," + str);
}
function checkObjectSize(id, testData, placeholderRect) {
if (testData.usedPlaceholderWidthIsAuto())
{
if (testData.intrinsicRatio())
{
if (testData.usedPlaceholderHeightIsAuto())
{
if (testData.intrinsicWidth())
checkWidthRatioControlledSize(id, testData, placeholderRect, testData.intrinsicWidth(), testData.intrinsicRatio(), " (1),");
else if (testData.intrinsicHeight())
checkHeightRatioControlledSize(id, testData, placeholderRect, testData.intrinsicHeight(), testData.intrinsicRatio(), " (2),");
else
{
checkIndependentWidth(id, testData, placeholderRect, testData.usedPlaceholderWidth(), " (3a),");
checkIndependentHeight(id, testData, placeholderRect, testData.usedPlaceholderWidth() / testData.intrinsicRatio(), " (3b),");
}
}
else
checkHeightRatioControlledSize(id, testData, placeholderRect, testData.usedPlaceholderHeight(), testData.intrinsicRatio(), " (4),");
}
else
{
if (testData.intrinsicWidth())
checkIndependentWidth(id, testData, placeholderRect, testData.intrinsicWidth(), " (5),");
else
checkIndependentWidth(id, testData, placeholderRect, 300, " (6),");
if (testData.usedPlaceholderHeightIsAuto())
{
if (testData.intrinsicHeight())
checkIndependentHeight(id, testData, placeholderRect, testData.intrinsicHeight(), " (7),");
else
checkIndependentHeight(id, testData, placeholderRect, 150, " (8),");
}
else
checkIndependentHeight(id, testData, placeholderRect, testData.usedPlaceholderHeight(), " (9),");
}
}
else
{
if (testData.intrinsicRatio())
{
if (testData.usedPlaceholderHeightIsAuto())
checkWidthRatioControlledSize(id, testData, placeholderRect, testData.usedPlaceholderWidth(), testData.intrinsicRatio());
else
{
checkIndependentWidth(id, testData, placeholderRect, testData.usedPlaceholderWidth());
checkIndependentHeight(id, testData, placeholderRect, testData.usedPlaceholderHeight());
}
}
else
{
checkIndependentWidth(id, testData, placeholderRect, testData.usedPlaceholderWidth());
if (testData.usedPlaceholderHeightIsAuto())
{
if (testData.intrinsicHeight())
checkIndependentHeight(id, testData, placeholderRect, testData.intrinsicHeight());
else
checkIndependentHeight(id, testData, placeholderRect, 150);
}
else
checkIndependentHeight(id, testData, placeholderRect, testData.usedPlaceholderHeight());
}
}
}
function checkIFrameSize(id, testData, placeholderRect) {
if (testData.usedPlaceholderWidthIsAuto())
assert_equals(placeholderRect.width, 300, "id " + id + ":,");
else
assert_equals(placeholderRect.width, testData.usedPlaceholderWidth(), "id " + id + ":,");
}
function checkImgSize(id, testData, placeholderRect) {
// <img> sized like <object>
checkObjectSize(id, testData, placeholderRect);
}
function checkSize(id, testData, placeholderRect) {
if (testData.placeholderElement == "object")
checkObjectSize(id, testData, placeholderRect);
else if (testData.placeholderElement == "iframe")
checkIFrameSize(id, testData, placeholderRect);
else if (testData.placeholderElement == "img")
checkImgSize(id, testData, placeholderRect);
}
function setupContainer(testData) {
var container = document.createElement("div");
if (testData.containerWidthStyle)
container.style.width = testData.containerWidthStyle;
if (testData.containerHeightStyle)
container.style.height = testData.containerHeightStyle;
return container;
}
function generateSVG(testData) {
var res = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"';
if (testData.widthAttr)
res += ' width="' + testData.widthAttr + '"';
if (testData.heightAttr)
res += ' height="' + testData.heightAttr + '"';
if (testData.viewBoxAttr)
res += ' viewBox="' + testData.viewBoxAttr + '"';
res += '></svg>';
return res;
}
function setupPlaceholder(testData, i) {
var placeholder = document.createElement(testData.placeholderElement);
if (testData.placeholderWidthAttr)
placeholder.setAttribute("width", testData.placeholderWidthAttr);
if (testData.placeholderHeightAttr)
placeholder.setAttribute("height", testData.placeholderHeightAttr);
if (testData.maxWidthStyle)
placeholder.style.maxWidth = testData.maxWidthStyle;
if (testData.maxHeightStyle)
placeholder.style.maxHeight = testData.maxHeightStyle;
placeholder.setAttribute(testData.placeholderDataAttribute(), generateSVG(testData));
return placeholder;
}
OUTER_WIDTH = 1500;
OUTER_HEIGHT = 1500;
var testContainer = document.createElement("div");
testContainer.style.position = "absolute";
testContainer.style.left = "0px";
testContainer.style.top = "0px";
testContainer.style.width = OUTER_WIDTH + "px";
testContainer.style.height = OUTER_HEIGHT + "px";
document.body.appendChild(testContainer);
var i = 0;
var testId = getQueryVariable("id");
function smoketest()
{
var testData = new TestData({
"placeholderElement" : "object",
"placeholderHeightAttr" : "100",
"viewboxAttr" : "0 0 100 200"
});
assert_false(testData.computedPlaceholderHeightIsAuto());
/* Testing ground for the test itself */
}
if (!testId)
test(smoketest, "Smoke test");
var test_steps = [];
maxWidthHeightStyleValue.forEach(function(maxWidthStyle) {
maxWidthHeightStyleValue.forEach(function(maxHeightStyle) {
widthHeightAttrValues.forEach(function(widthAttr) {
widthHeightAttrValues.forEach(function(heightAttr) {
viewBoxAttrValues.forEach(function(viewBoxAttr) {
widthHeightAttrValues.forEach(function(placeholderWidthAttr) {
widthHeightAttrValues.forEach(function(placeholderHeightAttr) {
placeholderElements.forEach(function(placeholderElement) {
if (testId == undefined || testId == i)
{
var testData = new TestData({
"placeholderElement" : placeholderElement,
"placeholderWidthAttr": placeholderWidthAttr,
"placeholderHeightAttr": placeholderHeightAttr,
"viewBoxAttr" : viewBoxAttr,
"widthAttr" : widthAttr,
"heightAttr" : heightAttr,
"maxWidthStyle" : maxWidthStyle,
"maxHeightStyle" : maxHeightStyle,
});
var t = async_test(testData.name);
var idx = i;
var step = t.step_func(function () {
var container = setupContainer(testData);
var placeholder = setupPlaceholder(testData, i);
placeholder.onload = this.step_func(function() {
var placeholderRect = placeholder.getBoundingClientRect();
try {
checkSize(idx, testData, placeholderRect);
}
finally
{
if (!testId)
testContainer.removeChild(container);
}
this.done();
});
container.appendChild(placeholder);
testContainer.appendChild(container);
});
test_steps.push(step);
}
i++;
});
});
});
});
});
});
});
});
var step_idx = -1;
function test_next() {
step_idx++;
if (step_idx < test_steps.length) {
setTimeout(function() {test_steps[step_idx]();}, 0);
}
}
add_result_callback(test_next);
test_next();
</script>
</body>
</html>
| frivoal/presto-testo | SVG/adhoc/sizing/automated/svg-sizing-external.html | HTML | bsd-3-clause | 14,510 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
"http://www.w3.org/TR/REC-html40/frameset.dtd">
<html>
<head>
<title>cols marginwidth</title>
</head>
<frameset cols="33%,33%,33%">
<frame src="helper_marginwidth.html" marginwidth="0">
<frame src="helper_frame.html" marginwidth="50">
<frame src="helper_frame.html" marginwidth="100">
</frameset>
</html>
| frivoal/presto-testo | core/standards/html401-frameset/marginwidth_cols.html | HTML | bsd-3-clause | 380 |
<!DOCTYPE html>
<title>flexbox | flex: 0 0 N% | shrinking</title>
<link rel='match' href='flex-0-0-Npercent-shrink-ref.html'>
<style>
div {
background: blue;
margin: 1em 0;
border: 1px solid black;
height: 8em;
width: 12em;
display: flex;
}
span {
background: white;
margin: 1em 0;
width: 5em;
display: inline-block;
flex: 0 0 50%;
}
span:nth-child(1) {background: yellow;}
span:nth-child(2) {background: pink;}
span:nth-child(3) {background: lightblue;}
span:nth-child(4) {background: grey;}
</style>
<div>
<span>one</span>
<span>two</span>
<span>three</span>
<span>four</span>
</div>
| frivoal/presto-testo | css/flexbox/flex-0-0-Npercent-shrink.html | HTML | bsd-3-clause | 604 |
<!DOCTYPE HTML>
<html>
<head>
<title>CSS 2D Transforms, iframe with frameset</title>
<style type="text/css">
iframe, div {
height: 100px;
width: 100px;
border: none;
}
iframe {
display: block;
transform: translate(50px, 100px);
}
div {
background: red;
margin-left: 50px;
}
</style>
</head>
<body>
<p>There should be two green rectangles and no red.</p>
<iframe src="../resources/frameset.html">
NOTE: TC requires iframe support
</iframe>
<div></div>
</body>
</html>
| frivoal/presto-testo | css/2d-transforms/visual/iframe_with_frameset.html | HTML | bsd-3-clause | 593 |
<!doctype html>
<!-- This file is generated by build.py. -->
<title>Reference for object wide.jpg; overflow:hidden; -o-object-fit:cover; -o-object-position:2cm 0%</title>
<link rel="stylesheet" href="../../support/reftests.css">
<style>
.helper { overflow:hidden }
.helper > * { left:2cm; top:0; height:200px }
</style>
<div id="ref">
<span class="helper"><img src="../../support/wide.jpg"></span>
</div>
| frivoal/presto-testo | css/image-fit/reftests/object-jpg-wide/hidden_cover_2cm_0-ref.html | HTML | bsd-3-clause | 408 |
<!doctype html>
<!-- This file is generated by build.py. -->
<title>Reference for video wide.jpg; overflow:hidden; -o-object-fit:cover; -o-object-position:30px top</title>
<link rel="stylesheet" href="../../support/reftests.css">
<style>
.helper { overflow:hidden }
.helper > * { left:30px; top:0; height:200px }
</style>
<div id="ref">
<span class="helper"><img src="../../support/wide.jpg"></span>
</div>
| frivoal/presto-testo | css/image-fit/reftests/video-poster-jpg-wide/hidden_cover_30px_top-ref.html | HTML | bsd-3-clause | 410 |
<!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_71) on Tue Dec 16 10:59:43 NZDT 2014 -->
<title>BVDecomposeSegCVSub</title>
<meta name="date" content="2014-12-16">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BVDecomposeSegCVSub";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../weka/classifiers/BVDecompose.html" title="class in weka.classifiers"><span class="strong">Prev Class</span></a></li>
<li><a href="../../weka/classifiers/CheckClassifier.html" title="class in weka.classifiers"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?weka/classifiers/BVDecomposeSegCVSub.html" target="_top">Frames</a></li>
<li><a href="BVDecomposeSegCVSub.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">weka.classifiers</div>
<h2 title="Class BVDecomposeSegCVSub" class="title">Class BVDecomposeSegCVSub</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>weka.classifiers.BVDecomposeSegCVSub</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</a>, <a href="../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</a>, <a href="../../weka/core/TechnicalInformationHandler.html" title="interface in weka.core">TechnicalInformationHandler</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">BVDecomposeSegCVSub</span>
extends java.lang.Object
implements <a href="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</a>, <a href="../../weka/core/TechnicalInformationHandler.html" title="interface in weka.core">TechnicalInformationHandler</a>, <a href="../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</a></pre>
<div class="block"><!-- globalinfo-start -->
This class performs Bias-Variance decomposion on any classifier using the sub-sampled cross-validation procedure as specified in (1).<br/>
The Kohavi and Wolpert definition of bias and variance is specified in (2).<br/>
The Webb definition of bias and variance is specified in (3).<br/>
<br/>
Geoffrey I. Webb, Paul Conilione (2002). Estimating bias and variance from data. School of Computer Science and Software Engineering, Victoria, Australia.<br/>
<br/>
Ron Kohavi, David H. Wolpert: Bias Plus Variance Decomposition for Zero-One Loss Functions. In: Machine Learning: Proceedings of the Thirteenth International Conference, 275-283, 1996.<br/>
<br/>
Geoffrey I. Webb (2000). MultiBoosting: A Technique for Combining Boosting and Wagging. Machine Learning. 40(2):159-196.
<p/>
<!-- globalinfo-end -->
<!-- technical-bibtex-start -->
BibTeX:
<pre>
@misc{Webb2002,
address = {School of Computer Science and Software Engineering, Victoria, Australia},
author = {Geoffrey I. Webb and Paul Conilione},
institution = {Monash University},
title = {Estimating bias and variance from data},
year = {2002},
PDF = {http://www.csse.monash.edu.au/\~webb/Files/WebbConilione04.pdf}
}
@inproceedings{Kohavi1996,
author = {Ron Kohavi and David H. Wolpert},
booktitle = {Machine Learning: Proceedings of the Thirteenth International Conference},
editor = {Lorenza Saitta},
pages = {275-283},
publisher = {Morgan Kaufmann},
title = {Bias Plus Variance Decomposition for Zero-One Loss Functions},
year = {1996},
PS = {http://robotics.stanford.edu/\~ronnyk/biasVar.ps}
}
@article{Webb2000,
author = {Geoffrey I. Webb},
journal = {Machine Learning},
number = {2},
pages = {159-196},
title = {MultiBoosting: A Technique for Combining Boosting and Wagging},
volume = {40},
year = {2000}
}
</pre>
<p/>
<!-- technical-bibtex-end -->
<!-- options-start -->
Valid options are: <p/>
<pre> -c <class index>
The index of the class attribute.
(default last)</pre>
<pre> -D
Turn on debugging output.</pre>
<pre> -l <num>
The number of times each instance is classified.
(default 10)</pre>
<pre> -p <proportion of objects in common>
The average proportion of instances common between any two training sets</pre>
<pre> -s <seed>
The random number seed used.</pre>
<pre> -t <name of arff file>
The name of the arff file used for the decomposition.</pre>
<pre> -T <number of instances in training set>
The number of instances in the training set.</pre>
<pre> -W <classifier class name>
Full class name of the learner used in the decomposition.
eg: weka.classifiers.bayes.NaiveBayes</pre>
<pre>
Options specific to learner weka.classifiers.rules.ZeroR:
</pre>
<pre> -D
If set, classifier is run in debug mode and
may output additional info to the console</pre>
<!-- options-end -->
Options after -- are passed to the designated sub-learner. <p></div>
<dl><dt><span class="strong">Version:</span></dt>
<dd>$Revision: 1.7 $</dd>
<dt><span class="strong">Author:</span></dt>
<dd>Paul Conilione (paulc4321@yahoo.com.au)</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#BVDecomposeSegCVSub()">BVDecomposeSegCVSub</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#decompose()">decompose</a></strong>()</code>
<div class="block">Carry out the bias-variance decomposition using the sub-sampled cross-validation method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Vector</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#findCentralTendencies(double[])">findCentralTendencies</a></strong>(double[] predProbs)</code>
<div class="block">Finds the central tendency, given the classifications for an instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</a></code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getClassifier()">getClassifier</a></strong>()</code>
<div class="block">Gets the name of the classifier being analysed</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getClassifyIterations()">getClassifyIterations</a></strong>()</code>
<div class="block">Gets the number of times an instance is classified</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getClassIndex()">getClassIndex</a></strong>()</code>
<div class="block">Get the index (starting from 1) of the attribute used as the class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getDataFileName()">getDataFileName</a></strong>()</code>
<div class="block">Get the name of the data file used for the decomposition</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getDebug()">getDebug</a></strong>()</code>
<div class="block">Gets whether debugging is turned on</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getError()">getError</a></strong>()</code>
<div class="block">Get the calculated error rate</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getKWBias()">getKWBias</a></strong>()</code>
<div class="block">Get the calculated bias squared according to the Kohavi and Wolpert definition</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getKWSigma()">getKWSigma</a></strong>()</code>
<div class="block">Get the calculated sigma according to the Kohavi and Wolpert definition</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getKWVariance()">getKWVariance</a></strong>()</code>
<div class="block">Get the calculated variance according to the Kohavi and Wolpert definition</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getOptions()">getOptions</a></strong>()</code>
<div class="block">Gets the current settings of the CheckClassifier.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getP()">getP</a></strong>()</code>
<div class="block">Get the proportion of instances that are common between two training sets.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getRevision()">getRevision</a></strong>()</code>
<div class="block">Returns the revision string.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getSeed()">getSeed</a></strong>()</code>
<div class="block">Gets the random number seed</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../weka/core/TechnicalInformation.html" title="class in weka.core">TechnicalInformation</a></code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getTechnicalInformation()">getTechnicalInformation</a></strong>()</code>
<div class="block">Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getTrainSize()">getTrainSize</a></strong>()</code>
<div class="block">Get the training size</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getWBias()">getWBias</a></strong>()</code>
<div class="block">Get the calculated bias according to the Webb definition</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#getWVariance()">getWVariance</a></strong>()</code>
<div class="block">Get the calculated variance according to the Webb definition</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#globalInfo()">globalInfo</a></strong>()</code>
<div class="block">Returns a string describing this object</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Enumeration</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#listOptions()">listOptions</a></strong>()</code>
<div class="block">Returns an enumeration describing the available options.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#main(java.lang.String[])">main</a></strong>(java.lang.String[] args)</code>
<div class="block">Test method for this class</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#randomize(int[],%20java.util.Random)">randomize</a></strong>(int[] index,
java.util.Random random)</code>
<div class="block">Accepts an array of ints and randomises the values in the array, using the
random seed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#setClassifier(weka.classifiers.Classifier)">setClassifier</a></strong>(<a href="../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</a> newClassifier)</code>
<div class="block">Set the classifiers being analysed</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#setClassifyIterations(int)">setClassifyIterations</a></strong>(int classifyIterations)</code>
<div class="block">Sets the number of times an instance is classified</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#setClassIndex(int)">setClassIndex</a></strong>(int classIndex)</code>
<div class="block">Sets index of attribute to discretize on</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#setDataFileName(java.lang.String)">setDataFileName</a></strong>(java.lang.String dataFileName)</code>
<div class="block">Sets the name of the dataset file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#setDebug(boolean)">setDebug</a></strong>(boolean debug)</code>
<div class="block">Sets debugging mode</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#setOptions(java.lang.String[])">setOptions</a></strong>(java.lang.String[] options)</code>
<div class="block">Sets the OptionHandler's options using the given list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#setP(double)">setP</a></strong>(double proportion)</code>
<div class="block">Set the proportion of instances that are common between two training sets
used to train a classifier.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#setSeed(int)">setSeed</a></strong>(int seed)</code>
<div class="block">Sets the random number seed</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#setTrainSize(int)">setTrainSize</a></strong>(int size)</code>
<div class="block">Set the training size.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../weka/classifiers/BVDecomposeSegCVSub.html#toString()">toString</a></strong>()</code>
<div class="block">Returns description of the bias-variance decomposition results.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="BVDecomposeSegCVSub()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BVDecomposeSegCVSub</h4>
<pre>public BVDecomposeSegCVSub()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="globalInfo()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>globalInfo</h4>
<pre>public java.lang.String globalInfo()</pre>
<div class="block">Returns a string describing this object</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>a description of the classifier suitable for
displaying in the explorer/experimenter gui</dd></dl>
</li>
</ul>
<a name="getTechnicalInformation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTechnicalInformation</h4>
<pre>public <a href="../../weka/core/TechnicalInformation.html" title="class in weka.core">TechnicalInformation</a> getTechnicalInformation()</pre>
<div class="block">Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../weka/core/TechnicalInformationHandler.html#getTechnicalInformation()">getTechnicalInformation</a></code> in interface <code><a href="../../weka/core/TechnicalInformationHandler.html" title="interface in weka.core">TechnicalInformationHandler</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the technical information about this class</dd></dl>
</li>
</ul>
<a name="listOptions()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listOptions</h4>
<pre>public java.util.Enumeration listOptions()</pre>
<div class="block">Returns an enumeration describing the available options.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../weka/core/OptionHandler.html#listOptions()">listOptions</a></code> in interface <code><a href="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>an enumeration of all the available options.</dd></dl>
</li>
</ul>
<a name="setOptions(java.lang.String[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOptions</h4>
<pre>public void setOptions(java.lang.String[] options)
throws java.lang.Exception</pre>
<div class="block">Sets the OptionHandler's options using the given list. All options
will be set (or reset) during this call (i.e. incremental setting
of options is not possible). <p/>
<!-- options-start -->
Valid options are: <p/>
<pre> -c <class index>
The index of the class attribute.
(default last)</pre>
<pre> -D
Turn on debugging output.</pre>
<pre> -l <num>
The number of times each instance is classified.
(default 10)</pre>
<pre> -p <proportion of objects in common>
The average proportion of instances common between any two training sets</pre>
<pre> -s <seed>
The random number seed used.</pre>
<pre> -t <name of arff file>
The name of the arff file used for the decomposition.</pre>
<pre> -T <number of instances in training set>
The number of instances in the training set.</pre>
<pre> -W <classifier class name>
Full class name of the learner used in the decomposition.
eg: weka.classifiers.bayes.NaiveBayes</pre>
<pre>
Options specific to learner weka.classifiers.rules.ZeroR:
</pre>
<pre> -D
If set, classifier is run in debug mode and
may output additional info to the console</pre>
<!-- options-end --></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../weka/core/OptionHandler.html#setOptions(java.lang.String[])">setOptions</a></code> in interface <code><a href="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>options</code> - the list of options as an array of strings</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - if an option is not supported</dd></dl>
</li>
</ul>
<a name="getOptions()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOptions</h4>
<pre>public java.lang.String[] getOptions()</pre>
<div class="block">Gets the current settings of the CheckClassifier.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../weka/core/OptionHandler.html#getOptions()">getOptions</a></code> in interface <code><a href="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>an array of strings suitable for passing to setOptions</dd></dl>
</li>
</ul>
<a name="setClassifier(weka.classifiers.Classifier)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClassifier</h4>
<pre>public void setClassifier(<a href="../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</a> newClassifier)</pre>
<div class="block">Set the classifiers being analysed</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newClassifier</code> - the Classifier to use.</dd></dl>
</li>
</ul>
<a name="getClassifier()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassifier</h4>
<pre>public <a href="../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</a> getClassifier()</pre>
<div class="block">Gets the name of the classifier being analysed</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the classifier being analysed.</dd></dl>
</li>
</ul>
<a name="setDebug(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDebug</h4>
<pre>public void setDebug(boolean debug)</pre>
<div class="block">Sets debugging mode</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>debug</code> - true if debug output should be printed</dd></dl>
</li>
</ul>
<a name="getDebug()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDebug</h4>
<pre>public boolean getDebug()</pre>
<div class="block">Gets whether debugging is turned on</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if debugging output is on</dd></dl>
</li>
</ul>
<a name="setSeed(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSeed</h4>
<pre>public void setSeed(int seed)</pre>
<div class="block">Sets the random number seed</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>seed</code> - the random number seed</dd></dl>
</li>
</ul>
<a name="getSeed()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSeed</h4>
<pre>public int getSeed()</pre>
<div class="block">Gets the random number seed</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the random number seed</dd></dl>
</li>
</ul>
<a name="setClassifyIterations(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClassifyIterations</h4>
<pre>public void setClassifyIterations(int classifyIterations)</pre>
<div class="block">Sets the number of times an instance is classified</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>classifyIterations</code> - number of times an instance is classified</dd></dl>
</li>
</ul>
<a name="getClassifyIterations()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassifyIterations</h4>
<pre>public int getClassifyIterations()</pre>
<div class="block">Gets the number of times an instance is classified</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the maximum number of times an instance is classified</dd></dl>
</li>
</ul>
<a name="setDataFileName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDataFileName</h4>
<pre>public void setDataFileName(java.lang.String dataFileName)</pre>
<div class="block">Sets the name of the dataset file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dataFileName</code> - name of dataset file.</dd></dl>
</li>
</ul>
<a name="getDataFileName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDataFileName</h4>
<pre>public java.lang.String getDataFileName()</pre>
<div class="block">Get the name of the data file used for the decomposition</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the name of the data file</dd></dl>
</li>
</ul>
<a name="getClassIndex()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassIndex</h4>
<pre>public int getClassIndex()</pre>
<div class="block">Get the index (starting from 1) of the attribute used as the class.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the index of the class attribute</dd></dl>
</li>
</ul>
<a name="setClassIndex(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClassIndex</h4>
<pre>public void setClassIndex(int classIndex)</pre>
<div class="block">Sets index of attribute to discretize on</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>classIndex</code> - the index (starting from 1) of the class attribute</dd></dl>
</li>
</ul>
<a name="getKWBias()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKWBias</h4>
<pre>public double getKWBias()</pre>
<div class="block">Get the calculated bias squared according to the Kohavi and Wolpert definition</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the bias squared</dd></dl>
</li>
</ul>
<a name="getWBias()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWBias</h4>
<pre>public double getWBias()</pre>
<div class="block">Get the calculated bias according to the Webb definition</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the bias</dd></dl>
</li>
</ul>
<a name="getKWVariance()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKWVariance</h4>
<pre>public double getKWVariance()</pre>
<div class="block">Get the calculated variance according to the Kohavi and Wolpert definition</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the variance</dd></dl>
</li>
</ul>
<a name="getWVariance()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWVariance</h4>
<pre>public double getWVariance()</pre>
<div class="block">Get the calculated variance according to the Webb definition</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the variance according to Webb</dd></dl>
</li>
</ul>
<a name="getKWSigma()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKWSigma</h4>
<pre>public double getKWSigma()</pre>
<div class="block">Get the calculated sigma according to the Kohavi and Wolpert definition</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the sigma</dd></dl>
</li>
</ul>
<a name="setTrainSize(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTrainSize</h4>
<pre>public void setTrainSize(int size)</pre>
<div class="block">Set the training size.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>size</code> - the size of the training set</dd></dl>
</li>
</ul>
<a name="getTrainSize()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTrainSize</h4>
<pre>public int getTrainSize()</pre>
<div class="block">Get the training size</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the size of the training set</dd></dl>
</li>
</ul>
<a name="setP(double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setP</h4>
<pre>public void setP(double proportion)</pre>
<div class="block">Set the proportion of instances that are common between two training sets
used to train a classifier.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>proportion</code> - the proportion of instances that are common between training
sets.</dd></dl>
</li>
</ul>
<a name="getP()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getP</h4>
<pre>public double getP()</pre>
<div class="block">Get the proportion of instances that are common between two training sets.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the proportion</dd></dl>
</li>
</ul>
<a name="getError()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getError</h4>
<pre>public double getError()</pre>
<div class="block">Get the calculated error rate</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the error rate</dd></dl>
</li>
</ul>
<a name="decompose()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decompose</h4>
<pre>public void decompose()
throws java.lang.Exception</pre>
<div class="block">Carry out the bias-variance decomposition using the sub-sampled cross-validation method.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - if the decomposition couldn't be carried out</dd></dl>
</li>
</ul>
<a name="findCentralTendencies(double[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findCentralTendencies</h4>
<pre>public java.util.Vector findCentralTendencies(double[] predProbs)</pre>
<div class="block">Finds the central tendency, given the classifications for an instance.
Where the central tendency is defined as the class that was most commonly
selected for a given instance.<p>
For example, instance 'x' may be classified out of 3 classes y = {1, 2, 3},
so if x is classified 10 times, and is classified as follows, '1' = 2 times, '2' = 5 times
and '3' = 3 times. Then the central tendency is '2'. <p>
However, it is important to note that this method returns a list of all classes
that have the highest number of classifications.
In cases where there are several classes with the largest number of classifications, then
all of these classes are returned. For example if 'x' is classified '1' = 4 times,
'2' = 4 times and '3' = 2 times. Then '1' and '2' are returned.<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>predProbs</code> - the array of classifications for a single instance.</dd>
<dt><span class="strong">Returns:</span></dt><dd>a Vector containing Integer objects which store the class(s) which
are the central tendency.</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<div class="block">Returns description of the bias-variance decomposition results.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the bias-variance decomposition results as a string</dd></dl>
</li>
</ul>
<a name="getRevision()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRevision</h4>
<pre>public java.lang.String getRevision()</pre>
<div class="block">Returns the revision string.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../weka/core/RevisionHandler.html#getRevision()">getRevision</a></code> in interface <code><a href="../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the revision</dd></dl>
</li>
</ul>
<a name="main(java.lang.String[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>main</h4>
<pre>public static void main(java.lang.String[] args)</pre>
<div class="block">Test method for this class</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>args</code> - the command line arguments</dd></dl>
</li>
</ul>
<a name="randomize(int[], java.util.Random)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>randomize</h4>
<pre>public final void randomize(int[] index,
java.util.Random random)</pre>
<div class="block">Accepts an array of ints and randomises the values in the array, using the
random seed.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - is the array of integers</dd><dd><code>random</code> - is the Random seed.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../weka/classifiers/BVDecompose.html" title="class in weka.classifiers"><span class="strong">Prev Class</span></a></li>
<li><a href="../../weka/classifiers/CheckClassifier.html" title="class in weka.classifiers"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?weka/classifiers/BVDecomposeSegCVSub.html" target="_top">Frames</a></li>
<li><a href="BVDecomposeSegCVSub.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>
| yuxiang-zhou/MultiTaskLearning | weka-3-6-12/doc/weka/classifiers/BVDecomposeSegCVSub.html | HTML | mit | 38,750 |
<div>
Naam van de mail server. Laat dit leeg indien U de standaard server gebruikt.
(De standaard server is normaal diegene die op localhost actief is.)
<p>
Hudson gebruikt JavaMail voor het uitzenden van e-mails. JavaMail maakt het
mogelijk om extra instellingen via de systeemparameters aan de container door
te geven.
Zie <a href="http://java.sun.com/products/javamail/javadocs/overview-summary.html#overview_description">
dit document</a> voor mogelijke waarden en gebruik.
</div> | fujibee/hudson | war/resources/help/tasks/mailer/smtp-server_nl.html | HTML | mit | 505 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write_at (5 of 8 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="../write_at.html" title="write_at">
<link rel="prev" href="overload4.html" title="write_at (4 of 8 overloads)">
<link rel="next" href="overload6.html" title="write_at (6 of 8 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="overload4.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../write_at.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="overload6.html"><img src="../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="asio.reference.write_at.overload5"></a><a class="link" href="overload5.html" title="write_at (5 of 8 overloads)">write_at (5 of 8
overloads)</a>
</h4></div></div></div>
<p>
Write all of the supplied data at the specified offset before returning.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../SyncRandomAccessWriteDevice.html" title="Buffer-oriented synchronous random-access write device requirements">SyncRandomAccessWriteDevice</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">Allocator</span><span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">SyncRandomAccessWriteDevice</span> <span class="special">&</span> <span class="identifier">d</span><span class="special">,</span>
<span class="identifier">uint64_t</span> <span class="identifier">offset</span><span class="special">,</span>
<span class="identifier">basic_streambuf</span><span class="special"><</span> <span class="identifier">Allocator</span> <span class="special">></span> <span class="special">&</span> <span class="identifier">b</span><span class="special">);</span>
</pre>
<p>
This function is used to write a certain number of bytes of data to a random
access device at a specified offset. The call will block until one of the
following conditions is true:
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
All of the data in the supplied <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> has been written.
</li>
<li class="listitem">
An error occurred.
</li>
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the device's
write_some_at function.
</p>
<h6>
<a name="asio.reference.write_at.overload5.h0"></a>
<span><a name="asio.reference.write_at.overload5.parameters"></a></span><a class="link" href="overload5.html#asio.reference.write_at.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">d</span></dt>
<dd><p>
The device to which the data is to be written. The type must support
the SyncRandomAccessWriteDevice concept.
</p></dd>
<dt><span class="term">offset</span></dt>
<dd><p>
The offset at which the data will be written.
</p></dd>
<dt><span class="term">b</span></dt>
<dd><p>
The <a class="link" href="../basic_streambuf.html" title="basic_streambuf"><code class="computeroutput"><span class="identifier">basic_streambuf</span></code></a> object from
which data will be written.
</p></dd>
</dl>
</div>
<h6>
<a name="asio.reference.write_at.overload5.h1"></a>
<span><a name="asio.reference.write_at.overload5.return_value"></a></span><a class="link" href="overload5.html#asio.reference.write_at.overload5.return_value">Return
Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="asio.reference.write_at.overload5.h2"></a>
<span><a name="asio.reference.write_at.overload5.exceptions"></a></span><a class="link" href="overload5.html#asio.reference.write_at.overload5.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.write_at.overload5.h3"></a>
<span><a name="asio.reference.write_at.overload5.remarks"></a></span><a class="link" href="overload5.html#asio.reference.write_at.overload5.remarks">Remarks</a>
</h6>
<p>
This overload is equivalent to calling:
</p>
<pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">write_at</span><span class="special">(</span>
<span class="identifier">d</span><span class="special">,</span> <span class="number">42</span><span class="special">,</span> <span class="identifier">b</span><span class="special">,</span>
<span class="identifier">asio</span><span class="special">::</span><span class="identifier">transfer_all</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="overload4.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../write_at.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="overload6.html"><img src="../../../next.png" alt="Next"></a>
</div>
</body>
</html>
| peersio/peerconnect | src/libs/asio/doc/asio/reference/write_at/overload5.html | HTML | mit | 6,918 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>generic::basic_endpoint::operator!=</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="../generic__basic_endpoint.html" title="generic::basic_endpoint">
<link rel="prev" href="data_type.html" title="generic::basic_endpoint::data_type">
<link rel="next" href="operator_lt_.html" title="generic::basic_endpoint::operator<">
</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="data_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.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="operator_lt_.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.generic__basic_endpoint.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="generic::basic_endpoint::operator!=">generic::basic_endpoint::operator!=</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp150379616"></a>
Compare two endpoints for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
<span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special"><</span> <span class="identifier">Protocol</span> <span class="special">></span> <span class="special">&</span> <span class="identifier">e1</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">basic_endpoint</span><span class="special"><</span> <span class="identifier">Protocol</span> <span class="special">></span> <span class="special">&</span> <span class="identifier">e2</span><span class="special">);</span>
</pre>
<h6>
<a name="boost_asio.reference.generic__basic_endpoint.operator_not__eq_.h0"></a>
<span class="phrase"><a name="boost_asio.reference.generic__basic_endpoint.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.generic__basic_endpoint.operator_not__eq_.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/basic_endpoint.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</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-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="data_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__basic_endpoint.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="operator_lt_.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_asio/reference/generic__basic_endpoint/operator_not__eq_.html | HTML | mit | 4,545 |
<!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>Class template node_allocator</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="../../boost_container_header_reference.html#header.boost.container.node_allocator_hpp" title="Header <boost/container/node_allocator.hpp>">
<link rel="prev" href="new_allocator/rebind.html" title="Struct template rebind">
<link rel="next" href="node_allocator/rebind.html" title="Struct template rebind">
</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="new_allocator/rebind.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_container_header_reference.html#header.boost.container.node_allocator_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="node_allocator/rebind.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.container.node_allocator"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class template node_allocator</span></h2>
<p>boost::container::node_allocator</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="../../boost_container_header_reference.html#header.boost.container.node_allocator_hpp" title="Header <boost/container/node_allocator.hpp>">boost/container/node_allocator.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> NodesPerBlock <span class="special">=</span> <span class="identifier">NodeAlloc_nodes_per_block</span><span class="special">></span>
<span class="keyword">class</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">T</span> <a name="boost.container.node_allocator.value_type"></a><span class="identifier">value_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">T</span> <span class="special">*</span> <a name="boost.container.node_allocator.pointer"></a><span class="identifier">pointer</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="keyword">const</span> <span class="identifier">T</span> <span class="special">*</span> <a name="boost.container.node_allocator.const_pointer"></a><span class="identifier">const_pointer</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="special">::</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">container</span><span class="special">::</span><span class="identifier">dtl</span><span class="special">::</span><span class="identifier">unvoid_ref</span><span class="special"><</span> <span class="identifier">T</span> <span class="special">></span><span class="special">::</span><span class="identifier">type</span> <a name="boost.container.node_allocator.reference"></a><span class="identifier">reference</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="special">::</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">container</span><span class="special">::</span><span class="identifier">dtl</span><span class="special">::</span><span class="identifier">unvoid_ref</span><span class="special"><</span> <span class="keyword">const</span> <span class="identifier">T</span> <span class="special">></span><span class="special">::</span><span class="identifier">type</span> <a name="boost.container.node_allocator.const_reference"></a><span class="identifier">const_reference</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a name="boost.container.node_allocator.size_type"></a><span class="identifier">size_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ptrdiff_t</span> <a name="boost.container.node_allocator.difference_type"></a><span class="identifier">difference_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">container</span><span class="special">::</span><span class="identifier">dtl</span><span class="special">::</span><span class="identifier">version_type</span><span class="special"><</span> <span class="identifier">self_t</span><span class="special">,</span> <span class="identifier">Version</span> <span class="special">></span> <a name="boost.container.node_allocator.version"></a><span class="identifier">version</span><span class="special">;</span>
<span class="comment">// member classes/structs/unions</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T2<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="node_allocator/rebind.html" title="Struct template rebind">rebind</a> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a><span class="special"><</span> <span class="identifier">T2</span><span class="special">,</span> <span class="identifier">NodesPerBlock</span> <span class="special">></span> <a class="link" href="node_allocator/rebind.html#boost.container.node_allocator.rebind.other"><span class="identifier">other</span></a><span class="special">;</span>
<span class="special">}</span><span class="special">;</span>
<span class="comment">// <a class="link" href="node_allocator.html#boost.container.node_allocatorconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="node_allocator.html#idp51172352-bb"><span class="identifier">node_allocator</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<a class="link" href="node_allocator.html#idp51173200-bb"><span class="identifier">node_allocator</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T2<span class="special">></span>
<a class="link" href="node_allocator.html#idp51175936-bb"><span class="identifier">node_allocator</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a><span class="special"><</span> <span class="identifier">T2</span><span class="special">,</span> <span class="identifier">NodesPerBlock</span> <span class="special">></span> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<a class="link" href="node_allocator.html#idp51179520-bb"><span class="special">~</span><span class="identifier">node_allocator</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="node_allocator.html#idp51141184-bb">public member functions</a></span>
<span class="identifier">size_type</span> <a class="link" href="node_allocator.html#idp51141744-bb"><span class="identifier">max_size</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">pointer</span> <a class="link" href="node_allocator.html#idp51143328-bb"><span class="identifier">allocate</span></a><span class="special">(</span><span class="identifier">size_type</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="node_allocator.html#idp51146336-bb"><span class="identifier">deallocate</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">pointer</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">size_type</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="identifier">pointer</span> <a class="link" href="node_allocator.html#idp51149280-bb"><span class="identifier">allocation_command</span></a><span class="special">(</span><span class="identifier">allocation_type</span><span class="special">,</span> <span class="identifier">size_type</span><span class="special">,</span> <span class="identifier">size_type</span> <span class="special">&</span><span class="special">,</span>
<span class="identifier">pointer</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">size_type</span> <a class="link" href="node_allocator.html#idp51152896-bb"><span class="identifier">size</span></a><span class="special">(</span><span class="identifier">pointer</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="identifier">pointer</span> <a class="link" href="node_allocator.html#idp51155200-bb"><span class="identifier">allocate_one</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="node_allocator.html#idp51156608-bb"><span class="identifier">allocate_individual</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">,</span> <span class="identifier">multiallocation_chain</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="node_allocator.html#idp51159328-bb"><span class="identifier">deallocate_one</span></a><span class="special">(</span><span class="identifier">pointer</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="node_allocator.html#idp51161728-bb"><span class="identifier">deallocate_individual</span></a><span class="special">(</span><span class="identifier">multiallocation_chain</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="node_allocator.html#idp51163536-bb"><span class="identifier">allocate_many</span></a><span class="special">(</span><span class="identifier">size_type</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">,</span> <span class="identifier">multiallocation_chain</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="node_allocator.html#idp51166944-bb"><span class="identifier">allocate_many</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">size_type</span> <span class="special">*</span><span class="special">,</span> <span class="identifier">size_type</span><span class="special">,</span> <span class="identifier">multiallocation_chain</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="node_allocator.html#idp51170384-bb"><span class="identifier">deallocate_many</span></a><span class="special">(</span><span class="identifier">multiallocation_chain</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="comment">// <a class="link" href="node_allocator.html#idp51180096-bb">public static functions</a></span>
<span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="node_allocator.html#idp51180656-bb"><span class="identifier">deallocate_free_blocks</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="comment">// <a class="link" href="node_allocator.html#idp51182528-bb">friend functions</a></span>
<span class="keyword">friend</span> <span class="keyword">void</span> <a class="link" href="node_allocator.html#idp51183088-bb"><span class="identifier">swap</span></a><span class="special">(</span><span class="identifier">self_t</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">self_t</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="keyword">friend</span> <span class="keyword">bool</span> <a class="link" href="node_allocator.html#idp51186096-bb"><span class="keyword">operator</span><span class="special">==</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="keyword">friend</span> <span class="keyword">bool</span> <a class="link" href="node_allocator.html#idp51190000-bb"><span class="keyword">operator</span><span class="special">!=</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span>
<span class="comment">// <a class="link" href="node_allocator.html#idp51194064-bb">private member functions</a></span>
<span class="identifier">pointer</span> <a class="link" href="node_allocator.html#idp51194640-bb"><span class="identifier">priv_allocation_command</span></a><span class="special">(</span><span class="identifier">allocation_type</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">,</span> <span class="identifier">size_type</span> <span class="special">&</span><span class="special">,</span>
<span class="identifier">pointer</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="id-1.3.10.14.17.3.4"></a><h2>Description</h2>
<p>An STL node allocator that uses a modified DlMalloc as memory source.</p>
<p>This node allocator shares a segregated storage between all instances of <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> with equal sizeof(T).</p>
<p>NodesPerBlock is the number of nodes allocated at once when the allocator runs out of nodes </p>
<div class="refsect2">
<a name="id-1.3.10.14.17.3.4.5"></a><h3>
<a name="boost.container.node_allocatorconstruct-copy-destruct"></a><code class="computeroutput">node_allocator</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><a name="idp51172352-bb"></a><span class="identifier">node_allocator</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>Default constructor. </li>
<li class="listitem">
<pre class="literallayout"><a name="idp51173200-bb"></a><span class="identifier">node_allocator</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>Copy constructor from other <code class="computeroutput"><a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a></code>. </li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T2<span class="special">></span>
<a name="idp51175936-bb"></a><span class="identifier">node_allocator</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a><span class="special"><</span> <span class="identifier">T2</span><span class="special">,</span> <span class="identifier">NodesPerBlock</span> <span class="special">></span> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>Copy constructor from related <code class="computeroutput"><a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a></code>. </li>
<li class="listitem">
<pre class="literallayout"><a name="idp51179520-bb"></a><span class="special">~</span><span class="identifier">node_allocator</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Destructor. </li>
</ol></div>
</div>
<div class="refsect2">
<a name="id-1.3.10.14.17.3.4.6"></a><h3>
<a name="idp51141184-bb"></a><code class="computeroutput">node_allocator</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="identifier">size_type</span> <a name="idp51141744-bb"></a><span class="identifier">max_size</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p>Returns the number of elements that could be allocated. Never throws </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">pointer</span> <a name="idp51143328-bb"></a><span class="identifier">allocate</span><span class="special">(</span><span class="identifier">size_type</span> count<span class="special">,</span> <span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre>
<p>Allocate memory for an array of count elements. Throws std::bad_alloc if there is no enough memory </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp51146336-bb"></a><span class="identifier">deallocate</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">pointer</span> <span class="special">&</span> ptr<span class="special">,</span> <span class="identifier">size_type</span> count<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>
<p>Deallocate allocated memory. Never throws </p>
</li>
<li class="listitem"><pre class="literallayout"><span class="identifier">pointer</span> <a name="idp51149280-bb"></a><span class="identifier">allocation_command</span><span class="special">(</span><span class="identifier">allocation_type</span> command<span class="special">,</span> <span class="identifier">size_type</span> limit_size<span class="special">,</span>
<span class="identifier">size_type</span> <span class="special">&</span> prefer_in_recvd_out_size<span class="special">,</span>
<span class="identifier">pointer</span> <span class="special">&</span> reuse<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">size_type</span> <a name="idp51152896-bb"></a><span class="identifier">size</span><span class="special">(</span><span class="identifier">pointer</span> p<span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>
<p>Returns maximum the number of objects the previously allocated memory pointed by p can hold. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">pointer</span> <a name="idp51155200-bb"></a><span class="identifier">allocate_one</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Allocates just one object. Memory allocated with this function must be deallocated only with deallocate_one(). Throws bad_alloc if there is no enough memory </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp51156608-bb"></a><span class="identifier">allocate_individual</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> num_elements<span class="special">,</span>
<span class="identifier">multiallocation_chain</span> <span class="special">&</span> chain<span class="special">)</span><span class="special">;</span></pre>
<p>Allocates many elements of size == 1. Elements must be individually deallocated with deallocate_one() </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp51159328-bb"></a><span class="identifier">deallocate_one</span><span class="special">(</span><span class="identifier">pointer</span> p<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>
<p>Deallocates memory previously allocated with allocate_one(). You should never use deallocate_one to deallocate memory allocated with other functions different from allocate_one(). Never throws </p>
</li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp51161728-bb"></a><span class="identifier">deallocate_individual</span><span class="special">(</span><span class="identifier">multiallocation_chain</span> <span class="special">&</span> chain<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre></li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp51163536-bb"></a><span class="identifier">allocate_many</span><span class="special">(</span><span class="identifier">size_type</span> elem_size<span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> n_elements<span class="special">,</span>
<span class="identifier">multiallocation_chain</span> <span class="special">&</span> chain<span class="special">)</span><span class="special">;</span></pre>
<p>Allocates many elements of size elem_size. Elements must be individually deallocated with deallocate() </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp51166944-bb"></a><span class="identifier">allocate_many</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">size_type</span> <span class="special">*</span> elem_sizes<span class="special">,</span> <span class="identifier">size_type</span> n_elements<span class="special">,</span>
<span class="identifier">multiallocation_chain</span> <span class="special">&</span> chain<span class="special">)</span><span class="special">;</span></pre>
<p>Allocates n_elements elements, each one of size elem_sizes[i] Elements must be individually deallocated with deallocate() </p>
</li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp51170384-bb"></a><span class="identifier">deallocate_many</span><span class="special">(</span><span class="identifier">multiallocation_chain</span> <span class="special">&</span> chain<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre></li>
</ol></div>
</div>
<div class="refsect2">
<a name="id-1.3.10.14.17.3.4.7"></a><h3>
<a name="idp51180096-bb"></a><code class="computeroutput">node_allocator</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <span class="keyword">void</span> <a name="idp51180656-bb"></a><span class="identifier">deallocate_free_blocks</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>Deallocates all free blocks of the pool. </li></ol></div>
</div>
<div class="refsect2">
<a name="id-1.3.10.14.17.3.4.8"></a><h3>
<a name="idp51182528-bb"></a><code class="computeroutput">node_allocator</code> friend functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="keyword">friend</span> <span class="keyword">void</span> <a name="idp51183088-bb"></a><span class="identifier">swap</span><span class="special">(</span><span class="identifier">self_t</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">self_t</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>
<p>Swaps allocators. Does not throw. If each allocator is placed in a different memory segment, the result is undefined. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">friend</span> <span class="keyword">bool</span> <a name="idp51186096-bb"></a><span class="keyword">operator</span><span class="special">==</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>
<p>An allocator always compares to true, as memory allocated with one instance can be deallocated by another instance </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">friend</span> <span class="keyword">bool</span> <a name="idp51190000-bb"></a><span class="keyword">operator</span><span class="special">!=</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="node_allocator.html" title="Class template node_allocator">node_allocator</a> <span class="special">&</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre>
<p>An allocator always compares to false, as memory allocated with one instance can be deallocated by another instance </p>
</li>
</ol></div>
</div>
<div class="refsect2">
<a name="id-1.3.10.14.17.3.4.9"></a><h3>
<a name="idp51194064-bb"></a><code class="computeroutput">node_allocator</code> private member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="identifier">pointer</span> <a name="idp51194640-bb"></a><span class="identifier">priv_allocation_command</span><span class="special">(</span><span class="identifier">allocation_type</span> command<span class="special">,</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> limit_size<span class="special">,</span>
<span class="identifier">size_type</span> <span class="special">&</span> prefer_in_recvd_out_size<span class="special">,</span>
<span class="identifier">pointer</span> <span class="special">&</span> reuse<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 © 2009-2018 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="new_allocator/rebind.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_container_header_reference.html#header.boost.container.node_allocator_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="node_allocator/rebind.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| nawawi/poedit | deps/boost/doc/html/boost/container/node_allocator.html | HTML | mit | 32,826 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template unary_minus_base</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp" title="Header <boost/accumulators/numeric/functional.hpp>">
<link rel="prev" href="unary_plus.html" title="Struct template unary_plus">
<link rel="next" href="unary_minus.html" title="Struct template unary_minus">
</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="unary_plus.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_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="unary_minus.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.numeric.functional.unary_minus_base"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template unary_minus_base</span></h2>
<p>boost::numeric::functional::unary_minus_base</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="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp" title="Header <boost/accumulators/numeric/functional.hpp>">boost/accumulators/numeric/functional.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Arg<span class="special">,</span> <span class="keyword">typename</span> EnableIf <span class="special">=</span> <span class="keyword">void</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="unary_minus_base.html" title="Struct template unary_minus_base">unary_minus_base</a> <span class="special">:</span>
<span class="keyword">public</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">unary_function</span><span class="special"><</span> <span class="identifier">Arg</span><span class="special">,</span> <span class="identifier">typeof</span><span class="special">(</span><span class="special">-</span><span class="identifier">lvalue</span><span class="special"><</span> <span class="identifier">Arg</span> <span class="special">></span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">></span>
<span class="special">{</span>
<span class="comment">// <a class="link" href="unary_minus_base.html#idp27647456-bb">public member functions</a></span>
<span class="identifier">result_type</span> <a class="link" href="unary_minus_base.html#idp27647664-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">Arg</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp22235040"></a><h2>Description</h2>
<div class="refsect2">
<a name="idp22235248"></a><h3>
<a name="idp27647456-bb"></a><code class="computeroutput">unary_minus_base</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<pre class="literallayout"><span class="identifier">result_type</span> <a name="idp27647664-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">Arg</span> <span class="special">&</span> arg<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>- arg </p></td>
</tr></tbody>
</table></div>
</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, 2006 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="unary_plus.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_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="unary_minus.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| mxrrow/zaicoin | src/deps/boost/doc/html/boost/numeric/functional/unary_minus_base.html | HTML | mit | 6,341 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../libc/fn.telldir.html">
</head>
<body>
<p>Redirecting to <a href="../../libc/fn.telldir.html">../../libc/fn.telldir.html</a>...</p>
<script>location.replace("../../libc/fn.telldir.html" + location.search + location.hash);</script>
</body>
</html> | pegasos1/numbers | target/doc/libc/unix/fn.telldir.html | HTML | mit | 345 |
<p id="shambaugh_brent" data-toggle="tooltip" title="<img src='{{site.filesurl}}/people/shambaugh_brent.jpg' alt='Brent Shambaugh' />">
<a href="http://bshambaugh.org/" class="person">Brent Shambaugh</a>
has a Masters in Chemical Engineering and has taught undergraduate
chemistry as a adjunct professor. Today he spends most of his time
developing a concept for virtual organizations for peer production
with linked data and semantic web technologies. He also started
Code Norman.
</p>
| ErinBecker/website | _includes/people/shambaugh_brent.html | HTML | mit | 511 |
<!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>Class null_mutex</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="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.null_mutex_hpp" title="Header <boost/interprocess/sync/null_mutex.hpp>">
<link rel="prev" href="named_upgradable_mutex.html" title="Class named_upgradable_mutex">
<link rel="next" href="scoped_lock.html" title="Class template scoped_lock">
</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="named_upgradable_mutex.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.null_mutex_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="scoped_lock.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.interprocess.null_mutex"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class null_mutex</span></h2>
<p>boost::interprocess::null_mutex</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="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.null_mutex_hpp" title="Header <boost/interprocess/sync/null_mutex.hpp>">boost/interprocess/sync/null_mutex.hpp</a>>
</span>
<span class="keyword">class</span> <a class="link" href="null_mutex.html" title="Class null_mutex">null_mutex</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// <a class="link" href="null_mutex.html#boost.interprocess.null_mutexconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="null_mutex.html#idp68931328-bb"><span class="identifier">null_mutex</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="null_mutex.html#idp68932032-bb"><span class="special">~</span><span class="identifier">null_mutex</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="null_mutex.html#idp68901488-bb">public member functions</a></span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68902048-bb"><span class="identifier">lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68903216-bb"><span class="identifier">try_lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68904528-bb"><span class="identifier">timed_lock</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68906544-bb"><span class="identifier">unlock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68907840-bb"><span class="identifier">lock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68909152-bb"><span class="identifier">try_lock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68910480-bb"><span class="identifier">timed_lock_sharable</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68912512-bb"><span class="identifier">unlock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68913824-bb"><span class="identifier">lock_upgradable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68915136-bb"><span class="identifier">try_lock_upgradable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68916464-bb"><span class="identifier">timed_lock_upgradable</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68918496-bb"><span class="identifier">unlock_upgradable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68919808-bb"><span class="identifier">unlock_and_lock_upgradable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68921136-bb"><span class="identifier">unlock_and_lock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68922448-bb"><span class="identifier">unlock_upgradable_and_lock_sharable</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="null_mutex.html#idp68923776-bb"><span class="identifier">unlock_upgradable_and_lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68925104-bb"><span class="identifier">try_unlock_upgradable_and_lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68926448-bb"><span class="identifier">timed_unlock_upgradable_and_lock</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68928496-bb"><span class="identifier">try_unlock_sharable_and_lock</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="null_mutex.html#idp68929824-bb"><span class="identifier">try_unlock_sharable_and_lock_upgradable</span></a><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="id-1.3.19.17.3.74.4.4"></a><h2>Description</h2>
<p>Implements a mutex that simulates a mutex without doing any operation and simulates a successful operation. </p>
<div class="refsect2">
<a name="id-1.3.19.17.3.74.4.4.3"></a><h3>
<a name="boost.interprocess.null_mutexconstruct-copy-destruct"></a><code class="computeroutput">null_mutex</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><a name="idp68931328-bb"></a><span class="identifier">null_mutex</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Constructor. Empty. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp68932032-bb"></a><span class="special">~</span><span class="identifier">null_mutex</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Destructor. Empty. </p>
</li>
</ol></div>
</div>
<div class="refsect2">
<a name="id-1.3.19.17.3.74.4.4.4"></a><h3>
<a name="idp68901488-bb"></a><code class="computeroutput">null_mutex</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68902048-bb"></a><span class="identifier">lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Simulates a mutex lock() operation. Empty function. </li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68903216-bb"></a><span class="identifier">try_lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex try_lock() operation. Equivalent to "return true;" </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68904528-bb"></a><span class="identifier">timed_lock</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex timed_lock() operation. Equivalent to "return true;" </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68906544-bb"></a><span class="identifier">unlock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex unlock() operation. Empty function. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68907840-bb"></a><span class="identifier">lock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex lock_sharable() operation. Empty function. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68909152-bb"></a><span class="identifier">try_lock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex try_lock_sharable() operation. Equivalent to "return true;" </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68910480-bb"></a><span class="identifier">timed_lock_sharable</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex timed_lock_sharable() operation. Equivalent to "return true;" </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68912512-bb"></a><span class="identifier">unlock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex unlock_sharable() operation. Empty function. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68913824-bb"></a><span class="identifier">lock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex lock_upgradable() operation. Empty function. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68915136-bb"></a><span class="identifier">try_lock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex try_lock_upgradable() operation. Equivalent to "return true;" </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68916464-bb"></a><span class="identifier">timed_lock_upgradable</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex timed_lock_upgradable() operation. Equivalent to "return true;" </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68918496-bb"></a><span class="identifier">unlock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates a mutex unlock_upgradable() operation. Empty function. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68919808-bb"></a><span class="identifier">unlock_and_lock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates unlock_and_lock_upgradable(). Empty function. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68921136-bb"></a><span class="identifier">unlock_and_lock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates unlock_and_lock_sharable(). Empty function. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68922448-bb"></a><span class="identifier">unlock_upgradable_and_lock_sharable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates unlock_upgradable_and_lock_sharable(). Empty function. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp68923776-bb"></a><span class="identifier">unlock_upgradable_and_lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates unlock_upgradable_and_lock(). Empty function. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68925104-bb"></a><span class="identifier">try_unlock_upgradable_and_lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates try_unlock_upgradable_and_lock(). Equivalent to "return true;" </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68926448-bb"></a><span class="identifier">timed_unlock_upgradable_and_lock</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">ptime</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates timed_unlock_upgradable_and_lock(). Equivalent to "return true;" </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68928496-bb"></a><span class="identifier">try_unlock_sharable_and_lock</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates try_unlock_sharable_and_lock(). Equivalent to "return true;" </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp68929824-bb"></a><span class="identifier">try_unlock_sharable_and_lock_upgradable</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Simulates try_unlock_sharable_and_lock_upgradable(). Equivalent to "return true;" </p>
</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-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="named_upgradable_mutex.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.sync.null_mutex_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="scoped_lock.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| nawawi/poedit | deps/boost/doc/html/boost/interprocess/null_mutex.html | HTML | mit | 19,558 |
<html>
<head>
</head>
<body>
<p>hello, you are my <strong style="color: blue;">favorite</strong> person</p>
</body>
</html>
| proofme/juice | test/html/spaces_in_path.out.html | HTML | mit | 142 |
<html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - gui_widgets.h</title></head><body bgcolor='white'><pre>
<font color='#009900'>// Copyright (C) 2005 Davis E. King (davis@dlib.net)
</font><font color='#009900'>// License: Boost Software License See LICENSE.txt for the full license.
</font>
<font color='#0000FF'>#ifdef</font> DLIB_ALL_SOURCE_END
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='dlib_basic_cpp_build_tutorial.txt.html'>dlib_basic_cpp_build_tutorial.txt</a>"
<font color='#0000FF'>#endif</font>
<font color='#0000FF'>#ifndef</font> DLIB_GUI_WIDGETs_
<font color='#0000FF'>#define</font> DLIB_GUI_WIDGETs_
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='gui_widgets/widgets.h.html'>gui_widgets/widgets.h</a>"
<font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_GUI_WIDGETs_
</font>
</pre></body></html> | ruby-dlib/ruby-dlib | ext/dlib-19.4/docs/dlib/gui_widgets.h.html | HTML | mit | 993 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>test::stream::connect</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__test__stream.html" title="test::stream">
<link rel="prev" href="close_remote.html" title="test::stream::close_remote">
<link rel="next" href="executor_type.html" title="test::stream::executor_type">
</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="close_remote.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__beast__test__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="executor_type.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__test__stream.connect"></a><a class="link" href="connect.html" title="test::stream::connect">test::stream::connect</a>
</h5></div></div></div>
<p>
<a class="indexterm" name="idp138705136"></a>
Establish a connection.
</p>
<h6>
<a name="beast.ref.boost__beast__test__stream.connect.h0"></a>
<span class="phrase"><a name="beast.ref.boost__beast__test__stream.connect.synopsis"></a></span><a class="link" href="connect.html#beast.ref.boost__beast__test__stream.connect.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span>
<span class="identifier">connect</span><span class="special">(</span>
<span class="identifier">stream</span><span class="special">&</span> <span class="identifier">remote</span><span class="special">);</span>
</pre>
<h6>
<a name="beast.ref.boost__beast__test__stream.connect.h1"></a>
<span class="phrase"><a name="beast.ref.boost__beast__test__stream.connect.description"></a></span><a class="link" href="connect.html#beast.ref.boost__beast__test__stream.connect.description">Description</a>
</h6>
</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="close_remote.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__beast__test__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="executor_type.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__test__stream/connect.html | HTML | mit | 3,996 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<title>Directions service</title>
<style>
html, body, #map-canvas {
height: 100%;
margin: 0px;
padding: 0px
}
#panel {
position: absolute;
top: 5px;
left: 50%;
margin-left: -180px;
z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
</head>
<body>
<div id="panel">
<b>Start: </b>
<select id="start" onchange="calcRoute();">
<option value="2 Quadrant Rd Onehunga">2 Quadrant Rd Onehunga</option>
<option value="308 Parnell Rd Parnell">308 Parnell Rd Parnell</option>
<option value="13 Patterson st Sandringham">13 Patterson st Sandringham</option>
</select>
<b>or </b> <button onclick="getLocation();">Use My Location</button><br><br>
<b>End: </b>
<select id="end" onchange="calcRoute();">
<option value="2 Quadrant Rd Onehunga">2 Quadrant Rd Onehunga</option>
<option value="308 Parnell Rd Parnell">308 Parnell Rd Parnell</option>
<option value="13 Patterson st Sandringham">13 Patterson st Sandringham</option>
</select>
<p id="msg"></p>
</div>
<div id="map-canvas"></div>
<script>
var directionsDisplay;
var directionsService = new google.maps.DirectionsService();
var map;
var x = document.getElementById("msg");
function initialize() {
directionsDisplay = new google.maps.DirectionsRenderer();
var auckland = new google.maps.LatLng(-36.860757, 174.762215);
var mapOptions = {
zoom:7,
center: auckland
};
map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions);
directionsDisplay.setMap(map);
}
function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(calcRouteMyLocation, showError);
} else {
x.innerHTML = "Geolocation is not supported by this browser.";
}
}
function showPosition(position) {
x.innerHTML="Latitude: " + position.coords.latitude +
"<br>Longitude: " + position.coords.longitude;
}
function showError(error) {
switch(error.code) {
case error.PERMISSION_DENIED:
x.innerHTML = "User denied the request for Geolocation."
break;
case error.POSITION_UNAVAILABLE:
x.innerHTML = "Location information is unavailable."
break;
case error.TIMEOUT:
x.innerHTML = "The request to get user location timed out."
break;
case error.UNKNOWN_ERROR:
x.innerHTML = "An unknown error occurred."
break;
}
}
function calcRouteMyLocation(position) {
var start = position.coords.latitude+","+position.coords.longitude;
var end = document.getElementById('end').value;
var request = {
origin:start,
destination:end,
travelMode: google.maps.TravelMode.DRIVING
};
directionsService.route(request, function(response, status) {
if (status == google.maps.DirectionsStatus.OK) {
directionsDisplay.setDirections(response);
}
});
}
function calcRoute() {
var start = document.getElementById('start').value;
var end = document.getElementById('end').value;
console.log(start);
var request = {
origin:start,
destination:end,
travelMode: google.maps.TravelMode.DRIVING
};
directionsService.route(request, function(response, status) {
if (status == google.maps.DirectionsStatus.OK) {
directionsDisplay.setDirections(response);
}
});
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
</body>
</html>
| rdsimes/openhome-scheduler | public/directions-test.html | HTML | mit | 4,572 |
<template>
<label class="ms-Label">
<content></content>
</label>
</template> | gautamsi/aurelia-OfficeUIFabric | src/Label/Label.html | HTML | mit | 92 |
<title>Nestable lists - Ace Admin</title>
<!-- ajax layout which only needs content area -->
<div class="page-header">
<h1>
Nestable lists
<small>
<i class="ace-icon fa fa-angle-double-right"></i>
Drag & drop hierarchical list
</small>
</h1>
</div><!-- /.page-header -->
<div class="row">
<div class="col-xs-12">
<!-- PAGE CONTENT BEGINS -->
<div class="row">
<div class="col-sm-6">
<div class="dd" id="nestable">
<ol class="dd-list">
<li class="dd-item" data-id="1">
<div class="dd-handle">
Item 1
<i class="pull-right bigger-130 ace-icon fa fa-exclamation-triangle orange2"></i>
</div>
</li>
<li class="dd-item" data-id="2">
<div class="dd-handle">Item 2</div>
<ol class="dd-list">
<li class="dd-item" data-id="3">
<div class="dd-handle">
Item 3
<a data-rel="tooltip" data-placement="left" title="Change Date" href="#" class="pull-right tooltip-info btn btn-primary btn-mini btn-white btn-bold">
<i class="bigger-120 ace-icon fa fa-calendar"></i>
</a>
</div>
</li>
<li class="dd-item" data-id="4">
<div class="dd-handle">
<span class="orange">Item 4</span>
<span class="lighter grey">
with some description
</span>
</div>
</li>
<li class="dd-item" data-id="5">
<div class="dd-handle">
Item 5
<div class="pull-right action-buttons">
<a class="blue" href="#">
<i class="ace-icon fa fa-pencil bigger-130"></i>
</a>
<a class="red" href="#">
<i class="ace-icon fa fa-trash-o bigger-130"></i>
</a>
</div>
</div>
<ol class="dd-list">
<li class="dd-item item-orange" data-id="6">
<div class="dd-handle"> Item 6 </div>
</li>
<li class="dd-item item-red" data-id="7">
<div class="dd-handle">Item 7</div>
</li>
<li class="dd-item item-blue2" data-id="8">
<div class="dd-handle">Item 8</div>
</li>
</ol>
</li>
<li class="dd-item" data-id="9">
<div class="dd-handle btn-yellow no-hover">Item 9</div>
</li>
<li class="dd-item" data-id="10">
<div class="dd-handle">Item 10</div>
</li>
</ol>
</li>
<li class="dd-item" data-id="11">
<div class="dd-handle">
Item 11
<span class="sticker">
<span class="label label-success arrowed-in">
<i class="ace-icon fa fa-check bigger-110"></i>
</span>
</span>
</div>
</li>
<li class="dd-item" data-id="12">
<div class="dd-handle">Item 12</div>
</li>
</ol>
</div>
</div>
<div class="vspace-16-sm"></div>
<div class="col-sm-6">
<div class="dd dd-draghandle">
<ol class="dd-list">
<li class="dd-item dd2-item" data-id="13">
<div class="dd-handle dd2-handle">
<i class="normal-icon ace-icon fa fa-comments blue bigger-130"></i>
<i class="drag-icon ace-icon fa fa-arrows bigger-125"></i>
</div>
<div class="dd2-content">Click on an icon to start dragging</div>
</li>
<li class="dd-item dd2-item" data-id="14">
<div class="dd-handle dd2-handle">
<i class="normal-icon ace-icon fa fa-clock-o pink bigger-130"></i>
<i class="drag-icon ace-icon fa fa-arrows bigger-125"></i>
</div>
<div class="dd2-content">Recent Posts</div>
</li>
<li class="dd-item dd2-item" data-id="15">
<div class="dd-handle dd2-handle">
<i class="normal-icon ace-icon fa fa-signal orange bigger-130"></i>
<i class="drag-icon ace-icon fa fa-arrows bigger-125"></i>
</div>
<div class="dd2-content">Statistics</div>
<ol class="dd-list">
<li class="dd-item dd2-item" data-id="16">
<div class="dd-handle dd2-handle">
<i class="normal-icon ace-icon fa fa-user red bigger-130"></i>
<i class="drag-icon ace-icon fa fa-arrows bigger-125"></i>
</div>
<div class="dd2-content">Active Users</div>
</li>
<li class="dd-item dd2-item dd-colored" data-id="17">
<div class="dd-handle dd2-handle btn-info">
<i class="normal-icon ace-icon fa fa-pencil-square-o bigger-130"></i>
<i class="drag-icon ace-icon fa fa-arrows bigger-125"></i>
</div>
<div class="dd2-content btn-info no-hover">Published Articles</div>
</li>
<li class="dd-item dd2-item" data-id="18">
<div class="dd-handle dd2-handle">
<i class="normal-icon ace-icon fa fa-eye green bigger-130"></i>
<i class="drag-icon ace-icon fa fa-arrows bigger-125"></i>
</div>
<div class="dd2-content">Visitors</div>
</li>
</ol>
</li>
<li class="dd-item dd2-item" data-id="19">
<div class="dd-handle dd2-handle">
<i class="normal-icon ace-icon fa fa-bars blue bigger-130"></i>
<i class="drag-icon ace-icon fa fa-arrows bigger-125"></i>
</div>
<div class="dd2-content">Menu</div>
</li>
</ol>
</div>
</div>
</div>
<!-- PAGE CONTENT ENDS -->
</div><!-- /.col -->
</div><!-- /.row -->
<!-- page specific plugin scripts -->
<script type="text/javascript">
var scripts = [null,"../../assets/js/jquery.nestable.js", null]
$('.page-content-area').ace_ajax('loadScripts', scripts, function() {
//inline scripts related to this page
jQuery(function($){
$('.dd').nestable();
$('.dd-handle a').on('mousedown', function(e){
e.stopPropagation();
});
$('[data-rel="tooltip"]').tooltip();
});
});
</script>
| Blacktiger/nagadmin | vendor/ace-v1.3.3-bs-v3.3.1/html/ajax/content/nestable-list.html | HTML | mit | 6,073 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js canvas - performance</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
font-family: Monospace;
background-color: #f0f0f0;
margin: 0px;
overflow: hidden;
}
</style>
</head>
<body>
<script src="../build/three.min.js"></script>
<script src="js/Stats.js"></script>
<script>
var container, stats;
var camera, scene, renderer;
var sphere, plane;
init();
animate();
function init() {
container = document.createElement( 'div' );
document.body.appendChild( container );
camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 1, 10000 );
camera.position.set( 0, 1000, 1000 );
scene = new THREE.Scene();
// Grid
var size = 500, step = 100;
var geometry = new THREE.Geometry();
for ( var i = - size; i <= size; i += step ) {
geometry.vertices.push( new THREE.Vector3( - size, 0, i ) );
geometry.vertices.push( new THREE.Vector3( size, 0, i ) );
geometry.vertices.push( new THREE.Vector3( i, 0, - size ) );
geometry.vertices.push( new THREE.Vector3( i, 0, size ) );
}
var material = new THREE.LineBasicMaterial( { color: 0x000000, opacity: 0.5 } );
var line = new THREE.Line( geometry, material );
line.type = THREE.LinePieces;
scene.add( line );
// Spheres
geometry = new THREE.SphereGeometry( 100, 26, 18 );
material = new THREE.MeshLambertMaterial( { color: 0xffffff, shading: THREE.FlatShading, overdraw: true } );
for ( var i = 0; i < 20; i ++ ) {
sphere = new THREE.Mesh( geometry, material );
sphere.position.x = ( i % 5 ) * 200 - 400;
sphere.position.z = Math.floor( i / 5 ) * 200 - 400;
scene.add( sphere );
}
// Lights
var ambientLight = new THREE.AmbientLight( Math.random() * 0x202020 );
scene.add( ambientLight );
var directionalLight = new THREE.DirectionalLight( Math.random() * 0xffffff );
directionalLight.position.set( 0, 1, 0 );
scene.add( directionalLight );
var pointLight = new THREE.PointLight( 0xff0000, 1, 500 );
scene.add( pointLight );
renderer = new THREE.CanvasRenderer();
renderer.setSize( window.innerWidth, window.innerHeight );
container.appendChild( renderer.domElement );
stats = new Stats();
stats.domElement.style.position = 'absolute';
stats.domElement.style.top = '0px';
container.appendChild(stats.domElement);
//
window.addEventListener( 'resize', onWindowResize, false );
}
function onWindowResize() {
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize( window.innerWidth, window.innerHeight );
}
//
function animate() {
requestAnimationFrame( animate );
render();
stats.update();
}
function render() {
camera.lookAt( scene.position );
renderer.render( scene, camera );
}
</script>
</body>
</html>
| christopheschwyzer/StopheWebLab | three/source/three/examples/canvas_performance.html | HTML | mit | 3,128 |
---
layout: post
authors: ["Anelda van der Walt"]
title: "March 23-30, 2015: A Lab Meeting, a Dataset, NGS Course at MSU, and Postdoc Positions at BIDS"
date: 2015-03-30
time: "09:30:00"
category: ["Community"]
---
<p><strong>Highlights</strong></p>
<ul>
<li>
Please remember to join us for the <a href="{{site.baseurl}}/blog/2015/03/april-2015-lab-meeting.html">next online lab meeting</a> on April 1st at 10:00 and 19:00 Eastern time.
</li>
</ul>
<p><strong>Resources</strong></p>
<ul>
<li>
If you are looking for a <a href="http://figshare.com/articles/Portal_Project_Teaching_Database/1314459">teaching-ready dataset</a>, take a look at Ethan Whites simplified version of the Portal Projects Database now availble in csv, json, and sqlite.
</li>
</ul>
<p><strong>Events</strong></p>
<ul>
<li>
A <a href="http://ivory.idyll.org/blog/2015-summer-course-NGS.html">2+1 week NGS course</a> will be offered by Titus Brown and others from 10 - 21 August. <a href="http://bioinformatics.msu.edu/ngs-summer-course-2015">Applications are now open</a>.
</li>
<li>
<a href="http://gael-varoquaux.info/programming/euroscipy-2015-call-for-paper.html">EuroSciPy 2015 call for papers</a> is open until 20 April. The conference will take place in Cambridge, UK on 26-30 August.
</li>
</ul>
<p><strong>Opportunities</strong></p>
<ul>
<li>
Berkley Institute for Data Science (BIDS) is inviting <a href="https://aprecruit.berkeley.edu/apply/JPF00692">applications for Postdoctoral Researchers in Data Science</a>. Apply before 20 April.
</li>
</ul>
<!--more-->
<p><strong>Details</strong></p>
<ul>
<li>
<a href="{{site.baseurl}}/blog/2015/03/teaching-in-yangon.html">Ben Marwick wrote an inspirational post</a> about teaching a very novice audience in an environment with no/limited bandwith. He successfully employed miniCRAN to create a local R package repository for their workshop run at the University of Yangon, Myanmar.
</li>
<li>
Ever wondered what the <a href="https://github.com/noamross/zero-dependency-problems/blob/master/misc/stack-overflow-common-r-errors.md">most common R errors</a> are as enquired about in Stack Overflow? Noam Ross used the Stack Overflow API and R package, stackr, to analyse the data. Seems like R is mostly looking for things that are not there.
</li>
<li>
What motivates researchers to participate in Software Carpentry workshops? <a href="https://mlammens.github.io/2015/03/26/struggling-learners/">Matthew Aiello-Lammens beliefs understanding participants' motivation may help instructors</a> to support those struggling to keep up during the workshop.
</li>
<li>
A number of people completed the Software Carpentry instructor training. <a href="http://smallerthings.org/category/education.html">David Dotson</a>, from the Center for Biological Physics at Arizona State University, wrote about how he will be putting this qualification to use in future.
</li>
<li>
Three workshop were run last week: Havard School of Public Health, University of Oklahoma Libraries, and Mahidol University (our first workshop in Thailand).
</li>
<li>
Several workshops have been confirmed for the next few months.
Upcoming workshops can be viewed on <a href="{{site.baseurl}}/workshops/">our website</a>.
<i>Newly added workshops are indicated with a "*"</i>.
</li>
<ul>
<li>
April:
<a href="http://iglpdc.github.io/2015-04-01-wcmc/">Weill Cornell Medical College</a>*,
<a href="http://xuf12.github.io/2015-04-02-umiami/">University of Miami</a>*,
<a href="http://combine-australia.github.io/2015-04-08-SWC-UniMelb-Biosciences/">University of Melbourne</a>*,
<a href="http://efran.github.io/2015-04-09-UW/">University of Washinghton - Seattle</a>,
<a href="http://hpcarcher.github.io/2015-04-16-imperial/">Imperial College London</a>,
<a href="http://jdblischak.github.io/2015-04-17-nw/">Northwestern University</a>,
<a href="http://mqwilber.github.io/2015-04-17-ucsb/">University of California - Santa Barbara</a>,
<a href="http://rachelss.github.io/2015-04-18-ASU/">Wrigley Building, Arizona State University</a>*,
<a href="http://naupaka.github.io/2015-04-18-UT-Arlington/">University of Texas at Arlington</a>,
<a href="http://karawoo.com/2015-04-27-wsu/">Washington State University</a>,
<a href="http://ttimbers.github.io/2015-04-30-SFU/">Simon Fraser University</a>
</li>
<li>
May:
<a href="http://pbarmby.github.io/2015-05-11-westernu/">Western University</a>,
<a href="http://resbaz.github.io/2015-05-25-unimelb/">University of Melbourne</a>
</li>
<li>
July:
<a href="http://bio-swc-bne.github.io/2015-07-02-UQ/">The University of Queensland</a>,
<a href="http://damienirving.github.io/2015-07-13-amos/">The University of Queensland - AMOS sciences</a>
</li>
</ul>
</ul>
<p><strong>Repository Activity</strong></p>
<table class="table table-striped">
<tr><th>Project</th><th colspan="3">Issues</th><th colspan="3">Pull Requests</th></tr>
<tr><th></th><th>Opened</th><th>Closed</th><th>Comments</th><th>Opened</th><th>Closed</th><th>Comments</th></tr>
<tr><th>shell-novice</th> <td></td> <td></td> <td>5</td> <td></td> <td>4</td> <td></td> </tr>
<tr><th>git-novice</th> <td>2</td> <td>1</td> <td>25</td> <td>3</td> <td>5</td> <td>1</td> </tr>
<tr><th>hg-novice</th> <td></td> <td></td> <td></td> <td></td> <td>1</td> <td></td> </tr>
<tr><th>sql-novice-survey</th> <td></td> <td></td> <td>9</td> <td>12</td> <td>14</td> <td></td> </tr>
<tr><th>python-novice-inflammation</th> <td></td> <td></td> <td>12</td> <td>1</td> <td>2</td> <td>3</td> </tr>
<tr><th>r-novice-inflammation</th> <td></td> <td>1</td> <td>9</td> <td></td> <td>4</td> <td></td> </tr>
<tr><th>matlab-novice-inflammation</th> <td></td> <td></td> <td></td> <td></td> <td>1</td> <td></td> </tr>
<tr><th>slideshows</th> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr>
<tr><th>instructor-training</th> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr>
<tr><th>amy</th> <td></td> <td></td> <td>1</td> <td></td> <td></td> <td>1</td> </tr>
<tr><th>site</th> <td>2</td> <td>12</td> <td>31</td> <td>8</td> <td>9</td> <td>7</td> </tr>
<tr><th>Total</th> <th>4</th> <th>14</th> <th>92</th> <th>24</th> <th>40</th> <th>12</th> </tr>
</table>
| gvwilson/website | _posts/2015/03/2015-03-30-weekly-update-2015-03-30.html | HTML | mit | 6,359 |
<!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_13) on Wed Aug 05 08:53:12 ICT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=utf8">
<TITLE>
AppropriateScopeNameClass
</TITLE>
<META NAME="date" CONTENT="2009-08-05">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AppropriateScopeNameClass";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AppropriateScopeNameClass.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-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">
<A HREF="../../../../org/jgentleframework/context/injecting/AnnotatingExecutor.html" title="class in org.jgentleframework.context.injecting"><B>PREV CLASS</B></A>
<A HREF="../../../../org/jgentleframework/context/injecting/IAbstractBeanFactory.html" title="interface in org.jgentleframework.context.injecting"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/jgentleframework/context/injecting/AppropriateScopeNameClass.html" target="_top"><B>FRAMES</B></A>
<A HREF="AppropriateScopeNameClass.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.jgentleframework.context.injecting</FONT>
<BR>
Class AppropriateScopeNameClass</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.jgentleframework.context.injecting.AppropriateScopeNameClass</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>AppropriateScopeNameClass</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
The Class AppropriateScopeNameClass.
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Quoc Chung - mailto: <a
href="mailto:skydunkpro@yahoo.com">skydunkpro@yahoo.com</a></DD>
</DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Class<?></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jgentleframework/context/injecting/AppropriateScopeNameClass.html#clazz">clazz</A></B></CODE>
<BR>
The clazz.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/jgentleframework/core/reflection/metadata/Definition.html" title="interface in org.jgentleframework.core.reflection.metadata">Definition</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jgentleframework/context/injecting/AppropriateScopeNameClass.html#definition">definition</A></B></CODE>
<BR>
The definition.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jgentleframework/context/injecting/AppropriateScopeNameClass.html#ref">ref</A></B></CODE>
<BR>
The ref.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jgentleframework/context/injecting/AppropriateScopeNameClass.html#scopeName">scopeName</A></B></CODE>
<BR>
The scope name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Class<?></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/jgentleframework/context/injecting/AppropriateScopeNameClass.html#targetClass">targetClass</A></B></CODE>
<BR>
The target class.</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/jgentleframework/context/injecting/AppropriateScopeNameClass.html#AppropriateScopeNameClass()">AppropriateScopeNameClass</A></B>()</CODE>
<BR>
Instantiates a new appropriate scope name class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/jgentleframework/context/injecting/AppropriateScopeNameClass.html#AppropriateScopeNameClass(java.lang.Class, java.lang.Class, org.jgentleframework.core.reflection.metadata.Definition, java.lang.String, java.lang.String, java.lang.String)">AppropriateScopeNameClass</A></B>(java.lang.Class<?> clazz,
java.lang.Class<?> targetClass,
<A HREF="../../../../org/jgentleframework/core/reflection/metadata/Definition.html" title="interface in org.jgentleframework.core.reflection.metadata">Definition</A> defininition,
java.lang.String ref,
java.lang.String scopeName,
java.lang.String mappingName)</CODE>
<BR>
Instantiates a new appropriate scope name class.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="clazz"><!-- --></A><H3>
clazz</H3>
<PRE>
public java.lang.Class<?> <B>clazz</B></PRE>
<DL>
<DD>The clazz.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="targetClass"><!-- --></A><H3>
targetClass</H3>
<PRE>
public java.lang.Class<?> <B>targetClass</B></PRE>
<DL>
<DD>The target class.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="definition"><!-- --></A><H3>
definition</H3>
<PRE>
public <A HREF="../../../../org/jgentleframework/core/reflection/metadata/Definition.html" title="interface in org.jgentleframework.core.reflection.metadata">Definition</A> <B>definition</B></PRE>
<DL>
<DD>The definition.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="ref"><!-- --></A><H3>
ref</H3>
<PRE>
public java.lang.String <B>ref</B></PRE>
<DL>
<DD>The ref.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="scopeName"><!-- --></A><H3>
scopeName</H3>
<PRE>
public java.lang.String <B>scopeName</B></PRE>
<DL>
<DD>The scope name.
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="AppropriateScopeNameClass()"><!-- --></A><H3>
AppropriateScopeNameClass</H3>
<PRE>
public <B>AppropriateScopeNameClass</B>()</PRE>
<DL>
<DD>Instantiates a new appropriate scope name class.
<P>
</DL>
<HR>
<A NAME="AppropriateScopeNameClass(java.lang.Class, java.lang.Class, org.jgentleframework.core.reflection.metadata.Definition, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
AppropriateScopeNameClass</H3>
<PRE>
public <B>AppropriateScopeNameClass</B>(java.lang.Class<?> clazz,
java.lang.Class<?> targetClass,
<A HREF="../../../../org/jgentleframework/core/reflection/metadata/Definition.html" title="interface in org.jgentleframework.core.reflection.metadata">Definition</A> defininition,
java.lang.String ref,
java.lang.String scopeName,
java.lang.String mappingName)</PRE>
<DL>
<DD>Instantiates a new appropriate scope name class.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>clazz</CODE> - the clazz<DD><CODE>targetClass</CODE> - the target class<DD><CODE>defininition</CODE> - the defininition<DD><CODE>ref</CODE> - the ref<DD><CODE>scopeName</CODE> - the scope name<DD><CODE>mappingName</CODE> - the mapping name</DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AppropriateScopeNameClass.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-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">
<A HREF="../../../../org/jgentleframework/context/injecting/AnnotatingExecutor.html" title="class in org.jgentleframework.context.injecting"><B>PREV CLASS</B></A>
<A HREF="../../../../org/jgentleframework/context/injecting/IAbstractBeanFactory.html" title="interface in org.jgentleframework.context.injecting"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/jgentleframework/context/injecting/AppropriateScopeNameClass.html" target="_top"><B>FRAMES</B></A>
<A HREF="AppropriateScopeNameClass.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| haint/jgentle | doc/org/jgentleframework/context/injecting/AppropriateScopeNameClass.html | HTML | apache-2.0 | 15,968 |
<!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" xmlns:rsf="http://ponder.org.uk/rsf">
<head>
<title>Polls: Thanks</title>
<link rsf:id="scr=portal-matter" href="/library/skin/tool_base.css" type="text/css" rel="stylesheet" media="all"/>
<link rsf:id="scr=portal-matter" href="/library/skin/default/tool.css" type="text/css" rel="stylesheet" media="all"/>
<script rsf:id="scr=portal-matter" type="text/javascript" language="JavaScript" src="/library/js/headscripts.js"></script>
</head>
<body rsf:id="scr=sakai-body">
<div class="portletBody">
<p><strong rsf:id="confirm-msg">Thank you for voting!</strong></p>
<p><span rsf:id="confirm-ref-msg">Your reference number:</span> <span rsf:id="ref-number">{number goes here}</span></p>
<p><a href="voteResults.html" rsf:id="poll_results">View Results</a></p>
<form rsf:id="back" action="votePolls.html">
<p class="act">
<input type="submit" name="reset" id="reset" value="Cancel" accesskey="x" rsf:id="cancel" class="active"/>
</p>
</form>
</div>
</body>
</html>
| harfalm/Sakai-10.1 | polls/tool/src/webapp/templates/voteThanks.html | HTML | apache-2.0 | 1,161 |
<html>
<body>
This is where the standard SolidBase plugins hide.
</body>
</html>
| yuva2achieve/solidbase | src/solidbase/core/plugins/package.html | HTML | apache-2.0 | 90 |
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html xmlns="http://www.w3.org/1999/xhtml" vocab="http://bob.example.com/">
<head></head>
<body>
As Gandalf the White said in
<span rel="cite" resource="http://www.example.com/books/the_two_towers">
The Two Towers
</span>,
<quote xml:lang="en">"The hospitality of
your hall is somewhat lessened of late, Theoden King."
</quote>
<span rev="isChapterOf"><a href="http://path/to/chapter">Read the chapter</a></span>
</body>
</html> | apache/any23 | test-resources/src/test/resources/html/rdfa/rel-rev.html | HTML | apache-2.0 | 1,221 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Sun Mar 29 01:32:06 JST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package twitter4j.auth (twitter4j-async 4.0.3 API)</title>
<meta name="date" content="2015-03-29">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package twitter4j.auth (twitter4j-async 4.0.3 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../index.html?twitter4j/auth/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package twitter4j.auth" class="title">Uses of Package<br>twitter4j.auth</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../twitter4j/auth/package-summary.html">twitter4j.auth</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#twitter4j">twitter4j</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="twitter4j">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../twitter4j/auth/package-summary.html">twitter4j.auth</a> used by <a href="../../twitter4j/package-summary.html">twitter4j</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../twitter4j/auth/class-use/AsyncOAuth2Support.html#twitter4j">AsyncOAuth2Support</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../twitter4j/auth/class-use/AsyncOAuthSupport.html#twitter4j">AsyncOAuthSupport</a> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../index.html?twitter4j/auth/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015. All Rights Reserved.</small></p>
</body>
</html>
| egeyman/Final-Project | twitter4j-async/javadoc/twitter4j/auth/package-use.html | HTML | apache-2.0 | 5,177 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cindy JS</title>
<script type="text/javascript" src="../build/js/Cindy.js"></script>
<link rel="stylesheet" href="../css/cindy.css">
</head>
<body style="font-family:Arial;">
<h1>CindyJS: First Physics</h1>
<script id='init' type='text/x-cindyscript'>
l=[];
</script>
<script id='csmove' type='text/x-cindyscript'>
pairs=pairs(allmasses());
rad=1;rad1=1;
forall(pairs,s,
if(|s_1,s_2|<(rad+rad1)*.9 & ((s_1).color!=(s_2).color),
al=(|s_1,s_2|-(rad+rad1)*.3)/((rad+rad1)*.6);
if(al<0,al=0);
if(al>1,al=1);
al=1-al;
draw(s_1,s_2,size->2,alpha->al*2,color->(0,0,0));
)
);
</script>
<div id="CSCanvas" style="width:500px; height:500px; border:2px solid #000000"></div>
<script type="text/javascript">
nn=80;
b=8;
f=4;
var gslp=[
{name:"B", type:"Free", pos:[-b,b],color:[0,0,0],size:1},
{name:"C", type:"Free", pos:[-b,-b],color:[0,0,0],size:1},
{name:"D", type:"Free", pos:[b,-b],color:[0,0,0],size:1},
{name:"E", type:"Free", pos:[b,b],color:[0,0,0],size:1},
// {name:"F", type:"Free", pos:[7,2.5],color:[1,.5,.5]},
// {name:"X", type:"Free", pos:[-9,-7],color:[0,0,0]},
// {name:"Y", type:"Free", pos:[9,-7],color:[0,0,0]},
{name:"a", type:"Segment", args:["B","C"],color:[0,0,0],size:1 },
{name:"b", type:"Segment", args:["C","D"],color:[0,0,0],size:1 },
{name:"c", type:"Segment", args:["D","E"],color:[0,0,0],size:1 },
{name:"d", type:"Segment", args:["E","B"],color:[0,0,0],size:1 }
];
for(var i=0;i<nn;i++){
gslp.push(
{name:"A"+i, type:"Free",
pos:[(Math.random()-.5)*b*1.8,(Math.random()-.5)*b*1.8],
color:i>nn/f?[1,.5,.5]:[.5,.5,1],
size:i>nn/f?5:5}
)
};
var physics=[
{behavior:{type:"Environment",gravity:0,
accuracy:10,deltat:0.1,
balls:true,charges:true,friction:.1}},
{name:"a", behavior:{type:"Bouncer"}},
{name:"b", behavior:{type:"Bouncer"}},
{name:"c", behavior:{type:"Bouncer"}},
{name:"d", behavior:{type:"Bouncer"}}
];
for(var i=0;i<nn;i++){
physics.push(
{name:"A"+i, behavior:{
type:"Mass",
radius:i>nn/f?1:+1,
vx:(Math.random()-.5)*.1,
vy:(Math.random()-.5)*.1,
charge:i>nn/f?-1:3},
}
)
};
var cdy = CindyJS({canvasname:"CSCanvas",
defaultAppearance: {dimDependent: 0.7},
movescript:"csmove",
initscript:"init",
geometry:gslp,
behavior:physics}
);
</script>
<button onclick="cdy.play()" type="button" style="position:absolute; top:610px;left:60px" >Play</button>
<button onclick="cdy.pause()" type="button" style="position:absolute; top:610px;left:110px" >Pause</button>
<button onclick="cdy.stop()" type="button" style="position:absolute; top:610px;left:170px" >Stop</button>
</body>
</html>
| gagern/CindyJS | examples/39_ManyBalls_1_3_a.html | HTML | apache-2.0 | 3,720 |
<!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_31) on Mon Apr 13 10:36:40 IST 2015 -->
<title>Index</title>
<meta name="date" content="2015-04-13">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:J">J</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:W">W</a> <a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/tamanager/TextManager.html#aggregateDocumentComponentsFromSentences-com.diskoverorta.vo.DocSentObject-">aggregateDocumentComponentsFromSentences(DocSentObject)</a></span> - Method in class com.diskoverorta.tamanager.<a href="com/diskoverorta/tamanager/TextManager.html" title="class in com.diskoverorta.tamanager">TextManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/TAConfig.html#analysisConfig">analysisConfig</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/TAConfig.html" title="class in com.diskoverorta.vo">TAConfig</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/APIOutput.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">APIOutput</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 3/12/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/APIOutput.html#APIOutput--">APIOutput()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/APIOutput.html" title="class in com.diskoverorta.vo">APIOutput</a></dt>
<dd> </dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="com/diskoverorta/entities/BaseEntity.html" title="class in com.diskoverorta.entities"><span class="typeNameLink">BaseEntity</span></a> - Class in <a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a></dt>
<dd>
<div class="block">Created by praveen on 15/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/BaseEntity.html#BaseEntity--">BaseEntity()</a></span> - Constructor for class com.diskoverorta.entities.<a href="com/diskoverorta/entities/BaseEntity.html" title="class in com.diskoverorta.entities">BaseEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/TAConfig.html#bioentityConfig">bioentityConfig</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/TAConfig.html" title="class in com.diskoverorta.vo">TAConfig</a></dt>
<dd> </dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/KlusterData.html#clusterMap">clusterMap</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/KlusterData.html" title="class in com.diskoverorta.vo">KlusterData</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/coreference/package-summary.html">com.diskoverorta.coreference</a> - package com.diskoverorta.coreference</dt>
<dd> </dd>
<dt><a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a> - package com.diskoverorta.entities</dt>
<dd> </dd>
<dt><a href="com/diskoverorta/legal/package-summary.html">com.diskoverorta.legal</a> - package com.diskoverorta.legal</dt>
<dd> </dd>
<dt><a href="com/diskoverorta/lifesciences/package-summary.html">com.diskoverorta.lifesciences</a> - package com.diskoverorta.lifesciences</dt>
<dd> </dd>
<dt><a href="com/diskoverorta/ontology/package-summary.html">com.diskoverorta.ontology</a> - package com.diskoverorta.ontology</dt>
<dd> </dd>
<dt><a href="com/diskoverorta/osdep/package-summary.html">com.diskoverorta.osdep</a> - package com.diskoverorta.osdep</dt>
<dd> </dd>
<dt><a href="com/diskoverorta/tamanager/package-summary.html">com.diskoverorta.tamanager</a> - package com.diskoverorta.tamanager</dt>
<dd> </dd>
<dt><a href="com/diskoverorta/utils/package-summary.html">com.diskoverorta.utils</a> - package com.diskoverorta.utils</dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a> - package com.diskoverorta.vo</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/TAConfig.html#corefConfig">corefConfig</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/TAConfig.html" title="class in com.diskoverorta.vo">TAConfig</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/coreference/CorefManager.html" title="class in com.diskoverorta.coreference"><span class="typeNameLink">CorefManager</span></a> - Class in <a href="com/diskoverorta/coreference/package-summary.html">com.diskoverorta.coreference</a></dt>
<dd>
<div class="block">Created by naren on 28/1/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/CorefManager.html#CorefManager--">CorefManager()</a></span> - Constructor for class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/CorefManager.html" title="class in com.diskoverorta.coreference">CorefManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityAPISet.html#Currency">Currency</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityAPISet.html" title="class in com.diskoverorta.vo">EntityAPISet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityObject.html#currency">currency</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityObject.html" title="class in com.diskoverorta.vo">EntityObject</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/entities/CurrencyEntity.html" title="class in com.diskoverorta.entities"><span class="typeNameLink">CurrencyEntity</span></a> - Class in <a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a></dt>
<dd>
<div class="block">Created by praveen on 15/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/CurrencyEntity.html#CurrencyEntity--">CurrencyEntity()</a></span> - Constructor for class com.diskoverorta.entities.<a href="com/diskoverorta/entities/CurrencyEntity.html" title="class in com.diskoverorta.entities">CurrencyEntity</a></dt>
<dd> </dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityAPISet.html#Date">Date</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityAPISet.html" title="class in com.diskoverorta.vo">EntityAPISet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityObject.html#date">date</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityObject.html" title="class in com.diskoverorta.vo">EntityObject</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/entities/DateEntity.html" title="class in com.diskoverorta.entities"><span class="typeNameLink">DateEntity</span></a> - Class in <a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a></dt>
<dd>
<div class="block">Created by praveen on 15/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/DateEntity.html#DateEntity--">DateEntity()</a></span> - Constructor for class com.diskoverorta.entities.<a href="com/diskoverorta/entities/DateEntity.html" title="class in com.diskoverorta.entities">DateEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/DocSentObject.html#docSentences">docSentences</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/DocSentObject.html" title="class in com.diskoverorta.vo">DocSentObject</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/DocSentObject.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">DocSentObject</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 11/11/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/DocSentObject.html#DocSentObject--">DocSentObject()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/DocSentObject.html" title="class in com.diskoverorta.vo">DocSentObject</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/DocumentObject.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">DocumentObject</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 11/11/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/DocumentObject.html#DocumentObject--">DocumentObject()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/DocumentObject.html" title="class in com.diskoverorta.vo">DocumentObject</a></dt>
<dd> </dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/DocumentObject.html#entities">entities</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/DocumentObject.html" title="class in com.diskoverorta.vo">DocumentObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/LegalObject.html#entities">entities</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/LegalObject.html" title="class in com.diskoverorta.vo">LegalObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/SentenceObject.html#entities">entities</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/SentenceObject.html" title="class in com.diskoverorta.vo">SentenceObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/DocumentObject.html#entitiesMeta">entitiesMeta</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/DocumentObject.html" title="class in com.diskoverorta.vo">DocumentObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/APIOutput.html#entity_general">entity_general</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/APIOutput.html" title="class in com.diskoverorta.vo">APIOutput</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/APIOutput.html#entity_lifesciences">entity_lifesciences</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/APIOutput.html" title="class in com.diskoverorta.vo">APIOutput</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/EntityAPISet.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">EntityAPISet</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 28/11/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityAPISet.html#EntityAPISet--">EntityAPISet()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityAPISet.html" title="class in com.diskoverorta.vo">EntityAPISet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/TAConfig.html#entityConfig">entityConfig</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/TAConfig.html" title="class in com.diskoverorta.vo">TAConfig</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/entities/EntityManager.html" title="class in com.diskoverorta.entities"><span class="typeNameLink">EntityManager</span></a> - Class in <a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a></dt>
<dd>
<div class="block">Created by praveen on 17/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/EntityManager.html#EntityManager--">EntityManager()</a></span> - Constructor for class com.diskoverorta.entities.<a href="com/diskoverorta/entities/EntityManager.html" title="class in com.diskoverorta.entities">EntityManager</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/EntityMap.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">EntityMap</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 25/11/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityMap.html#EntityMap--">EntityMap()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityMap.html" title="class in com.diskoverorta.vo">EntityMap</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/EntityObject.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">EntityObject</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 17/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityObject.html#EntityObject--">EntityObject()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityObject.html" title="class in com.diskoverorta.vo">EntityObject</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/utils/EntityUtils.html" title="class in com.diskoverorta.utils"><span class="typeNameLink">EntityUtils</span></a> - Class in <a href="com/diskoverorta/utils/package-summary.html">com.diskoverorta.utils</a></dt>
<dd>
<div class="block">Created by praveen on 25/11/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/EntityUtils.html#EntityUtils--">EntityUtils()</a></span> - Constructor for class com.diskoverorta.utils.<a href="com/diskoverorta/utils/EntityUtils.html" title="class in com.diskoverorta.utils">EntityUtils</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/LegalObject.html#events">events</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/LegalObject.html" title="class in com.diskoverorta.vo">LegalObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/EntityUtils.html#extractEntityMap-com.diskoverorta.vo.EntityObject-">extractEntityMap(EntityObject)</a></span> - Static method in class com.diskoverorta.utils.<a href="com/diskoverorta/utils/EntityUtils.html" title="class in com.diskoverorta.utils">EntityUtils</a></dt>
<dd> </dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/KlusterData.html#featureMap">featureMap</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/KlusterData.html" title="class in com.diskoverorta.vo">KlusterData</a></dt>
<dd> </dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/EntityUtils.html#getAliasMap-java.util.Map-">getAliasMap(Map<String, Integer>)</a></span> - Static method in class com.diskoverorta.utils.<a href="com/diskoverorta/utils/EntityUtils.html" title="class in com.diskoverorta.utils">EntityUtils</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/EntityUtils.html#getAliasMapFromSet-java.util.Set-">getAliasMapFromSet(Set<String>)</a></span> - Static method in class com.diskoverorta.utils.<a href="com/diskoverorta/utils/EntityUtils.html" title="class in com.diskoverorta.utils">EntityUtils</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/EntityManager.html#getALLDocumentEntitiesINJSON-java.lang.String-">getALLDocumentEntitiesINJSON(String)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/EntityManager.html" title="class in com.diskoverorta.entities">EntityManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/CorefManager.html#getCorefForSelectedEntites-java.lang.String-java.util.Set-java.util.Set-java.util.Map-">getCorefForSelectedEntites(String, Set<String>, Set<String>, Map<String, String>)</a></span> - Method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/CorefManager.html" title="class in com.diskoverorta.coreference">CorefManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/ontology/OntologyLookup.html#getDocumentsForCase-java.lang.String-">getDocumentsForCase(String)</a></span> - Method in class com.diskoverorta.ontology.<a href="com/diskoverorta/ontology/OntologyLookup.html" title="class in com.diskoverorta.ontology">OntologyLookup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/BaseEntity.html#getEntities-OSEntityInterface-java.lang.String-EntityType-">getEntities(OSEntityInterface, String, EntityType)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/BaseEntity.html" title="class in com.diskoverorta.entities">BaseEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/CurrencyEntity.html#getEntities-OSEntityInterface-java.lang.String-">getEntities(OSEntityInterface, String)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/CurrencyEntity.html" title="class in com.diskoverorta.entities">CurrencyEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/DateEntity.html#getEntities-OSEntityInterface-java.lang.String-">getEntities(OSEntityInterface, String)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/DateEntity.html" title="class in com.diskoverorta.entities">DateEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/LocationEntity.html#getEntities-OSEntityInterface-java.lang.String-">getEntities(OSEntityInterface, String)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/LocationEntity.html" title="class in com.diskoverorta.entities">LocationEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/OrganizationEntity.html#getEntities-OSEntityInterface-java.lang.String-">getEntities(OSEntityInterface, String)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/OrganizationEntity.html" title="class in com.diskoverorta.entities">OrganizationEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/PercentEntity.html#getEntities-OSEntityInterface-java.lang.String-">getEntities(OSEntityInterface, String)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/PercentEntity.html" title="class in com.diskoverorta.entities">PercentEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/PersonEntity.html#getEntities-OSEntityInterface-java.lang.String-">getEntities(OSEntityInterface, String)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/PersonEntity.html" title="class in com.diskoverorta.entities">PersonEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/TimeEntity.html#getEntities-OSEntityInterface-java.lang.String-">getEntities(OSEntityInterface, String)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/TimeEntity.html" title="class in com.diskoverorta.entities">TimeEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/osdep/StanfordNLP.html#getEntities-EntityType-java.lang.String-">getEntities(EntityType, String)</a></span> - Method in class com.diskoverorta.osdep.<a href="com/diskoverorta/osdep/StanfordNLP.html" title="class in com.diskoverorta.osdep">StanfordNLP</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/EntityUtils.html#getEntitySet-com.diskoverorta.vo.DocumentObject-">getEntitySet(DocumentObject)</a></span> - Static method in class com.diskoverorta.utils.<a href="com/diskoverorta/utils/EntityUtils.html" title="class in com.diskoverorta.utils">EntityUtils</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/EntityUtils.html#getListFrequency-java.util.List-">getListFrequency(List<String>)</a></span> - Static method in class com.diskoverorta.utils.<a href="com/diskoverorta/utils/EntityUtils.html" title="class in com.diskoverorta.utils">EntityUtils</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/lifesciences/LSInterface.html#getLSEntitiesinJSON-java.lang.String-">getLSEntitiesinJSON(String)</a></span> - Static method in class com.diskoverorta.lifesciences.<a href="com/diskoverorta/lifesciences/LSInterface.html" title="class in com.diskoverorta.lifesciences">LSInterface</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/OrganizationCoref.html#getMentions-java.lang.String-">getMentions(String)</a></span> - Static method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/OrganizationCoref.html" title="class in com.diskoverorta.coreference">OrganizationCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/PersonCoref.html#getMentions-java.lang.String-">getMentions(String)</a></span> - Static method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/PersonCoref.html" title="class in com.diskoverorta.coreference">PersonCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/ontology/OntologyManager.html#getOntologyForSelectedTerms-java.lang.String-java.util.Map-">getOntologyForSelectedTerms(String, Map<String, String>)</a></span> - Static method in class com.diskoverorta.ontology.<a href="com/diskoverorta/ontology/OntologyManager.html" title="class in com.diskoverorta.ontology">OntologyManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/OrganizationCoref.html#getOrganizationCoref-java.lang.String-java.util.Set-java.lang.String-">getOrganizationCoref(String, Set<String>, String)</a></span> - Method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/OrganizationCoref.html" title="class in com.diskoverorta.coreference">OrganizationCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/OrganizationCoref.html#getOrganizationEntity-java.lang.String-">getOrganizationEntity(String)</a></span> - Static method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/OrganizationCoref.html" title="class in com.diskoverorta.coreference">OrganizationCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/PersonCoref.html#getPersonCoref-java.lang.String-java.util.Set-java.lang.String-">getPersonCoref(String, Set<String>, String)</a></span> - Method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/PersonCoref.html" title="class in com.diskoverorta.coreference">PersonCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/PersonCoref.html#getPersonEntity-java.lang.String-">getPersonEntity(String)</a></span> - Static method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/PersonCoref.html" title="class in com.diskoverorta.coreference">PersonCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/EntityManager.html#getSelectedEntitiesForSentence-java.lang.String-java.util.Map-">getSelectedEntitiesForSentence(String, Map<String, String>)</a></span> - Method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/EntityManager.html" title="class in com.diskoverorta.entities">EntityManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/OrganizationCoref.html#getSubStringAlias-java.lang.String-">getSubStringAlias(String)</a></span> - Method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/OrganizationCoref.html" title="class in com.diskoverorta.coreference">OrganizationCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/OrganizationCoref.html#getSubStringAlias-java.util.Set-">getSubStringAlias(Set<String>)</a></span> - Method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/OrganizationCoref.html" title="class in com.diskoverorta.coreference">OrganizationCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/PersonCoref.html#getSubStringAlias-java.lang.String-">getSubStringAlias(String)</a></span> - Method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/PersonCoref.html" title="class in com.diskoverorta.coreference">PersonCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/PersonCoref.html#getSubStringAlias-java.util.Set-">getSubStringAlias(Set<String>)</a></span> - Method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/PersonCoref.html" title="class in com.diskoverorta.coreference">PersonCoref</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/groups.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">groups</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 29/3/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/groups.html#groups--">groups()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/groups.html" title="class in com.diskoverorta.vo">groups</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/groups.html#groups">groups</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/groups.html" title="class in com.diskoverorta.vo">groups</a></dt>
<dd> </dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="com/diskoverorta/utils/JsonConvertor.html" title="class in com.diskoverorta.utils"><span class="typeNameLink">JsonConvertor</span></a> - Class in <a href="com/diskoverorta/utils/package-summary.html">com.diskoverorta.utils</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/JsonConvertor.html#JsonConvertor--">JsonConvertor()</a></span> - Constructor for class com.diskoverorta.utils.<a href="com/diskoverorta/utils/JsonConvertor.html" title="class in com.diskoverorta.utils">JsonConvertor</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/JsonConvertor.html#JsonConvertor--">JsonConvertor()</a></span> - Method in class com.diskoverorta.utils.<a href="com/diskoverorta/utils/JsonConvertor.html" title="class in com.diskoverorta.utils">JsonConvertor</a></dt>
<dd> </dd>
</dl>
<a name="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><a href="com/diskoverorta/vo/KlusterData.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">KlusterData</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 29/3/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/KlusterData.html#KlusterData--">KlusterData()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/KlusterData.html" title="class in com.diskoverorta.vo">KlusterData</a></dt>
<dd> </dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/groups.html#label">label</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/groups.html" title="class in com.diskoverorta.vo">groups</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/KlusterData.html#labelMap">labelMap</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/KlusterData.html" title="class in com.diskoverorta.vo">KlusterData</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/legal/LegalManager.html" title="class in com.diskoverorta.legal"><span class="typeNameLink">LegalManager</span></a> - Class in <a href="com/diskoverorta/legal/package-summary.html">com.diskoverorta.legal</a></dt>
<dd>
<div class="block">Created by praveen on 4/2/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/legal/LegalManager.html#LegalManager--">LegalManager()</a></span> - Constructor for class com.diskoverorta.legal.<a href="com/diskoverorta/legal/LegalManager.html" title="class in com.diskoverorta.legal">LegalManager</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/LegalObject.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">LegalObject</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 4/2/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/LegalObject.html#LegalObject--">LegalObject()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/LegalObject.html" title="class in com.diskoverorta.vo">LegalObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityAPISet.html#Location">Location</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityAPISet.html" title="class in com.diskoverorta.vo">EntityAPISet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityObject.html#location">location</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityObject.html" title="class in com.diskoverorta.vo">EntityObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityMap.html#locationAlias">locationAlias</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityMap.html" title="class in com.diskoverorta.vo">EntityMap</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityMap.html#locationCount">locationCount</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityMap.html" title="class in com.diskoverorta.vo">EntityMap</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/entities/LocationEntity.html" title="class in com.diskoverorta.entities"><span class="typeNameLink">LocationEntity</span></a> - Class in <a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a></dt>
<dd>
<div class="block">Created by praveen on 15/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/LocationEntity.html#LocationEntity--">LocationEntity()</a></span> - Constructor for class com.diskoverorta.entities.<a href="com/diskoverorta/entities/LocationEntity.html" title="class in com.diskoverorta.entities">LocationEntity</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/lifesciences/LSInterface.html" title="class in com.diskoverorta.lifesciences"><span class="typeNameLink">LSInterface</span></a> - Class in <a href="com/diskoverorta/lifesciences/package-summary.html">com.diskoverorta.lifesciences</a></dt>
<dd>
<div class="block">Created by praveen on 27/11/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/lifesciences/LSInterface.html#LSInterface--">LSInterface()</a></span> - Constructor for class com.diskoverorta.lifesciences.<a href="com/diskoverorta/lifesciences/LSInterface.html" title="class in com.diskoverorta.lifesciences">LSInterface</a></dt>
<dd> </dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/CorefManager.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/CorefManager.html" title="class in com.diskoverorta.coreference">CorefManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/CurrencyEntity.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/CurrencyEntity.html" title="class in com.diskoverorta.entities">CurrencyEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/DateEntity.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/DateEntity.html" title="class in com.diskoverorta.entities">DateEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/EntityManager.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/EntityManager.html" title="class in com.diskoverorta.entities">EntityManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/LocationEntity.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/LocationEntity.html" title="class in com.diskoverorta.entities">LocationEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/OrganizationEntity.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/OrganizationEntity.html" title="class in com.diskoverorta.entities">OrganizationEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/PercentEntity.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/PercentEntity.html" title="class in com.diskoverorta.entities">PercentEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/PersonEntity.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/PersonEntity.html" title="class in com.diskoverorta.entities">PersonEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/TimeEntity.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.entities.<a href="com/diskoverorta/entities/TimeEntity.html" title="class in com.diskoverorta.entities">TimeEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/legal/LegalManager.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.legal.<a href="com/diskoverorta/legal/LegalManager.html" title="class in com.diskoverorta.legal">LegalManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/ontology/OntologyManager.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.ontology.<a href="com/diskoverorta/ontology/OntologyManager.html" title="class in com.diskoverorta.ontology">OntologyManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/osdep/StanfordNLP.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.osdep.<a href="com/diskoverorta/osdep/StanfordNLP.html" title="class in com.diskoverorta.osdep">StanfordNLP</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/tamanager/TextManager.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.tamanager.<a href="com/diskoverorta/tamanager/TextManager.html" title="class in com.diskoverorta.tamanager">TextManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/JsonConvertor.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.diskoverorta.utils.<a href="com/diskoverorta/utils/JsonConvertor.html" title="class in com.diskoverorta.utils">JsonConvertor</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/ontology/OntologyLookup.html#matchOntologies-java.lang.String-java.lang.String-">matchOntologies(String, String)</a></span> - Method in class com.diskoverorta.ontology.<a href="com/diskoverorta/ontology/OntologyLookup.html" title="class in com.diskoverorta.ontology">OntologyLookup</a></dt>
<dd> </dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/TAConfig.html#ontologyConfig">ontologyConfig</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/TAConfig.html" title="class in com.diskoverorta.vo">TAConfig</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/ontology/OntologyLookup.html" title="class in com.diskoverorta.ontology"><span class="typeNameLink">OntologyLookup</span></a> - Class in <a href="com/diskoverorta/ontology/package-summary.html">com.diskoverorta.ontology</a></dt>
<dd>
<div class="block">Created by naren on 4/2/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/ontology/OntologyLookup.html#OntologyLookup--">OntologyLookup()</a></span> - Constructor for class com.diskoverorta.ontology.<a href="com/diskoverorta/ontology/OntologyLookup.html" title="class in com.diskoverorta.ontology">OntologyLookup</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/ontology/OntologyManager.html" title="class in com.diskoverorta.ontology"><span class="typeNameLink">OntologyManager</span></a> - Class in <a href="com/diskoverorta/ontology/package-summary.html">com.diskoverorta.ontology</a></dt>
<dd>
<div class="block">Created by naren on 4/2/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/ontology/OntologyManager.html#OntologyManager--">OntologyManager()</a></span> - Constructor for class com.diskoverorta.ontology.<a href="com/diskoverorta/ontology/OntologyManager.html" title="class in com.diskoverorta.ontology">OntologyManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/LegalObject.html#orgAlias">orgAlias</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/LegalObject.html" title="class in com.diskoverorta.vo">LegalObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityAPISet.html#Organization">Organization</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityAPISet.html" title="class in com.diskoverorta.vo">EntityAPISet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityObject.html#organization">organization</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityObject.html" title="class in com.diskoverorta.vo">EntityObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityMap.html#organizationAlias">organizationAlias</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityMap.html" title="class in com.diskoverorta.vo">EntityMap</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/coreference/OrganizationCoref.html" title="class in com.diskoverorta.coreference"><span class="typeNameLink">OrganizationCoref</span></a> - Class in <a href="com/diskoverorta/coreference/package-summary.html">com.diskoverorta.coreference</a></dt>
<dd>
<div class="block">Created by naren on 28/1/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/OrganizationCoref.html#OrganizationCoref--">OrganizationCoref()</a></span> - Constructor for class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/OrganizationCoref.html" title="class in com.diskoverorta.coreference">OrganizationCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityMap.html#organizationCount">organizationCount</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityMap.html" title="class in com.diskoverorta.vo">EntityMap</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/entities/OrganizationEntity.html" title="class in com.diskoverorta.entities"><span class="typeNameLink">OrganizationEntity</span></a> - Class in <a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a></dt>
<dd>
<div class="block">Created by praveen on 15/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/OrganizationEntity.html#OrganizationEntity--">OrganizationEntity()</a></span> - Constructor for class com.diskoverorta.entities.<a href="com/diskoverorta/entities/OrganizationEntity.html" title="class in com.diskoverorta.entities">OrganizationEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/TAConfig.html#outputConfig">outputConfig</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/TAConfig.html" title="class in com.diskoverorta.vo">TAConfig</a></dt>
<dd> </dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityAPISet.html#Percent">Percent</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityAPISet.html" title="class in com.diskoverorta.vo">EntityAPISet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityObject.html#percent">percent</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityObject.html" title="class in com.diskoverorta.vo">EntityObject</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/entities/PercentEntity.html" title="class in com.diskoverorta.entities"><span class="typeNameLink">PercentEntity</span></a> - Class in <a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a></dt>
<dd>
<div class="block">Created by praveen on 15/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/PercentEntity.html#PercentEntity--">PercentEntity()</a></span> - Constructor for class com.diskoverorta.entities.<a href="com/diskoverorta/entities/PercentEntity.html" title="class in com.diskoverorta.entities">PercentEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityAPISet.html#Person">Person</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityAPISet.html" title="class in com.diskoverorta.vo">EntityAPISet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityObject.html#person">person</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityObject.html" title="class in com.diskoverorta.vo">EntityObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityMap.html#personAlias">personAlias</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityMap.html" title="class in com.diskoverorta.vo">EntityMap</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/LegalObject.html#personAlias">personAlias</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/LegalObject.html" title="class in com.diskoverorta.vo">LegalObject</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/coreference/PersonCoref.html" title="class in com.diskoverorta.coreference"><span class="typeNameLink">PersonCoref</span></a> - Class in <a href="com/diskoverorta/coreference/package-summary.html">com.diskoverorta.coreference</a></dt>
<dd>
<div class="block">Created by naren on 28/1/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/coreference/PersonCoref.html#PersonCoref--">PersonCoref()</a></span> - Constructor for class com.diskoverorta.coreference.<a href="com/diskoverorta/coreference/PersonCoref.html" title="class in com.diskoverorta.coreference">PersonCoref</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityMap.html#personCount">personCount</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityMap.html" title="class in com.diskoverorta.vo">EntityMap</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/entities/PersonEntity.html" title="class in com.diskoverorta.entities"><span class="typeNameLink">PersonEntity</span></a> - Class in <a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a></dt>
<dd>
<div class="block">Created by praveen on 15/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/PersonEntity.html#PersonEntity--">PersonEntity()</a></span> - Constructor for class com.diskoverorta.entities.<a href="com/diskoverorta/entities/PersonEntity.html" title="class in com.diskoverorta.entities">PersonEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/osdep/StanfordNLP.html#pipeline">pipeline</a></span> - Static variable in class com.diskoverorta.osdep.<a href="com/diskoverorta/osdep/StanfordNLP.html" title="class in com.diskoverorta.osdep">StanfordNLP</a></dt>
<dd> </dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/LegalObject.html#sentence">sentence</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/LegalObject.html" title="class in com.diskoverorta.vo">LegalObject</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/vo/SentenceObject.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">SentenceObject</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 11/11/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/SentenceObject.html#SentenceObject--">SentenceObject()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/SentenceObject.html" title="class in com.diskoverorta.vo">SentenceObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/SentenceObject.html#sentenceText">sentenceText</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/SentenceObject.html" title="class in com.diskoverorta.vo">SentenceObject</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/osdep/StanfordNLP.html#splitSentencesINDocument-java.lang.String-">splitSentencesINDocument(String)</a></span> - Method in class com.diskoverorta.osdep.<a href="com/diskoverorta/osdep/StanfordNLP.html" title="class in com.diskoverorta.osdep">StanfordNLP</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/osdep/StanfordNLP.html" title="class in com.diskoverorta.osdep"><span class="typeNameLink">StanfordNLP</span></a> - Class in <a href="com/diskoverorta/osdep/package-summary.html">com.diskoverorta.osdep</a></dt>
<dd>
<div class="block">Created by praveen on 15/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/osdep/StanfordNLP.html#StanfordNLP--">StanfordNLP()</a></span> - Constructor for class com.diskoverorta.osdep.<a href="com/diskoverorta/osdep/StanfordNLP.html" title="class in com.diskoverorta.osdep">StanfordNLP</a></dt>
<dd> </dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="com/diskoverorta/vo/TAConfig.html" title="class in com.diskoverorta.vo"><span class="typeNameLink">TAConfig</span></a> - Class in <a href="com/diskoverorta/vo/package-summary.html">com.diskoverorta.vo</a></dt>
<dd>
<div class="block">Created by praveen on 11/11/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/TAConfig.html#TAConfig--">TAConfig()</a></span> - Constructor for class com.diskoverorta.vo.<a href="com/diskoverorta/vo/TAConfig.html" title="class in com.diskoverorta.vo">TAConfig</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/legal/LegalManager.html#tagLegalTextAnalyticsComponents-java.lang.String-">tagLegalTextAnalyticsComponents(String)</a></span> - Method in class com.diskoverorta.legal.<a href="com/diskoverorta/legal/LegalManager.html" title="class in com.diskoverorta.legal">LegalManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/legal/LegalManager.html#tagLegalTextAnalyticsComponents-java.lang.String-java.util.Map-">tagLegalTextAnalyticsComponents(String, Map<String, String>)</a></span> - Method in class com.diskoverorta.legal.<a href="com/diskoverorta/legal/LegalManager.html" title="class in com.diskoverorta.legal">LegalManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/tamanager/TextManager.html#tagTextAnalyticsComponents-java.lang.String-com.diskoverorta.vo.TAConfig-">tagTextAnalyticsComponents(String, TAConfig)</a></span> - Method in class com.diskoverorta.tamanager.<a href="com/diskoverorta/tamanager/TextManager.html" title="class in com.diskoverorta.tamanager">TextManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/tamanager/TextManager.html#tagTextAnalyticsComponentsINJSON-java.lang.String-com.diskoverorta.vo.TAConfig-">tagTextAnalyticsComponentsINJSON(String, TAConfig)</a></span> - Method in class com.diskoverorta.tamanager.<a href="com/diskoverorta/tamanager/TextManager.html" title="class in com.diskoverorta.tamanager">TextManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/tamanager/TextManager.html#tagUniqueTextAnalyticsComponentsINJSON-java.lang.String-com.diskoverorta.vo.TAConfig-">tagUniqueTextAnalyticsComponentsINJSON(String, TAConfig)</a></span> - Method in class com.diskoverorta.tamanager.<a href="com/diskoverorta/tamanager/TextManager.html" title="class in com.diskoverorta.tamanager">TextManager</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/tamanager/TextManager.html" title="class in com.diskoverorta.tamanager"><span class="typeNameLink">TextManager</span></a> - Class in <a href="com/diskoverorta/tamanager/package-summary.html">com.diskoverorta.tamanager</a></dt>
<dd>
<div class="block">Created by praveen on 11/11/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/tamanager/TextManager.html#TextManager--">TextManager()</a></span> - Constructor for class com.diskoverorta.tamanager.<a href="com/diskoverorta/tamanager/TextManager.html" title="class in com.diskoverorta.tamanager">TextManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityAPISet.html#Time">Time</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityAPISet.html" title="class in com.diskoverorta.vo">EntityAPISet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/EntityObject.html#time">time</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/EntityObject.html" title="class in com.diskoverorta.vo">EntityObject</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/entities/TimeEntity.html" title="class in com.diskoverorta.entities"><span class="typeNameLink">TimeEntity</span></a> - Class in <a href="com/diskoverorta/entities/package-summary.html">com.diskoverorta.entities</a></dt>
<dd>
<div class="block">Created by praveen on 15/10/14.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/entities/TimeEntity.html#TimeEntity--">TimeEntity()</a></span> - Constructor for class com.diskoverorta.entities.<a href="com/diskoverorta/entities/TimeEntity.html" title="class in com.diskoverorta.entities">TimeEntity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/LegalObject.html#topics">topics</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/LegalObject.html" title="class in com.diskoverorta.vo">LegalObject</a></dt>
<dd> </dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/groups.html#weight">weight</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/groups.html" title="class in com.diskoverorta.vo">groups</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/vo/KlusterData.html#wordIndex">wordIndex</a></span> - Variable in class com.diskoverorta.vo.<a href="com/diskoverorta/vo/KlusterData.html" title="class in com.diskoverorta.vo">KlusterData</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/WriteToCSV.html#writeMapAsCSV-java.util.Map-">writeMapAsCSV(Map<String, Set<String>>)</a></span> - Static method in class com.diskoverorta.utils.<a href="com/diskoverorta/utils/WriteToCSV.html" title="class in com.diskoverorta.utils">WriteToCSV</a></dt>
<dd> </dd>
<dt><a href="com/diskoverorta/utils/WriteToCSV.html" title="class in com.diskoverorta.utils"><span class="typeNameLink">WriteToCSV</span></a> - Class in <a href="com/diskoverorta/utils/package-summary.html">com.diskoverorta.utils</a></dt>
<dd>
<div class="block">Created by naren on 22/1/15.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/diskoverorta/utils/WriteToCSV.html#WriteToCSV--">WriteToCSV()</a></span> - Constructor for class com.diskoverorta.utils.<a href="com/diskoverorta/utils/WriteToCSV.html" title="class in com.diskoverorta.utils">WriteToCSV</a></dt>
<dd> </dd>
</dl>
<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:J">J</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:W">W</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| serendio-labs-stage/diskoveror-ta-engine | javadoc/index-all.html | HTML | apache-2.0 | 58,475 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ORKLabel Class Reference</title>
<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
<div class="container" class="hide-in-xcode">
<h1 id="library-title">
<a href="../index.html">ResearchKit </a>
</h1>
<p id="developer-home">
<a href="../index.html">ResearchKit</a>
</p>
</div>
</header>
<aside>
<div class="container">
<nav>
<ul id="header-buttons" role="toolbar">
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
<li id="on-this-page" role="navigation">
<label>
On This Page
<div class="chevron">
<div class="chevy chevron-left"></div>
<div class="chevy chevron-right"></div>
</div>
<select id="jump-to">
<option value="top">Jump To…</option>
<option value="overview">Overview</option>
</select>
</label>
</li>
</ul>
</nav>
</div>
</aside>
<article>
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">ORKLabel Class Reference</h1>
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Inherits from</th>
<td>UILabel</td>
</tr><tr>
<th>Conforms to</th>
<td>ORKDefaultFont</td>
</tr><tr>
<th>Declared in</th>
<td>ORKLabel.h<br />ORKLabel.m</td>
</tr>
</tbody></table></div>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>This is a base class, not being used directly.</p>
</div>
</main>
<footer>
<div class="footer-copyright">
<p class="copyright">Copyright © 2018 ResearchKit. All rights reserved. Updated: 2018-07-23</p>
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
</div>
</footer>
</div>
</div>
</article>
<script src="../js/script.js"></script>
</body>
</html> | jeremiahyan/ResearchKit | docs/org.researchkit.ResearchKit.docset/Contents/Resources/Documents/Classes/ORKLabel.html | HTML | bsd-3-clause | 2,412 |
<div class="jumbotron">
<h1>ngcsas.core</h1>
<p>{{pageCtrl.title}}</p>
<p><a class="btn btn-primary btn-lg" href="#/home" role="button">Home</a></p>
</div> | amirmamaghani/Gustav | app/core/partials/page.html | HTML | bsd-3-clause | 169 |
<?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>
<title>Docs for page EsmtpHandler.php</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<script src="../../media/lib/classTree.js"></script>
<link id="webfx-tab-style-sheet" type="text/css" rel="stylesheet" href="../../media/lib/tab.webfx.css" />
<script type="text/javascript" src="../../media/lib/tabpane.js"></script>
<script language="javascript" type="text/javascript" src="../../media/lib/ua.js"></script>
<script language="javascript" type="text/javascript">
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../../media/images/plus.gif";
imgMinus.src = "../../media/images/minus.gif";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
</script>
<!-- template designed by Julien Damon based on PHPEdit's generated templates, and tweaked by Greg Beaver -->
<body bgcolor="#ffffff" ><h2>File: /vendors/swiftMailer/classes/Swift/Transport/EsmtpHandler.php</h2>
<div class="tab-pane" id="tabPane1">
<script type="text/javascript">
tp1 = new WebFXTabPane( document.getElementById( "tabPane1" ) );
</script>
<div class="tab-page" id="Description">
<h2 class="tab">Description</h2>
<!-- ========== Info from phpDoc block ========= -->
<ul>
</ul>
<!-- =========== Used Classes =========== -->
<A NAME='classes_summary'><!-- --></A>
<h3>Classes defined in this file</h3>
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
<THEAD>
<TR><TD STYLE="width:20%"><h4>CLASS NAME</h4></TD><TD STYLE="width: 80%"><h4>DESCRIPTION</h4></TD></TR>
</THEAD>
<TBODY>
<TR BGCOLOR='white' CLASS='TableRowColor'>
<TD><a href="../../Swift/Transport/Swift_Transport_EsmtpHandler.html">Swift_Transport_EsmtpHandler</a></TD>
<TD>An ESMTP handler.</TD>
</TR>
</TBODY>
</TABLE>
</div>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "Description" ) );</script>
<div class="tab-page" id="tabPage1">
<!-- ============ Includes DETAIL =========== -->
<h2 class="tab">Include/Require Statements</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage1" ) );</script>
</div>
<div class="tab-page" id="tabPage2">
<!-- ============ GLOBAL DETAIL =========== -->
<h2 class="tab">Global Variables</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage2" ) );</script>
</div>
<div class="tab-page" id="tabPage3">
<!-- ============ CONSTANT DETAIL =========== -->
<A NAME='constant_detail'></A>
<h2 class="tab">Constants</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage3" ) );</script>
</div>
<div class="tab-page" id="tabPage4">
<!-- ============ FUNCTION DETAIL =========== -->
<h2 class="tab">Functions</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage4" ) );</script>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
setupAllTabs();
//]]>
</script>
<div id="credit">
<hr />
Documentation generated on Fri, 12 Nov 2010 20:45:20 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</div>
</body>
</html> | troikaitsulutions/templeadvisor | protected/extensions/yii-mail/doc/Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---EsmtpHandler.php.html | HTML | bsd-3-clause | 5,209 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link rel=stylesheet href="zinnia.css" media=all>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Zinnia: Online hand writing recognition system with machine learning</title>
</head>
<body>
<h1>Zinnia: Online hand recognition system with machine learning</h1>
<p><a href="index-ja.html">[Japanese]</a><a href="index.html">[English]</a></p>
<p>
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines. Zinnia simply receives user pen strokes
as a sequence of coordinate data and outputs n-best characters sorted by
SVM confidence. To keep portability, Zinnia doesn't have any rendering
functionality. In addition to recognition, Zinnia provides training
module that allows us to create any hand-written recognition systems with low-cost.
</p>
<h2>Features</h2>
<ul>
<li>Practical accuracy with support vector machines
<li>Portable and compact design -- POSIX/Windows (depending on C++/STL)
<li>Thread-safe C/C++/Perl/Ruby/Python libraries
<li>Practical recognition speed (50--100char / sec)
<li>Fast training
</ul>
<h2>Download</h2>
<ul>
<li><b>Zinnia</b> is free software; you can redistribute it
and/or modify it under the terms of the <a
href="http://www.opensource.org/licenses/bsd-license.php">new BSD
License</a></li>
<li><b>Zinnia</b> main program
<h3><a name="source">Source</a></h3>
<ul>
<li>zinnia-0.07.tar.gz:<a href="src">download</a>
<li>No recognition models are included.
</ul>
<h3><a name="win">Binary package for MS-Windows</a></h3>
<ul>
<li>zinnia-0.07.zip:<a href="src">Download</a>
</ul>
<li><b>Zinnia</b> Recognition models
<h3>Zinnia-Tomoe</h3>
<ul>
<li>Model files trained with Tomoe data: <a href="src">download</a></li>
<li>Licence of Zinnia-tomoe is the same as that of Tomoe</li>
</ul>
</ul>
<h2>Install</h2>
<h3>UNIX</a></h3>
<pre>
% tar zxfv zinnia-X.X.tar.gz
% cd zinnia-X.X
% ./configure
% make
% su
# make install
</pre>
</li>
<p>Install recognition models</p>
<pre>
% tar zxfv zinnia-tomoe-XXXX.tar.gz
% zinnia-tomoe-XXXX
% ./configure
% make
% su
# make install
</pre>
<h3>Windows</h3>
<p>DLL and executable are included in zip file.
No recognition models are included. Run the following command after
putting model files in zip archived directory.
<pre>
bin\zinnia_convert.exe handwriting-ja.model.txt handwriting-ja.model
bin\zinnia_convert.exe handwriting-zh_CN.model.txt handwriting-zh_CN.model
</pre>
<h2>Usage (Recognition)</h2>
<p>Zinnia provides C/C++ libraries. Perl/Ruby/Python
libraries are also available with SWIG </p>
<h3>Sample code with C</h3>
<pre>
#include <stdio.h>
#include "zinnia.h"
int main(int argc, char **argv) {
size_t i;
zinnia_recognizer_t *recognizer;
zinnia_character_t *character;
zinnia_result_t *result;
recognizer = zinnia_recognizer_new();
if (!zinnia_recognizer_open(recognizer, "/usr/local/lib/zinnia/model/tomoe/handwriting-ja.model")) {
fprintf(stderr, "ERROR: %s\n", zinnia_recognizer_strerror(recognizer));
return -1;
}
zinnia_character_t *character = zinnia_character_new();
zinnia_character_clear(character);
zinnia_character_set_width(character, 300);
zinnia_character_set_height(character, 300);
zinnia_character_add(character, 0, 51, 29);
zinnia_character_add(character, 0, 117, 41);
zinnia_character_add(character, 1, 99, 65);
zinnia_character_add(character, 1, 219, 77);
zinnia_character_add(character, 2, 27, 131);
zinnia_character_add(character, 2, 261, 131);
zinnia_character_add(character, 3, 129, 17);
zinnia_character_add(character, 3, 57, 203);
zinnia_character_add(character, 4, 111, 71);
zinnia_character_add(character, 4, 219, 173);
zinnia_character_add(character, 5, 81, 161);
zinnia_character_add(character, 5, 93, 281);
zinnia_character_add(character, 6, 99, 167);
zinnia_character_add(character, 6, 207, 167);
zinnia_character_add(character, 6, 189, 245);
zinnia_character_add(character, 7, 99, 227);
zinnia_character_add(character, 7, 189, 227);
zinnia_character_add(character, 8, 111, 257);
zinnia_character_add(character, 8, 189, 245);
result = zinnia_recognizer_classify(recognizer, character, 10);
if (result == NULL) {
fprintf(stderr, "%s\n", zinnia_recognizer_strerror(recognizer));
return -1;
}
for (i = 0; i < zinnia_result_size(result); ++i) {
fprintf(stdout, "%s\t%f\n",
zinnia_result_value(result, i),
zinnia_result_score(result, i));
}
zinnia_result_destroy(result);
zinnia_character_destroy(character);
zinnia_recognizer_destroy(recognizer);
return 0;
}
</pre>
</p>
<pre>
% gcc example.c -lzinnia -o zinnia_sample
% ./zinnia_sample
</pre>
<h3>Comment</h3>
<ul>
<li>create recognizer
<li>load model file
<li>create character object
<li>clear character
<li>set canvas size
<li>specify stroke data (number of stroke, x-axis, y-axis)
<li>do recognition. result object is created. The last arg means the maximum size of characters requested
<li>print recognized character with score. results are sorted by score
<li>delete result object
<li>delete character object
<li>delete recognizer object
</ul>
<h3>Sample code with C++</h3>
<pre>
#include <iostream>
#include "zinnia.h"
int main(int argc, char **argv) {
zinnia::Recognizer *recognizer = zinnia::Recognizer::create();
if (!recognizer->open("/usr/local/lib/zinnia/model/tomoe/handwriting-ja.model")) {
std::cerr << recognizer->what() << std::endl;
return -1;
}
zinnia::Character *character = zinnia::Character::create();
character->clear();
character->set_width(300);
character->set_height(300);
character->add(0, 51, 29);
character->add(0, 117, 41);
character->add(1, 99, 65);
character->add(1, 219, 77);
character->add(2, 27, 131);
character->add(2, 261, 131);
character->add(3, 129, 17);
character->add(3, 57, 203);
character->add(4, 111, 71);
character->add(4, 219, 173);
character->add(5, 81, 161);
character->add(5, 93, 281);
character->add(6, 99, 167);
character->add(6, 207, 167);
character->add(6, 189, 245);
character->add(7, 99, 227);
character->add(7, 189, 227);
character->add(8, 111, 257);
character->add(8, 189, 245);
zinnia::Result *result = recognizer->classify(*character, 10);
if (!result) {
std::cerr << recognizer->what() << std::endl;
return -1;
}
for (size_t i = 0; i < result->size(); ++i) {
std::cout << result->value(i) << "\t" << result->score(i) << std::endl;
}
delete result;
delete character;
delete recognizer;
return 0;
}
</pre>
<h3>Sexp representation for character</h3>
<p>Character class (zinnia_character_t / zinnia::Character) has method
for an Sexp-based serialization.</p>
<pre>
(character
(width canvas width)
(height canvas height)
(strokes
((0-th-stroke 0-th-strokey) ... (0-th-stroke 0-th-strokey))
((1-th-stroke 0-th-strokey) ... (1-th-stroke 1-th-strokey))
((2-th-stroke 2-th-strokey) ... (2-th-stroke 2-th-strokey))
...))
</pre>
<p>Example</p>
<pre>
static const char sexp[] = "(character (width 1000)(height 1000)(strokes ((243 273)(393 450))((700 253)(343 486)(280 716)(393 866)(710 880))))";
zinnia_character_t *character = zinnia_character_new();
zinnia_character_parse(character, sexp);
</pre>
<pre>
static const char sexp[] = "(character (width 1000)(height 1000)(strokes ((243 273)(393 450))((700 253)(343 486)(280 716)(393 866)(710 880))))";
zinnia::Character *character = zinnia::Character::create();
character->parse(sexp);
</pre>
<h2>Training</h2>
<p>
In order to make a training with Zinnia, you need to make a golden
(training) data. Training data is written in S-expression.
Generally speaking, more data yields better quality. Zinnia only supports
batch training so far.</p>
<p>Example</p>
<pre>
(character (value あ) (width 300) (height 300) (strokes ((54 58)(249 68)) ((147 10)(145 201)(182 252)) ((224 103)(149 230)(82 240)(53 204)(86 149)(182 139)(240 172)(248 224)(228 250))))
(character (value い) (width 300) (height 300) (strokes ((56 63)(43 213)(67 259)(94 243)) ((213 66)(231 171)(208 217))))
(character (value う) (width 300) (height 300) (strokes ((102 35)(187 45)) ((73 121)(167 105)(206 139)(198 211)(135 275))))
(character (value え) (width 300) (height 300) (strokes ((140 19)(162 38)) ((62 105)(208 100)(51 263)(128 205)(188 268)(260 252))))
(character (value お) (width 300) (height 300) (strokes ((64 94)(240 98)) ((148 35)(159 129)(140 199)(105 247)(64 228)(101 161)(192 161)(222 223)(189 257)) ((223 49)(253 89))))
</pre>
</p>
<p>You might want to look into *.s file in zinnia-tomoe as references</p>
<p>Use zinnia_learn to conduct training</p>
<pre>
% zinnia_learn train-file model-file
...
learning: (8/3033) 8 ....
learning: (9/3033) 9 ...
learning: (10/3033) 々 ............
learning: (11/3033) 〆 ....
learning: (12/3033) あ ....
learning: (13/3033) い .......
learning: (14/3033) う ...............
learning: (15/3033) え ......................................................................................
learning: (16/3033) お ......
learning: (17/3033) か .......
learning: (18/3033) き .......
learning: (19/3033) く .......
</pre>
<p>train-file is a training data and model-file is a model file
zinnia_learn generates</p>
<p>use zinnia command for testing</p>
<pre>
% zinnia -m model-file < test-file
</pre>
<p>model-file is a file zinnia_learn generates. text-file is a test data
written in Sexp format.</p>
<p>Once training completes successfully, model-file.txt (text file)
and model-file (binary file) will be generated.
text-model is an architecture-independent format, and model-file is
an architecture-dependent binary model. Zinnia recognizer can only load
binary model. zinnia_convert program converts text-model
into binary model.</p>
<pre>
% zinnia_convert model-file.txt model-file
</pre>
<p>In addition, text-model can be converted into C-header file.</p>
<pre>
% zinnia_convert --name=my_model --make_header model-file.txt my_model.h
</pre>
<p>In order to use a header file, include my_model.h in C/C++ source
file and load the data using zinnia_recognizer_open_from_ptr().
my_model(content of mode) and my_model_size(model size) is defined in
the header file.
</p>
<pre>
#include "my_model.h"
if (!zinnia_recognizer_open_from_ptr(recognizer, my_model, my_model_size)) {
/* error */
}
</pre>
<h2>Model compression</h2>
<p>By omitting features having small score, model can be compressed with
scarifying recognition accuracy.
<pre>
% zinnia_convert -c 0.01 model-file.txt model1
% zinnia_convert -c 0.001 model-file.txt model2
% ls -h -l model*
-rw-r--r-- 1 taku taku 3.1M 2008-07-14 12:50 model1
-rw-r--r-- 1 taku taku 25M 2008-07-14 12:50 model2
</pre>
<p>c is a threshold. Default setting 0.001.
Larger threshold gives more aggressive compression.</p>
<h2>API list</h2>
<ul>
<li><a href="doxygen/annotated.html">C++ API</a>
<li><a href="doxygen/zinnia_8h.html">C API functions</a>
</ul>
<p>
</p>
</body>
</html>
| wkpark/zinnia | doc/index.html | HTML | bsd-3-clause | 11,235 |
<!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 Sun Oct 21 11:03:15 GMT+01:00 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.http.impl.client.cache.FileResourceFactory (HttpComponents Client 4.2.2 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.http.impl.client.cache.FileResourceFactory (HttpComponents Client 4.2.2 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/http/impl/client/cache/FileResourceFactory.html" title="class in org.apache.http.impl.client.cache"><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/http/impl/client/cache/class-use/FileResourceFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="FileResourceFactory.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.http.impl.client.cache.FileResourceFactory</B></H2>
</CENTER>
No usage of org.apache.http.impl.client.cache.FileResourceFactory
<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/http/impl/client/cache/FileResourceFactory.html" title="class in org.apache.http.impl.client.cache"><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/http/impl/client/cache/class-use/FileResourceFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="FileResourceFactory.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-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
| espadrine/opera | chromium/src/third_party/httpcomponents-client/binary-distribution/javadoc/org/apache/http/impl/client/cache/class-use/FileResourceFactory.html | HTML | bsd-3-clause | 6,300 |
<?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>log</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">
<h1 class="toc">Module log</h1>
<hr />
<h2 class="toc">Classes</h2>
<a target="mainFrame" href="epydoc.log.Logger-class.html"
>Logger</a><br /> <a target="mainFrame" href="epydoc.log.SimpleLogger-class.html"
>SimpleLogger</a><br /> <h2 class="toc">Functions</h2>
<a target="mainFrame" href="epydoc.log-module.html#close"
>close</a><br /> <a target="mainFrame" href="epydoc.log-module.html#debug"
>debug</a><br /> <a target="mainFrame" href="epydoc.log-module.html#docstring_warning"
>docstring_warning</a><br /> <a target="mainFrame" href="epydoc.log-module.html#end_block"
>end_block</a><br /> <a target="mainFrame" href="epydoc.log-module.html#end_progress"
>end_progress</a><br /> <a target="mainFrame" href="epydoc.log-module.html#error"
>error</a><br /> <a target="mainFrame" href="epydoc.log-module.html#fatal"
>fatal</a><br /> <a target="mainFrame" href="epydoc.log-module.html#info"
>info</a><br /> <a target="mainFrame" href="epydoc.log-module.html#progress"
>progress</a><br /> <a target="mainFrame" href="epydoc.log-module.html#register_logger"
>register_logger</a><br /> <a target="mainFrame" href="epydoc.log-module.html#remove_logger"
>remove_logger</a><br /> <a target="mainFrame" href="epydoc.log-module.html#start_block"
>start_block</a><br /> <a target="mainFrame" href="epydoc.log-module.html#start_progress"
>start_progress</a><br /> <a target="mainFrame" href="epydoc.log-module.html#warning"
>warning</a><br /> <h2 class="toc">Variables</h2>
<a target="mainFrame" href="epydoc.log-module.html#DEBUG"
>DEBUG</a><br /> <a target="mainFrame" href="epydoc.log-module.html#DOCSTRING_WARNING"
>DOCSTRING_WARNING</a><br /> <a target="mainFrame" href="epydoc.log-module.html#ERROR"
>ERROR</a><br /> <a target="mainFrame" href="epydoc.log-module.html#FATAL"
>FATAL</a><br /> <a target="mainFrame" href="epydoc.log-module.html#INFO"
>INFO</a><br /> <a target="mainFrame" href="epydoc.log-module.html#WARNING"
>WARNING</a><br /> <div class="private">
<a target="mainFrame" href="epydoc.log-module.html#_loggers"
>_loggers</a><br /> </div>
<hr />
<span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span>
<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>
| grahesh/Stock-Market-Event-Analysis | epydoc-3.0.1/doc/api/toc-epydoc.log-module.html | HTML | bsd-3-clause | 3,164 |
<h3>Click buttons to show the alert message.</h3>
<div ng-controller="alertCtrl">
<!-- ad_example_start -->
<!-- Usage: put this in your main app container -->
<ad-alerts timeout="timeoutValue" custom-classes="thick-border"></ad-alerts>
<!-- ad_example_end -->
<br/>
<!-- ad_example_start -->
<button id="infoBut" class="btn btn-info" ng-click="showInfo();">
Show Info Message
</button>
<button class="btn btn-warning" ng-click="showWarning();">
Show Warning Message
</button>
<button class="btn btn-success" ng-click="showSuccess();">
Show Success Message
</button>
<button class="btn btn-danger" ng-click="showError();">
Show Error Message
</button>
<!-- ad_example_end -->
</div>
| aol/adapt-strap | src/alerts/docs/alerts.view.html | HTML | mit | 729 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Core\Template\Loop\Cart | Thelia 2 API</title>
<link rel="stylesheet" type="text/css" href="../../../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../../../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../../../../css/sami.css">
<script src="../../../../js/jquery-1.11.1.min.js"></script>
<script src="../../../../js/bootstrap.min.js"></script>
<script src="../../../../js/typeahead.min.js"></script>
<script src="../../../../sami.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
</head>
<body id="class" data-name="class:Thelia_Core_Template_Loop_Cart" data-root-path="../../../../">
<div id="content">
<div id="left-column">
<div id="control-panel">
<form id="search-form" action="../../../../search.html" method="GET">
<span class="glyphicon glyphicon-search"></span>
<input name="search"
class="typeahead form-control"
type="search"
placeholder="Search">
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../index.html">Thelia 2 API</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="../../../../classes.html">Classes</a></li>
<li><a href="../../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../../traits.html">Traits</a></li>
<li><a href="../../../../doc-index.html">Index</a></li>
<li><a href="../../../../search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div class="namespace-breadcrumbs">
<ol class="breadcrumb">
<li><span class="label label-default">class</span></li>
<li><a href="../../../../Thelia.html">Thelia</a></li>
<li><a href="../../../../Thelia/Core.html">Core</a></li>
<li><a href="../../../../Thelia/Core/Template.html">Template</a></li>
<li><a href="../../../../Thelia/Core/Template/Loop.html">Loop</a></li>
<li>Cart</li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>Cart</h1>
</div>
<p> class
<strong>Cart</strong> extends <a href="../../../../Thelia/Core/Template/Element/BaseLoop.html"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a> implements
<a href="../../../../Thelia/Core/Template/Element/ArraySearchLoopInterface.html"><abbr title="Thelia\Core\Template\Element\ArraySearchLoopInterface">ArraySearchLoopInterface</abbr></a>
</p>
<h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method___construct">__construct</a>(
<abbr title="Thelia\Core\Template\Element\Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr> $container)
<p>Create a new Loop</p> </div>
<div class="col-md-2"><small>from
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method___construct"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
mixed
</div>
<div class="col-md-8 type">
<a href="#method___call">__call</a>(
string $name,
mixed $arguments)
<p>Provides a getter to loop parameter values</p> </div>
<div class="col-md-2"><small>from
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method___call"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_initializeArgs">initializeArgs</a>(
array $nameValuePairs)
<p>Initialize the loop arguments.</p> </div>
<div class="col-md-2"><small>from
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method_initializeArgs"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_count">count</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method_count"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
<a href="../../../../Thelia/Core/Template/Element/LoopResult.html"><abbr title="Thelia\Core\Template\Element\LoopResult">LoopResult</abbr></a>
</div>
<div class="col-md-8 type">
<a href="#method_exec">exec</a>(
<abbr title="Propel\Runtime\Util\PropelModelPager">PropelModelPager</abbr> $pagination)
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method_exec"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
<a href="../../../../Thelia/Core/Template/Element/LoopResult.html"><abbr title="Thelia\Core\Template\Element\LoopResult">LoopResult</abbr></a>
</div>
<div class="col-md-8 type">
<a href="#method_parseResults">parseResults</a>(
<abbr title="Thelia\Core\Template\Element\Thelia\Core\Template\Element\LoopResult">LoopResult</abbr> $loopResult)
<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
array
</div>
<div class="col-md-8 type">
<a href="#method_buildArray">buildArray</a>()
<p>this method returns an array</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
<abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr>
</div>
<div class="col-md-8 type">
<a href="#method_getDispatcher">getDispatcher</a>()
<p>Return the event dispatcher,</p> </div>
<div class="col-md-2"></div>
</div>
</div>
<h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location">in
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method___construct"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a> at line 70</div>
<code>
<strong>__construct</strong>(
<abbr title="Thelia\Core\Template\Element\Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr> $container)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Create a new Loop</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Thelia\Core\Template\Element\Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr></td>
<td>$container</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method___call">
<div class="location">in
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method___call"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a> at line 143</div>
<code>
mixed
<strong>__call</strong>(
string $name,
mixed $arguments)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Provides a getter to loop parameter values</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
string</td>
<td>$name</td>
<td>the method name (only getArgname is supported)</td>
</tr>
<tr>
<td>
mixed</td>
<td>$arguments</td>
<td>this parameter is ignored</td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
mixed</td>
<td>the argument value</td>
</tr>
</table>
<h4>Exceptions</h4>
<table class="table table-condensed">
<tr>
<td><a target="_blank" href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
<td>if the parameter is unknown or the method name is not supported.</td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_initializeArgs">
<div class="location">in
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method_initializeArgs"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a> at line 164</div>
<code>
<strong>initializeArgs</strong>(
array $nameValuePairs)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Initialize the loop arguments.</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
array</td>
<td>$nameValuePairs</td>
<td>a array of name => value pairs. The name is the name of the argument.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table class="table table-condensed">
<tr>
<td><a target="_blank" href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
<td>if some argument values are missing, or invalid</td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_count">
<div class="location">in
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method_count"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a> at line 378</div>
<code>
<strong>count</strong>()</code>
</h3>
<div class="details">
<div class="tags">
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_exec">
<div class="location">in
<a href="../../../../Thelia/Core/Template/Element/BaseLoop.html#method_exec"><abbr title="Thelia\Core\Template\Element\BaseLoop">BaseLoop</abbr></a> at line 415</div>
<code>
<a href="../../../../Thelia/Core/Template/Element/LoopResult.html"><abbr title="Thelia\Core\Template\Element\LoopResult">LoopResult</abbr></a>
<strong>exec</strong>(
<abbr title="Propel\Runtime\Util\PropelModelPager">PropelModelPager</abbr> $pagination)</code>
</h3>
<div class="details">
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Propel\Runtime\Util\PropelModelPager">PropelModelPager</abbr></td>
<td>$pagination</td>
<td></td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<a href="../../../../Thelia/Core/Template/Element/LoopResult.html"><abbr title="Thelia\Core\Template\Element\LoopResult">LoopResult</abbr></a></td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_parseResults">
<div class="location">at line 81</div>
<code>
<a href="../../../../Thelia/Core/Template/Element/LoopResult.html"><abbr title="Thelia\Core\Template\Element\LoopResult">LoopResult</abbr></a>
<strong>parseResults</strong>(
<abbr title="Thelia\Core\Template\Element\Thelia\Core\Template\Element\LoopResult">LoopResult</abbr> $loopResult)</code>
</h3>
<div class="details">
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Thelia\Core\Template\Element\Thelia\Core\Template\Element\LoopResult">LoopResult</abbr></td>
<td>$loopResult</td>
<td></td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<a href="../../../../Thelia/Core/Template/Element/LoopResult.html"><abbr title="Thelia\Core\Template\Element\LoopResult">LoopResult</abbr></a></td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_buildArray">
<div class="location">at line 58</div>
<code>
array
<strong>buildArray</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>this method returns an array</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
array</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getDispatcher">
<div class="location">at line 124</div>
<code>
<abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr>
<strong>getDispatcher</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>Return the event dispatcher,</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr></td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
</div>
</div>
</div>
</body>
</html>
| sitecrafting/thelia.github.io | api/2.2/Thelia/Core/Template/Loop/Cart.html | HTML | mit | 19,236 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/fn.pthread_condattr_getpshared.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/fn.pthread_condattr_getpshared.html">../../../../libc/fn.pthread_condattr_getpshared.html</a>...</p>
<script>location.replace("../../../../libc/fn.pthread_condattr_getpshared.html" + location.search + location.hash);</script>
</body>
</html> | IllinoisRoboticsInSpace/Arduino_Control | rust-serial/target/doc/libc/unix/bsd/apple/fn.pthread_condattr_getpshared.html | HTML | mit | 449 |
<!--
Copyright 2011 Software Freedom Conservancy
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.
-->
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Test Suite</title>
</head>
<body>
<table cellpadding="1"
cellspacing="1"
border="1">
<tbody>
<tr><td><b>Test Suite</b></td></tr>
<tr><td><a href="./TestUserExtensions.html">TestUserExtensions</a></td></tr>
</tbody>
</table>
</body>
</html>
| jmt4/Selenium2 | java/server/test/org/openqa/selenium/tests/TestSuite-UserExtensions.html | HTML | apache-2.0 | 1,031 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="Apache Forrest" name="Generator">
<meta name="Forrest-version" content="0.8">
<meta name="Forrest-skin-name" content="pelt">
<title> HDFS Quotas Guide</title>
<link type="text/css" href="skin/basic.css" rel="stylesheet">
<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
<link type="text/css" href="skin/profile.css" rel="stylesheet">
<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body onload="init()">
<script type="text/javascript">ndeSetTextSize();</script>
<div id="top">
<!--+
|breadtrail
+-->
<div class="breadtrail">
<a href="http://www.apache.org/">Apache</a> > <a href="http://hadoop.apache.org/">Hadoop</a> > <a href="http://hadoop.apache.org/core/">Core</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
</div>
<!--+
|header
+-->
<div class="header">
<!--+
|start group logo
+-->
<div class="grouplogo">
<a href="http://hadoop.apache.org/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Apache Hadoop"></a>
</div>
<!--+
|end group logo
+-->
<!--+
|start Project Logo
+-->
<div class="projectlogo">
<a href="http://hadoop.apache.org/core/"><img class="logoImage" alt="Hadoop" src="images/core-logo.gif" title="Scalable Computing Platform"></a>
</div>
<!--+
|end Project Logo
+-->
<!--+
|start Search
+-->
<div class="searchbox">
<form action="http://www.google.com/search" method="get" class="roundtopsmall">
<input value="hadoop.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">
<input name="Search" value="Search" type="submit">
</form>
</div>
<!--+
|end search
+-->
<!--+
|start Tabs
+-->
<ul id="tabs">
<li>
<a class="unselected" href="http://hadoop.apache.org/core/">Project</a>
</li>
<li>
<a class="unselected" href="http://wiki.apache.org/hadoop">Wiki</a>
</li>
<li class="current">
<a class="selected" href="index.html">Hadoop 0.20 Documentation</a>
</li>
</ul>
<!--+
|end Tabs
+-->
</div>
</div>
<div id="main">
<div id="publishedStrip">
<!--+
|start Subtabs
+-->
<div id="level2tabs"></div>
<!--+
|end Endtabs
+-->
<script type="text/javascript"><!--
document.write("Last Published: " + document.lastModified);
// --></script>
</div>
<!--+
|breadtrail
+-->
<div class="breadtrail">
</div>
<!--+
|start Menu, mainarea
+-->
<!--+
|start Menu
+-->
<div id="menu">
<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Getting Started</div>
<div id="menu_1.1" class="menuitemgroup">
<div class="menuitem">
<a href="index.html">Overview</a>
</div>
<div class="menuitem">
<a href="quickstart.html">Quick Start</a>
</div>
<div class="menuitem">
<a href="cluster_setup.html">Cluster Setup</a>
</div>
<div class="menuitem">
<a href="mapred_tutorial.html">Map/Reduce Tutorial</a>
</div>
</div>
<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Programming Guides</div>
<div id="menu_1.2" class="menuitemgroup">
<div class="menuitem">
<a href="commands_manual.html">Commands</a>
</div>
<div class="menuitem">
<a href="distcp.html">DistCp</a>
</div>
<div class="menuitem">
<a href="native_libraries.html">Native Libraries</a>
</div>
<div class="menuitem">
<a href="streaming.html">Streaming</a>
</div>
<div class="menuitem">
<a href="fair_scheduler.html">Fair Scheduler</a>
</div>
<div class="menuitem">
<a href="capacity_scheduler.html">Capacity Scheduler</a>
</div>
<div class="menuitem">
<a href="service_level_auth.html">Service Level Authorization</a>
</div>
<div class="menuitem">
<a href="vaidya.html">Vaidya</a>
</div>
<div class="menuitem">
<a href="hadoop_archives.html">Archives</a>
</div>
</div>
<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">HDFS</div>
<div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
<div class="menuitem">
<a href="hdfs_user_guide.html">User Guide</a>
</div>
<div class="menuitem">
<a href="hdfs_design.html">Architecture</a>
</div>
<div class="menuitem">
<a href="hdfs_shell.html">File System Shell Guide</a>
</div>
<div class="menuitem">
<a href="hdfs_permissions_guide.html">Permissions Guide</a>
</div>
<div class="menupage">
<div class="menupagetitle">Quotas Guide</div>
</div>
<div class="menuitem">
<a href="SLG_user_guide.html">Synthetic Load Generator Guide</a>
</div>
<div class="menuitem">
<a href="libhdfs.html">C API libhdfs</a>
</div>
</div>
<div onclick="SwitchMenu('menu_1.4', 'skin/')" id="menu_1.4Title" class="menutitle">HOD</div>
<div id="menu_1.4" class="menuitemgroup">
<div class="menuitem">
<a href="hod_user_guide.html">User Guide</a>
</div>
<div class="menuitem">
<a href="hod_admin_guide.html">Admin Guide</a>
</div>
<div class="menuitem">
<a href="hod_config_guide.html">Config Guide</a>
</div>
</div>
<div onclick="SwitchMenu('menu_1.5', 'skin/')" id="menu_1.5Title" class="menutitle">Miscellaneous</div>
<div id="menu_1.5" class="menuitemgroup">
<div class="menuitem">
<a href="api/index.html">API Docs</a>
</div>
<div class="menuitem">
<a href="jdiff/changes.html">API Changes</a>
</div>
<div class="menuitem">
<a href="http://wiki.apache.org/hadoop/">Wiki</a>
</div>
<div class="menuitem">
<a href="http://wiki.apache.org/hadoop/FAQ">FAQ</a>
</div>
<div class="menuitem">
<a href="releasenotes.html">Release Notes</a>
</div>
<div class="menuitem">
<a href="changes.html">Change Log</a>
</div>
</div>
<div id="credit"></div>
<div id="roundbottom">
<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
<!--+
|alternative credits
+-->
<div id="credit2"></div>
</div>
<!--+
|end Menu
+-->
<!--+
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="hdfs_quota_admin_guide.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1> HDFS Quotas Guide</h1>
<div id="minitoc-area">
<ul class="minitoc">
<li>
<a href="#Name+Quotas">Name Quotas</a>
</li>
<li>
<a href="#Space+Quotas">Space Quotas</a>
</li>
<li>
<a href="#Administrative+Commands">Administrative Commands</a>
</li>
<li>
<a href="#Reporting+Command">Reporting Command</a>
</li>
</ul>
</div>
<p> The Hadoop Distributed File System (HDFS) allows the administrator to set quotas for the number of names used and the
amount of space used for individual directories. Name quotas and space quotas operate independently, but the administration and
implementation of the two types of quotas are closely parallel. </p>
<a name="N10010"></a><a name="Name+Quotas"></a>
<h2 class="h3">Name Quotas</h2>
<div class="section">
<p> The name quota is a hard limit on the number of file and directory names in the tree rooted at that directory. File and
directory creations fail if the quota would be exceeded. Quotas stick with renamed directories; the rename operation fails if
operation would result in a quota violation. The attempt to set a quota will still succeed even if the directory would be in violation of the new
quota. A newly created directory has no associated quota. The largest quota is <span class="codefrag">Long.Max_Value</span>. A quota of one
forces a directory to remain empty. (Yes, a directory counts against its own quota!) </p>
<p> Quotas are persistent with the <span class="codefrag">fsimage</span>. When starting, if the <span class="codefrag">fsimage</span> is immediately in
violation of a quota (perhaps the <span class="codefrag">fsimage</span> was surreptitiously modified),
a warning is printed for each of such violations. Setting or removing a quota creates a journal entry. </p>
</div>
<a name="N10029"></a><a name="Space+Quotas"></a>
<h2 class="h3">Space Quotas</h2>
<div class="section">
<p> The space quota is a hard limit on the number of bytes used by files in the tree rooted at that directory. Block
allocations fail if the quota would not allow a full block to be written. Each replica of a block counts against the quota. Quotas
stick with renamed directories; the rename operation fails if the operation would result in a quota violation. A newly created directory has no associated quota.
The largest quota is <span class="codefrag">Long.Max_Value</span>. A quota of zero still permits files to be created, but no blocks can be added to the files.
Directories don't use host file system space and don't count against the space quota. The host file system space used to save
the file meta data is not counted against the quota. Quotas are charged at the intended replication factor for the file;
changing the replication factor for a file will credit or debit quotas. </p>
<p> Quotas are persistent with the <span class="codefrag">fsimage</span>. When starting, if the <span class="codefrag">fsimage</span> is immediately in
violation of a quota (perhaps the <span class="codefrag">fsimage</span> was surreptitiously modified), a warning is printed for
each of such violations. Setting or removing a quota creates a journal entry. </p>
</div>
<a name="N10042"></a><a name="Administrative+Commands"></a>
<h2 class="h3">Administrative Commands</h2>
<div class="section">
<p> Quotas are managed by a set of commands available only to the administrator. </p>
<ul>
<li>
<span class="codefrag">dfsadmin -setQuota <N> <directory>...<directory></span>
<br> Set the name quota to be <span class="codefrag">N</span> for
each directory. Best effort for each directory, with faults reported if <span class="codefrag">N</span> is not a positive long integer, the
directory does not exist or it is a file, or the directory would immediately exceed the new quota. </li>
<li>
<span class="codefrag">dfsadmin -clrQuota <directory>...<director></span>
<br> Remove any name quota for each directory. Best
effort for each directory, with faults reported if the directory does not exist or it is a file. It is not a fault if the
directory has no quota. </li>
<li>
<span class="codefrag">dfsadmin -setSpaceQuota <N> <directory>...<directory></span>
<br> Set the space quota to be
N bytes for each directory. This is a hard limit on total size of all the files under the directory tree.
The space quota takes replication also into account, i.e. one GB of data with replication of 3 consumes 3GB of quota. N can also be specified with a binary prefix for convenience, for e.g. 50g for 50 gigabytes and
2t for 2 terabytes etc. Best effort for each directory, with faults reported if <span class="codefrag">N</span> is
neither zero nor a positive integer, the directory does not exist or it is a file, or the directory would immediately exceed
the new quota. </li>
<li>
<span class="codefrag">dfsadmin -clrSpaceQuota <directory>...<director></span>
<br> Remove any space quota for each directory. Best
effort for each directory, with faults reported if the directory does not exist or it is a file. It is not a fault if the
directory has no quota. </li>
</ul>
</div>
<a name="N10076"></a><a name="Reporting+Command"></a>
<h2 class="h3">Reporting Command</h2>
<div class="section">
<p> An an extension to the <span class="codefrag">count</span> command of the HDFS shell reports quota values and the current count of names and bytes in use. </p>
<ul>
<li>
<span class="codefrag">fs -count -q <directory>...<directory></span>
<br> With the <span class="codefrag">-q</span> option, also report the name quota
value set for each directory, the available name quota remaining, the space quota value set, and the available space quota
remaining. If the directory does not have a quota set, the reported values are <span class="codefrag">none</span> and <span class="codefrag">inf</span>.
</li>
</ul>
</div>
</div>
<!--+
|end content
+-->
<div class="clearboth"> </div>
</div>
<div id="footer">
<!--+
|start bottomstrip
+-->
<div class="lastmodified">
<script type="text/javascript"><!--
document.write("Last Published: " + document.lastModified);
// --></script>
</div>
<div class="copyright">
Copyright ©
2008 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
</div>
<!--+
|end bottomstrip
+-->
</div>
</body>
</html>
| koichi626/hadoop-gpu | hadoop-gpu-0.20.1/docs/hdfs_quota_admin_guide.html | HTML | apache-2.0 | 13,128 |
{% extends 'nova/base.html' %}
{% load i18n %}
{% block title %}{% trans "Images & Snapshots" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Images & Snapshots") %}
{% endblock page_header %}
{% block dash_main %}
<div class="images">
{{ images_table.render }}
</div>
<div class="snapshots">
{{ snapshots_table.render }}
</div>
<div class="volume_snapshots">
{{ volume_snapshots_table.render }}
</div>
{% endblock %}
| ttrifonov/horizon | horizon/horizon/dashboards/nova/templates/nova/images_and_snapshots/index.html | HTML | apache-2.0 | 507 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MPI_File_write_ordered_end</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="MPI_File_write_ordered_end"><H1>MPI_File_write_ordered_end</H1></A>
Complete a split collective write using shared file pointer
<H2>Synopsis</H2>
<PRE>
int MPI_File_write_ordered_end(MPI_File mpi_fh, void *buf, MPI_Status *status)
</PRE>
<H2>Input Parameters</H2>
<DL><DT><B>fh </B> <DD> file handle (handle)
</DL>
<P>
<H2>Output Parameters</H2>
<DL><DT><B>buf </B> <DD> initial address of buffer (choice)
</DL>
<DL><DT><B>status </B> <DD> status object (Status)
</DL>
<P>
<H2>Notes for Fortran</H2>
All MPI routines in Fortran (except for <TT>MPI_WTIME</TT> and <TT>MPI_WTICK</TT>) have
an additional argument <TT>ierr</TT> at the end of the argument list. <TT>ierr
</TT>is an integer and has the same meaning as the return value of the routine
in C. In Fortran, MPI routines are subroutines, and are invoked with the
<TT>call</TT> statement.
<P>
All MPI objects (e.g., <TT>MPI_Datatype</TT>, <TT>MPI_Comm</TT>) are of type <TT>INTEGER
</TT>in Fortran.
<P><B>Location:</B>write_orde.c<P>
</BODY></HTML>
| hydrosolutions/model_RRMDA_Themi | java/resources/linux64_gnu/share/doc/www3/MPI_File_write_ordered_end.html | HTML | bsd-2-clause | 1,194 |
{% extends 'app/base.html' %}
{% block content %}
<p>Payment failed..</p>
{% endblock %}
| agiliq/merchant | example/app/templates/app/payment_failed.html | HTML | bsd-3-clause | 90 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
<style type="text/css">
body{
font-family: 'akzidenz-grotesk_stdmedium';
}
</style>
<title>Akzidenz-Grotesk Std Med Regular Specimen</title>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#container').easyTabs({defaultContent:1});
});
</script>
</head>
<body>
<div id="container">
<div id="header">
Akzidenz-Grotesk Std Med Regular </div>
<ul class="tabs">
<li><a href="#specimen">Specimen</a></li>
<li><a href="#layout">Sample Layout</a></li>
<li><a href="#glyphs">Glyphs & Languages</a></li>
<li><a href="#installing">Installing Webfonts</a></li>
</ul>
<div id="main_content">
<div id="specimen">
<div class="section">
<div class="grid12 firstcol">
<div class="huge">AaBb</div>
</div>
</div>
<div class="section">
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
</div>
<div class="section">
<div class="grid12 firstcol">
<table class="sample_table">
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
</table>
</div>
</div>
<div class="section" id="bodycomparison">
<div id="xheight">
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
<div class="fontbody" style="z-index:1">
body<span>Akzidenz-Grotesk Std Med Regular</span>
</div>
<div class="arialbody" style="z-index:1">
body<span>Arial</span>
</div>
<div class="verdanabody" style="z-index:1">
body<span>Verdana</span>
</div>
<div class="georgiabody" style="z-index:1">
body<span>Georgia</span>
</div>
</div>
<div class="section psample psample_row1" id="">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row2" id="">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row4" id="">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row1 fullreverse">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample psample_row2 fullreverse">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
</div>
<div id="layout">
<div class="section">
<div class="grid12 firstcol">
<h1>Lorem Ipsum Dolor</h1>
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
</div>
</div>
<div class="section">
<div class="grid8 firstcol">
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<h3>Pellentesque ornare sem</h3>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
<h3>Cras mattis consectetur</h3>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
</div>
<div class="grid4 sidebar">
<div class="box reverse">
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
<p class="caption">Maecenas sed diam eget risus varius.</p>
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
</div>
</div>
</div>
<div id="glyphs">
<div class="section">
<div class="grid12 firstcol">
<h1>Language Support</h1>
<p>The subset of Akzidenz-Grotesk Std Med Regular in this kit supports the following languages:<br />
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish </p>
<h1>Glyph Chart</h1>
<p>The subset of Akzidenz-Grotesk Std Med Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
<div id="glyph_chart">
<div><p>&#13;</p> </div>
<div><p>&#32;</p> </div>
<div><p>&#33;</p>!</div>
<div><p>&#34;</p>"</div>
<div><p>&#35;</p>#</div>
<div><p>&#36;</p>$</div>
<div><p>&#37;</p>%</div>
<div><p>&#38;</p>&</div>
<div><p>&#39;</p>'</div>
<div><p>&#40;</p>(</div>
<div><p>&#41;</p>)</div>
<div><p>&#42;</p>*</div>
<div><p>&#43;</p>+</div>
<div><p>&#44;</p>,</div>
<div><p>&#45;</p>-</div>
<div><p>&#46;</p>.</div>
<div><p>&#47;</p>/</div>
<div><p>&#48;</p>0</div>
<div><p>&#49;</p>1</div>
<div><p>&#50;</p>2</div>
<div><p>&#51;</p>3</div>
<div><p>&#52;</p>4</div>
<div><p>&#53;</p>5</div>
<div><p>&#54;</p>6</div>
<div><p>&#55;</p>7</div>
<div><p>&#56;</p>8</div>
<div><p>&#57;</p>9</div>
<div><p>&#58;</p>:</div>
<div><p>&#59;</p>;</div>
<div><p>&#60;</p><</div>
<div><p>&#61;</p>=</div>
<div><p>&#62;</p>></div>
<div><p>&#63;</p>?</div>
<div><p>&#64;</p>@</div>
<div><p>&#65;</p>A</div>
<div><p>&#66;</p>B</div>
<div><p>&#67;</p>C</div>
<div><p>&#68;</p>D</div>
<div><p>&#69;</p>E</div>
<div><p>&#70;</p>F</div>
<div><p>&#71;</p>G</div>
<div><p>&#72;</p>H</div>
<div><p>&#73;</p>I</div>
<div><p>&#74;</p>J</div>
<div><p>&#75;</p>K</div>
<div><p>&#76;</p>L</div>
<div><p>&#77;</p>M</div>
<div><p>&#78;</p>N</div>
<div><p>&#79;</p>O</div>
<div><p>&#80;</p>P</div>
<div><p>&#81;</p>Q</div>
<div><p>&#82;</p>R</div>
<div><p>&#83;</p>S</div>
<div><p>&#84;</p>T</div>
<div><p>&#85;</p>U</div>
<div><p>&#86;</p>V</div>
<div><p>&#87;</p>W</div>
<div><p>&#88;</p>X</div>
<div><p>&#89;</p>Y</div>
<div><p>&#90;</p>Z</div>
<div><p>&#91;</p>[</div>
<div><p>&#92;</p>\</div>
<div><p>&#93;</p>]</div>
<div><p>&#94;</p>^</div>
<div><p>&#95;</p>_</div>
<div><p>&#96;</p>`</div>
<div><p>&#97;</p>a</div>
<div><p>&#98;</p>b</div>
<div><p>&#99;</p>c</div>
<div><p>&#100;</p>d</div>
<div><p>&#101;</p>e</div>
<div><p>&#102;</p>f</div>
<div><p>&#103;</p>g</div>
<div><p>&#104;</p>h</div>
<div><p>&#105;</p>i</div>
<div><p>&#106;</p>j</div>
<div><p>&#107;</p>k</div>
<div><p>&#108;</p>l</div>
<div><p>&#109;</p>m</div>
<div><p>&#110;</p>n</div>
<div><p>&#111;</p>o</div>
<div><p>&#112;</p>p</div>
<div><p>&#113;</p>q</div>
<div><p>&#114;</p>r</div>
<div><p>&#115;</p>s</div>
<div><p>&#116;</p>t</div>
<div><p>&#117;</p>u</div>
<div><p>&#118;</p>v</div>
<div><p>&#119;</p>w</div>
<div><p>&#120;</p>x</div>
<div><p>&#121;</p>y</div>
<div><p>&#122;</p>z</div>
<div><p>&#123;</p>{</div>
<div><p>&#124;</p>|</div>
<div><p>&#125;</p>}</div>
<div><p>&#126;</p>~</div>
<div><p>&#160;</p> </div>
<div><p>&#161;</p>¡</div>
<div><p>&#162;</p>¢</div>
<div><p>&#163;</p>£</div>
<div><p>&#164;</p>¤</div>
<div><p>&#165;</p>¥</div>
<div><p>&#166;</p>¦</div>
<div><p>&#167;</p>§</div>
<div><p>&#168;</p>¨</div>
<div><p>&#169;</p>©</div>
<div><p>&#170;</p>ª</div>
<div><p>&#171;</p>«</div>
<div><p>&#172;</p>¬</div>
<div><p>&#173;</p>­</div>
<div><p>&#174;</p>®</div>
<div><p>&#175;</p>¯</div>
<div><p>&#176;</p>°</div>
<div><p>&#177;</p>±</div>
<div><p>&#178;</p>²</div>
<div><p>&#179;</p>³</div>
<div><p>&#180;</p>´</div>
<div><p>&#181;</p>µ</div>
<div><p>&#182;</p>¶</div>
<div><p>&#183;</p>·</div>
<div><p>&#184;</p>¸</div>
<div><p>&#185;</p>¹</div>
<div><p>&#186;</p>º</div>
<div><p>&#187;</p>»</div>
<div><p>&#188;</p>¼</div>
<div><p>&#189;</p>½</div>
<div><p>&#190;</p>¾</div>
<div><p>&#191;</p>¿</div>
<div><p>&#192;</p>À</div>
<div><p>&#193;</p>Á</div>
<div><p>&#194;</p>Â</div>
<div><p>&#195;</p>Ã</div>
<div><p>&#196;</p>Ä</div>
<div><p>&#197;</p>Å</div>
<div><p>&#198;</p>Æ</div>
<div><p>&#199;</p>Ç</div>
<div><p>&#200;</p>È</div>
<div><p>&#201;</p>É</div>
<div><p>&#202;</p>Ê</div>
<div><p>&#203;</p>Ë</div>
<div><p>&#204;</p>Ì</div>
<div><p>&#205;</p>Í</div>
<div><p>&#206;</p>Î</div>
<div><p>&#207;</p>Ï</div>
<div><p>&#208;</p>Ð</div>
<div><p>&#209;</p>Ñ</div>
<div><p>&#210;</p>Ò</div>
<div><p>&#211;</p>Ó</div>
<div><p>&#212;</p>Ô</div>
<div><p>&#213;</p>Õ</div>
<div><p>&#214;</p>Ö</div>
<div><p>&#215;</p>×</div>
<div><p>&#216;</p>Ø</div>
<div><p>&#217;</p>Ù</div>
<div><p>&#218;</p>Ú</div>
<div><p>&#219;</p>Û</div>
<div><p>&#220;</p>Ü</div>
<div><p>&#221;</p>Ý</div>
<div><p>&#222;</p>Þ</div>
<div><p>&#223;</p>ß</div>
<div><p>&#224;</p>à</div>
<div><p>&#225;</p>á</div>
<div><p>&#226;</p>â</div>
<div><p>&#227;</p>ã</div>
<div><p>&#228;</p>ä</div>
<div><p>&#229;</p>å</div>
<div><p>&#230;</p>æ</div>
<div><p>&#231;</p>ç</div>
<div><p>&#232;</p>è</div>
<div><p>&#233;</p>é</div>
<div><p>&#234;</p>ê</div>
<div><p>&#235;</p>ë</div>
<div><p>&#236;</p>ì</div>
<div><p>&#237;</p>í</div>
<div><p>&#238;</p>î</div>
<div><p>&#239;</p>ï</div>
<div><p>&#240;</p>ð</div>
<div><p>&#241;</p>ñ</div>
<div><p>&#242;</p>ò</div>
<div><p>&#243;</p>ó</div>
<div><p>&#244;</p>ô</div>
<div><p>&#245;</p>õ</div>
<div><p>&#246;</p>ö</div>
<div><p>&#247;</p>÷</div>
<div><p>&#248;</p>ø</div>
<div><p>&#249;</p>ù</div>
<div><p>&#250;</p>ú</div>
<div><p>&#251;</p>û</div>
<div><p>&#252;</p>ü</div>
<div><p>&#253;</p>ý</div>
<div><p>&#254;</p>þ</div>
<div><p>&#255;</p>ÿ</div>
<div><p>&#338;</p>Œ</div>
<div><p>&#339;</p>œ</div>
<div><p>&#376;</p>Ÿ</div>
<div><p>&#710;</p>ˆ</div>
<div><p>&#732;</p>˜</div>
<div><p>&#8192;</p> </div>
<div><p>&#8193;</p> </div>
<div><p>&#8194;</p> </div>
<div><p>&#8195;</p> </div>
<div><p>&#8196;</p> </div>
<div><p>&#8197;</p> </div>
<div><p>&#8198;</p> </div>
<div><p>&#8199;</p> </div>
<div><p>&#8200;</p> </div>
<div><p>&#8201;</p> </div>
<div><p>&#8202;</p> </div>
<div><p>&#8208;</p>‐</div>
<div><p>&#8209;</p>‑</div>
<div><p>&#8210;</p>‒</div>
<div><p>&#8211;</p>–</div>
<div><p>&#8212;</p>—</div>
<div><p>&#8216;</p>‘</div>
<div><p>&#8217;</p>’</div>
<div><p>&#8218;</p>‚</div>
<div><p>&#8220;</p>“</div>
<div><p>&#8221;</p>”</div>
<div><p>&#8222;</p>„</div>
<div><p>&#8226;</p>•</div>
<div><p>&#8230;</p>…</div>
<div><p>&#8239;</p> </div>
<div><p>&#8249;</p>‹</div>
<div><p>&#8250;</p>›</div>
<div><p>&#8287;</p> </div>
<div><p>&#8364;</p>€</div>
<div><p>&#8482;</p>™</div>
<div><p>&#9724;</p>◼</div>
<div><p>&#64257;</p>fi</div>
<div><p>&#64258;</p>fl</div>
</div>
</div>
</div>
</div>
<div id="specs">
</div>
<div id="installing">
<div class="section">
<div class="grid7 firstcol">
<h1>Installing Webfonts</h1>
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
<h2>1. Upload your webfonts</h2>
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
<h2>2. Include the webfont stylesheet</h2>
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
<code>
@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
</code>
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
<h2>3. Modify your own stylesheet</h2>
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
<h2>4. Test</h2>
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
</div>
<div class="grid5 sidebar">
<div class="box">
<h2>Troubleshooting<br />Font-Face Problems</h2>
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
<h3>Fonts not showing in any browser</h3>
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
<h3>Fonts not loading in iPhone or iPad</h3>
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
<h3>Fonts not loading in Firefox</h3>
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
<h3>Fonts not loading in IE</h3>
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
<h3>Fonts not loading in IE9</h3>
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<p>©2010-2011 Font Squirrel. All rights reserved.</p>
</div>
</div>
</body>
</html>
| shridharsahil/libraryweb-site | www/sites/all/themes/uclalib_omega/fonts/akzidgrostdmed_0-demo.html | HTML | bsd-3-clause | 37,788 |
<!DOCTYPE HTML>
<script src="resources/text-based-repaint.js"></script>
<script>
function repaintTest() {
document.getElementById('container').style.justifyItems = 'end safe';
}
onload = runRepaintTest;
</script>
<style>
body {
margin: 0;
}
#container {
display: grid;
grid: 100px 100px / 300px;
justify-items: end unsafe;
width: 200px;
height: 300px;
background-color: red;
}
.item1 {
grid-row: 1;
grid-column: 1;
background-color: green;
width: 160px;
}
.item2 {
grid-row: 1;
grid-column: 2;
background-color: green;
width: 50px;
</style>
<p style="height: 20px">Tests invalidation on justify-items style change. Passes if there is no red.</p>
<div id="container">
<div class="item1">
<div style="height: 50px"></div>
</div>
<div class="item2">
<div style="height: 50px"></div>
</div>
</div>
| hujiajie/chromium-crosswalk | third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html | HTML | bsd-3-clause | 842 |
---
layout: default
---
<article {% if page.feature-img %}class="feature-image"{% endif %}>
<header id="main" style="background-image: url('{{ site.baseurl }}/{{ page.feature-img }}')">
<h1 id="{{ page.title | default: "" | cgi_escape }}" class="title">
{{ page.title }}
</h1>
{% if page.subtitle %}
<h2 class="subtitle">{{ page.subtitle }}</h2>
{% endif %}
</header>
<section class="post-content">
{% if page.bootstrap %}
<div class="bootstrap-iso">
{% endif %}
{{ content }}
{% if page.bootstrap %}
</div>
{% endif %}
</section>
<!-- Tag list for portfolio -->
{% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
{% include tags_list.html tags=tag_list %}
</article>
| Yu-Qiao-Hong/Yu-Qiao-Hong.github.io | _layouts/page.html | HTML | mit | 765 |
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body class="rtl">
<h1>[name]</h1>
<p class="desc">
خاصية الرسم البياني للمشهد المخزنة التي تسمح بالتراكم الموزون ؛ تستخدم داخليا.
</p>
<h2>المنشئ (Constructor)</h2>
<h3>[name]( [param:PropertyBinding binding], [param:String typeName], [param:Number valueSize] )</h3>
<p>
-- binding <br />
-- typeName <br />
-- valueSize <br />
</p>
<h2>الخصائص (Properties)</h2>
<h3>[property:PropertyBinding binding]</h3>
<p>
</p>
<h3>[property:TypedArray buffer]</h3>
<p>
حاجز (buffer) بحجم [page:PropertyMixer valueSize] * 4. <br /><br />
هذا لديه التخطيط: [ incoming | accu0 | accu1 | orig ]<br /><br />
يمكن Interpolators استخدام .buffer كـ .result ثم تنتقل البيانات إلى "incoming". <br/>
يتم استخدام 'accu0' و 'accu1' مع الإطارات المتداخلة للنتيجة التراكمية ويتم مقارنتها لاكتشاف التغييرات. يقوم "orig" بتخزين الحالة الأصلية للممتلكات.
</p>
<h3>[property:Number cumulativeWeight]</h3>
<p>
الافتراضي هو *0*.
</p>
<h3>[property:Number valueSize]</h3>
<p>
</p>
<h3>[property:Number referenceCount]</h3>
<p>
الافتراضي هو *0*.
</p>
<h3>[property:Number useCount]</h3>
<p>
الافتراضي هو *0*.
</p>
<h2>الوظائف (Methods)</h2>
<h3>[method:undefined accumulate]( [param:Number accuIndex], [param:Number weight] )</h3>
<p>
تجميع البيانات في [page:PropertyMixer.buffer buffer][accuIndex] منطقة 'incoming' في 'accu[i]'.<br />
إذا كان الوزن *0* فهذا لا يفعل شيئًا.
</p>
<h3>[method:undefined apply]( [param:Number accuIndex] )</h3>
<p>
تطبيق حالة [page:PropertyMixer.buffer buffer] 'accu[i]' على الربط عند اختلاف الاتهام.
</p>
<h3>[method:undefined saveOriginalState]( )</h3>
<p>
تذكر حالة الملكية المقيدة وتنسخها إلى كلا المتهمين.
</p>
<h3>[method:undefined restoreOriginalState]( )</h3>
<p>
تقوم بتطبيق الحالة التي تم التقاطها مسبقًا عبر 'saveOriginalState' إلى binding.
</p>
<h2>المصدر (Source)</h2>
<p>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</p>
</body>
</html>
| looeee/three.js | docs/api/ar/animation/PropertyMixer.html | HTML | mit | 2,708 |
<div class="content">
<div id="example_title">
<h1>Add/Remove Tabs</h1>
You can add remove tabs quickly or with animation.
</div>
<div id="example_view"></div>
<div id="example_code"></div>
</div>
<!--CODE-->
<div id="tabs" style="width: 100%;"></div>
<br><br>
<button class="w2ui-btn" onclick="addTab()">Add 1 Tab</button>
<button class="w2ui-btn" onclick="addTabs()">Add 3 Tab</button>
<button class="w2ui-btn" onclick="insertTab()">Insert Tab</button>
<div style="height: 15px"></div>
<button class="w2ui-btn" onclick="removeTab()">Remove Last Tab</button>
<button class="w2ui-btn" onclick="removeTabs()">Remove All Inserted</button>
<!--CODE-->
<script>
$(function () {
$('#tabs').w2tabs({
name: 'tabs',
active: 'first',
tabs: [
{ id: 'first', text: 'First Tab' }
]
});
});
var ind = 1;
function addTab() {
w2ui.tabs.add({ id: 'tab'+ind, text: 'Tab '+ ind });
ind++;
}
function addTabs() {
w2ui.tabs.add([
{ id: 'tab'+ind, text: 'Tab '+ ind },
{ id: 'tab'+(ind+1), text: 'Tab '+ (ind+1) },
{ id: 'tab'+(ind+2), text: 'Tab '+ (ind+2) }
]);
ind += 3;
}
function insertTab() {
w2ui.tabs.animateInsert('first', { id: 'tab'+ ind, text: 'Tab '+ ind });
ind++;
}
function removeTab() {
if (ind == 1) return;
ind--;
w2ui.tabs.animateClose('tab'+ ind);
}
function removeTabs() {
ind = 1;
var tb = w2ui.tabs;
var tabs = tb.get();
tabs.splice(tabs.indexOf('first'), 1);
tb.remove.apply(tb, tabs);
}
</script>
| cristianofx/w2ui | demos/examples/tabs-4.html | HTML | mit | 1,579 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script src="../../../list.js"></script>
<script src="../../../page.js"></script>
<link type="text/css" rel="stylesheet" href="../../../page.css" />
</head>
<body>
[page:Curve] →
<h1>[name]</h1>
<div class="desc">Creates a 2d curve in the shape of an ellipse.</div>
<h2>Example</h2>
<code>
var curve = new THREE.EllipseCurve(
0, 0, // ax, aY
10, 10, // xRadius, yRadius
0, 2 * Math.PI, // aStartAngle, aEndAngle
false // aClockwise
);
var path = new THREE.Path( curve.getPoints(50) );
var geometry = path.createPointsGeometry( 50 );
var material = new THREE.LineBasicMaterial( { color: 0xff0000 } );
//Create the final Object3d to add to the scene
var ellipse = new THREE.Line( geometry, material );
</code>
<h2>Constructor</h2>
<h3>[name]([page:Float aX], [page:Float aY], [page:Float xRadius], [page:Float yRadius], [page:Radians aStartAngle], [page:Radians aEndAngle], [page:Boolean aClockwise])</h3>
<div>
aX – The X center of the ellipse<br/>
aY – The Y center of the ellipse<br/>
xRadius – The radius of the ellipse in the x direction<br/>
yRadius – The radius of the ellipse in the y direction<br/>
aStartAngle – The start angle of the curve in radians starting from the middle right side<br/>
aEndAngle – The end angle of the curve in radians starting from the middle right side<br/>
aClockwise – Whether the ellipse is clockwise<br/><br/>
<strong>Note:</strong> When going clockwise it's best to set the start angle to (Math.PI * 2) and then work towards lower numbers.
</div>
<h2>Properties</h2>
<h3>[property:Float aX]</h3>
<h3>[property:Float aY]</h3>
<h3>[property:Radians xRadius]</h3>
<h3>[property:Radians yRadius]</h3>
<h3>[property:Float aStartAngle]</h3>
<h3>[property:Float aEndAngle]</h3>
<h3>[property:Boolean aClockwise]</h3>
<h2>Methods</h2>
<h3>See [page:Curve] for inherited methods</h3>
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</body>
</html>
| plepers/three.js | docs/api/extras/curves/EllipseCurve.html | HTML | mit | 2,154 |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd"
xml:lang="en"
lang="en">
<body>
<wicket:panel>
<div class="bookmarkedPagesPanel">
<div class="showPanelTab bookmarkRibbon navbar-inverse"></div>
<div id="bookmarkedPagesSlidingDiv">
<div class="row">
<div class="col-xs-12">
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><span class="fa fa-fw fa-bookmark"></span> Bookmarks</h4>
</div>
<div class="panel-body" wicket:enclosure="helpText">
<span wicket:id="helpText"></span>
</div>
<ul id="bookmarkedPages" class="list-group">
<li class="list-group-item">
<ul wicket:id="bookmarkList" class="bookmarkedPagesList list-group">
<li wicket:id="bookmarkedPageItem" class="bookmarkedPageItem list-group-item">
<div>
<a href="#" wicket:id="bookmarkedPageLink">
<div class="bookmarkedPageImageAndTitle" style="display: inline-block">
<img wicket:id="bookmarkedPageImage" class="bookmarkedPageImage"/>
<span wicket:id="bookmarkedPageTitle" class="bookmarkedPageTitle">[link title]</span>
</div>
</a>
<a href="#" wicket:id="clearBookmarkLink" class="clearBookmarkPlaceHolder pull-right">
<span class="fa fa-fw fa-ban text-danger"></span>
</a>
</div>
</li>
</ul>
</li>
</ul>
<div class="panel-footer" wicket:enclosure="clearBookmarks">
<span> </span>
<a href="#" wicket:id="clearBookmarks" class="clearBookmarksA btn-link pull-right" title="Clear Bookmarks">
<span class="text-danger">Clear all</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</wicket:panel>
</body>
</html>
| kidaa/isis | core/viewer-wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/bookmarkedpages/BookmarkedPagesPanel.html | HTML | apache-2.0 | 4,334 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Google Maps JavaScript API v3 Example: Panoramio Layer Tags</title>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&libraries=panoramio"></script>
<script type="text/javascript">
var panoramioLayer;
function initialize() {
var sydHarbor = new google.maps.LatLng(-33.8689, 151.207);
var myOptions = {
zoom: 12,
center: sydHarbor,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(
document.getElementById("map_canvas"),
myOptions);
panoramioLayer = new google.maps.panoramio.PanoramioLayer();
panoramioLayer.setMap(map);
}
function getTaggedPhotos() {
var tagFilter = document.getElementById('tag').value;
panoramioLayer.setTag(tagFilter);
}
</script>
</head>
<body onload="initialize()">
<div>
<input id="tag" type="textbox" value="Harbour">
<input type="button" value="Filter on Tag" onclick="getTaggedPhotos()">
</div>
<div id="map_canvas" style="width: 500px; height: 400px; border: 1px solid black; margin: 2px;"></div>
</body>
</html>
| pozypakya/js-samples | layers/panoramio-tags.html | HTML | apache-2.0 | 1,155 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Fri Mar 02 14:52:00 CET 2018 -->
<title>Uses of Class com.tailf.notif.ForwardNotification (CONF API Version 6.6)</title>
<meta name="date" content="2018-03-02">
<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.tailf.notif.ForwardNotification (CONF API Version 6.6)";
}
//-->
</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/tailf/notif/ForwardNotification.html" title="class in com.tailf.notif">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/tailf/notif//class-useForwardNotification.html" target="_top">Frames</a></li>
<li><a href="ForwardNotification.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.tailf.notif.ForwardNotification" class="title">Uses of Class<br>com.tailf.notif.ForwardNotification</h2>
</div>
<div class="classUseContainer">No usage of com.tailf.notif.ForwardNotification</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/tailf/notif/ForwardNotification.html" title="class in com.tailf.notif">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/tailf/notif//class-useForwardNotification.html" target="_top">Frames</a></li>
<li><a href="ForwardNotification.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| kimjinyong/i2nsf-framework | Hackathon-111/SecurityController/confd-6.6/doc/api/java/com/tailf/notif/class-use/ForwardNotification.html | HTML | apache-2.0 | 4,111 |
<!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): CPTAnimation(CPTAnimationPeriodAdditions) Category Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">CPTAnimation(CPTAnimationPeriodAdditions) Category Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#import <<a class="el" href="_c_p_t_animation_period_8h_source.html">CPTAnimationPeriod.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Public Class Methods</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">CGFloat Property Animation</div></td></tr>
<tr class="memitem:a3650c26bb960da338e2459c6be7bb3be"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a3650c26bb960da338e2459c6be7bb3be">animate:property:from:to:duration:withDelay:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a3650c26bb960da338e2459c6be7bb3be"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a3650c26bb960da338e2459c6be7bb3be">More...</a><br/></td></tr>
<tr class="separator:a3650c26bb960da338e2459c6be7bb3be"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2e0110ee02741d205e278f1eba30ce1b"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a2e0110ee02741d205e278f1eba30ce1b">animate:property:from:to:duration:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a2e0110ee02741d205e278f1eba30ce1b"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a2e0110ee02741d205e278f1eba30ce1b">More...</a><br/></td></tr>
<tr class="separator:a2e0110ee02741d205e278f1eba30ce1b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa73c986d9014e5e9d7a51e4f657d0dc0"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#aa73c986d9014e5e9d7a51e4f657d0dc0">animate:property:from:to:duration:</a></td></tr>
<tr class="memdesc:aa73c986d9014e5e9d7a51e4f657d0dc0"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#aa73c986d9014e5e9d7a51e4f657d0dc0">More...</a><br/></td></tr>
<tr class="separator:aa73c986d9014e5e9d7a51e4f657d0dc0"><td class="memSeparator" colspan="2"> </td></tr>
<tr><td colspan="2"><div class="groupHeader">CGPoint Property Animation</div></td></tr>
<tr class="memitem:ad31a491cc550e5a8ce835f92d88a570d"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#ad31a491cc550e5a8ce835f92d88a570d">animate:property:fromPoint:toPoint:duration:withDelay:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:ad31a491cc550e5a8ce835f92d88a570d"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#ad31a491cc550e5a8ce835f92d88a570d">More...</a><br/></td></tr>
<tr class="separator:ad31a491cc550e5a8ce835f92d88a570d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a89c0dd0c9cc9de59c9abbe74d3222773"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a89c0dd0c9cc9de59c9abbe74d3222773">animate:property:fromPoint:toPoint:duration:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a89c0dd0c9cc9de59c9abbe74d3222773"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a89c0dd0c9cc9de59c9abbe74d3222773">More...</a><br/></td></tr>
<tr class="separator:a89c0dd0c9cc9de59c9abbe74d3222773"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a271321e47d4c05f64b45fbedcb49046a"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a271321e47d4c05f64b45fbedcb49046a">animate:property:fromPoint:toPoint:duration:</a></td></tr>
<tr class="memdesc:a271321e47d4c05f64b45fbedcb49046a"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a271321e47d4c05f64b45fbedcb49046a">More...</a><br/></td></tr>
<tr class="separator:a271321e47d4c05f64b45fbedcb49046a"><td class="memSeparator" colspan="2"> </td></tr>
<tr><td colspan="2"><div class="groupHeader">CGSize Property Animation</div></td></tr>
<tr class="memitem:a5653ca9b086242ecf9105f6015ac5615"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a5653ca9b086242ecf9105f6015ac5615">animate:property:fromSize:toSize:duration:withDelay:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a5653ca9b086242ecf9105f6015ac5615"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a5653ca9b086242ecf9105f6015ac5615">More...</a><br/></td></tr>
<tr class="separator:a5653ca9b086242ecf9105f6015ac5615"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0faf39be934492f1e595fbf7b297dea2"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a0faf39be934492f1e595fbf7b297dea2">animate:property:fromSize:toSize:duration:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a0faf39be934492f1e595fbf7b297dea2"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a0faf39be934492f1e595fbf7b297dea2">More...</a><br/></td></tr>
<tr class="separator:a0faf39be934492f1e595fbf7b297dea2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aed020e870f72d1cbce75f7dfd522df80"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#aed020e870f72d1cbce75f7dfd522df80">animate:property:fromSize:toSize:duration:</a></td></tr>
<tr class="memdesc:aed020e870f72d1cbce75f7dfd522df80"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#aed020e870f72d1cbce75f7dfd522df80">More...</a><br/></td></tr>
<tr class="separator:aed020e870f72d1cbce75f7dfd522df80"><td class="memSeparator" colspan="2"> </td></tr>
<tr><td colspan="2"><div class="groupHeader">CGRect Property Animation</div></td></tr>
<tr class="memitem:a5cb6cb6a183a957582138ea74f1323e7"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a5cb6cb6a183a957582138ea74f1323e7">animate:property:fromRect:toRect:duration:withDelay:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a5cb6cb6a183a957582138ea74f1323e7"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a5cb6cb6a183a957582138ea74f1323e7">More...</a><br/></td></tr>
<tr class="separator:a5cb6cb6a183a957582138ea74f1323e7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8065d95ab20c7f48f690536bc7027104"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a8065d95ab20c7f48f690536bc7027104">animate:property:fromRect:toRect:duration:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a8065d95ab20c7f48f690536bc7027104"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a8065d95ab20c7f48f690536bc7027104">More...</a><br/></td></tr>
<tr class="separator:a8065d95ab20c7f48f690536bc7027104"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9ea2952e4db5bf114264775fc4f36954"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a9ea2952e4db5bf114264775fc4f36954">animate:property:fromRect:toRect:duration:</a></td></tr>
<tr class="memdesc:a9ea2952e4db5bf114264775fc4f36954"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a9ea2952e4db5bf114264775fc4f36954">More...</a><br/></td></tr>
<tr class="separator:a9ea2952e4db5bf114264775fc4f36954"><td class="memSeparator" colspan="2"> </td></tr>
<tr><td colspan="2"><div class="groupHeader">NSDecimal Property Animation</div></td></tr>
<tr class="memitem:a4406f29c7f29663d1afe61eadb5a6d53"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a4406f29c7f29663d1afe61eadb5a6d53">animate:property:fromDecimal:toDecimal:duration:withDelay:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a4406f29c7f29663d1afe61eadb5a6d53"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a4406f29c7f29663d1afe61eadb5a6d53">More...</a><br/></td></tr>
<tr class="separator:a4406f29c7f29663d1afe61eadb5a6d53"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0954d36167fd09a3b51e748de67ab1c7"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a0954d36167fd09a3b51e748de67ab1c7">animate:property:fromDecimal:toDecimal:duration:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a0954d36167fd09a3b51e748de67ab1c7"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a0954d36167fd09a3b51e748de67ab1c7">More...</a><br/></td></tr>
<tr class="separator:a0954d36167fd09a3b51e748de67ab1c7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a91fa96364cab7e1bc60e217052748c35"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a91fa96364cab7e1bc60e217052748c35">animate:property:fromDecimal:toDecimal:duration:</a></td></tr>
<tr class="memdesc:a91fa96364cab7e1bc60e217052748c35"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a91fa96364cab7e1bc60e217052748c35">More...</a><br/></td></tr>
<tr class="separator:a91fa96364cab7e1bc60e217052748c35"><td class="memSeparator" colspan="2"> </td></tr>
<tr><td colspan="2"><div class="groupHeader">CPTPlotRange Property Animation</div></td></tr>
<tr class="memitem:a5cb84be69dc926b9de02075f84edbe57"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a5cb84be69dc926b9de02075f84edbe57">animate:property:fromPlotRange:toPlotRange:duration:withDelay:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a5cb84be69dc926b9de02075f84edbe57"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a5cb84be69dc926b9de02075f84edbe57">More...</a><br/></td></tr>
<tr class="separator:a5cb84be69dc926b9de02075f84edbe57"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a18cfd34dbf87b265462a9ff1e0352ff9"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#a18cfd34dbf87b265462a9ff1e0352ff9">animate:property:fromPlotRange:toPlotRange:duration:animationCurve:delegate:</a></td></tr>
<tr class="memdesc:a18cfd34dbf87b265462a9ff1e0352ff9"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#a18cfd34dbf87b265462a9ff1e0352ff9">More...</a><br/></td></tr>
<tr class="separator:a18cfd34dbf87b265462a9ff1e0352ff9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af70a1012dc5d5f8f889bce4b96e4376e"><td class="memItemLeft" align="right" valign="top">(<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) </td><td class="memItemRight" valign="bottom">+ <a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html#af70a1012dc5d5f8f889bce4b96e4376e">animate:property:fromPlotRange:toPlotRange:duration:</a></td></tr>
<tr class="memdesc:af70a1012dc5d5f8f889bce4b96e4376e"><td class="mdescLeft"> </td><td class="mdescRight">Creates an animation operation with the given properties and adds it to the animation queue. <a href="#af70a1012dc5d5f8f889bce4b96e4376e">More...</a><br/></td></tr>
<tr class="separator:af70a1012dc5d5f8f889bce4b96e4376e"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Method Documentation</h2>
<a class="anchor" id="aa73c986d9014e5e9d7a51e4f657d0dc0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">from:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">to:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting value for the animation. If <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending value for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#aa73c986d9014e5e9d7a51e4f657d0dc0">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a2e0110ee02741d205e278f1eba30ce1b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">from:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">to:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting value for the animation. If <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending value for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a2e0110ee02741d205e278f1eba30ce1b">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a3650c26bb960da338e2459c6be7bb3be"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">from:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">to:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">withDelay:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>delay</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting value for the animation. If <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending value for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">delay</td><td>The starting delay of the animation in seconds. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a3650c26bb960da338e2459c6be7bb3be">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a91fa96364cab7e1bc60e217052748c35"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromDecimal:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html#//apple_ref/c/tdef/NSDecimal">NSDecimal</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toDecimal:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html#//apple_ref/c/tdef/NSDecimal">NSDecimal</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting value for the animation. If <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending value for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a91fa96364cab7e1bc60e217052748c35">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a0954d36167fd09a3b51e748de67ab1c7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromDecimal:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html#//apple_ref/c/tdef/NSDecimal">NSDecimal</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toDecimal:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html#//apple_ref/c/tdef/NSDecimal">NSDecimal</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting value for the animation. If <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending value for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a0954d36167fd09a3b51e748de67ab1c7">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a4406f29c7f29663d1afe61eadb5a6d53"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromDecimal:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html#//apple_ref/c/tdef/NSDecimal">NSDecimal</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toDecimal:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html#//apple_ref/c/tdef/NSDecimal">NSDecimal</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">withDelay:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>delay</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting value for the animation. If <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending value for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">delay</td><td>The starting delay of the animation in seconds. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a4406f29c7f29663d1afe61eadb5a6d53">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="af70a1012dc5d5f8f889bce4b96e4376e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromPlotRange:</td>
<td></td>
<td class="paramtype">(<a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a> *) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toPlotRange:</td>
<td></td>
<td class="paramtype">(<a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a> *) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting plot range for the animation. If <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a> or any component of the range is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending plot range for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#af70a1012dc5d5f8f889bce4b96e4376e">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a18cfd34dbf87b265462a9ff1e0352ff9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromPlotRange:</td>
<td></td>
<td class="paramtype">(<a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a> *) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toPlotRange:</td>
<td></td>
<td class="paramtype">(<a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a> *) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting plot range for the animation. If <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a> or any component of the range is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending plot range for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a18cfd34dbf87b265462a9ff1e0352ff9">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a5cb84be69dc926b9de02075f84edbe57"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromPlotRange:</td>
<td></td>
<td class="paramtype">(<a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a> *) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toPlotRange:</td>
<td></td>
<td class="paramtype">(<a class="el" href="interface_c_p_t_plot_range.html">CPTPlotRange</a> *) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">withDelay:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>delay</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting plot range for the animation. If <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a> or any component of the range is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending plot range for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">delay</td><td>The starting delay of the animation in seconds. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a5cb84be69dc926b9de02075f84edbe57">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a271321e47d4c05f64b45fbedcb49046a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromPoint:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGPoint">CGPoint</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toPoint:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGPoint">CGPoint</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting point for the animation. If either coordinate is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending point for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a271321e47d4c05f64b45fbedcb49046a">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a89c0dd0c9cc9de59c9abbe74d3222773"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromPoint:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGPoint">CGPoint</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toPoint:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGPoint">CGPoint</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting point for the animation. If either coordinate is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending point for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a89c0dd0c9cc9de59c9abbe74d3222773">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="ad31a491cc550e5a8ce835f92d88a570d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromPoint:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGPoint">CGPoint</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toPoint:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGPoint">CGPoint</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">withDelay:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>delay</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting point for the animation. If either coordinate is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending point for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">delay</td><td>The starting delay of the animation in seconds. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#ad31a491cc550e5a8ce835f92d88a570d">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a9ea2952e4db5bf114264775fc4f36954"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromRect:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRect">CGRect</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toRect:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRect">CGRect</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting rectangle for the animation. If <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRectNull">CGRectNull</a> or any field is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending rectangle for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a9ea2952e4db5bf114264775fc4f36954">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a8065d95ab20c7f48f690536bc7027104"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromRect:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRect">CGRect</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toRect:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRect">CGRect</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting rectangle for the animation. If <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRectNull">CGRectNull</a> or any field is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending rectangle for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a8065d95ab20c7f48f690536bc7027104">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a5cb6cb6a183a957582138ea74f1323e7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromRect:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRect">CGRect</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toRect:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRect">CGRect</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">withDelay:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>delay</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting rectangle for the animation. If <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRectNull">CGRectNull</a> or any field is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending rectangle for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">delay</td><td>The starting delay of the animation in seconds. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a5cb6cb6a183a957582138ea74f1323e7">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="aed020e870f72d1cbce75f7dfd522df80"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromSize:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGSize">CGSize</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toSize:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGSize">CGSize</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting size for the animation. If either coordinate is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending size for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#aed020e870f72d1cbce75f7dfd522df80">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a0faf39be934492f1e595fbf7b297dea2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromSize:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGSize">CGSize</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toSize:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGSize">CGSize</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting size for the animation. If either coordinate is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending size for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a0faf39be934492f1e595fbf7b297dea2">CPTAnimation</a>.</p>
</div>
</div>
<a class="anchor" id="a5653ca9b086242ecf9105f6015ac5615"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">+ (<a class="el" href="interface_c_p_t_animation_operation.html">CPTAnimationOperation</a> *) animate: </td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>) </td>
<td class="paramname"><em>object</em></td>
</tr>
<tr>
<td class="paramkey">property:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html">NSString</a> *) </td>
<td class="paramname"><em>property</em></td>
</tr>
<tr>
<td class="paramkey">fromSize:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGSize">CGSize</a>) </td>
<td class="paramname"><em>from</em></td>
</tr>
<tr>
<td class="paramkey">toSize:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGSize">CGSize</a>) </td>
<td class="paramname"><em>to</em></td>
</tr>
<tr>
<td class="paramkey">duration:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>duration</em></td>
</tr>
<tr>
<td class="paramkey">withDelay:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGFloat">CGFloat</a>) </td>
<td class="paramname"><em>delay</em></td>
</tr>
<tr>
<td class="paramkey">animationCurve:</td>
<td></td>
<td class="paramtype">(<a class="el" href="_c_p_t_animation_8h.html#a9bc578142a3f60459a3fd1936e688631">CPTAnimationCurve</a>) </td>
<td class="paramname"><em>animationCurve</em></td>
</tr>
<tr>
<td class="paramkey">delegate:</td>
<td></td>
<td class="paramtype">(<a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="el" href="protocol_c_p_t_animation_delegate-p.html">CPTAnimationDelegate</a>> *) </td>
<td class="paramname"><em>delegate</em> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an animation operation with the given properties and adds it to the animation queue. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The object to animate. </td></tr>
<tr><td class="paramname">property</td><td>The name of the property of <code><b>object</b></code> to animate. The property must have both getter and setter methods. </td></tr>
<tr><td class="paramname">from</td><td>The starting size for the animation. If either coordinate is <code>NaN</code>, the animation starts from the current value of the animated property. </td></tr>
<tr><td class="paramname">to</td><td>The ending size for the animation. </td></tr>
<tr><td class="paramname">duration</td><td>The duration of the animation. </td></tr>
<tr><td class="paramname">delay</td><td>The starting delay of the animation in seconds. </td></tr>
<tr><td class="paramname">animationCurve</td><td>The animation curve used to animate the new operation. </td></tr>
<tr><td class="paramname">delegate</td><td>The animation delegate (can be <a class="elRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/doc/c_ref/nil">nil</a>). </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The queued animation operation. </dd></dl>
<p>Extends class <a class="el" href="interface_c_p_t_animation.html#a5653ca9b086242ecf9105f6015ac5615">CPTAnimation</a>.</p>
</div>
</div>
<hr/>The documentation for this category was generated from the following files:<ul>
<li>Source/<a class="el" href="_c_p_t_animation_period_8h_source.html">CPTAnimationPeriod.h</a></li>
<li>Source/<a class="el" href="_c_p_t_animation_period_8m.html">CPTAnimationPeriod.m</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html">CPTAnimation(CPTAnimationPeriodAdditions)</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>
| tectronics/core-plot | documentation/html/MacOS/category_c_p_t_animation_07_c_p_t_animation_period_additions_08.html | HTML | bsd-3-clause | 95,711 |
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
<meta charset="utf-8">
<title>CSS Test: Testing min-width:auto</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#min-size-auto">
<link rel="match" href="flexbox-min-width-auto-002-ref.html">
<!--
This testcase tests the used value of "min-width:auto" (the property's
initial value) on flex items in a horizontal flex container.
It's supposed to resolve to the smallest of:
a) The used 'flex-basis' (taken from 'width'), if 'flex-basis' is at its
initial value.
b) The computed 'max-width' property
c) If there's no intrinsic aspect ratio: the item's min-content width.
d) If there is an intrinsic aspect ratio: the item's width derived from
the ratio & constraints in the other dimension.
We measure what the used value is by putting flex items in a small flex
container, which will shrink its items down to their min-width.
This test checks for situations where we should resolve the min-width as
(d) above, with "constraints in the other dimension" being
max-height-clamped "height".
-->
<style>
.flexbox {
display: flex;
width: 0px; /* No available space; shrink flex items to min-width */
margin-bottom: 2px; /* (Just for spacing things out, visually) */
}
.flexbox > * {
/* Flex items have purple border: */
border: 2px dotted purple;
/* Flex items have sizing constraint in cross axis: */
max-height: 30px;
height: 60px;
}
</style>
</head>
<body>
<!-- Check for min-width:auto resolving correctly when the smallest
candidate value is: -->
<!-- *** (d) (with intrinsic aspect ratio) The width derived from ratio
and constraints in the other dimension *** -->
<!-- First, with a larger candidate 'flex-basis' value (from 'width') -->
<div class="flexbox">
<img style="width: 100px" src="support/solidblue.png" alt="blue square">
</div>
<!-- ...and now with a larger explicit 'flex-basis' value (which shouldn't
be considered for 'min-width:auto' anyway) -->
<div class="flexbox">
<img style="flex-basis: 100px" src="support/solidblue.png" alt="blue square">
</div>
<!-- ...and now with a smaller explicit 'flex-basis' value (which shouldn't
be considered for 'min-width:auto' anyway) -->
<div class="flexbox">
<img style="flex-basis: 10px" src="support/solidblue.png" alt="blue square">
</div>
</body>
</html>
| axinging/chromium-crosswalk | third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-width-auto-002c.html | HTML | bsd-3-clause | 2,784 |
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>iron-component-page</title>
<script src="packages/web_components/webcomponents-lite.js"></script>
<link rel="x-dart-test" href="iron_component_page_test.dart">
<!--<script type="application/dart" src="iron_component_page_test.dart"></script>-->
<!--<script src="packages/browser/dart.js"></script>-->
<script src="packages/test/dart.js"></script>
</head>
<body>
<template id="basic">
<iron-component-page src="fixtures/test_element.html"></iron-component-page>
</template>
</body>
</html>
| bwu-dart-contributing/polymer_elements | test/iron_component_page_test.html | HTML | bsd-3-clause | 1,197 |
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<meta charset="utf-8">
<title>CSS Shape Test: float right, border-box</title>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="http://www.mozilla.org/">
<link rel="help" href="https://drafts.csswg.org/css-shapes-1/#shapes-from-box-values">
<link rel="match" href="reference/shape-outside-border-box-002-ref.html">
<meta name="flags" content="">
<meta name="assert" content="Test the boxes are wrapping around the right float shape defined by the border-box value.">
<style>
.container {
direction: rtl;
width: 200px;
line-height: 0;
}
.shape {
float: right;
shape-outside: border-box;
box-sizing: content-box;
height: 25px;
width: 25px;
padding: 25px;
border: 25px solid lightgreen;
margin: 25px;
background-color: orange;
}
.box {
display: inline-block;
width: 25px;
height: 25px;
background-color: blue;
}
.longbox {
display: inline-block;
width: 200px;
height: 25px;
background-color: blue;
}
</style>
<main class="container">
<div class="shape"></div>
<div class="shape"></div>
<div class="longbox"></div> <!-- Saturate the margin space -->
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="longbox"></div> <!-- Saturate the margin space -->
<div class="longbox"></div> <!-- Saturate the margin space -->
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="longbox"></div> <!-- Saturate the margin space -->
</main>
</html>
| nwjs/chromium.src | third_party/blink/web_tests/external/wpt/css/css-shapes/shape-outside/shape-box/shape-outside-border-box-002.html | HTML | bsd-3-clause | 1,879 |
<!--
/*
** Copyright (c) 2015 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be included
** in all copies or substantial portions of the Materials.
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
<script src="../../js/js-test-pre.js"></script>
<script src="../../js/webgl-test-utils.js"></script>
<title>WebGL Object Expandos Conformance Test</title>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<canvas id="canvas" width="8" height="8" style="width: 8px; height: 8px;"></canvas>
<script>
"use strict";
description("This test verifies that WebGL object expandos are preserved across garbage collections.");
var wtu = WebGLTestUtils;
var canvas = document.getElementById("canvas");
var gl = wtu.create3DContext(canvas, {antialias: false});
// Helpers that set expandos and verify they are set to the correct value.
var expandoValue = "WebGL is awesome!"
function setTestExpandos(instance) {
instance.expando1 = expandoValue;
instance.expando2 = { subvalue : expandoValue };
}
function verifyTestExpandos(instance, msg) {
assertMsg(instance.expando1 === expandoValue, msg + ": Expect basic expando to survive despite GC.");
assertMsg(instance.expando2 && instance.expando2.subvalue === expandoValue, msg + ": Expect subobject expando to survive despite GC.");
}
// Tests that we don't get expando loss for bound resources where the
// only remaining reference is internal to WebGL
function testBasicBindings() {
debug('Basic Bindings');
// Test data that describes how to create, bind, and retrieve an object off of the context
var glProt = Object.getPrototypeOf(gl);
var simpleData = [
{
creationFn: glProt.createTexture,
bindFn: glProt.bindTexture,
bindConstant: glProt.TEXTURE_2D,
retrieveConstant: glProt.TEXTURE_BINDING_2D,
name: "TEXTURE_BINDING_2D",
},
{
creationFn: glProt.createFramebuffer,
bindFn: glProt.bindFramebuffer,
bindConstant: glProt.FRAMEBUFFER,
retrieveConstant: glProt.FRAMEBUFFER_BINDING,
name: "FRAMEBUFFER_BINDING",
},
{
creationFn: glProt.createRenderbuffer,
bindFn: glProt.bindRenderbuffer,
bindConstant: glProt.RENDERBUFFER,
retrieveConstant: glProt.RENDERBUFFER_BINDING,
name: "RENDERBUFFER_BINDING",
},
{
creationFn: glProt.createBuffer,
bindFn: glProt.bindBuffer,
bindConstant: glProt.ELEMENT_ARRAY_BUFFER,
retrieveConstant: glProt.ELEMENT_ARRAY_BUFFER_BINDING,
name: "ELEMENT_ARRAY_BUFFER_BINDING",
},
{
creationFn: glProt.createBuffer,
bindFn: glProt.bindBuffer,
bindConstant: glProt.ARRAY_BUFFER,
retrieveConstant: glProt.ARRAY_BUFFER_BINDING,
name: "ARRAY_BUFFER_BINDING",
},
{
creationFn: glProt.createTexture,
bindFn: glProt.bindTexture,
bindConstant: glProt.TEXTURE_CUBE_MAP,
retrieveConstant: glProt.TEXTURE_BINDING_CUBE_MAP,
name: "TEXTURE_BINDING_CUBE_MAP",
},
];
simpleData.forEach(function(test) {
var instance = test.creationFn.apply(gl, []);
var msg = "getParameter(" + test.name + ")";
setTestExpandos(instance);
test.bindFn.apply(gl, [test.bindConstant, instance]);
assertMsg(instance === gl.getParameter(test.retrieveConstant), msg + " returns instance that was bound.");
// Garbage collect Javascript references. Remaining references should be internal to WebGL.
instance = null;
webglHarnessCollectGarbage();
verifyTestExpandos(gl.getParameter(test.retrieveConstant), msg);
});
debug('');
}
// Attach a couple of shaders to a program and verify no expando loss when you call
// getAttachedShaders and getParameter(CURRENT_PROGRAM).
function testProgramsAndShaders() {
debug('Programs and Shaders');
var vs = wtu.loadShader(gl, wtu.simpleVertexShader, gl.VERTEX_SHADER);
setTestExpandos(vs);
var fs = wtu.loadShader(gl, wtu.simpleColorFragmentShader, gl.FRAGMENT_SHADER);
setTestExpandos(fs);
var program = wtu.setupProgram(gl, [vs, fs]);
setTestExpandos(program);
assertMsg(program === gl.getParameter(gl.CURRENT_PROGRAM), "getParameter(gl.CURRENT_PROGRAM) return instance set with useProgram");
var attachedShaders = gl.getAttachedShaders(program);
assertMsg(attachedShaders.indexOf(vs) !== -1, "Vertex shader instance found in getAttachedShaders");
assertMsg(attachedShaders.indexOf(fs) !== -1, "Fragment shader instance found in getAttachedShaders");
// Garbage collect Javascript references. Remaining references should be internal to WebGL.
attachedShaders = null;
program = null;
vs = null;
fs = null;
webglHarnessCollectGarbage();
var currentProgram = gl.getParameter(gl.CURRENT_PROGRAM);
verifyTestExpandos(currentProgram, "Current program");
shouldBeType(currentProgram, 'WebGLProgram');
var retrievedShaders = gl.getAttachedShaders(currentProgram);
verifyTestExpandos(retrievedShaders[0], "Shader[0]");
shouldBeType(retrievedShaders[0], "WebGLShader");
verifyTestExpandos(retrievedShaders[1], "Shader[1]");
shouldBeType(retrievedShaders[1], "WebGLShader");
debug('');
}
// Attach a buffer via vertexAttribPointer and verify no expando loss when you call getVertexAttrib.
function testVertexAttributeBuffers() {
debug('Vertex Attribute Buffers');
var program = wtu.setupSimpleColorProgram(gl);
var position = gl.getAttribLocation(program, "vPosition");
var buffer = gl.createBuffer();
setTestExpandos(buffer);
gl.bindBuffer(gl.ARRAY_BUFFER, buffer);
gl.vertexAttribPointer(position, 2, gl.FLOAT, false, 0, 0);
assertMsg(buffer === gl.getVertexAttrib(position, gl.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING),
"getVertexAttrib(VERTEX_ATTRIB_ARRAY_BUFFER_BINDING) return instance set with vertexAttribPointer");
gl.bindBuffer(gl.ARRAY_BUFFER, null);
// Garbage collect Javascript references. Remaining references should be internal to WebGL.
buffer = null;
program = null;
webglHarnessCollectGarbage();
var retrievedBuffer = gl.getVertexAttrib(position, gl.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING);
verifyTestExpandos(retrievedBuffer, "Vertex Attribute Buffer");
shouldBeType(retrievedBuffer, 'WebGLBuffer');
debug('');
}
// Attach renderbuffers to framebuffers and verify no expando loss ocurrs when you call
// getFramebufferAttachmentParameter
function testFrameBufferAttachments() {
debug('FrameBuffer Attachments');
var framebuffer = gl.createFramebuffer();
gl.bindFramebuffer(gl.FRAMEBUFFER, framebuffer);
var attachments = [
{ enum: gl.COLOR_ATTACHMENT0, name: "COLOR_ATTACHMENT0" },
{ enum: gl.DEPTH_ATTACHMENT, name: "DEPTH_ATTACHMENT" },
{ enum: gl.STENCIL_ATTACHMENT, name: "STENCIL_ATTACHMENT" },
{ enum: gl.DEPTH_STENCIL_ATTACHMENT,name: "DEPTH_STENCIL_ATTACHMENT" },
];
// Attach a renderbuffer to all attachment points.
attachments.forEach(function(attachment) {
var renderbuffer = gl.createRenderbuffer();
gl.bindRenderbuffer(gl.RENDERBUFFER, renderbuffer);
gl.bindRenderbuffer(gl.RENDERBUFFER, null);
setTestExpandos(renderbuffer);
gl.framebufferRenderbuffer(gl.FRAMEBUFFER, attachment.enum, gl.RENDERBUFFER, renderbuffer);
assertMsg(renderbuffer === gl.getFramebufferAttachmentParameter(gl.FRAMEBUFFER, attachment.enum, gl.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME),
"getFramebufferAttachmentParameter(" + attachment.name + ") returns instance set with framebufferRenderbuffer");
renderbuffer = null;
});
// Garbage collect Javascript references. Remaining references should be internal to WebGL.
webglHarnessCollectGarbage();
// Verify all attached renderbuffers have expandos.
attachments.forEach(function(attachment) {
var retrievedRenderbuffer = gl.getFramebufferAttachmentParameter(gl.FRAMEBUFFER, attachment.enum, gl.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME);
verifyTestExpandos(retrievedRenderbuffer, attachment.name);
shouldBeType(retrievedRenderbuffer, 'WebGLRenderbuffer');
});
debug('');
}
// Run tests
testBasicBindings();
testProgramsAndShaders();
testVertexAttributeBuffers();
testFrameBufferAttachments();
var successfullyParsed = true;
</script>
<script src="../../js/js-test-post.js"></script>
</body>
</html>
| endlessm/chromium-browser | third_party/webgl/src/conformance-suites/2.0.0/conformance/misc/expando-loss.html | HTML | bsd-3-clause | 9,759 |
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../../paper-material/paper-material.html">
<link rel="import" href="../paper-button-behavior.html">
<dom-module id="paper-button">
<style>
:host {
display: inline-block;
position: relative;
background-color: #4285F4;
color: #fff;
border-radius: 3px;
text-transform: uppercase;
outline: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
}
paper-material {
border-radius: inherit;
padding: 16px;
}
:host([disabled]) {
background-color: #888;
pointer-events: none;
}
:host([active]),
:host([pressed]) {
background-color: #3367D6;
box-shadow: inset 0 3px 5px rgba(0,0,0,.2);
}
</style>
<template>
<paper-material class="content" elevation="[[_elevation]]" animated>
<content></content>
</paper-material>
</template>
<script>
Polymer({
is: 'paper-button',
behaviors: [
Polymer.PaperButtonBehavior
]
});
</script>
</dom-module>
| DocWave/docwave.github.io | www/lib/paper-behaviors/demo/paper-button.html | HTML | mit | 1,700 |
<!DOCTYPE HTML>
{{ "<!-- " | safeHTML }}
{{ "Strata by HTML5 UP" | safeHTML }}
{{ "html5up.net | @n33co" | safeHTML }}
{{ "Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)" | safeHTML }}
{{ "-->" | safeHTML }}
<html>
<head>
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
{{ with .Site.Params.name }}<meta name="author" content="{{ . }}">{{ end }}
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.LanguageCode }}<meta http-equiv="content-language" content="{{ . }}" />{{ end }}
{{ if not .Site.Params.OpenGraph.hide }}
<meta name="og:site_name" content="{{ .Site.Title }}">
<meta name="og:title" content="{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }}{{ end }}">
<meta name="og:url" content="{{ .Permalink }}">
{{ if not .Site.Params.avatar.hide }}
<meta name="og:image" content="{{ .Site.BaseURL }}images/{{ .Site.Params.sidebar.avatar }}">
{{ end }}
{{ end }}
{{ .Hugo.Generator }}
{{ "<!--[if lte IE 8]>" | safeHTML }}<script src='{{ .Site.BaseURL }}js/ie/html5shiv.js'></script>{{ "<![endif]-->" | safeHTML}}
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css" />
{{ "<!--[if lte IE 8]>" | safeHTML }}<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/ie8.css">{{ "<![endif]-->" | safeHTML}}
{{ with .RSSLink }}
<link href="{{ . }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" />
<link href="{{ . }}" rel="feed" type="application/rss+xml" title="{{ $.Site.Title }}" />
{{ end }}
{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
{{ end }}
</head>
| ETdoFresh/HugoTest | site/themes/hugo-strata-theme/layouts/partials/head.html | HTML | mit | 1,976 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.commons.math3.util.CompositeFormat (Apache Commons Math 3.6.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.commons.math3.util.CompositeFormat (Apache Commons Math 3.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/commons/math3/util/CompositeFormat.html" title="class in org.apache.commons.math3.util">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 class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/commons/math3/util/class-use/CompositeFormat.html" target="_top">Frames</a></li>
<li><a href="CompositeFormat.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.commons.math3.util.CompositeFormat" class="title">Uses of Class<br>org.apache.commons.math3.util.CompositeFormat</h2>
</div>
<div class="classUseContainer">No usage of org.apache.commons.math3.util.CompositeFormat</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/commons/math3/util/CompositeFormat.html" title="class in org.apache.commons.math3.util">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 class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/commons/math3/util/class-use/CompositeFormat.html" target="_top">Frames</a></li>
<li><a href="CompositeFormat.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 © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
| asampley/FactorioRatioAssistant | src/commons-math3-3.6.1/docs/apidocs/org/apache/commons/math3/util/class-use/CompositeFormat.html | HTML | mit | 4,774 |
<a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ng/directive/ngEventDirs.js?message=docs(ngMousedown)%3A%20describe%20your%20change...#L103' 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.4/src/ng/directive/ngEventDirs.js#L103' 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">ngMousedown</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- directive in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>The ngMousedown directive allows you to specify custom behavior on mousedown event.</p>
</div>
<div>
<h2>Directive Info</h2>
<ul>
<li>This directive executes at priority level 0.</li>
</ul>
<h2 id="usage">Usage</h2>
<div class="usage">
<ul>
<li>as attribute:
<pre><code><ANY ng-mousedown="expression"> ... </ANY></code></pre>
</li>
</div>
<section class="api-section">
<h3>Arguments</h3>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
ngMousedown
</td>
<td>
<a href="" class="label type-hint type-hint-expression">expression</a>
</td>
<td>
<p><a href="guide/expression">Expression</a> to evaluate upon
mousedown. (<a href="guide/expression#-event-">Event object is available as <code>$event</code></a>)</p>
</td>
</tr>
</tbody>
</table>
</section>
<h2 id="example">Example</h2><p>
<div>
<a ng-click="openPlunkr('examples/example-example70', $event)" class="btn pull-right">
<i class="glyphicon glyphicon-edit"> </i>
Edit in Plunker</a>
<div class="runnable-example"
path="examples/example-example70">
<div class="runnable-example-file"
name="index.html"
language="html"
type="html">
<pre><code><button ng-mousedown="count = count + 1" ng-init="count=0"> Increment (on mouse down) </button> count: {{count}}</code></pre>
</div>
<iframe class="runnable-example-frame" src="examples/example-example70/index.html" name="example-example70"></iframe>
</div>
</div>
</p>
</div>
| cnits/CnitSymfony | web/libs/angular/docs/partials/api/ng/directive/ngMousedown.html | HTML | mit | 2,630 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>html5location</title>
<script src="html5location.js"></script>
</head>
<body>
<div class="html5location fragment">
<section class="page-section" aria-label="Main content" role="main">
<div id="output"></div>
</section>
</div>
</body>
</html>
| Twin86/codeshow | codeShow.JS/codeShow.JS.Shared/demos/html5location/html5location.html | HTML | apache-2.0 | 356 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Color Converter</title>
<link href="colorconv.css" rel="stylesheet" />
<script src="colorconv.js"></script>
</head>
<body>
<div class="colorconv fragment">
<section class="page-section" aria-label="Main content" role="main">
<div class="explanation">Convert a color value from its component bytes to hex or vice versa.</div>
<div>
R: <input type="text" class="smallbox" id="redcolor" />
G: <input type="text" class="smallbox" id="greencolor" />
B: <input type="text" class="smallbox" id="bluecolor" />
<br />
Hex: <input type="text" placeholder="RRGGBB without #" id="hexcolor" />
</div>
<div style="width:75px;height:75px;background:black;" id="outputcolor"></div>
</section>
</div>
</body>
</html>
| ladyinblack/codeshow | codeShow.JS/codeShow.JS.Shared/demos/colorconv/colorconv.html | HTML | apache-2.0 | 934 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
div.sourceCode { overflow-x: auto; }
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
margin: 0; padding: 0; vertical-align: baseline; border: none; }
table.sourceCode { width: 100%; line-height: 100%; }
td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; }
td.sourceCode { padding-left: 5px; }
code > span.kw { color: #007020; font-weight: bold; } /* Keyword */
code > span.dt { color: #902000; } /* DataType */
code > span.dv { color: #40a070; } /* DecVal */
code > span.bn { color: #40a070; } /* BaseN */
code > span.fl { color: #40a070; } /* Float */
code > span.ch { color: #4070a0; } /* Char */
code > span.st { color: #4070a0; } /* String */
code > span.co { color: #60a0b0; font-style: italic; } /* Comment */
code > span.ot { color: #007020; } /* Other */
code > span.al { color: #ff0000; font-weight: bold; } /* Alert */
code > span.fu { color: #06287e; } /* Function */
code > span.er { color: #ff0000; font-weight: bold; } /* Error */
code > span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
code > span.cn { color: #880000; } /* Constant */
code > span.sc { color: #4070a0; } /* SpecialChar */
code > span.vs { color: #4070a0; } /* VerbatimString */
code > span.ss { color: #bb6688; } /* SpecialString */
code > span.im { } /* Import */
code > span.va { color: #19177c; } /* Variable */
code > span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code > span.op { color: #666666; } /* Operator */
code > span.bu { } /* BuiltIn */
code > span.ex { } /* Extension */
code > span.pp { color: #bc7a00; } /* Preprocessor */
code > span.at { color: #7d9029; } /* Attribute */
code > span.do { color: #ba2121; font-style: italic; } /* Documentation */
code > span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code > span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
</style>
<link rel="stylesheet" href="../../../github-pandoc.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="palette-and-context-menu-customization">Palette and Context Menu Customization</h1>
<h2 id="introduction">Introduction</h2>
<p>The primary BridgePoint tools are accessed through the xtUML Modeling Perspective. The<br />
tools are accessed both through context menu entries (CMEs) and the Palette of the<br />
graphical canvases.</p>
<p>In some cases, a user may wish to modify what tools are displayed in the context menus<br />
and the Palette. BridgePoint supports the ability to hide tools so they do not show<br />
up for the user to use. This feature is used to simplify and clean up the user<br />
interface so the modeler is presented with less options.</p>
<h2 id="tool-configuration">Tool Configuration</h2>
<p>In the BridgePoint installation directory you will find a file called <code>bridgepoint.ini</code>. This<br />
file contains settings for eclipse and the underlying Java virtual machine. The user<br />
interface settings to disable tools are added at the end of this file.</p>
<p>All of the tool disablement settings are of the form <code>-Dbridgepoint.<tool name>=disabled</code> where the<br />
tool name has spaces removed.</p>
<p>For example, here is a <code>bridgepoint.ini</code> that disables the <code>Actor</code> tool and the<br />
<code>Manage Project Markings</code> CME.</p>
<div class="sourceCode"><pre class="sourceCode xml"><code class="sourceCode xml">-startup
../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.300.v20150602-1417
-vmargs
-Dorg.eclipse.epp.logging.aeri.ui.skipReports=true
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Dbridgepoint.Actor=disabled
-Dbridgepoint.ManageProjectMarkings=disabled</code></pre></div>
<p>If you wish to change what tools are displayed, simply exit BridgePoint, add or change the tool<br />
disablement setting in the INI file from <em>disabled</em> to <em>enabled</em> and then start BridgePoint again.</p>
<p>Disabling all of the tools in a Palette drawer will automatically hide the drawer itself.</p>
<h3 id="context-menu">Context Menu</h3>
<p>This section lists all of the context menu entries that may be disabled:</p>
<pre><code>bridgepoint.AddBuiltinExternalEntities
bridgepoint.AddtoIdentifier
bridgepoint.AssignEvent
bridgepoint.AssignSignal
bridgepoint.CantHappenEvent
bridgepoint.CantHappeninState
bridgepoint.CardinalityOnAssociativeLink
bridgepoint.CheckModelIntegrity
bridgepoint.CheckReferentialIntegrity
bridgepoint.CombineWith
bridgepoint.CreateChangeSet
bridgepoint.CreateDocumentation
bridgepoint.Disconnect
bridgepoint.Formalize
bridgepoint.GenerateFunctionsFromList
bridgepoint.IgnoreEvent
bridgepoint.IgnoreinState
bridgepoint.LoadandPersist
bridgepoint.LocateOrphanedElements
bridgepoint.MakePublic
bridgepoint.MakeProtected
bridgepoint.MakePrivate
bridgepoint.MarkInstanceDestroyed
bridgepoint.MarkInstancenotDestroyed
bridgepoint.ManageProjectMarkings
bridgepoint.MoveDown
bridgepoint.MoveUp
bridgepoint.PublishReferences
bridgepoint.ReconcileGraphics
bridgepoint.RemoveEvent
bridgepoint.RemovefromIdentifier
bridgepoint.RemoveSignal
bridgepoint.SetasBaseAttribute
bridgepoint.SetasDerivedAttribute
bridgepoint.SetModelCompiler
bridgepoint.SetToProvider
bridgepoint.SetFromProvider
bridgepoint.Split
bridgepoint.ToggleEndVisibility
bridgepoint.ToggleStartVisibility
bridgepoint.Unassign
bridgepoint.Unformalize</code></pre>
<h3 id="palette-and-new-context-menu">Palette and "New >" Context Menu</h3>
<p>This section lists all of the Palette and context menu "New >" tools that may be disabled:</p>
<pre><code>bridgepoint.AcceptEventAction
bridgepoint.AcceptTimeEventAction
bridgepoint.Action
bridgepoint.ActivityEdge
bridgepoint.ActivityFinalNode
bridgepoint.ActivityPartition
bridgepoint.Actor
bridgepoint.Argument
bridgepoint.Association
bridgepoint.AssociativeLink
bridgepoint.AsynchronousMessage
bridgepoint.Attribute
bridgepoint.BridgeOperation
bridgepoint.Class
bridgepoint.ClassStateMachine
bridgepoint.Component
bridgepoint.ComponentReference
bridgepoint.CommunicationLine
bridgepoint.Constant
bridgepoint.ConstantSpecification
bridgepoint.DecisionMergeNode
bridgepoint.Deployment
bridgepoint.EnumerationDataType
bridgepoint.Enumerator
bridgepoint.Event
bridgepoint.Exception
bridgepoint.ExternalEntity
bridgepoint.Extend
bridgepoint.FlowFinalNode
bridgepoint.ForkJoinNode
bridgepoint.Function
bridgepoint.Generalization
bridgepoint.ImportedClass
bridgepoint.InitialNode
bridgepoint.Include
bridgepoint.Instance
bridgepoint.InstanceStateMachine
bridgepoint.InteractionClass
bridgepoint.InteractionComponent
bridgepoint.InteractionExternalEntity
bridgepoint.Interface
bridgepoint.Link
bridgepoint.Member
bridgepoint.ObjectNode
bridgepoint.Operation
bridgepoint.Package
bridgepoint.PackageParticipant
bridgepoint.Parameter
bridgepoint.ProvidedInterface
bridgepoint.RequiredInterface
bridgepoint.ReturnMessage
bridgepoint.SendSignalAction
bridgepoint.Signal
bridgepoint.State
bridgepoint.StructuredDataType
bridgepoint.Subtype
bridgepoint.SuperType
bridgepoint.SynchronousMessage
bridgepoint.TimingMark
bridgepoint.TimeSpan
bridgepoint.UserDataType
bridgepoint.UseCase
bridgepoint.UseCaseAssociation</code></pre>
<h3 id="example">Example</h3>
<p>Here is an example set of additions to the end of <code>bridgepoint.ini</code> that disables all<br />
of the UML analysis diagram tools.</p>
<pre><code>-Dbridgepoint.AcceptEventAction=disabled
-Dbridgepoint.AcceptTimeEventAction=disabled
-Dbridgepoint.Action=disabled
-Dbridgepoint.ActivityEdge=disabled
-Dbridgepoint.ActivityFinalNode=disabled
-Dbridgepoint.ActivityPartition=disabled
-Dbridgepoint.Actor=disabled
-Dbridgepoint.AssociativeLink=disabled
-Dbridgepoint.AsynchronousMessage=disabled
-Dbridgepoint.CommunicationLine=disabled
-Dbridgepoint.DecisionMergeNode=disabled
-Dbridgepoint.Extend=disabled
-Dbridgepoint.FlowFinalNode=disabled
-Dbridgepoint.ForkJoinNode=disabled
-Dbridgepoint.Generalization=disabled
-Dbridgepoint.Include=disabled
-Dbridgepoint.InitialNode=disabled
-Dbridgepoint.Instance=disabled
-Dbridgepoint.InteractionClass=disabled
-Dbridgepoint.InteractionComponent=disabled
-Dbridgepoint.InteractionExternalEntity=disabled
-Dbridgepoint.Link=disabled
-Dbridgepoint.ObjectNode=disabled
-Dbridgepoint.PackageParticipant=disabled
-Dbridgepoint.ReturnMessage=disabled
-Dbridgepoint.SendSignalAction=disabled
-Dbridgepoint.SynchronousMessage=disabled
-Dbridgepoint.TimingMark=disabled
-Dbridgepoint.TimeSpan=disabled
-Dbridgepoint.UseCase=disabled
-Dbridgepoint.UseCaseAssociation=disabled</code></pre>
</body>
</html>
| perojonsson/bridgepoint | src/org.xtuml.bp.doc/Reference/UserInterface/PaletteAndContextMenuCustomization/PaletteAndContextMenuCustomization.html | HTML | apache-2.0 | 9,256 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>How do I unhide files or folders?</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="sakai.resources" name="description">
<meta content="" name="search">
<link href="/library/skin/tool_base.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/library/skin/morpheus-default/tool.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/sakai-help-tool/css/help.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/library/js/jquery/featherlight/0.4.0/featherlight.min.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<script src="/library/js/jquery/jquery-1.11.3.min.js" type="text/javascript" charset="utf-8"></script><script src="/library/js/jquery/featherlight/0.4.0/featherlight.min.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='featherlight']").featherlight({
type: { image:true },
closeOnClick: 'anywhere'
});
});
</script>
</head>
<body>
<div id="wrapper">
<div id="article-content">
<div id="article-header">
<h1 class="article-title">How do I unhide files or folders?</h1>
</div>
<div id="article-description">
<p>There are 2 methods Instructors can use to un-hide (show) files or folders.</p>
<p><strong>Method 1</strong>: Select files or folders / Show</p>
<p><strong>Method 2</strong>: Actions / Edit Details / Show</p>
</div> <div id="steps-container"> <div id="step-7092" class="step-container"> <h2 class="step-title">Go to Resources.</h2> <div class="step-instructions"><p>Select the <strong>Resources</strong> tool from the Tool Menu of your site.</p></div> </div>
<div class="clear"></div> <div id="step-7093" class="step-container"> <h2 class="step-title">Method 1: Select the file(s) or folder(s), then click Show.</h2> <div class="step-image-container">
<img src="/library/image/help/en/How-do-I-unhide-files-or-folders-/Method-1--Select-the-file-s--or-folder-s---then-cl.png" width="584" height="318" class="step-image" alt="Method 1: Select the file(s) or folder(s), then click Show.">
</div>
<div class="step-instructions"><p>This displays the Show Items Confirmation page.</p></div> </div>
<div class="clear"></div> <div id="step-7094" class="step-container"> <h3 class="step-title">Click Show again to confirm.</h3> <div class="step-image-container">
<img src="/library/image/help/en/How-do-I-unhide-files-or-folders-/Click-Show-again-to-confirm.png" width="336" height="246" class="step-image" alt="Click Show again to confirm.">
</div> </div>
<div class="clear"></div> <div id="step-7095" class="step-container"> <h3 class="step-title">Items are now visible.</h3> <div class="step-image-container">
<img src="/library/image/help/en/How-do-I-unhide-files-or-folders-/Items-are-now-visible.png" width="565" height="216" class="step-image" alt="Items are now visible.">
</div>
<div class="step-instructions"><p>This returns the display to the Resources page with the selected items available. </p></div> </div>
<div class="clear"></div> <div id="step-7096" class="step-container"> <h2 class="step-title">Method 2: Click Actions, then Edit Details.</h2> <div class="step-image-container">
<img src="/library/image/help/en/How-do-I-unhide-files-or-folders-/Method-2--Click-Actions--then-Edit-Details.png" width="556" height="399" class="step-image" alt="Method 2: Click Actions, then Edit Details.">
</div>
<div class="step-instructions">
<p>To unhide a file or folder, to the right of the file or folder, from the <strong>Actions</strong> drop-down menu, select <strong>Edit Details</strong>.</p>
<p>This displays the Edit Details page for the item.</p>
</div> </div>
<div class="clear"></div> <div id="step-7097" class="step-container"> <h3 class="step-title">Select Show this item, then click Update.</h3> <div class="step-image-container step-image-fullsize">
<img src="/library/image/help/en/How-do-I-unhide-files-or-folders-/Select-Show-this-item--then-click-Update-sm.png" width="640" height="320" class="step-image" alt="Select Show this item, then click Update."><div class="step-image-caption">
<a href="/library/image/help/en/How-do-I-unhide-files-or-folders-/Select-Show-this-item--then-click-Update.png" rel="featherlight" target="_blank">Zoom</a>
</div>
</div>
<div class="step-instructions"><p>Under <strong>Availability and Access</strong>, select <strong>Show this item</strong>, then click <strong>Update</strong>.</p></div> </div>
<div class="clear"></div> <div id="step-7098" class="step-container"> <h3 class="step-title">Item is now visible.</h3> <div class="step-image-container">
<img src="/library/image/help/en/How-do-I-unhide-files-or-folders-/Item-is-now-visible.png" width="565" height="222" class="step-image" alt="Item is now visible.">
</div>
<div class="step-instructions"><p>This returns the display to the Resources page with the selected item available.</p></div> </div>
<div class="clear"></div> </div>
</div>
</div>
</body>
</html>
| hackbuteer59/sakai | help/help/src/sakai_screensteps_resourcesInstructorGuide/How-do-I-unhide-files-or-folders-.html | HTML | apache-2.0 | 5,779 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Arduino MIDI Library: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Arduino MIDI Library <span id="projectnumber">Version 3.2</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">MIDI_Class Member List</div> </div>
</div>
<div class="contents">
This is the complete list of members for <a class="el" href="a00001.html">MIDI_Class</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="a00001.html#ac34d163205bb01ac5e03df7e64facebe">begin</a>(const byte inChannel=1)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#ae18f2b6b09b100ad5756a10eabccf788">check</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a40b442fa9c150a87293d5790ba36484b">disconnectCallbackFromType</a>(kMIDIType Type)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a3394916ea693c18f39b4c6d423bbfb26">getChannel</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a9ca56ae8a6afa4b886c226545d992262">getData1</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a87145356abfc61cadc928d7890b7ac4d">getData2</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a579c5668ace47fd601e2ac035e7b90df">getFilterMode</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a2bcfa76a48134c82fcf8d42a72ab8ac4">getInputChannel</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a480536dc080f8378a59851381b8e3631">getSysExArray</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a2887082f4024c7553a25eca3092d925c">getSysExArrayLength</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a801a8551f0147eaa412cc69b701f5715">getThruState</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#ad4b8e9299f2515b02006e9d01cf0162e">getType</a>() const </td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a54be37abea754cbe8fd68d0ba26f55bb">getTypeFromStatusByte</a>(const byte inStatus)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td><code> [inline, static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a5e395e8f748ec53a0818bffd0e2f176f">MIDI_Class</a>()</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a8e7be5af3a32cb91f596dbb8d8c297bf">read</a>()</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a581b5b973cd81e5aa9d6b91c220342b7">read</a>(const byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#aa969fc663028b0bde0971227889f5396">send</a>(kMIDIType type, byte param1, byte param2, byte channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a73b57f656a80166b98dc1b57ea9a56dc">sendAfterTouch</a>(byte Pressure, byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a3a80e9bd2cfdb619be91d80e8f3b7825">sendControlChange</a>(byte ControlNumber, byte ControlValue, byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a381e1e8019aae5f872279cda496f964c">sendNoteOff</a>(byte NoteNumber, byte Velocity, byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a9664e523b35d8b42749e7bc3ba888943">sendNoteOn</a>(byte NoteNumber, byte Velocity, byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a25e1979a9e80976a8019bd0a2629cc26">sendPitchBend</a>(int PitchValue, byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a45dcd73e3b8a107334e687750514f8b5">sendPitchBend</a>(unsigned int PitchValue, byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a16800e955a1d0d66e6bda6727588b1eb">sendPitchBend</a>(double PitchValue, byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a028ec5a49dccf9c28b00e11e7a3d1d05">sendPolyPressure</a>(byte NoteNumber, byte Pressure, byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a803c2652837c09775d115354672bf69d">sendProgramChange</a>(byte ProgramNumber, byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#ae9086dd31c41ea773925a069dbd0080b">sendRealTime</a>(kMIDIType Type)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a0b9a6c3437016b8dc9678d6c43ca693f">sendSongPosition</a>(unsigned int Beats)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a0b957074192d439e8e69af9eef6fab77">sendSongSelect</a>(byte SongNumber)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a53735d6a9fdbcab50202266428413682">sendSysEx</a>(int length, const byte *const array, bool ArrayContainsBoundaries=false)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#ad9b1bd53330652f0360a0a6ed80b5b9d">sendTimeCodeQuarterFrame</a>(byte TypeNibble, byte ValuesNibble)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a1f720df72c5253d85d1d547d09357ea0">sendTimeCodeQuarterFrame</a>(byte data)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a9d9a51ca4a888c7c4c0d91a9e678c751">sendTuneRequest</a>()</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#aaba76b263bd76c49b4a793f96f293c8f">setHandleActiveSensing</a>(void(*fptr)(void))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a965ba93581684aa09f8779f6893fb3fb">setHandleAfterTouchChannel</a>(void(*fptr)(byte channel, byte pressure))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#ad64ca819b7e9cc62505bd49449fe4ca3">setHandleAfterTouchPoly</a>(void(*fptr)(byte channel, byte note, byte pressure))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#ad2f102597fb75806c496edd1506df565">setHandleClock</a>(void(*fptr)(void))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a047c5b2c4cb05efa05f0a2f1ce9a376e">setHandleContinue</a>(void(*fptr)(void))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#ae32bf8fb641ac7bc74714329ca449e2c">setHandleControlChange</a>(void(*fptr)(byte channel, byte number, byte value))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#ada16b0d7889b21a13d6f1c6d1155d918">setHandleNoteOff</a>(void(*fptr)(byte channel, byte note, byte velocity))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a8da48c227a130b662ce085f8525fd0f1">setHandleNoteOn</a>(void(*fptr)(byte channel, byte note, byte velocity))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#afed24b4726875b628954dfda9b7d7328">setHandlePitchBend</a>(void(*fptr)(byte channel, int bend))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#afade7624f519a824401354ab7783d242">setHandleProgramChange</a>(void(*fptr)(byte channel, byte number))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a8d5a93309911636a568a1aa49f57378d">setHandleSongPosition</a>(void(*fptr)(unsigned int beats))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a114f994c9d3ef6ae0d243382fce9f4a0">setHandleSongSelect</a>(void(*fptr)(byte songnumber))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a241a1d8c717d7a5183e49a793fd16885">setHandleStart</a>(void(*fptr)(void))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#abf40eb47a97c05fd8146ba9c3ca52c31">setHandleStop</a>(void(*fptr)(void))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a443edfc8cf7ae8f1711d5b3fe0837eb0">setHandleSystemExclusive</a>(void(*fptr)(byte *array, byte size))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a02ee1ccc080712a877ceea8dfa33a79e">setHandleSystemReset</a>(void(*fptr)(void))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a6e79747b7ef6ae84b1aa0df7005511db">setHandleTimeCodeQuarterFrame</a>(void(*fptr)(byte data))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a65b60f479f642cc1d9a6d13f7d8333a4">setHandleTuneRequest</a>(void(*fptr)(void))</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a35a66d47ba598c7ebbee7fbf654dafe8">setInputChannel</a>(const byte Channel)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a33d450180a10a36bef08e68015c4d922">setThruFilterMode</a>(const kThruFilterMode inThruFilterMode)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#ac1999ba222737523008d6f1c579d6816">turnThruOff</a>()</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#a7fd1759eda22c18f6122b4231e1f0a6d">turnThruOn</a>(kThruFilterMode inThruFilterMode=Full)</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="a00001.html#acea4c4db7092ba5cb7c147a3fb215e07">~MIDI_Class</a>()</td><td><a class="el" href="a00001.html">MIDI_Class</a></td><td></td></tr>
</table></div>
<hr class="footer"/><address class="footer"><small>Generated on Sat Jan 28 2012 20:45:04 for Arduino MIDI Library by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>
| jakeware/svis | svis_teensy/dependencies/libraries/MIDI/doc/html/a00006.html | HTML | mit | 13,895 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<title>Asch Dapp Hello World</title>
</head>
<script type="text/javascript">
$(document).ready(function() {
var DAPP_ID = window.location.pathname.split('/')[2];
var BASE_URL = '/api/dapps/' + DAPP_ID + '/api';
var State = {
isLogin: false
};
var UserInfo = {
secret: '',
};
function refreshAccount(account) {
var $table = $('#balanceTable');
$table.find('tr:not(:first)').remove();
var $options = $('#assetOptions');
$options.html('');
for (var k in account.balance) {
var balance = Number(account.balance[k]) / 100000000;
var tr = '<tr><td>' + k + '</td>' + '<td>' + balance + '</td></tr>';
$table.append(tr);
$options.append('<option value="' + k + '">' + k + '</option>');
}
}
function onLogin(account) {
State.isLogin = true;
$('#loginBtn').val('退出');
$('#secretInput').hide();
$('#mainPanel').show();
refreshAccount(account);
}
function login(secret) {
$.ajax({
type: 'POST',
url: BASE_URL + '/openAccount',
data: {
secret: secret
},
dataType: 'json',
success: function(ret) {
console.log(ret);
if (!ret.success) {
alert(ret.error);
return;
}
UserInfo.secret = secret;
onLogin(ret.account);
}
});
}
function logout() {
$('#loginBtn').val('登录');
$('#secretInput').show();
$('#mainPanel').hide();
State.isLogin = false;
}
function withdrawal(secret, amount) {
$.ajax({
type: 'POST',
url: BASE_URL + '/withdrawal',
data: {
secret: secret,
amount: amount
},
dataType: 'json',
success: function(ret) {
console.log(ret);
if (!ret.success) {
alert(ret.error);
return;
}
$('#withdrawalAmountinput').val('');
setTimeout(login.bind(null, secret), 1000 * 10);
}
});
}
function transfer(secret, asset, amount, address) {
$.ajax({
type: 'PUT',
url: BASE_URL + '/transaction',
data: {
secret: secret,
amount: amount,
token: asset,
recipientId: address
},
dataType: 'json',
success: function(ret) {
console.log(ret);
if (!ret.success) {
alert(ret.error);
return;
}
$('#transferAmount').val('');
$('#transferAddress').val('');
setTimeout(login.bind(null, secret), 1000 * 10);
}
});
}
$('#loginBtn').click(function () {
if (State.isLogin) {
logout();
} else {
login($('#secretInput').val());
}
});
$('#withdrawalBtn').click(function () {
var amount = Number($('#withdrawalAmountinput').val());
if (amount <= 0 || isNaN(amount)) {
return alert('金额输入不正确!');
}
var realAmount = parseFloat((amount * 100000000).toFixed(0));
withdrawal(UserInfo.secret, realAmount);
});
$('#transferBtn').click(function () {
var assetName = $('#assetOptions').val();
var amount = Number($('#transferAmount').val());
var address = $('#transferAddress').val();
if (!assetName || isNaN(amount) || amount <= 0 || !address) {
return alert('您输入的参数不正确!');
}
var realAmount = parseFloat((amount * 100000000).toFixed(0));
transfer(UserInfo.secret, assetName, realAmount, address);
});
});
</script>
<body>
<h1>Asch Dapp Hello World</h1>
<div>
<input type="password" id="secretInput" placeholder="请输入主密码">
<input type="button" value="登录" id="loginBtn">
</div>
<div id="mainPanel" style="display: none;">
<hr/>
<h2>账户资产</h2>
<div>
<table id="balanceTable" width="200px" border="1">
<tr>
<th>资产</th>
<th>余额</th>
</tr>
</table>
</div>
<hr/>
<h2>XAS提现</h2>
<div>
<input type="text" id="withdrawalAmountinput" placeholder="请输入提现金额, 仅限XAS">
<input type="button" value="提现" id="withdrawalBtn">
</div>
<hr/>
<h2>链内转账</h2>
<div>
<select id="assetOptions"></select>
<input type="text" id="transferAmount" placeholder="请输入转账金额">
<input type="text" id="transferAddress" placeholder="请输入转账地址">
<input type="button" id="transferBtn" value="转账">
</div>
</div>
</body>
</html> | sqfasd/asch-hello-dapp | public/index.html | HTML | mit | 5,853 |
<!DOCTYPE html>
<!--html5-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<!-- Mirrored from www.arduino.cc/en/Reference/SerialEvent by HTTrack Website Copier/3.x [XR&CO'2010], Mon, 26 Oct 2015 14:07:49 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<title>Arduino - SerialEvent </title>
<link rel="shortcut icon" type="image/x-icon" href="../favicon.png" />
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<link rel="stylesheet" href="../../fonts/fonts.css" type="text/css" />
<link rel="stylesheet" href="../../css/arduino-icons.css">
<link rel="stylesheet" href="../../css/animation.css"><!--[if IE 7]>
<link rel="stylesheet" href="//arduino.cc/css/arduino-icons-ie7.css"><![endif]-->
<!--[if gte IE 9]><!-->
<link rel='stylesheet' href='../../css/foundation2.css' type='text/css' />
<!--<![endif]-->
<!--[if IE 8]>
<link rel='stylesheet' href='//arduino.cc/css/foundation_ie8.css' type='text/css' />
<![endif]-->
<link rel='stylesheet' href='../../css/arduino_code_highlight.css' type='text/css' />
<link rel="stylesheet" type="text/css" media="screen" href="../../css/typeplate.css">
<link rel='stylesheet' href='../pub/skins/arduinoWide_SSO/css/arduinoWide_SSO.css' type='text/css' />
<link rel='stylesheet' href='../../css/common.css' type='text/css' />
<link rel="stylesheet" href="../../css/download_page.css" />
<link href="https://plus.google.com/114839908922424087554" rel="publisher" />
<!-- embedded JS and CSS from PmWiki plugins -->
<!--HeaderText--><style type='text/css'><!--
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code { white-space: nowrap; }
.vspace { margin-top:1.33em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
a.createlink { text-decoration:none; position:relative; top:-0.5em;
font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }
span.anchor {
float: left;
font-size: 10px;
margin-left: -10px;
width: 10px;
position:relative; top:-0.1em;
text-align: center;
}
span.anchor a { text-decoration: none; }
span.anchor a:hover { text-decoration: underline; }
ol.toc { text-indent:-20px; list-style: none; }
ol.toc ol.toc { text-indent:-40px; }
div.tocfloat { font-size: smaller; margin-bottom: 10px;
border-top: 1px dotted #555555; border-bottom: 1px dotted #555555;
padding-top: 5px; padding-bottom: 5px;
width: 38%; float: right; margin-left: 10px; clear: right;
margin-right:-13px; padding-right: 13px; padding-left: 13px;
background-color: #eeeeee; }
div.toc { font-size: smaller;
padding: 5px; border: 1px dotted #cccccc;
background: #f7f7f7;
margin-bottom: 10px; }
div.toc p { background-color: #f9f6d6;
margin-top:-5px; padding-top: 5px;
margin-left:-5px; padding-left: 5px;
margin-right:-5px; padding-right: 5px;
padding-bottom: 3px;
border-bottom: 1px dotted #cccccc; }.editconflict { color:green;
font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }
table.markup { border: 2px dotted #ccf; width:90%; }
td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
td.markup1 { border-bottom: 1px solid #ccf; }
div.faq { margin-left:2em; }
div.faq p.question { margin: 1em 0 0.75em -2em; font-weight:bold; }
div.faq hr { margin-left: -2em; }
.frame
{ border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none; }
/**
* GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
* (http://qbnz.com/highlighter/ and http://geshi.org/)
*/
.arduino {font-family:monospace;}
.arduino .imp {font-weight: bold; color: red;}
.arduino .kw1 {color: #CC6600;}
.arduino .kw2 {color: #006699;}
.arduino .kw3 {color: #CC6600; font-weight: bold;}
.arduino .co1 {color: #7E7E7E; font-style: italic;}
.arduino .co2 {color: #7E7E7E;}
.arduino .coMULTI {color: #7E7E7E; font-style: italic;}
.arduino .es0 {color: #000099; font-weight: bold;}
.arduino .es1 {color: #000099; font-weight: bold;}
.arduino .es2 {color: #660099; font-weight: bold;}
.arduino .es3 {color: #660099; font-weight: bold;}
.arduino .es4 {color: #660099; font-weight: bold;}
.arduino .es5 {color: #006699; font-weight: bold;}
.arduino .br0 {color: #000000;}
.arduino .sy0 {color: #000000;}
.arduino .st0 {color: #0066CC;}
.arduino .nu0 {color: #000000;}
.arduino .nu6 {color: #208080;}
.arduino .nu8 {color: #208080;}
.arduino .nu12 {color: #208080;}
.arduino .nu16 {color:#800080;}
.arduino .nu17 {color:#800080;}
.arduino .nu18 {color:#800080;}
.arduino .nu19 {color:#800080;}
.arduino .me1 {color: #ff1493;}
.arduino .me2 {color: #ff1493;}
.arduino span.xtra { display:block; }
.sourceblocklink {
text-align: right;
font-size: smaller;
}
.sourceblocktext {
padding: 0.5em;
color: #000000;
background-color: #ECF1F1;
}
.sourceblock .sourceblocktext .arduino {
font-family: 'TyponineSans Monospace Regular 4';
font-size: 14px;
line-height: 18px;
}
code {
background-color: #ECF1F1;
font-size: 15px;
line-height: 19px;
padding: 2px 10px 5px 10px;
}
.sourceblocktext div {
font-family: monospace;
font-size: small;
line-height: 1;
height: 1%;
}
.sourceblocktext div.head,
.sourceblocktext div.foot {
font: italic medium serif;
padding: 0.5em;
}
--></style><script type="text/javascript">
function toggle(obj) {
var elstyle = document.getElementById(obj).style;
var text = document.getElementById(obj + "tog");
if (elstyle.display == 'none') {
elstyle.display = 'block';
text.innerHTML = "hide";
} else {
elstyle.display = 'none';
text.innerHTML = "show";
}
}
</script><script src="http://www.arduino.cc/en/pub/galleria/galleria-1.2.6.min.js"></script><script type="text/javascript">Galleria.loadTheme("http://www.arduino.cc/en/pub/galleria/themes/classic/galleria.classic.min.js");</script> <meta name='robots' content='index,follow' />
<script src="http://arduino.cc/js/vendor/custom.modernizr.js"></script>
<!-- do not remove none of those lines, comments embedding in pages will break! -->
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://arduino.cc/en/pub/js/newsletter_subscribe_popup.js" type="text/javascript"></script>
<script src="https://checkout.stripe.com/checkout.js" type="text/javascript"></script>
<script src="https://www.arduino.cc/en/pub/js/software_download.js" type="text/javascript"></script><!-- keep https! -->
<link rel='stylesheet' href='../../../code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.min.css' type='text/css' />
</head>
<body>
<div id="menuWings" class="fixed"></div>
<div id="page">
<script>
var userAgent = (navigator.userAgent || navigator.vendor || window.opera).toLowerCase();
if(userAgent.indexOf('mac')>0){
$("head").append('<style type="text/css">@-moz-document url-prefix() {h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:hover, h2 a:hover, th a, th a:hover, h3 a:hover, h4 a:hover, h5 a:hover, #wikitext h2 a:hover, #wikitext h3 a:hover, #wikitext h4 a:hover {padding-bottom: 0.5em!important;} #pageheader .search input{font-family: "TyponineSans Regular 18";} #pagefooter .monospace{margin-top: -4px;} #navWrapper ul.left > li{margin-top: -2px; padding-bottom: 2px;}#navWrapper ul.right > li{margin-top: -5px; padding-bottom: 5px;}#navWrapper ul.right > li ul{margin-top: 4px;} .slider-container .fixed-caption p{padding:8px 0 14px 0}}</style>');
}
</script>
<!--[if IE]>
<link rel='stylesheet' href='https://id.arduino.cc//css/ie-monospace.css' type='text/css' />
<![endif]-->
<div id="menuWings" class="fixed"></div>
<!--[if IE 8]>
<div class="alert-box panel ie8alert">
<p><strong>Arduino.cc offers limited compatibility for Internet Explorer 8. Get a modern browser as Chrome, Firefox or Safari.</strong></p>
<a href="" class="close">×</a>
</div>
<![endif]-->
<div id="pageheader">
<div class="row" class="contain-to-grid">
<div class="small-6 large-8 eight columns">
<div class="title"><a href="http://www.arduino.cc/">Arduino</a></div>
</div>
<div class="small-6 large-4 four columns search">
<div class="row collapse">
<form method="GET" action="http://www.google.com/search">
<div class="small-12 twelve columns">
<i class="icon-search-2"></i>
<input type="hidden" name="ie" value="UTF-8">
<input type="hidden" name="oe" value="UTF-8">
<input type="text" name="q" size="25" maxlength="255" value="" placeholder="Search the Arduino Website">
<input type="submit" name="btnG" VALUE="search">
<input type="hidden" name="domains" value="http://www.arduino.cc">
<input type="hidden" name="sitesearch" value="http://www.arduino.cc">
</div>
</form> </div>
</div>
</div>
<!--[if gte IE 9]><!-->
<div id="navWrapper" class="sticky">
<!--<![endif]-->
<!--[if IE 8]>
<div id="navWrapper">
<![endif]-->
<nav class="top-bar" data-options="is_hover:true" >
<ul class="title-area">
<li class="name"></li>
</ul>
<section class="top-bar-section">
<ul class="left">
<li id="navLogo">
<a href="http://www.arduino.cc/">
<img src="../../img/logo_46.png" alt="userpicture" />
</a>
</li>
<li id="navHome"><a href="http://www.arduino.cc/">Home</a></li>
<li><a href="http://store.arduino.cc/">Buy</a></li>
<li><a href="http://www.arduino.cc/en/Main/Software">Download</a></li>
<li class="has-dropdown"><a href="#">Products</a>
<ul class="dropdown">
<li><a href="http://www.arduino.cc/en/Main/Products">Arduino <span class="menudescription">(USA only)</span></a></li>
<li><a href="http://www.arduino.cc/en/Main/GenuinoProducts">Genuino <span class="menudescription">(outside USA)</span></a></li>
<li><a href="http://www.arduino.cc/en/ArduinoAtHeart/Products">AtHeart</a></li>
<li><a href="http://www.arduino.cc/en/ArduinoCertified/Products">Certified</a></li>
</ul>
</li>
<li class="has-dropdown active"><a href="#">Learning</a>
<ul class="dropdown">
<li><a href="http://www.arduino.cc/en/Guide/HomePage">Getting started</a></li>
<li><a href="http://www.arduino.cc/en/Tutorial/HomePage">Tutorials</a></li>
<li><a href="HomePage.html">Reference</a></li>
<li><a href="http://www.arduino.cc/en/Main/CTCprogram">CTC Program</a></li>
<li><a href="http://playground.arduino.cc/">Playground</a></li>
</ul>
</li>
<li><a href="http://forum.arduino.cc/">Forum</a></li>
<li class="has-dropdown"><a href="#">Support</a>
<ul class="dropdown">
<li><a href="http://www.arduino.cc/en/Main/FAQ">FAQ</a></li>
<li><a href="http://www.arduino.cc/en/ContactUs">Contact Us</a></li>
</ul>
</li>
<li><a href="http://blog.arduino.cc/">Blog</a></li>
</ul>
<ul class="right">
<li><a href="https://id.arduino.cc/auth/login/?returnurl=http%3A%2F%2Fwww.arduino.cc%2Fen%2FReference%2FSerialEvent" class="cart">LOG IN</a></li>
<li><a href="https://id.arduino.cc/auth/signup" class="cart">SIGN UP</a></li>
</ul>
</section>
</nav>
</div>
</div>
<br class="clear"/>
<div id="pagetext">
<!--PageText-->
<div id='wikitext'>
<p><strong>Reference</strong> <a class='wikilink' href='HomePage.html'>Language</a> | <a class='wikilink' href='Libraries.html'>Libraries</a> | <a class='wikilink' href='Comparison.html'>Comparison</a> | <a class='wikilink' href='Changes.html'>Changes</a>
</p>
<p class='vspace'></p><p><a class='selflink' href='SerialEvent.html'>SerialEvent</a>
</p>
<p class='vspace'></p><h2>serialEvent()</h2>
<h4>Description</h4>
<p>Called when data is available. Use Serial.read() to capture this data.
</p>
<p class='vspace'></p><p><em>NB : Currently, serialEvent() is not compatible with the Esplora, Leonardo, or Micro</em>
</p>
<p class='vspace'></p><h4>Syntax</h4>
<p>
<div class='sourceblock ' id='sourceblock1'>
<div class='sourceblocktext'><div class="arduino"><br />
<span class="kw1">void</span> serialEvent<span class="br0">(</span><span class="br0">)</span><span class="br0">{</span><br />
<span class="co1">//statements</span><br />
<span class="br0">}</span></div></div>
<div class='sourceblocklink'><a href='http://www.arduino.cc/en/Reference/SerialEvent?action=sourceblock&num=1' type='text/plain'>[Get Code]</a></div>
</div>
</p>
<p class='vspace'></p><p><em>Arduino Mega only:</em>
<div class='sourceblock ' id='sourceblock2'>
<div class='sourceblocktext'><div class="arduino"><span class="kw1">void</span> serialEvent1<span class="br0">(</span><span class="br0">)</span><span class="br0">{</span><br />
<span class="co1">//statements</span><br />
<span class="br0">}</span><br />
<br />
<span class="kw1">void</span> serialEvent2<span class="br0">(</span><span class="br0">)</span><span class="br0">{</span><br />
<span class="co1">//statements</span><br />
<span class="br0">}</span><br />
<br />
<span class="kw1">void</span> serialEvent3<span class="br0">(</span><span class="br0">)</span><span class="br0">{</span><br />
<span class="co1">//statements</span><br />
<span class="br0">}</span></div></div>
<div class='sourceblocklink'><a href='http://www.arduino.cc/en/Reference/SerialEvent?action=sourceblock&num=2' type='text/plain'>[Get Code]</a></div>
</div>
</p>
<p class='vspace'></p><h4>Parameters</h4>
<p>statements: any valid statements
</p>
<p class='vspace'></p><h4>See Also</h4>
<ul><li><a class='wikilink' href='http://www.arduino.cc/en/Tutorial/SerialEvent'>SerialEvent Tutorial</a><br />
</li><li><a class='wikilink' href='../Serial/Begin.html'>begin</a>()
</li><li><a class='wikilink' href='../Serial/End.html'>end</a>()
</li><li><a class='wikilink' href='../Serial/Available.html'>available</a>()
</li><li><a class='wikilink' href='../Serial/Read.html'>read</a>()
</li><li><a class='wikilink' href='../Serial/Peek.html'>peek</a>()
</li><li><a class='wikilink' href='../Serial/Flush.html'>flush</a>()
</li><li><a class='wikilink' href='../Serial/Print.html'>print</a>()
</li><li><a class='wikilink' href='../Serial/Println.html'>println</a>()
</li><li><a class='wikilink' href='../Serial/Write.html'>write</a>()
</li><li><a class='selflink' href='SerialEvent.html'>SerialEvent</a>()<br />
</li></ul><p><br /><a class='wikilink' href='HomePage.html'>Reference Home</a>
</p>
<p class='vspace'></p><p><em>Corrections, suggestions, and new documentation should be posted to the <a class='urllink' href='http://arduino.cc/forum/index.php/board,23.0.html' rel='nofollow'>Forum</a>.</em>
</p>
<p class='vspace'></p><p>The text of the Arduino reference is licensed under a
<a class='urllink' href='http://creativecommons.org/licenses/by-sa/3.0/' rel='nofollow'>Creative Commons Attribution-ShareAlike 3.0 License</a>. Code samples in the reference are released into the public domain.
</p>
</div>
<!-- AddThis Button Style BEGIN -->
<style>
.addthis_toolbox {
margin: 2em 0 1em;
}
.addthis_toolbox img {
float: left;
height: 25px;
margin-right: 10px;
width: auto;
}
.addthis_toolbox .social-container {
float: left;
height: 27px;
width: auto;
}
.addthis_toolbox .social-container .social-content {
float: left;
margin-top: 2px;
max-width: 0;
overflow: hidden;
-moz-transition: max-width .3s ease-out;
-webkit-transition: max-width .3s ease-out;
-o-transition: max-width .3s ease-out;
transition: max-width .3s ease-out;
}
.addthis_toolbox .social-container:hover .social-content {
max-width: 100px;
-moz-transition: max-width .2s ease-in;
-webkit-transition: max-width .2s ease-in;
-o-transition: max-width .2s ease-in;
transition: max-width .2s ease-in;
}
.addthis_toolbox .social-container .social-content a {
float: left;
margin-right: 5px;
}
.addthis_toolbox h3 {
font-size: 24px;
text-align: left;
}
</style>
<!-- AddThis Button Style END -->
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<h3>Share</h3>
<!-- FACEBOOK -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/facebook.png" />
<div class="social-content">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
</div>
</div>
<!-- TWITTER -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/twitter.png">
<div class="social-content">
<a class="addthis_button_tweet"></a>
</div>
</div>
<!-- PINTEREST -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/pinterest.png">
<div class="social-content">
<a class="addthis_button_pinterest_pinit" pi:pinit:url="//www.addthis.com/features/pinterest" pi:pinit:media="//www.addthis.com/cms-content/images/features/pinterest-lg.png"></a>
</div>
</div>
<!-- G+ -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/gplus.png">
<div class="social-content">
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50573fab238b0d34"></script>
</div>
<!-- AddThis Button END -->
</div> <!-- eof pagetext -->
</div> <!-- eof page -->
<!--PageFooterFmt-->
<div id="pagefooter">
<div id="newsletterModal" class="reveal-modal small">
<form action="http://www.arduino.cc/subscribe.php" method="post" name="sendy-subscribe-form" id="sendy-subscribe-form" class="form-popup">
<div class="modalHeader">
<h3 style="line-height: 1.8rem;" class="modal-header-alt">This link has expired. <br>Please re-subscribe to our Newsletters.</h3>
<h3 class="modal-header-main">Subscribe to our Newsletters</h3>
</div>
<div class="modalBody" id="newsletterModalBody">
<div id="newsletterEmailField" class="row" style="padding-left: 0">
<div class="large-2 columns">
<label for="email" class="newsletter-form-label inline">Email</label>
</div>
<div class="large-10 columns" style="padding-left: 0">
<input placeholder="Enter your email address" type="email" name="email" class="subscribe-form-input" />
<p id="emailMissing" class="newsletterPopupError">Please enter a valid email to subscribe</p>
</div>
</div>
<div style="margin-left:20px">
<div style="margin-bottom:0.3em">
<input style="display:none" type="checkbox" checked name="list[]" value="arduino_newsletter_id" id="worldwide" class="newsletter-form-checkbox" />
<label for="worldwide"></label>
<div style="display:inline-block" class="newsletter-form-label">Arduino Newsletter</div>
</div>
<div>
<input style="display:none" type="checkbox" checked name="list[]" value="arduino_store_newsletter_id" id="store" class="newsletter-form-checkbox" />
<label for="store"></label>
<div style="display:inline-block" class="newsletter-form-label">Arduino Store Newsletter</div>
</div>
</div>
<div>
<p class="newsletterPopupError2" id="newsletterSubscribeStatus"></p>
</div>
</div>
<div class="row modalFooter">
<div class="form-buttons-row">
<button type="button" value="Cancel" class="popup-form-button white cancel-modal close-reveal-modal">Cancel</button>
<button type="submit" name="Subscribe" id="subscribe-submit-btn" class="popup-form-button">Next</button>
</div>
</div>
</form>
<!-- step 2, confirm popup -->
<div class="confirm-popup" style="margin-bottom:1em">
<div class="modalHeader">
<h3>Confirm your email address</h3>
</div>
<div class="modalBody" id="newsletterModalBody" style="padding-right:1em;margin-bottom:0">
<p style="margin-bottom:1em;font-size:15px">
We need to confirm your email address.<br>
To complete the subscription, please click the link in the
email we just sent you.
</p>
<p style="margin-bottom:1em;font-size:15px">
Thank you for subscribing!
</p>
<p style="margin-bottom:1em;font-size:15px">
Arduino<br>
via Egeo 16<br>
Torino, 10131<br>
Italy<br>
</p>
</div>
<div class="row modalFooter">
<div class="form-buttons-row">
<button name="Ok" class="popup-form-button" id="close-confirm-popup">Ok</button>
</div>
</div>
</div>
</div>
<div id="pagefooter" class="pagefooter">
<div class="row">
<div class="large-8 eight columns">
<div class="large-4 four columns newsletter-box">
<!-- Begin Sendy Signup Form -->
<h6>Newsletter</h6>
<div>
<input type="email" name="email" class="email" id="sendy-EMAIL" placeholder="Enter your email to sign up">
<i class="icon-right-small"></i>
<input value="Subscribe" name="subscribe" id="sendy-subscribe" class="newsletter-button">
</div>
<!--End sendy_embed_signup-->
</div>
<div class="clearfix"></div>
<ul class="inline-list">
<li class="monospace">©2015 Arduino</li>
<li><a href="http://www.arduino.cc/en/Main/CopyrightNotice">Copyright Notice</a></li>
<li><a href='http://www.arduino.cc/en/Main/ContactUs'>Contact us</a></li>
<li><a href='http://www.arduino.cc/en/Main/AboutUs'>About us</a></li>
<li><a href='http://www.arduino.cc/Careers'>Careers</a></li>
</ul>
</div>
<div class="large-4 four columns">
<ul id="arduinoSocialLinks" class="arduino-social-links">
<li>
<a href="https://twitter.com/arduino">
<img src="../../img/twitter.png" />
</a>
</li>
<li>
<a href="https://www.facebook.com/official.arduino">
<img src="../../img/facebook.png" />
</a>
</li>
<li>
<a href="https://plus.google.com/+Arduino">
<img src="../../img/gplus.png" />
</a>
</li>
<li>
<a href="https://www.flickr.com/photos/arduino_cc">
<img src="../../img/flickr.png" />
</a>
</li>
<li>
<a href="https://youtube.com/arduinoteam">
<img src="../../img/youtube.png" />
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--/PageFooterFmt-->
<!--[if gte IE 9]><!-->
<script src="http://arduino.cc/js/foundation.min.js"></script>
<script src="http://arduino.cc/js/foundation.topbar.custom.js"></script>
<script>
$(document).foundation();
</script>
<!--<![endif]-->
<!--[if IE 8]>
<script src="//arduino.cc/js/foundation_ie8.min.js"></script>
<script src="//arduino.cc/js/ie8/jquery.foundation.orbit.js"></script>
<script src="//arduino.cc/js/ie8/jquery.foundation.alerts.js"></script>
<script src="//arduino.cc/js/app.js"></script>
<script>
$(window).load(function(){
$("#featured").orbit();
});
</script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22581631-3']);
_gaq.push(['_setDomainName', 'arduino.cc']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script>
$(window).load(function(){
$('a').each (function () {
href = $(this).attr ('href');
if (href !== undefined && href.substring (0, 4) == 'http' && href.indexOf ('https://www.arduino.cc/en/Reference/arduino.cc') == -1)
$(this).attr ('target', '_blank');
});
// js for language dropdown
$('.language-dropdown .current').on('click', function(e){
e.stopPropagation();
$('.language-dropdown ul').toggle();
});
$('.language-dropdown .selector').on('click', function(e){
e.stopPropagation();
$('.language-dropdown ul').toggle();
});
$(document).on('click', function(){
$('.language-dropdown ul:visible').hide();
});
$('.language-dropdown li a').on('click', function(e){
$('.language-dropdown .current').text($(this).text());
});
//js for product pages navbar
var menu = $(".product-page-nav");
var menuItems = menu.find("a");
var timeoutId = null;
var limitTop = 600;
var menuOffset = $('.product-page-nav li').first().offset();
if(menuOffset) {
limitTop = menuOffset.top;
}
var limitBottom = $('.addthis_toolbox').offset().top;
var activateSection = function($sectionToActivate) {
var label=$sectionToActivate.attr('label');
$(".product-page-nav").find('li').removeClass('active');
$sectionToActivate.addClass('active');
};
menuItems.click(function(e){
e.preventDefault();
var href = $(this).attr("href"),
offsetTop = href === "#" ? 0 : $(href).offset().top,
adjust = 0;
if($(this).parent('li').hasClass('active') === false) {
adjust = 80;
$('html, body').animate({
scrollTop: offsetTop - adjust
}, 1500, 'easeOutExpo');
}
});
$(window).scroll(function () {
var windscroll = $(window).scrollTop();
if(windscroll < limitTop) {
$('.menu').removeClass('sticky');
$('.menu').removeClass('fixed');
} else {
$('.menu').addClass('sticky');
}
var menuEdgeBottomOffset = $('.menu.columns').offset();
var menuEdgeBottom = 0;
if(menuEdgeBottomOffset) {
menuEdgeBottom = menuEdgeBottomOffset.top + $('.menu.columns').height();
}
if(menuEdgeBottom > limitBottom) {
$('.menu').fadeOut();
} else {
$('.menu').fadeIn();
}
menuItems.each(function(i) {
var href = $(this).attr("href");
if ($(href).offset().top <= windscroll + 150) {
if(timeoutId) {
clearTimeout(timeoutId);
}
timeoutId = setTimeout(activateSection, 60, $(".product-page-nav").find('li').eq(i));
}
});
});
});
</script>
</body>
<!-- Mirrored from www.arduino.cc/en/Reference/SerialEvent by HTTrack Website Copier/3.x [XR&CO'2010], Mon, 26 Oct 2015 14:07:49 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
</html>
| Open-farm/openfarm-core-avr | thirdparty/arduino/reference/www.arduino.cc/en/Reference/SerialEvent.html | HTML | mit | 27,472 |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Use title if it's in the page YAML frontmatter -->
<title>XAMPP howto guides</title>
<meta name="description" content="XAMPP is an easy to install Apache distribution containing MariaDB, PHP and Perl." />
<meta name="keywords" content="xampp, apache, php, perl, mysql, open source distribution" />
<link href="/dashboard/stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="/dashboard/stylesheets/all.css" rel="stylesheet" type="text/css" />
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<script src="/dashboard/javascripts/modernizr.js" type="text/javascript"></script>
<link href="/dashboard/images/favicon.png" rel="icon" type="image/png" />
</head>
<body class="howto">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=277385395761685";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="contain-to-grid">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<h1><a href="/dashboard/index.html">Apache Friends</a></h1>
</li>
<li class="toggle-topbar menu-icon">
<a href="#">
<span>Menu</span>
</a>
</li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class=""><a href="/applications.html">Applications</a></li>
<li class=""><a href="/dashboard/faq.html">FAQs</a></li>
<li class="active"><a href="/dashboard/howto.html">HOW-TO Guides</a></li>
<li class=""><a target="_blank" href="/dashboard/phpinfo.php">PHPInfo</a></li>
<li class=""><a href="/phpmyadmin/">phpMyAdmin</a></li>
</ul>
</section>
</nav>
</div>
<div id="wrapper">
<div class="hero">
<div class="row">
<div class="large-12 columns">
<h1>Windows <span>HOW-TO Guides</span></h1>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h5><a href="/dashboard/docs/backup-restore-mysql.html">Backup and Restore MySQL/MariaDB Databases</a></h5>
<h5><a href="/dashboard/docs/transfer-files-ftp.html">Configure FTP Access</a></h5>
<h5><a href="/dashboard/docs/configure-vhosts.html">Configure Virtual Hosts</a></h5>
<h5><a href="/dashboard/docs/configure-wildcard-subdomains.html">Configure Wildcard-Based Subdomains</a></h5>
<h5><a href="/dashboard/docs/deploy-git-app.html">Deploy an Application Using Git</a></h5>
<h5><a href="/dashboard/docs/install-wordpress.html">Get Started Quickly with WordPress</a></h5>
<h5><a href="/dashboard/docs/reset-mysql-password.html">Reset the MySQL/MariaDB Root Password</a></h5>
<h5><a href="/dashboard/docs/send-mail.html">Send Mail with PHP</a></h5>
<h5><a href="/dashboard/docs/use-sqlite.html">Use SQLite with PHP</a></h5>
<h5><a href="/dashboard/docs/activate-use-xdebug.html">Activate and Use Xdebug</a></h5>
<h5><a href="/dashboard/docs/create-framework-project-zf1.html">Start a New Zend Framework 1.x Project</a></h5>
<h5><a href="/dashboard/docs/create-framework-project-zf2.html">Start a New Zend Framework 2.x Project</a></h5>
<h5><a href="/dashboard/docs/troubleshoot-apache.html">Troubleshoot Apache Startup Problems</a></h5>
<h5><a href="/dashboard/docs/change-mysql-temp-dir.html">Change the MySQL Temporary Files Directory</a></h5>
<h5><a href="/dashboard/docs/increase-php-file-upload-limit.html">Increase the PHP File Upload Limit</a></h5>
<h5><a href="/dashboard/docs/access-phpmyadmin-remotely.html">Enable Remote Access to phpMyAdmin</a></h5>
<h5><a href="/dashboard/docs/use-different-php-version.html">Use a Different PHP Version</a></h5>
<h5><a href="/dashboard/docs/use-php-fcgi.html">Run PHP under FastCGI</a></h5>
</div>
</div>
</div>
<footer>
<div class="row">
<div class="large-12 columns">
<div class="row">
<div class="large-8 columns">
<ul class="social">
<li class="twitter"><a href="https://twitter.com/apachefriends">Follow us on Twitter</a></li>
<li class="facebook"><a href="https://www.facebook.com/we.are.xampp">Like us on Facebook</a></li>
<li class="google"><a href="https://plus.google.com/+xampp/posts">Add us to your G+ Circles</a></li>
</ul>
<ul class="inline-list">
<li><a href="https://www.apachefriends.org/blog.html">Blog</a></li>
<li><a href="https://www.apachefriends.org/privacy_policy.html">Privacy Policy</a></li>
<li>
<a target="_blank" href="http://www.fastly.com/"> CDN provided by
<img width="48" data-2x="/dashboard/images/fastly-logo@2x.png" src="/dashboard/images/fastly-logo.png" />
</a> </li>
</ul>
</div>
<div class="large-4 columns">
<p class="text-right">Copyright (c) 2015, Apache Friends</p>
</div>
</div>
</div>
</div>
</footer>
<!-- JS Libraries -->
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="/dashboard/javascripts/all.js" type="text/javascript"></script>
</body>
</html>
| Dokaponteam/ITF_Project | xampp/htdocs/dashboard/howto.html | HTML | mit | 5,846 |
<!doctype html>
<html>
<head>
<title>Firepad Tests</title>
<!-- Jasmine -->
<script src="../bower_components/jasmine-core/lib/jasmine-core/jasmine.js"></script>
<script src="../bower_components/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
<script src="../bower_components/jasmine-core/lib/jasmine-core/boot.js"></script>
<link rel="stylesheet" href="../bower_components/jasmine-core/lib/jasmine-core/jasmine.css">
<!-- ACE -->
<script src="./vendor/ace-1.2.0.js"></script>
<!-- CodeMirror -->
<script src="../bower_components/codemirror/lib/codemirror.js"></script>
<!-- Firebase -->
<script src="../bower_components/firebase/firebase.js"></script>
<!-- Firepad -->
<script src="firepad-debug.js"></script>
<!-- Jasmine specs -->
<script src="specs/helpers.js"></script>
<script src="specs/text-operation.spec.js"></script>
<script src="specs/cursor.spec.js"></script>
<script src="specs/wrapped-operation.spec.js"></script>
<script src="specs/undomanager.spec.js"></script>
<script src="specs/client.spec.js"></script>
<script src="specs/annotation-list.spec.js"></script>
<script src="specs/parse-html.spec.js"></script>
<script src="specs/integration.spec.js" async></script>
</head>
<body>
</body>
</html>
| kofifus/firepad | test/index.html | HTML | mit | 1,333 |
<!--
Test Description:
Tests for the amp-date-picker tag.
-->
<!doctype html>
<html ⚡ lang="en">
<head>
<meta charset="utf-8">
<link rel="canonical" href="./regular-html-version.html">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-date-picker"
src="https://cdn.ampproject.org/v0/amp-date-picker-0.1.js"></script>
<script async custom-template="amp-mustache"
src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>
</head>
<body>
<!-- Valid: amp-date-picker with only layout attributes -->
<amp-date-picker layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: amp-date-picker with only mode="overlay" attribute -->
<amp-date-picker mode="overlay" input-selector="[name=date1]">
<input type="text" name="date1">
</amp-date-picker>
<!-- Valid: amp-date-picker with only mode="static" attribute -->
<amp-date-picker mode="static" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: amp-date-picker with only type="single" attribute -->
<amp-date-picker type="single" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: amp-date-picker with only type="range" attribute -->
<amp-date-picker type="range" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: range amp-date-picker with mode="overlay" attribute -->
<amp-date-picker type="range" mode="overlay" start-input-selector="[name=date2]" end-input-selector="[name=date3]">
<input type="text" name="date2">
<input type="text" name="date3">
</amp-date-picker>
<!-- Valid: single amp-date-picker with input-selector -->
<amp-date-picker type="single" input-selector="#a1" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: range amp-date-picker with input-selector -->
<amp-date-picker type="range" start-input-selector="#a2" end-input-selector="#b2" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: explicit static amp-date-picker with fullscreen attribute -->
<amp-date-picker mode="static" layout="fill" fullscreen>
</amp-date-picker>
<!-- Valid: implicit static amp-date-picker with fullscreen attribute -->
<amp-date-picker layout="fill" fullscreen>
</amp-date-picker>
<!-- Valid: amp-date-picker with day-size-->
<amp-date-picker type="range" layout="fixed-height" height="360"
day-size="50">
</amp-date-picker>
<!-- Valid: amp-date-picker with number-of-months -->
<amp-date-picker type="range" layout="fixed-height" height="360"
number-of-months="12">
</amp-date-picker>
<!-- Valid: amp-date-picker with first-day-of-week -->
<amp-date-picker type="range" layout="fixed-height" height="360"
first-day-of-week="1">
</amp-date-picker>
<!-- Valid: amp-date-picker with https src -->
<amp-date-picker layout="fixed-height" height="360"
src="https://data.com/dates.json?ref=CANONICAL_URL">
</amp-date-picker>
<!-- Valid: amp-date-picker with date template -->
<amp-date-picker layout="fixed-height" height="360">
<template type="amp-mustache" date-template default>{{D}}</template>
</amp-date-picker>
<!-- Valid: amp-date-picker with date-template and/or info-template -->
<amp-date-picker layout="fixed-height" height="360">
<template info-template type="amp-mustache"></template>
<template date-template default type="amp-mustache"></template>
<template date-template dates="2018-01-01" type="amp-mustache"></template>
<template date-template id="named" type="amp-mustache"></template>
<template date-template type="amp-mustache"></template>
</amp-date-picker>
<!-- Valid: amp-date-picker with date-template with mixed attributes -->
<amp-date-picker layout="fixed-height" height="360">
<template date-template default id="default-with-id" type="amp-mustache"></template>
<template date-template dates="2018-01-01" id="dates-with-id" type="amp-mustache"></template>
<template date-template dates="2018-01-01" default type="amp-mustache"></template>
<template date-template dates="2018-01-01" default id="dates-with-default-and-id" type="amp-mustache"></template>
</amp-date-picker>
<!-- Valid: range amp-date-picker with maximum nights -->
<amp-date-picker type="range" layout="fixed-height" height="360" maximum-nights="3">
</amp-date-picker>
<!-- Valid: range amp-date-picker with minimum nights -->
<amp-date-picker type="range" layout="fixed-height" height="360" minimum-nights="0">
</amp-date-picker>
<!-- Valid: range amp-date-picker with minimum and maximum nights -->
<amp-date-picker type="range" layout="fixed-height" height="360" minimum-nights="0" maximum-nights="3">
</amp-date-picker>
<!-- Valid: single amp-date-picker with date attribute -->
<amp-date-picker layout="fixed-height" height="360" date="2018-01-01">
</amp-date-picker>
<!-- Valid: range amp-date-picker with start-date and end-date attributes -->
<amp-date-picker type="range" layout="fixed-height" height="360" start-date="2018-01-01" end-date="2018-01-01">
</amp-date-picker>
<!-- Valid: overlay amp-date-picker with touch-keyboard-editable -->
<amp-date-picker mode="overlay" touch-keyboard-editable input-selector="#a4">
<input id="a4">
</amp-date-picker>
<!-- Valid: amp-date-picker with max and min binding -->
<amp-date-picker [min]="min" [max]="max" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: amp-date-picker with https [src] binding -->
<amp-date-picker [src]="'https://data.com/dates.json?ref=CANONICAL_URL'" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: amp-date-picker with http [src] binding -->
<amp-date-picker [src]="'http://data.com/dates.json?ref=CANONICAL_URL'" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: amp-date-picker with allow-blocked-end-date -->
<amp-date-picker allow-blocked-end-date layout="fixed-height" height="360">
</amp-date-picker>
<!-- Valid: amp-date-picker with hide-keyboard-shortcuts-panel -->
<amp-date-picker layout="fixed-height" height="360" hide-keyboard-shortcuts-panel>
</amp-date-picker>
<!-- Invalid: single amp-date-picker with start-input-selector -->
<amp-date-picker type="single" mode="static" start-input-selector="#x3" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Invalid: range amp-date-picker with input-selector -->
<amp-date-picker type="range" input-selector="#a4" layout="fixed-height" height="360">
</amp-date-picker>
<!-- Invalid: amp-date-picker with implicit mode="static" without layout -->
<amp-date-picker></amp-date-picker>
<!-- Invalid: amp-date-picker with explicit mode="static" without layout -->
<amp-date-picker mode="static">
</amp-date-picker>
<!-- Invalid: overlay amp-date-picker with fullscreen attribute -->
<amp-date-picker mode="overlay" fullscreen>
<input type="text" name="date4">
</amp-date-picker>
<!-- Invalid: width is mistyped. -->
<amp-date-picker height="360" wdith="360">
</amp-date-picker>
<!-- Invalid: amp-date-picker with bad day-size-->
<amp-date-picker type="range" layout="fixed-height" height="360"
day-size="five">
</amp-date-picker>
<!-- Invalid: amp-date-picker with bad number-of-months -->
<amp-date-picker type="range" layout="fixed-height" height="360"
number-of-months="twele">
</amp-date-picker>
<!-- Invalid: amp-date-picker with bad first-day-of-week -->
<amp-date-picker type="range" layout="fixed-height" height="360"
first-day-of-week="7">
</amp-date-picker>
<!-- Invalid: amp-date-picker templates outside amp-date-picker -->
<template info-template type="amp-mustache"></template>
<template date-template dates="2018-01-01" type="amp-mustache"></template>
<!-- Invalid: amp-date-picker with bad maximum nights -->
<amp-date-picker type="range" layout="fixed-height" height="360" maximum-nights="zero">
</amp-date-picker>
<!-- Invalid: amp-date-picker with bad minimum nights -->
<amp-date-picker type="range" layout="fixed-height" height="360" minimum-nights="zero">
</amp-date-picker>
<!-- Invalid: single amp-date-picker with maximum nights -->
<amp-date-picker layout="fixed-height" height="360" maximum-nights="0">
</amp-date-picker>
<!-- Invalid: single amp-date-picker with minimum nights -->
<amp-date-picker layout="fixed-height" height="360" minimum-nights="0">
</amp-date-picker>
<!-- Invalid: single amp-date-picker with start-date attribute -->
<amp-date-picker layout="fixed-height" height="360" start-date="2018-01-01">
</amp-date-picker>
<!-- Invalid: range amp-date-picker with date attribute -->
<amp-date-picker type="range" layout="fixed-height" height="360" date="2018-01-01">
</amp-date-picker>
<!-- Invalid: static amp-date-picker with touch-keyboard-editable -->
<amp-date-picker layout="fixed-height" height="360" touch-keyboard-editable>
</amp-date-picker>
<!-- Invalid: amp-date-picker with http src -->
<amp-date-picker layout="fixed-height" height="360"
src="http://data.com/dates.json?ref=CANONICAL_URL">
</amp-date-picker>
</body>
</html>
| alanorozco/amphtml | extensions/amp-date-picker/0.1/test/validator-amp-date-picker.html | HTML | apache-2.0 | 10,002 |
<!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:
Krzysztof Lachacz <k.lachacz@samsung.com>
-->
<html>
<head>
<title>RequestedApplicationControl_extend</title>
<script type="text/javascript" src="support/unitcommon.js"></script>
<script type="text/javascript" src="support/app_common.js"></script>
</head>
<body>
<div id="log"></div>
<script type="text/javascript">
//==== TEST: RequestedApplicationControl_extend
//==== LABEL Check if RequestedApplicationControl can have new properties added
//==== SPEC: Tizen Web API:Application:Application:RequestedApplicationControl:RequestedApplicationControl U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
//==== PRIORITY P3
//==== ONLOAD_DELAY 30
//==== TEST_CRITERIA OBX
/**
* Function below only invokes test in TCTAppControl application.
* Actually tests are in support/TCTAppControl/tests directory.
*/
runTestAtTCTAppControl("RequestedApplicationControl_extend");
</script>
</body>
</html>
| pk-sam/crosswalk-test-suite | webapi/tct-application-tizen-tests/application/RequestedApplicationControl_extend.html | HTML | bsd-3-clause | 1,575 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="resources/ie-test-pre.js"></script>
<script src="TestCases/15.2.3.3-4-170.js"></script>
<script src="resources/ie-test-post.js"></script>
</body>
</html>
| modulexcite/blink | LayoutTests/ietestcenter/Javascript/15.2.3.3-4-170.html | HTML | bsd-3-clause | 344 |
<!-- Generated by //third_party/blink/web_tests/bluetooth/generate.py -->
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="/bluetooth/resources/bluetooth-test.js"></script>
<script src="/bluetooth/resources/bluetooth-fake-devices.js"></script>
<script>
'use strict';
bluetooth_test(() => {
let val = new Uint8Array([1]);
let promise;
return setBluetoothFakeAdapter('FailingGATTOperationsAdapter')
.then(() => requestDeviceWithTrustedClick({
filters: [{services: [errorUUID(0xA0)]}]}))
.then(device => device.gatt.connect())
.then(gattServer => gattServer.getPrimaryService(errorUUID(0xA0)))
.then(service => service.getCharacteristic(errorUUID(0xA1)))
.then(error_characteristic => {
promise = assert_promise_rejects_with_message(
error_characteristic.writeValueWithoutResponse(val),
new DOMException(
'GATT Server is disconnected. Cannot perform GATT operations. ' +
'(Re)connect first with `device.gatt.connect`.',
'NetworkError'));
// Disconnect called to clear attributeInstanceMap and allow the
// object to get garbage collected.
error_characteristic.service.device.gatt.disconnect();
})
.then(runGarbageCollection)
.then(() => promise);
}, 'Garbage Collection ran during a writeValueWithoutResponse call that fails. ' +
'Should not crash.');
</script>
| scheib/chromium | third_party/blink/web_tests/wpt_internal/bluetooth/characteristic/writeValueWithoutResponse/gen-gatt-op-garbage-collection-ran-during-error.https.html | HTML | bsd-3-clause | 1,568 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="resources/ie-test-pre.js"></script>
<script src="TestCases/15.2.3.3-4-6.js"></script>
<script src="resources/ie-test-post.js"></script>
</body>
</html>
| modulexcite/blink | LayoutTests/ietestcenter/Javascript/15.2.3.3-4-6.html | HTML | bsd-3-clause | 342 |
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8"/>
<title>Responsive Tests</title>
<link rel="stylesheet" href="style.min.css" />
<script src="../dist/1.0.0/head.js"></script>
</head>
<body>
<div id="wrap">
<h2>Load Tests</h2>
<div id="content">
<button onclick="load_1()">Load jQuery</button>
<button onclick="load_2()">Load jQuery/jQueryUI</button>
<button onclick="load_3()">Load jQueryUI/jQuery</button>
<p>
Date Picker: <input id="datepicker" />
</p>
<div id="result"></div>
</div>
<div id="footer">
<a href="../index.html">« headjs.com</a>
| <a href="https://github.com/headjs/headjs/issues">found a bug?</a>
</div>
</div>
<script>
function load_1() {
addMessage('jQuery loading...');
head.js('http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js',
function () {
addMessage('jQuery callback called');
});
}
function load_2() {
addMessage('jQuery/jQueryUI loading...');
// if inverted callback fails, since it considers jquery.min already executed a callback
// ..so must be related with asset name/callback association
head.js(['http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js'],
function () {
addMessage('jQuery/jQueryUI callback called');
try { $('#datepicker').datepicker(); }
catch (ex) { addMessage('Case 2 exception loading jquery UI component: ' + ex.toString()); }
}
);
}
function load_3() {
addMessage('jQueryUI/jQuery loading...');
// if inverted callback fails, since it considers jquery.min already executed a callback
// ..so must be related with asset name/callback association
head.js(['http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js', 'http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'],
function () {
addMessage('jQueryUI/jQuery callback called');
}
);
}
function addMessage(msg) {
var ele = document.createElement("div");
ele.innerHTML = msg;
document.getElementById("result").appendChild(ele);
}
</script>
</body>
</html>
| headjs/headjs | test/load.html | HTML | mit | 2,703 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<title>curl_multi_assign man page</title>
<meta name="generator" content="roffit">
<STYLE type="text/css">
P.level0 {
padding-left: 2em;
}
P.level1 {
padding-left: 4em;
}
P.level2 {
padding-left: 6em;
}
span.emphasis {
font-style: italic;
}
span.bold {
font-weight: bold;
}
span.manpage {
font-weight: bold;
}
h2.nroffsh {
background-color: #e0e0e0;
}
span.nroffip {
font-weight: bold;
font-size: 120%;
font-family: monospace;
}
p.roffit {
text-align: center;
font-size: 80%;
}
</STYLE>
</head><body>
<p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2>
<p class="level0">curl_multi_assign - set data to association with an internal socket <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2>
<p class="level0">#include <curl/curl.h>
<p class="level0">CURLMcode curl_multi_assign(CURLM *multi_handle, curl_socket_t sockfd, void *sockptr); <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2>
<p class="level0">This function assigns an association in the multi handle between the given socket and a private pointer of the application. This is (only) useful for <a class="emphasis" href="./curl_multi_socket.html">curl_multi_socket(3)</a> uses.
<p class="level0">When set, the <span Class="emphasis">sockptr</span> pointer will be passed to all future socket callbacks for the specific <span Class="emphasis">sockfd</span> socket.
<p class="level0">If the given <span Class="emphasis">sockfd</span> isn't already in use by libcurl, this function will return an error.
<p class="level0">libcurl only keeps one single pointer associated with a socket, so calling this function several times for the same socket will make the last set pointer get used.
<p class="level0">The idea here being that this association (socket to private pointer) is something that just about every application that uses this API will need and then libcurl can just as well do it since it already has an internal hash table lookup for this. <a name="RETURN"></a><h2 class="nroffsh">RETURN VALUE</h2>
<p class="level0">The standard CURLMcode for multi interface error codes. <a name="TYPICAL"></a><h2 class="nroffsh">TYPICAL USAGE</h2>
<p class="level0">In a typical application you allocate a struct or at least use some kind of semi-dynamic data for each socket that we must wait for action on when using the <a class="emphasis" href="./curl_multi_socket.html">curl_multi_socket(3)</a> approach.
<p class="level0">When our socket-callback gets called by libcurl and we get to know about yet another socket to wait for, we can use <a class="emphasis" href="./curl_multi_assign.html">curl_multi_assign(3)</a> to point out the particular data so that when we get updates about this same socket again, we don't have to find the struct associated with this socket by ourselves. <a name="AVAILABILITY"></a><h2 class="nroffsh">AVAILABILITY</h2>
<p class="level0">This function was added in libcurl 7.15.5, although not deemed stable yet. <a name="SEE"></a><h2 class="nroffsh">SEE ALSO</h2>
<p class="level0"><a class="manpage" href="./curl_multi_setopt.html">curl_multi_setopt (3)</a> <a class="manpage" href="./curl_multi_socket.html"> curl_multi_socket (3) </a> <p class="roffit">
This HTML page was made with <a href="http://daniel.haxx.se/projects/roffit/">roffit</a>.
</body></html>
| Maher4Ever/libcoderwall | vendor/curl-7.25.0/docs/libcurl/curl_multi_assign.html | HTML | mit | 3,467 |
<!--
## Introduction
Embed YouTube videos into your AMP HTML files.
-->
<!-- -->
<!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<title>amp-youtube</title>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<!-- ## Setup -->
<!-- Import the amp-youtube component -->
<script async custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js"></script>
<link rel="canonical" href="https://ampbyexample.com/components/amp-youtube/">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
</head>
<body>
<!-- ## Basic Usage -->
<!-- Embed YouTube videos via the video id. The id is found in every Youtube video page URL. -->
<amp-youtube width="480" height="270"
layout="responsive"
data-videoid="lBTCB7yLs8Y">
</amp-youtube>
<!-- ## Autoplay -->
<!--
Setting `autoplay` will automatically play/pause the YouTube video as it is
scrolled into/out of view on supported browsers.
The YouTube video is automatically muted before autoplay starts, when the
user taps the video, the video is unmuted.
If the user has interacted with the YouTube video
(e.g., mutes/unmutes, pauses/resumes, etc.), and the video is scrolled in
or out of view, the state of the video remains as how the user left it.
-->
<amp-youtube width="480" height="270"
layout="responsive"
data-videoid="lBTCB7yLs8Y"
autoplay>
</amp-youtube>
</body>
</html> | luciancrasovan/amphtml | examples/visual-tests/amp-by-example/components/amp-youtube/source/index.html | HTML | apache-2.0 | 2,362 |
<!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-google-v3) on Mon May 09 20:04:52 EDT 2011 -->
<TITLE>
org.mozilla.javascript.debug Class Hierarchy (Rhino)
</TITLE>
<META NAME="date" CONTENT="2011-05-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.mozilla.javascript.debug Class Hierarchy (Rhino)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/mozilla/javascript/commonjs/module/provider/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../org/mozilla/javascript/jdk13/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/mozilla/javascript/debug/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For Package org.mozilla.javascript.debug
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">org.mozilla.javascript.debug.<A HREF="../../../../org/mozilla/javascript/debug/DebugFrame.html" title="interface in org.mozilla.javascript.debug"><B>DebugFrame</B></A><LI TYPE="circle">org.mozilla.javascript.debug.<A HREF="../../../../org/mozilla/javascript/debug/DebuggableObject.html" title="interface in org.mozilla.javascript.debug"><B>DebuggableObject</B></A><LI TYPE="circle">org.mozilla.javascript.debug.<A HREF="../../../../org/mozilla/javascript/debug/DebuggableScript.html" title="interface in org.mozilla.javascript.debug"><B>DebuggableScript</B></A><LI TYPE="circle">org.mozilla.javascript.debug.<A HREF="../../../../org/mozilla/javascript/debug/Debugger.html" title="interface in org.mozilla.javascript.debug"><B>Debugger</B></A></UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/mozilla/javascript/commonjs/module/provider/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../org/mozilla/javascript/jdk13/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/mozilla/javascript/debug/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| whackpad/whackpad | infrastructure/rhino1_7R3/javadoc/org/mozilla/javascript/debug/package-tree.html | HTML | apache-2.0 | 6,526 |
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>OffscreenCanvas test: 2d.path.arcTo.coincide.1</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"></script>
<h1>2d.path.arcTo.coincide.1</h1>
<p class="desc">arcTo() has no effect if P0 = P1</p>
<script>
var t = async_test("arcTo() has no effect if P0 = P1");
var t_pass = t.done.bind(t);
var t_fail = t.step_func(function(reason) {
throw reason;
});
t.step(function() {
var offscreenCanvas = new OffscreenCanvas(100, 50);
var ctx = offscreenCanvas.getContext('2d');
ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 50);
ctx.lineWidth = 50;
ctx.strokeStyle = '#0f0';
ctx.beginPath();
ctx.moveTo(0, 25);
ctx.arcTo(0, 25, 50, 1000, 1);
ctx.lineTo(100, 25);
ctx.stroke();
ctx.strokeStyle = '#f00';
ctx.beginPath();
ctx.moveTo(50, 25);
ctx.arcTo(50, 25, 100, 25, 1);
ctx.stroke();
_assertPixel(offscreenCanvas, 50,1, 0,255,0,255, "50,1", "0,255,0,255");
_assertPixel(offscreenCanvas, 50,25, 0,255,0,255, "50,25", "0,255,0,255");
_assertPixel(offscreenCanvas, 50,48, 0,255,0,255, "50,48", "0,255,0,255");
t.done();
});
</script>
| scheib/chromium | third_party/blink/web_tests/external/wpt/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.html | HTML | bsd-3-clause | 1,257 |
<!doctype html>
<html>
<head>
<title>GwtQuery Benchmarks</title>
<style>
* {
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
color: white;
font-size: 14px;
}
.resultstable {
width: 100%;
}
.resultstable td {
font-size: 10px;
}
#startrace {
cursor: pointer;
}
body, select {
background-color: black;
}
.win {
background-color: green;
color: white
}
.tie {
background-color: orange;
color: white
}
.lose {
background-color: red;
color: white
}
.broke {
background-color: black;
color: white
}
img.himg, img.flag {
height: 35px;
}
img.logo {
max-width: 100px;
max-height: 30px;
}
.horse {
position: relative;
width: 150px;
}
.horse span {
font-weight: bold;
font-size: 12px;
color: white;
}
#racefield {
background-image: url(images/bench/grass-texture-small.jpg);
background-repeat: repeat;
border-radius: 9px;
}
.base {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 170px;
}
.base, .base a {
font-size: 85%;
color: green;
}
.lnk {
float: right;
margin-left: 20px;
color: plum;
margin-top: 10px;
font-size: 12px;
text-decoration: underline;
cursor: pointer;
}
.lnk:hover {
color: red;
}
h2 {
float: left;
color: white;
border-bottom: 1px solid gray;
width: 400px;
}
.gwt-PopupPanel {
max-width: 80%;
}
.popupContent {
background-color: LightSlateGrey;
border: 2px solid grey;
overflow: auto;
border-radius: 7px;
padding: 14px;
}
.clear {
clear: both;
}
button {
color: black;
}
</style>
</head>
<body>
<h2>
GwtQuery benchmarks
</h2>
<div class='lnk' id="about">About</div>
<div class='lnk' id="startrace" >Loading Javascript frameworks, please wait ...</div><br/>
<div class='clear'></div>
<div id="racetrack" style="height: 0px; overflow: hidden;">
<div id="racefield">
</div>
</div>
<div id ="results" style="display: block; height: 300px; overflow-y:scroll; overflow-x: hidden; margin: 0">
<table id="resultstable" border="1" style="width: 100%; border-collapse: collapse">
</table>
</div>
<script language="javascript" src="gwtquery.samples.GwtQueryBench.nocache.js"></script>
<div id='help' style='display: none'>
This application has been designed to compare the speed between the different css selector-engines existing in <a href='http://gwtquery.googlecode.com'>gwtquery</a>, and against other javascript libraries.
<br/>
The html document and selectors used for the benchmark have been taken from the <a href='http://mootools.net/slickspeed/'>SlickSpeed</a> test.
<br/>
<br/>
Click 'start the race' to test the selectors against most popular frameworks.
<br/>
If you wanted to experiment with other frameworks or different gquery engine implementations, append the parameter ask=true to the url and select the options in the popup window after clicking 'start'.
<br/>
Because normally css selectors takes less than 1 or 2 millisecons, each selector is run during a minimum of 200ms for each engine, then we divide the total time between the number of iterations and put this value in the cell, <br/>
marking in green the faster engine.
<br/>
If an engine does not support a selector we put the word 'Error' in the corresponding cell and penalize the engine setting a value of 200ms for that iteration.
<br/>
The last row represents the acumulated time of the test for each engine.
<br/>
<br/>
Some times, you could obtain different results when running the test with the same browser.
<br/>
This is due to random browser or system events which makes the current selector running delay some milliseconds.
<br/>
To avoid that, try to run the test in a browser running just one window and one tab, and in a computer without activity: close all applications, do not move the mouse etc.
<br/>
<br/>
Leyend:
<br/>
- gwt_compiled: run css selectors which were optimized during the gwt compilation.
<br/>
- gwt_dynamic: evaluates selectors in runtime using the most suitable engine for this browser.
<br/>
- jquery, dojo, prototype ... : runs the selectors using those external libraries.
<br/>
- gwt_*: different runtime engines, some are experimental, and they could fail depending on the browser.
<br/>
<br/>
Sources:
<br/>
<a href='http://code.google.com/p/gwtquery/source/browse/trunk/samples/src/main/java/gwtquery/samples/client/GwtQueryBenchModule.java'>Source code of this application</a> is available in the samples module of gwtquery.
<br/>
<br/>
- The GwtQuery team.
</div>
</body>
</html>
| ArcBees/gwtquery | samples/src/main/java/gwtquery/samples/public/GwtQueryBench.html | HTML | mit | 5,386 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.