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>
<html>
<head>
<title>PoseNet Sketchbook</title>
<link rel="stylesheet" href="/posenet-sketchbook/style.49eb781c.css">
<link rel="icon" href="/posenet-sketchbook/favicon.a0c961ca.ico" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="info" style="display:none"></div>
<div id="loading">
Loading the model...
</div>
<div id="main" style="display:none">
<video id="video" playsinline="" style=" -moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
display: none;
"></video>
<div id="canvas-container">
<canvas id="livestream"></canvas>
<canvas id="output"></canvas>
</div>
</div>
<script src="/posenet-sketchbook/main.3322bd37.js"></script>
</body>
</html>
| googlecreativelab/posenet-sketchbook | docs/sketches/bodytranscriber/index.html | HTML | apache-2.0 | 915 |
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../images/docs-stylesheet.css" rel="stylesheet" type="text/css"><title>Application Developer's Guide (8.0.36) - Table of Contents</title><meta name="author" content="Craig R. McClanahan"><script type="application/javascript" data-comments-identifier="tomcat-8.0-doc/appdev/index">
"use strict"; // Enable strict mode
(function() {
var thisScript = document.currentScript;
if (!thisScript) { // Workaround for IE <= 11
var scripts = document.getElementsByTagName("script");
thisScript = scripts[scripts.length - 1];
}
document.addEventListener("DOMContentLoaded", (function() {
var commentsDiv = document.getElementById("comments_thread");
var commentsShortname = "tomcat";
var commentsIdentifier = "http://tomcat.apache.org/" +
thisScript.getAttribute("data-comments-identifier") + ".html";
(function(w, d) {
if (w.location.hostname.toLowerCase() == "tomcat.apache.org") {
var s = d.createElement("script");
s.type = "application/javascript";
s.async = true;
s.src = "https://comments.apache.org/show_comments.lua?site=" +
encodeURIComponent(commentsShortname) +
"&page=" + encodeURIComponent(commentsIdentifier);
d.head.appendChild(s);
} else {
commentsDiv.appendChild(d.createTextNode("Comments are disabled for this page at the moment."));
}
})(window, document);
}), false);
})();
</script></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="http://tomcat.apache.org/"><img alt="Tomcat Home" src="../images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="http://www.apache.org/" target="_blank"><img src="../images/asf-feather.png" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>Application Developer's Guide</h1><div class="versionInfo">
Version 8.0.36,
<time datetime="2016-06-09">Jun 9 2016</time></div><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2>Links</h2><ul><li><a href="../index.html">Docs Home</a></li><li><a href="index.html">App Dev Guide Home</a></li><li><a href="http://wiki.apache.org/tomcat/FAQ">FAQ</a></li><li><a href="#comments_section">User Comments</a></li></ul></div><div><h2>Contents</h2><ul><li><a href="index.html">Contents</a></li><li><a href="introduction.html">Introduction</a></li><li><a href="installation.html">Installation</a></li><li><a href="deployment.html">Deployment</a></li><li><a href="source.html">Source Code</a></li><li><a href="processes.html">Processes</a></li><li><a href="sample/">Example App</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>Table of Contents</h2><h3 id="Preface">Preface</h3><div class="text">
<p>This manual includes contributions from many members of the Tomcat Project
developer community. The following authors have provided significant content:
</p>
<ul>
<li>Craig R. McClanahan
(<a href="mailto:craigmcc@apache.org">craigmcc@apache.org</a>)</li>
</ul>
</div><h3 id="Table_of_Contents">Table of Contents</h3><div class="text">
<p>The information presented is divided into the following sections:</p>
<ul>
<li><a href="introduction.html"><strong>Introduction</strong></a> -
Briefly describes the information covered here, with
links and references to other sources of information.</li>
<li><a href="installation.html"><strong>Installation</strong></a> -
Covers acquiring and installing the required software
components to use Tomcat for web application development.</li>
<li><a href="deployment.html"><strong>Deployment Organization</strong></a> -
Discusses the standard directory layout for a web application
(defined in the Servlet API Specification), the Web Application
Deployment Descriptor, and options for integration with Tomcat
in your development environment.</li>
<li><a href="source.html"><strong>Source Organization</strong></a> -
Describes a useful approach to organizing the source code
directories for your project, and introduces the
<code>build.xml</code> used by Ant to manage compilation.</li>
<li><a href="processes.html"><strong>Development Processes</strong></a> -
Provides brief descriptions of typical development processes
utilizing the recommended deployment and source organizations.</li>
<li><a href="sample/" target="_blank"><strong>Example Application</strong></a> -
This directory contains a very simple, but functionally complete,
"Hello, World" application built according to the principles
described in this manual. You can use this application to
practice using the described techniques.</li>
</ul>
</div><div class="noprint"><h3 id="comments_section">
Comments
</h3><div class="text"><p class="notice"><strong>Notice: </strong>This comments section collects your suggestions
on improving documentation for Apache Tomcat.<br><br>
If you have trouble and need help, read
<a href="http://tomcat.apache.org/findhelp.html">Find Help</a> page
and ask your question on the tomcat-users
<a href="http://tomcat.apache.org/lists.html">mailing list</a>.
Do not ask such questions here. This is not a Q&A section.<br><br>
The Apache Comments System is explained <a href="../comments.html">here</a>.
Comments may be removed by our moderators if they are either
implemented or considered invalid/off-topic.
</p><div id="comments_thread"></div></div></div></div></div></div></div><footer><div id="footer">
Copyright © 1999-2016, The Apache Software Foundation
</div></footer></div></body></html> | sekkano/agile_sp_2017_danksupreme | webapps/docs/appdev/index.html | HTML | apache-2.0 | 6,206 |
---
layout: post
title: 'All Claims About Your Technology Need To Be Entered Into The FTC Blockchain #DesignFiction'
source: http://alternate.apievangelist.com/2016/08/02/all-claims-about-your-technology-need-to-be-entered-into-the-ftc-blockchain-designfiction/
domain: alternate.apievangelist.com
image:
---
<p><img style="padding: 15px;" src="https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-blockchain-federal-government.png" alt="" width="40%" align="right" /></p>
<p>The final date has passed, and the federal law went into effect requiring all companies selling technological solutions, to register their claims with the Federal Technology Claims Directory (FTCD), which now operates 100% on the blockchain.</p>
<p>Gone are the days where you can make a wild claim as a startup or tech blogger. It is ironic that the one piece of technology which seemed to have some of the wildest claims being made regarding its transformative powers would be used to regulate claims made about the potential of technology.</p>
<p>In 2023, if you make a claim about your companies technology, on the company blog, you have to register the claim with FTCD. If you make the claim, and the agencies spider finds it, you will be automatically fined $25.00 USD for non-compliance.</p>
<p>The law also extends to what historically has been some of the worst offenders--tech bloggers. Even if you are just regurgitating what was said in the press release, you need register the claim with FTCD as well--or risk receiving the same fine for non-compliance.</p>
<p>Each tech company and tech industry blogger are also required by law now to include the blockchain claims report on their company profile page, and journalists credentials page. There are additional fees involved if you are actively operating as tech company or blogger, without the required FTCD profile page disclosures.</p>
<p>It would have made much more sense for this to not reach the level of federal government regulation, but with the wild claims being made by technologists, their blind belief in their own moose diarrhea, and their unwillingness to accept the consequences of their ridiculous promises--there was no other way.</p> | kinlane/alternate-api-evangelist | _posts/2016-08-02-all-claims-about-your-technology-need-to-be-entered-into-the-ftc-blockchain-designfiction.html | HTML | apache-2.0 | 2,196 |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>KommandantConfigurable.addCommand - kommandant-configurable</title>
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">kommandant-configurable</a> / <a href="../index.html">com.github.kvnxiao.kommandant</a> / <a href="index.html">KommandantConfigurable</a> / <a href=".">addCommand</a><br/>
<br/>
<h1>addCommand</h1>
<a name="com.github.kvnxiao.kommandant.KommandantConfigurable$addCommand(com.github.kvnxiao.kommandant.command.ICommand((kotlin.Any)))"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addCommand</span><span class="symbol">(</span><span class="identifier" id="com.github.kvnxiao.kommandant.KommandantConfigurable$addCommand(com.github.kvnxiao.kommandant.command.ICommand((kotlin.Any)))/command">command</span><span class="symbol">:</span> <span class="identifier">ICommand</span><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Boolean</span></code> <a href="https://github.com/kvnxiao/kommandant/tree/master/kommandant-configurable/src/main/kotlin/com/github/kvnxiao/kommandant/KommandantConfigurable.kt#L72">(source)</a>
<p>Overrided addCommand method which adds a command to the registry and additionally checks for <a href="enable-config-read-write.html">enableConfigReadWrite</a>
value in attempt to load command properties from JSON if true. If the JSON does not exist, it will be created with
the command's default properties.</p>
<h3>Parameters</h3>
<p><a name="command"></a>
<code>command</code> - The command to add to the registry.
<p><strong>Return</strong><br/>
<a href="#">Boolean</a> Whether adding the command was successful or not.</p>
<p><strong>See Also</strong><br/>
<p><a href="load-config.html">loadConfig</a></p>
<p><a href="save-config.html">saveConfig</a></p>
</p>
</BODY>
</HTML>
| alphahelix00/Ordinator | docs/kommandant-configurable/kotlindoc/kommandant-configurable/com.github.kvnxiao.kommandant/-kommandant-configurable/add-command.html | HTML | apache-2.0 | 2,030 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="files_13.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div id="SRResults"></div>
<script type="text/javascript"><!--
createResults();
--></script>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
--></script>
</div>
</body>
</html>
| vladn-ma/vladn-ovs-doc | doxygen/ovs_all/html/search/files_13.html | HTML | apache-2.0 | 1,017 |
<!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_23) on Sun Jul 17 18:21:17 BST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Test
</TITLE>
<META NAME="date" CONTENT="2011-07-17">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Test";
}
}
</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/Test.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">
PREV CLASS
<A HREF="../example/TestGui.html" title="class in example"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?example/Test.html" target="_top"><B>FRAMES</B></A>
<A HREF="Test.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
example</FONT>
<BR>
Class Test</H2>
<PRE>
java.lang.Object
<IMG SRC="../resources/inherit.gif" ALT="extended by "><B>example.Test</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>Test</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../example/Test.html#Test(java.lang.String)">Test</A></B>(java.lang.String filename)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../example/Test.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../example/Test.html#printDepth()">printDepth</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../example/Test.html#processFolder(com.pff.PSTFolder)">processFolder</A></B>(<A HREF="../com/pff/PSTFolder.html" title="class in com.pff">PSTFolder</A> folder)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Test(java.lang.String)"><!-- --></A><H3>
Test</H3>
<PRE>
public <B>Test</B>(java.lang.String filename)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="main(java.lang.String[])"><!-- --></A><H3>
main</H3>
<PRE>
public static void <B>main</B>(java.lang.String[] args)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="processFolder(com.pff.PSTFolder)"><!-- --></A><H3>
processFolder</H3>
<PRE>
public void <B>processFolder</B>(<A HREF="../com/pff/PSTFolder.html" title="class in com.pff">PSTFolder</A> folder)
throws <A HREF="../com/pff/PSTException.html" title="class in com.pff">PSTException</A>,
java.io.IOException</PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../com/pff/PSTException.html" title="class in com.pff">PSTException</A></CODE>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="printDepth()"><!-- --></A><H3>
printDepth</H3>
<PRE>
public void <B>printDepth</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../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/Test.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">
PREV CLASS
<A HREF="../example/TestGui.html" title="class in example"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?example/Test.html" target="_top"><B>FRAMES</B></A>
<A HREF="Test.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| wieseljonas/java-libpst | javadoc/example/Test.html | HTML | apache-2.0 | 10,963 |
<!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_30) on Mon Apr 07 15:14:49 MDT 2014 -->
<title>Uses of Class com.example1.locationapp.SearchActivity</title>
<meta name="date" content="2014-04-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.example1.locationapp.SearchActivity";
}
//-->
</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/example1/locationapp/SearchActivity.html" title="class in com.example1.locationapp">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example1/locationapp//class-useSearchActivity.html" target="_top">FRAMES</a></li>
<li><a href="SearchActivity.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.example1.locationapp.SearchActivity" class="title">Uses of Class<br>com.example1.locationapp.SearchActivity</h2>
</div>
<div class="classUseContainer">No usage of com.example1.locationapp.SearchActivity</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/example1/locationapp/SearchActivity.html" title="class in com.example1.locationapp">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example1/locationapp//class-useSearchActivity.html" target="_top">FRAMES</a></li>
<li><a href="SearchActivity.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>
| CMPUT301W14T11/Team11Prototype | LocationApp/doc/com/example1/locationapp/class-use/SearchActivity.html | HTML | apache-2.0 | 4,129 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0) on Wed Aug 14 21:12:40 EDT 2013 -->
<title>Uses of Class org.drip.analytics.holset.MXVHoliday</title>
<meta name="date" content="2013-08-14">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.drip.analytics.holset.MXVHoliday";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/drip/analytics/holset/MXVHoliday.html" title="class in org.drip.analytics.holset">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/drip/analytics/holset/\class-useMXVHoliday.html" target="_top">Frames</a></li>
<li><a href="MXVHoliday.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.drip.analytics.holset.MXVHoliday" class="title">Uses of Class<br>org.drip.analytics.holset.MXVHoliday</h2>
</div>
<div class="classUseContainer">No usage of org.drip.analytics.holset.MXVHoliday</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/drip/analytics/holset/MXVHoliday.html" title="class in org.drip.analytics.holset">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/drip/analytics/holset/\class-useMXVHoliday.html" target="_top">Frames</a></li>
<li><a href="MXVHoliday.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| tectronics/rootfinder | 2.2/docs/Javadoc/org/drip/analytics/holset/class-use/MXVHoliday.html | HTML | apache-2.0 | 4,253 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>AbstractIncrementingRenderer xref</title>
<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../apidocs/net/sourceforge/pmd/renderers/AbstractIncrementingRenderer.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.htm" target="alexandria_uri">http://pmd.sourceforge.net/license.htm</a>l</em>
<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.renderers;
<a class="jxr_linenumber" name="L5" href="#L5">5</a>
<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.util.Iterator;
<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> java.util.LinkedList;
<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.util.List;
<a class="jxr_linenumber" name="L10" href="#L10">10</a>
<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.Report;
<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.RuleViolation;
<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.util.datasource.DataSource;
<a class="jxr_linenumber" name="L14" href="#L14">14</a>
<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_javadoccomment"> * Abstract base class for {@link Renderer} implementations which can produce</em>
<a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_javadoccomment"> * output incrementally for {@link RuleViolation}s as source files are</em>
<a class="jxr_linenumber" name="L18" href="#L18">18</a> <em class="jxr_javadoccomment"> * processed. Such {@link Renderer}s are able to produce large reports with</em>
<a class="jxr_linenumber" name="L19" href="#L19">19</a> <em class="jxr_javadoccomment"> * significantly less working memory at any given time. Variations in the</em>
<a class="jxr_linenumber" name="L20" href="#L20">20</a> <em class="jxr_javadoccomment"> * delivery of source file reports are reflected in the output of the</em>
<a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment"> * {@link Renderer}, so report output can be different between runs.</em>
<a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment"> * </em>
<a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * Only processing errors and suppressed violations are accumulated across all</em>
<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * files. These are intended to be processed in the {@link #end()} method.</em>
<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../net/sourceforge/pmd/renderers/AbstractIncrementingRenderer.html">AbstractIncrementingRenderer</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../net/sourceforge/pmd/renderers/AbstractRenderer.html">AbstractRenderer</a> {
<a class="jxr_linenumber" name="L27" href="#L27">27</a>
<a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> * Accumulated processing errors.</em>
<a class="jxr_linenumber" name="L30" href="#L30">30</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong class="jxr_keyword">protected</strong> List<Report.ProcessingError> errors = <strong class="jxr_keyword">new</strong> LinkedList<>();
<a class="jxr_linenumber" name="L32" href="#L32">32</a>
<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> * Accumulated suppressed violations.</em>
<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">protected</strong> List<Report.SuppressedViolation> suppressed = <strong class="jxr_keyword">new</strong> LinkedList<>();
<a class="jxr_linenumber" name="L37" href="#L37">37</a>
<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">public</strong> <a href="../../../../net/sourceforge/pmd/renderers/AbstractIncrementingRenderer.html">AbstractIncrementingRenderer</a>(String name, String description) {
<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">super</strong>(name, description);
<a class="jxr_linenumber" name="L40" href="#L40">40</a> }
<a class="jxr_linenumber" name="L41" href="#L41">41</a>
<a class="jxr_linenumber" name="L42" href="#L42">42</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment"> * {@inheritDoc}</em>
<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L45" href="#L45">45</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> start() <strong class="jxr_keyword">throws</strong> IOException {
<a class="jxr_linenumber" name="L46" href="#L46">46</a> }
<a class="jxr_linenumber" name="L47" href="#L47">47</a>
<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> * {@inheritDoc}</em>
<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> startFileAnalysis(<a href="../../../../net/sourceforge/pmd/util/datasource/DataSource.html">DataSource</a> dataSource) {
<a class="jxr_linenumber" name="L52" href="#L52">52</a> }
<a class="jxr_linenumber" name="L53" href="#L53">53</a>
<a class="jxr_linenumber" name="L54" href="#L54">54</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L55" href="#L55">55</a> <em class="jxr_javadoccomment"> * {@inheritDoc}</em>
<a class="jxr_linenumber" name="L56" href="#L56">56</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> renderFileReport(<a href="../../../../net/sourceforge/pmd/Report.html">Report</a> report) <strong class="jxr_keyword">throws</strong> IOException {
<a class="jxr_linenumber" name="L58" href="#L58">58</a> Iterator<RuleViolation> violations = report.iterator();
<a class="jxr_linenumber" name="L59" href="#L59">59</a> <strong class="jxr_keyword">if</strong> (violations.hasNext()) {
<a class="jxr_linenumber" name="L60" href="#L60">60</a> renderFileViolations(violations);
<a class="jxr_linenumber" name="L61" href="#L61">61</a> getWriter().flush();
<a class="jxr_linenumber" name="L62" href="#L62">62</a> }
<a class="jxr_linenumber" name="L63" href="#L63">63</a>
<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">for</strong> (Iterator<Report.ProcessingError> i = report.errors(); i.hasNext();) {
<a class="jxr_linenumber" name="L65" href="#L65">65</a> errors.add(i.next());
<a class="jxr_linenumber" name="L66" href="#L66">66</a> }
<a class="jxr_linenumber" name="L67" href="#L67">67</a>
<a class="jxr_linenumber" name="L68" href="#L68">68</a> <strong class="jxr_keyword">if</strong> (showSuppressedViolations) {
<a class="jxr_linenumber" name="L69" href="#L69">69</a> suppressed.addAll(report.getSuppressedRuleViolations());
<a class="jxr_linenumber" name="L70" href="#L70">70</a> }
<a class="jxr_linenumber" name="L71" href="#L71">71</a> }
<a class="jxr_linenumber" name="L72" href="#L72">72</a>
<a class="jxr_linenumber" name="L73" href="#L73">73</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L74" href="#L74">74</a> <em class="jxr_javadoccomment"> * Render a series of {@link RuleViolation}s.</em>
<a class="jxr_linenumber" name="L75" href="#L75">75</a> <em class="jxr_javadoccomment"> * @param violations The iterator of violations to render.</em>
<a class="jxr_linenumber" name="L76" href="#L76">76</a> <em class="jxr_javadoccomment"> * @throws IOException</em>
<a class="jxr_linenumber" name="L77" href="#L77">77</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L78" href="#L78">78</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">void</strong> renderFileViolations(Iterator<RuleViolation> violations) <strong class="jxr_keyword">throws</strong> IOException;
<a class="jxr_linenumber" name="L79" href="#L79">79</a>
<a class="jxr_linenumber" name="L80" href="#L80">80</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L81" href="#L81">81</a> <em class="jxr_javadoccomment"> * {@inheritDoc}</em>
<a class="jxr_linenumber" name="L82" href="#L82">82</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L83" href="#L83">83</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> end() <strong class="jxr_keyword">throws</strong> IOException {
<a class="jxr_linenumber" name="L84" href="#L84">84</a> }
<a class="jxr_linenumber" name="L85" href="#L85">85</a> }
</pre>
<hr/>
<div id="footer">Copyright © 2002–2016 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div>
</body>
</html>
| jasonwee/videoOnCloud | pmd/pmd-doc-5.5.1/xref/net/sourceforge/pmd/renderers/AbstractIncrementingRenderer.html | HTML | apache-2.0 | 11,156 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0) on Wed Aug 14 21:12:37 EDT 2013 -->
<title>IteratedVariate</title>
<meta name="date" content="2013-08-14">
<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="IteratedVariate";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IteratedVariate.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/drip/math/solver1D/IteratedBracket.html" title="class in org.drip.math.solver1D"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/drip/math/solver1D/VariateIterationSelectorParams.html" title="class in org.drip.math.solver1D"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/drip/math/solver1D/IteratedVariate.html" target="_top">Frames</a></li>
<li><a href="IteratedVariate.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.drip.math.solver1D</div>
<h2 title="Class IteratedVariate" class="title">Class IteratedVariate</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.drip.math.solver1D.IteratedVariate</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">IteratedVariate</span>
extends java.lang.Object</pre>
<div class="block">IteratedVariate holds the variate and the corresponding value for the objective function during each
iteration.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/drip/math/solver1D/IteratedVariate.html#IteratedVariate(org.drip.math.solver1D.ExecutionInitializationOutput, double)">IteratedVariate</a></strong>(<a href="../../../../org/drip/math/solver1D/ExecutionInitializationOutput.html" title="class in org.drip.math.solver1D">ExecutionInitializationOutput</a> eiop,
double dblOF)</code>
<div class="block">IteratedVariate constructor</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="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>double</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/math/solver1D/IteratedVariate.html#getOF()">getOF</a></strong>()</code>
<div class="block">Retrieve the Objective Function Value</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/math/solver1D/IteratedVariate.html#getVariate()">getVariate</a></strong>()</code>
<div class="block">Retrieve the variate</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/math/solver1D/IteratedVariate.html#setOF(double)">setOF</a></strong>(double dblOF)</code>
<div class="block">Set the Objective Function Value</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/math/solver1D/IteratedVariate.html#setVariate(double)">setVariate</a></strong>(double dblVariate)</code>
<div class="block">Set the variate</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, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="IteratedVariate(org.drip.math.solver1D.ExecutionInitializationOutput, double)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>IteratedVariate</h4>
<pre>public IteratedVariate(<a href="../../../../org/drip/math/solver1D/ExecutionInitializationOutput.html" title="class in org.drip.math.solver1D">ExecutionInitializationOutput</a> eiop,
double dblOF)
throws java.lang.Exception</pre>
<div class="block">IteratedVariate constructor</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>eiop</code> - Execution Initialization Output</dd><dd><code>dblOF</code> - Objective Function Value</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - Thrown if inputs are invalid</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getVariate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVariate</h4>
<pre>public double getVariate()</pre>
<div class="block">Retrieve the variate</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>Variate</dd></dl>
</li>
</ul>
<a name="setVariate(double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVariate</h4>
<pre>public boolean setVariate(double dblVariate)</pre>
<div class="block">Set the variate</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dblVariate</code> - Variate</dd>
<dt><span class="strong">Returns:</span></dt><dd>TRUE => Variate set successfully</dd></dl>
</li>
</ul>
<a name="getOF()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOF</h4>
<pre>public double getOF()</pre>
<div class="block">Retrieve the Objective Function Value</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The Objective Function Value</dd></dl>
</li>
</ul>
<a name="setOF(double)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setOF</h4>
<pre>public boolean setOF(double dblOF)</pre>
<div class="block">Set the Objective Function Value</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dblOF</code> - Objective Function Value</dd>
<dt><span class="strong">Returns:</span></dt><dd>TRUE => Objective Function Value set successfully</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="class-use/IteratedVariate.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/drip/math/solver1D/IteratedBracket.html" title="class in org.drip.math.solver1D"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/drip/math/solver1D/VariateIterationSelectorParams.html" title="class in org.drip.math.solver1D"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/drip/math/solver1D/IteratedVariate.html" target="_top">Frames</a></li>
<li><a href="IteratedVariate.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>
| tectronics/rootfinder | 2.2/docs/Javadoc/org/drip/math/solver1D/IteratedVariate.html | HTML | apache-2.0 | 11,918 |
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>CharStream.GetSuffix Method</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Apache Lucene.Net 2.4.0 Class Library API</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">CharStream.GetSuffix Method </h1>
</div>
</div>
<div id="nstext">
<p> Returns an array of characters that make up the suffix of length 'len' for the currently matched token. This is used to build up the matched string for use in actions in the case of MORE. A simple and inefficient implementation of this is as follows : { String t = GetImage(); return t.substring(t.length() - len, t.length()).toCharArray(); } </p>
<div class="syntax">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemCharClassTopic.htm">char[]</a> GetSuffix(<br /> <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemInt32ClassTopic.htm">int</a> <i>len</i><br />);</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Lucene.Net.QueryParsers.CharStream.html">CharStream Interface</a> | <a href="Lucene.Net.QueryParsers.html">Lucene.Net.QueryParsers Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="GetSuffix method">
</param>
<param name="Keyword" value="GetSuffix method, CharStream interface">
</param>
<param name="Keyword" value="CharStream.GetSuffix method">
</param>
</object>
<hr />
<div id="footer">
<p>
</p>
<p>Generated from assembly Lucene.Net [2.4.0.2]</p>
</div>
</div>
</body>
</html> | Mpdreamz/lucene.net | doc/core/Lucene.Net.QueryParsers.CharStream.GetSuffix.html | HTML | apache-2.0 | 2,273 |
<!-- Publications Section -->
<section class="success" id="publications">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Publications</h2>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<br/>
<p class="success"><b>Journal & Conference</b></p>
<ul>
<li><p class="success"><b><u>C. H. Hsu</u></b>, Y. S. Fan and P. T. Liu, "Multilevel resistive switching memory with amorphous InGaZnO-based thin film", <i>Applied Physics Letters</i>, 2013</p></li>
<li><p class="success">Y. S. Fan, P. T. Liu and <b><u>C. H. Hsu</u></b>, "Investigation on amorphous InGaZnO based resistive switching memory with low-power, high-speed, high reliability", <i>Thin Solid Films</i>, 2013</p></li>
<li><p class="success">Y. S. Fan, P. T. Liu, <b><u>C. H. Hsu</u></b> and H. Y. Lai, "Resistive switching memory device based on amorphous Al-Zn-Sn-O film for flexible electronics application", <i>Society for Information Display (SID)</i>, 2012</p></li>
<li><p class="success">Y. S. Fan, P. T. Liu, <b><u>C. H. Hsu</u></b> and L. F. Teng, "Amorphous metal oxide semiconductor based resistive switching memory for system on panel application", <i>Symposium on Nano Device Technology (SNDT)</i>, 2011</p></li>
</ul>
<p class="success"><b>Patent</b></p>
<ul>
<li><p class="success">P. T. Liu, <b><u>C. H. Hsu</u></b>, Y. S. Fan, “Resistive random access memory device and operating method thereof”, U.S. Patent No. 8,842,462, 2014</p></li>
</ul>
</div>
</div>
</div>
</section>
| CHJoanna/CHJoanna.github.io | _includes/publications.html | HTML | apache-2.0 | 1,928 |
<!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_26) on Thu Aug 25 10:29:55 CEST 2011 -->
<TITLE>
DNSOptionCode (JmDNS)
</TITLE>
<META NAME="date" CONTENT="2011-08-25">
<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="DNSOptionCode (JmDNS)";
}
}
</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="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>
JmDNS 3.4.1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../javax/jmdns/impl/constants/DNSOperationCode.html" title="enum in javax.jmdns.impl.constants"><B>PREV CLASS</B></A>
<A HREF="../../../../javax/jmdns/impl/constants/DNSRecordClass.html" title="enum in javax.jmdns.impl.constants"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/jmdns/impl/constants/DNSOptionCode.html" target="_top"><B>FRAMES</B></A>
<A HREF="DNSOptionCode.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="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
javax.jmdns.impl.constants</FONT>
<BR>
Enum DNSOptionCode</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A>>
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>javax.jmdns.impl.constants.DNSOptionCode</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A>></DD>
</DL>
<HR>
<DL>
<DT><PRE>public enum <B>DNSOptionCode</B><DT>extends java.lang.Enum<<A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A>></DL>
</PRE>
<P>
DNS option code.
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Arthur van Hoff, Pierre Frisch, Rick Blair</DD>
</DL>
<HR>
<P>
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<A NAME="enum_constant_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>Enum Constant Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#LLQ">LLQ</A></B></CODE>
<BR>
Long-Lived Queries Option [http://files.dns-sd.org/draft-sekar-dns-llq.txt]</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#NSID">NSID</A></B></CODE>
<BR>
Name Server Identifier Option [RFC5001]</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#Owner">Owner</A></B></CODE>
<BR>
Owner Option [draft-cheshire-edns0-owner-option]</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#UL">UL</A></B></CODE>
<BR>
Update Leases Option [http://files.dns-sd.org/draft-sekar-dns-ul.txt]</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#Unknown">Unknown</A></B></CODE>
<BR>
Token</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#externalName()">externalName</A></B>()</CODE>
<BR>
Return the string representation of this type</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#indexValue()">indexValue</A></B>()</CODE>
<BR>
Return the numeric value of this type</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#resultCodeForFlags(int)">resultCodeForFlags</A></B>(int optioncode)</CODE>
<BR>
</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="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#toString()">toString</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE>
<BR>
Returns the enum constant of this type with the specified name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html#values()">values</A></B>()</CODE>
<BR>
Returns an array containing the constants of this enum type, in
the order they are declared.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></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.Enum</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<A NAME="enum_constant_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>Enum Constant Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Unknown"><!-- --></A><H3>
Unknown</H3>
<PRE>
public static final <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A> <B>Unknown</B></PRE>
<DL>
<DD>Token
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="LLQ"><!-- --></A><H3>
LLQ</H3>
<PRE>
public static final <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A> <B>LLQ</B></PRE>
<DL>
<DD>Long-Lived Queries Option [http://files.dns-sd.org/draft-sekar-dns-llq.txt]
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="UL"><!-- --></A><H3>
UL</H3>
<PRE>
public static final <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A> <B>UL</B></PRE>
<DL>
<DD>Update Leases Option [http://files.dns-sd.org/draft-sekar-dns-ul.txt]
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="NSID"><!-- --></A><H3>
NSID</H3>
<PRE>
public static final <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A> <B>NSID</B></PRE>
<DL>
<DD>Name Server Identifier Option [RFC5001]
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="Owner"><!-- --></A><H3>
Owner</H3>
<PRE>
public static final <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A> <B>Owner</B></PRE>
<DL>
<DD>Owner Option [draft-cheshire-edns0-owner-option]
<P>
<DL>
</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="values()"><!-- --></A><H3>
values</H3>
<PRE>
public static <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A>[] <B>values</B>()</PRE>
<DL>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (DNSOptionCode c : DNSOptionCode.values())
System.out.println(c);
</pre>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
the order they are declared</DL>
</DD>
</DL>
<HR>
<A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
valueOf</H3>
<PRE>
public static <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A> <B>valueOf</B>(java.lang.String name)</PRE>
<DL>
<DD>Returns the enum constant of this type with the specified name.
The string must match <I>exactly</I> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
<DT><B>Returns:</B><DD>the enum constant with the specified name
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
with the specified name
<DD><CODE>java.lang.NullPointerException</CODE> - if the argument is null</DL>
</DD>
</DL>
<HR>
<A NAME="externalName()"><!-- --></A><H3>
externalName</H3>
<PRE>
public java.lang.String <B>externalName</B>()</PRE>
<DL>
<DD>Return the string representation of this type
<P>
<DD><DL>
<DT><B>Returns:</B><DD>String</DL>
</DD>
</DL>
<HR>
<A NAME="indexValue()"><!-- --></A><H3>
indexValue</H3>
<PRE>
public int <B>indexValue</B>()</PRE>
<DL>
<DD>Return the numeric value of this type
<P>
<DD><DL>
<DT><B>Returns:</B><DD>String</DL>
</DD>
</DL>
<HR>
<A NAME="resultCodeForFlags(int)"><!-- --></A><H3>
resultCodeForFlags</H3>
<PRE>
public static <A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A> <B>resultCodeForFlags</B>(int optioncode)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>optioncode</CODE> -
<DT><B>Returns:</B><DD>label</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Enum<<A HREF="../../../../javax/jmdns/impl/constants/DNSOptionCode.html" title="enum in javax.jmdns.impl.constants">DNSOptionCode</A>></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
JmDNS 3.4.1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../javax/jmdns/impl/constants/DNSOperationCode.html" title="enum in javax.jmdns.impl.constants"><B>PREV CLASS</B></A>
<A HREF="../../../../javax/jmdns/impl/constants/DNSRecordClass.html" title="enum in javax.jmdns.impl.constants"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/jmdns/impl/constants/DNSOptionCode.html" target="_top"><B>FRAMES</B></A>
<A HREF="DNSOptionCode.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="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| ernan/jmdns | docs/javax/jmdns/impl/constants/DNSOptionCode.html | HTML | apache-2.0 | 18,225 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Thu Sep 29 16:37:40 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class energy.usef.dso.workflow.settlement.initiate.RequestPenaltyDataParameter.OUT (usef-root-pom 1.3.6 API)</title>
<meta name="date" content="2016-09-29">
<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 energy.usef.dso.workflow.settlement.initiate.RequestPenaltyDataParameter.OUT (usef-root-pom 1.3.6 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="../../../../../../../energy/usef/dso/workflow/settlement/initiate/RequestPenaltyDataParameter.OUT.html" title="enum in energy.usef.dso.workflow.settlement.initiate">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?energy/usef/dso/workflow/settlement/initiate/class-use/RequestPenaltyDataParameter.OUT.html" target="_top">Frames</a></li>
<li><a href="RequestPenaltyDataParameter.OUT.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 energy.usef.dso.workflow.settlement.initiate.RequestPenaltyDataParameter.OUT" class="title">Uses of Class<br>energy.usef.dso.workflow.settlement.initiate.RequestPenaltyDataParameter.OUT</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="../../../../../../../energy/usef/dso/workflow/settlement/initiate/RequestPenaltyDataParameter.OUT.html" title="enum in energy.usef.dso.workflow.settlement.initiate">RequestPenaltyDataParameter.OUT</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="#energy.usef.dso.workflow.settlement.initiate">energy.usef.dso.workflow.settlement.initiate</a></td>
<td class="colLast">
<div class="block">Settlement Initiation classes of the Distribution System Operator.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="energy.usef.dso.workflow.settlement.initiate">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../energy/usef/dso/workflow/settlement/initiate/RequestPenaltyDataParameter.OUT.html" title="enum in energy.usef.dso.workflow.settlement.initiate">RequestPenaltyDataParameter.OUT</a> in <a href="../../../../../../../energy/usef/dso/workflow/settlement/initiate/package-summary.html">energy.usef.dso.workflow.settlement.initiate</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="../../../../../../../energy/usef/dso/workflow/settlement/initiate/package-summary.html">energy.usef.dso.workflow.settlement.initiate</a> that return <a href="../../../../../../../energy/usef/dso/workflow/settlement/initiate/RequestPenaltyDataParameter.OUT.html" title="enum in energy.usef.dso.workflow.settlement.initiate">RequestPenaltyDataParameter.OUT</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="../../../../../../../energy/usef/dso/workflow/settlement/initiate/RequestPenaltyDataParameter.OUT.html" title="enum in energy.usef.dso.workflow.settlement.initiate">RequestPenaltyDataParameter.OUT</a></code></td>
<td class="colLast"><span class="typeNameLabel">RequestPenaltyDataParameter.OUT.</span><code><span class="memberNameLink"><a href="../../../../../../../energy/usef/dso/workflow/settlement/initiate/RequestPenaltyDataParameter.OUT.html#valueOf-java.lang.String-">valueOf</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)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../energy/usef/dso/workflow/settlement/initiate/RequestPenaltyDataParameter.OUT.html" title="enum in energy.usef.dso.workflow.settlement.initiate">RequestPenaltyDataParameter.OUT</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">RequestPenaltyDataParameter.OUT.</span><code><span class="memberNameLink"><a href="../../../../../../../energy/usef/dso/workflow/settlement/initiate/RequestPenaltyDataParameter.OUT.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</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="../../../../../../../energy/usef/dso/workflow/settlement/initiate/RequestPenaltyDataParameter.OUT.html" title="enum in energy.usef.dso.workflow.settlement.initiate">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?energy/usef/dso/workflow/settlement/initiate/class-use/RequestPenaltyDataParameter.OUT.html" target="_top">Frames</a></li>
<li><a href="RequestPenaltyDataParameter.OUT.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p>
</body>
</html>
| USEF-Foundation/ri.usef.energy | usef-javadoc/energy/usef/dso/workflow/settlement/initiate/class-use/RequestPenaltyDataParameter.OUT.html | HTML | apache-2.0 | 8,834 |
<!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_0) on Thu Apr 22 22:07:31 BST 2010 -->
<TITLE>
WindowFocus
</TITLE>
<META NAME="date" CONTENT="2010-04-22">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WindowFocus";
}
}
</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="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/WaitForPopup.html" title="class in org.openqa.selenium.internal.seleniumemulation"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/WindowMaximize.html" title="class in org.openqa.selenium.internal.seleniumemulation"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/openqa/selenium/internal/seleniumemulation/WindowFocus.html" target="_top"><B>FRAMES</B></A>
<A HREF="WindowFocus.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.openqa.selenium.internal.seleniumemulation</FONT>
<BR>
Class WindowFocus</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/SeleneseCommand.html" title="class in org.openqa.selenium.internal.seleniumemulation">org.openqa.selenium.internal.seleniumemulation.SeleneseCommand</A><java.lang.Void>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.openqa.selenium.internal.seleniumemulation.WindowFocus</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>WindowFocus</B><DT>extends <A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/SeleneseCommand.html" title="class in org.openqa.selenium.internal.seleniumemulation">SeleneseCommand</A><java.lang.Void></DL>
</PRE>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/WindowFocus.html#WindowFocus(org.openqa.selenium.internal.seleniumemulation.JavascriptLibrary)">WindowFocus</A></B>(<A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/JavascriptLibrary.html" title="class in org.openqa.selenium.internal.seleniumemulation">JavascriptLibrary</A> js)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected java.lang.Void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/WindowFocus.html#handleSeleneseCommand(org.openqa.selenium.WebDriver, java.lang.String, java.lang.String)">handleSeleneseCommand</A></B>(<A HREF="../../../../../org/openqa/selenium/WebDriver.html" title="interface in org.openqa.selenium">WebDriver</A> driver,
java.lang.String ignored,
java.lang.String alsoIgnored)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.openqa.selenium.internal.seleniumemulation.SeleneseCommand"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.internal.seleniumemulation.<A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/SeleneseCommand.html" title="class in org.openqa.selenium.internal.seleniumemulation">SeleneseCommand</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/SeleneseCommand.html#apply(org.openqa.selenium.WebDriver, java.lang.String[])">apply</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="WindowFocus(org.openqa.selenium.internal.seleniumemulation.JavascriptLibrary)"><!-- --></A><H3>
WindowFocus</H3>
<PRE>
public <B>WindowFocus</B>(<A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/JavascriptLibrary.html" title="class in org.openqa.selenium.internal.seleniumemulation">JavascriptLibrary</A> js)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="handleSeleneseCommand(org.openqa.selenium.WebDriver, java.lang.String, java.lang.String)"><!-- --></A><H3>
handleSeleneseCommand</H3>
<PRE>
protected java.lang.Void <B>handleSeleneseCommand</B>(<A HREF="../../../../../org/openqa/selenium/WebDriver.html" title="interface in org.openqa.selenium">WebDriver</A> driver,
java.lang.String ignored,
java.lang.String alsoIgnored)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/SeleneseCommand.html#handleSeleneseCommand(org.openqa.selenium.WebDriver, java.lang.String, java.lang.String)">handleSeleneseCommand</A></CODE> in class <CODE><A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/SeleneseCommand.html" title="class in org.openqa.selenium.internal.seleniumemulation">SeleneseCommand</A><java.lang.Void></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/WaitForPopup.html" title="class in org.openqa.selenium.internal.seleniumemulation"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/openqa/selenium/internal/seleniumemulation/WindowMaximize.html" title="class in org.openqa.selenium.internal.seleniumemulation"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/openqa/selenium/internal/seleniumemulation/WindowFocus.html" target="_top"><B>FRAMES</B></A>
<A HREF="WindowFocus.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| mfazekas/safaridriver | docs/api/java/org/openqa/selenium/internal/seleniumemulation/WindowFocus.html | HTML | apache-2.0 | 12,815 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=enum.DevicePartitionProperty.html">
</head>
<body>
<p>Redirecting to <a href="enum.DevicePartitionProperty.html">enum.DevicePartitionProperty.html</a>...</p>
<script>location.replace("enum.DevicePartitionProperty.html" + location.search + location.hash);</script>
</body>
</html> | liebharc/clFFT | docs/bindings/ocl_core/DevicePartitionProperty.t.html | HTML | apache-2.0 | 373 |
<!DOCTYPE html>
<html>
<head>
<title>Java EE 7 sandbox application</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h1>Java EE 7 Sandbox Application</h1>
<h2>JPA 2.1: Bulk Update and Delete</h2>
<ul>
<li><a href="posts.faces"> Posts</a></li>
</ul>
</body>
</html>
| hantsy/ee7-sandbox | jpa/bulk/src/main/webapp/index.html | HTML | apache-2.0 | 394 |
<!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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libguac: Data Fields</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">libguac
 <span id="projectnumber">1.2.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<div class="textblock">Here is a list of all documented struct and union fields with links to the struct/union documentation for each field:</div>
<h3><a id="index_a"></a>- a -</h3><ul>
<li>ack_handler
: <a class="el" href="structguac__stream.html#acd077c7266d10871ee1e07951dfa72ff">guac_stream</a>
, <a class="el" href="structguac__user.html#ad44c1bf6ab56aae0098458a1af2aa6be">guac_user</a>
</li>
<li>active
: <a class="el" href="structguac__pool.html#ac22871d5c476ca9a6dd25a2446fa0fd3">guac_pool</a>
, <a class="el" href="structguac__user.html#a1b52d918f437923d65e9b3eecb20fcfd">guac_user</a>
</li>
<li>argc
: <a class="el" href="structguac__parser.html#a718ce9e60c8414c367ce393cc4e0cffe">guac_parser</a>
</li>
<li>args
: <a class="el" href="structguac__client.html#a0e07a8086579ede2c692460998a87cac">guac_client</a>
</li>
<li>argv
: <a class="el" href="structguac__parser.html#a9bd5362b9de8cf2adfcdff2c86bb4701">guac_parser</a>
</li>
<li>argv_handler
: <a class="el" href="structguac__user.html#ab6b6bdcd73d29132df5f331921ca287a">guac_user</a>
</li>
<li>audio_handler
: <a class="el" href="structguac__user.html#a391e11605bf5605df3e27f6f7d0e2c69">guac_user</a>
</li>
<li>audio_mimetypes
: <a class="el" href="structguac__user__info.html#a043432620dafe7ba38fcd3550fdc7d27">guac_user_info</a>
</li>
</ul>
<h3><a id="index_b"></a>- b -</h3><ul>
<li>begin_handler
: <a class="el" href="structguac__audio__encoder.html#a43d161556d3d55031ea486cc8b4ce3f6">guac_audio_encoder</a>
</li>
<li>blob_handler
: <a class="el" href="structguac__stream.html#a51122ba04f416d8ce047542c603632f8">guac_stream</a>
, <a class="el" href="structguac__user.html#a88a14fda25c9929269d198d4d602f7fb">guac_user</a>
</li>
<li>bps
: <a class="el" href="structguac__audio__stream.html#a1de1be8874fb844002b92ac1e3813866">guac_audio_stream</a>
</li>
</ul>
<h3><a id="index_c"></a>- c -</h3><ul>
<li>channels
: <a class="el" href="structguac__audio__stream.html#af9d1ad90194e24c2967e2f9f18de0ad6">guac_audio_stream</a>
</li>
<li>client
: <a class="el" href="structguac__audio__stream.html#a1771fa5ff88b8f5d4ca4cd5e77a1ffba">guac_audio_stream</a>
, <a class="el" href="structguac__user.html#a5e296149a26932dfeb7d8b0bac933ecf">guac_user</a>
</li>
<li>clipboard_handler
: <a class="el" href="structguac__user.html#a77f042802092c8bbf4407836f3185343">guac_user</a>
</li>
<li>connected_users
: <a class="el" href="structguac__client.html#a73aeff08af6cf6cadd7abce74c7ff4b2">guac_client</a>
</li>
<li>connection_id
: <a class="el" href="structguac__client.html#ad38b9ded1f04bfe8eb235e551fc08094">guac_client</a>
</li>
<li>context
: <a class="el" href="structguac__socket__ssl__data.html#a22b295ba9b80cc15a5dfa4c06aea541f">guac_socket_ssl_data</a>
</li>
</ul>
<h3><a id="index_d"></a>- d -</h3><ul>
<li>data
: <a class="el" href="structguac__audio__stream.html#a9ca03221b02d1206eb698f8ee936c4b7">guac_audio_stream</a>
, <a class="el" href="structguac__client.html#a0569bc7eea8d37b5bd95bcd3821ca0a3">guac_client</a>
, <a class="el" href="structguac__object.html#ac9ca62cec5ba1124f8272da3adf7c44e">guac_object</a>
, <a class="el" href="structguac__socket.html#ac8340e5627b43138bb50aac6c4368c0d">guac_socket</a>
, <a class="el" href="structguac__stream.html#acdf20063ca408431862d901c9445b429">guac_stream</a>
, <a class="el" href="structguac__user.html#ad424a52c5d996e4a33de5dad61555883">guac_user</a>
</li>
</ul>
<h3><a id="index_e"></a>- e -</h3><ul>
<li>encoder
: <a class="el" href="structguac__audio__stream.html#af3b4811ba5a4f1a337d338777fe9049d">guac_audio_stream</a>
</li>
<li>end_handler
: <a class="el" href="structguac__audio__encoder.html#a6fbc4f8efe14c9a119fdfaaef78f7e92">guac_audio_encoder</a>
, <a class="el" href="structguac__stream.html#a96fef1b691d5c5ebaf78bff6df3b01db">guac_stream</a>
, <a class="el" href="structguac__user.html#a793f7ef1cd818c296e7a5801c349f5ed">guac_user</a>
</li>
</ul>
<h3><a id="index_f"></a>- f -</h3><ul>
<li>fd
: <a class="el" href="structguac__socket__ssl__data.html#a4b6134fe4c41d78e42abbe5d8c27330a">guac_socket_ssl_data</a>
</li>
<li>file_handler
: <a class="el" href="structguac__user.html#a8b958a20fbe7cf082d5ee074fceac474">guac_user</a>
</li>
<li>flush_handler
: <a class="el" href="structguac__audio__encoder.html#aef4ad4f1c298ac8e11fa69f13347c5a0">guac_audio_encoder</a>
, <a class="el" href="structguac__socket.html#afc6ff82e38b84c9e876fd797aafedd1b">guac_socket</a>
</li>
<li>free_handler
: <a class="el" href="structguac__client.html#a79e29c931fd448cf51f7153fea064169">guac_client</a>
, <a class="el" href="structguac__socket.html#a1044cde496cfe11c914c623dc1e29678">guac_socket</a>
</li>
</ul>
<h3><a id="index_g"></a>- g -</h3><ul>
<li>get_handler
: <a class="el" href="structguac__object.html#a0e86747e4f1265935310f0df3a7f4b21">guac_object</a>
, <a class="el" href="structguac__user.html#ada73c04bbf06de4280f2d7679190a19b">guac_user</a>
</li>
</ul>
<h3><a id="index_i"></a>- i -</h3><ul>
<li>image_mimetypes
: <a class="el" href="structguac__user__info.html#ac05b09cce376e656f4e4baa19f888345">guac_user_info</a>
</li>
<li>index
: <a class="el" href="structguac__layer.html#a686a85d9d758ba5f2f4426a4c4ae13ba">guac_layer</a>
, <a class="el" href="structguac__object.html#a643f03695d246bbf73b5c4942755a4b4">guac_object</a>
, <a class="el" href="structguac__stream.html#a487951c2cc77b2e1637e3aa0b5faaa60">guac_stream</a>
</li>
<li>info
: <a class="el" href="structguac__user.html#a0120f63e0eb933761666047ed80e483f">guac_user</a>
</li>
</ul>
<h3><a id="index_j"></a>- j -</h3><ul>
<li>join_handler
: <a class="el" href="structguac__audio__encoder.html#af2d0f6c14a6a30e4f91240865a680e5b">guac_audio_encoder</a>
, <a class="el" href="structguac__client.html#a0adcf1953de6c315c2da9dac4b3eceb3">guac_client</a>
</li>
</ul>
<h3><a id="index_k"></a>- k -</h3><ul>
<li>key_handler
: <a class="el" href="structguac__user.html#ab9b8b3c268a0d14a28bdae6929cffb13">guac_user</a>
</li>
</ul>
<h3><a id="index_l"></a>- l -</h3><ul>
<li>last_frame_duration
: <a class="el" href="structguac__user.html#ac7e84b1bf15d3d15ba49ce58f1819060">guac_user</a>
</li>
<li>last_received_timestamp
: <a class="el" href="structguac__user.html#aebdee192ef52dfe8956c776adc65fb16">guac_user</a>
</li>
<li>last_sent_timestamp
: <a class="el" href="structguac__client.html#a0f3069566c7a5ca76ce4369715589dad">guac_client</a>
</li>
<li>last_write_timestamp
: <a class="el" href="structguac__socket.html#adf00e9c13ff3808fceb4c71c1172fb51">guac_socket</a>
</li>
<li>leave_handler
: <a class="el" href="structguac__client.html#ad956a3935832e9048a2727d8c5a46cf6">guac_client</a>
, <a class="el" href="structguac__user.html#a12f1c20cab11d657e0f255db10f42e2f">guac_user</a>
</li>
<li>lock_handler
: <a class="el" href="structguac__socket.html#a1d39f1476d3d3440485697a0eabfe471">guac_socket</a>
</li>
<li>log_handler
: <a class="el" href="structguac__client.html#a3eb24ba13be9ecb3a8c6f64a73932f43">guac_client</a>
</li>
</ul>
<h3><a id="index_m"></a>- m -</h3><ul>
<li>mimetype
: <a class="el" href="structguac__audio__encoder.html#a51b8bfeae3709c1859710cbf1039e01b">guac_audio_encoder</a>
</li>
<li>min_size
: <a class="el" href="structguac__pool.html#a71ed274c2481dbcd5e06bf7d8d74d71e">guac_pool</a>
</li>
<li>mouse_handler
: <a class="el" href="structguac__user.html#a05ec6fd1894ff8df10c051b20df1b763">guac_user</a>
</li>
</ul>
<h3><a id="index_o"></a>- o -</h3><ul>
<li>opcode
: <a class="el" href="structguac__parser.html#a725767c57dc6f157afe2d7dd6ce281e1">guac_parser</a>
</li>
<li>optimal_height
: <a class="el" href="structguac__user__info.html#a252079af642b62554566e8675dc43354">guac_user_info</a>
</li>
<li>optimal_resolution
: <a class="el" href="structguac__user__info.html#ac19c08c0ef7441556be0afed6fb9c7c7">guac_user_info</a>
</li>
<li>optimal_width
: <a class="el" href="structguac__user__info.html#a496d5f3d26a7db0a0490afa553126c66">guac_user_info</a>
</li>
<li>owner
: <a class="el" href="structguac__user.html#a265180af7291745b2e090ee6fa47cbb8">guac_user</a>
</li>
</ul>
<h3><a id="index_p"></a>- p -</h3><ul>
<li>pipe_handler
: <a class="el" href="structguac__user.html#af35d1f6f2c97d917bf88cf66384f58a3">guac_user</a>
</li>
<li>processing_lag
: <a class="el" href="structguac__user.html#a4b097cae9283bb0caf70189d4f3d1d0e">guac_user</a>
</li>
<li>put_handler
: <a class="el" href="structguac__object.html#a33771a9a72c560b8ea99f940c4c412a6">guac_object</a>
, <a class="el" href="structguac__user.html#a0b33553d0e1af01d8c9fbc6ec33202c3">guac_user</a>
</li>
</ul>
<h3><a id="index_r"></a>- r -</h3><ul>
<li>rate
: <a class="el" href="structguac__audio__stream.html#a6810293a6fa915e497d2dd1a643993d9">guac_audio_stream</a>
</li>
<li>read_handler
: <a class="el" href="structguac__socket.html#a10042a8e591737aec8d4db5a3423b250">guac_socket</a>
</li>
</ul>
<h3><a id="index_s"></a>- s -</h3><ul>
<li>select_handler
: <a class="el" href="structguac__socket.html#ad29e7f8a6819ca7bb541e8a947d5bc4f">guac_socket</a>
</li>
<li>size_handler
: <a class="el" href="structguac__user.html#a36a2fee906be0898907ba6e4a97bdb9a">guac_user</a>
</li>
<li>socket
: <a class="el" href="structguac__client.html#aa634856fd3c522377ba7345f3308000e">guac_client</a>
, <a class="el" href="structguac__user.html#a8496638b8c4c52f5f15d483b92becf27">guac_user</a>
</li>
<li>ssl
: <a class="el" href="structguac__socket__ssl__data.html#ab86a780b4801fdbf411a24255cf700ac">guac_socket_ssl_data</a>
</li>
<li>state
: <a class="el" href="structguac__client.html#acb3e3f5d0ce5726cdde768f97b473f53">guac_client</a>
, <a class="el" href="structguac__parser.html#a2773500f91b3cdb7de7bdea280228054">guac_parser</a>
, <a class="el" href="structguac__socket.html#ac2d5236c7e570dfee207511241edaa9b">guac_socket</a>
</li>
<li>stream
: <a class="el" href="structguac__audio__stream.html#a4d8f5cfc70ec54b97ba0c4eea596f894">guac_audio_stream</a>
</li>
<li>sync_handler
: <a class="el" href="structguac__user.html#a209e83f080baf2e84d04cf08395374d2">guac_user</a>
</li>
</ul>
<h3><a id="index_t"></a>- t -</h3><ul>
<li>timezone
: <a class="el" href="structguac__user__info.html#a2c08990b6fd1e0627652a9c879ea2078">guac_user_info</a>
</li>
</ul>
<h3><a id="index_u"></a>- u -</h3><ul>
<li>unlock_handler
: <a class="el" href="structguac__socket.html#a67be8367b5e1b330ee151b22c692500b">guac_socket</a>
</li>
<li>user_id
: <a class="el" href="structguac__user.html#aad1c6a8b56d17c12eb1f1e36c4798c70">guac_user</a>
</li>
</ul>
<h3><a id="index_v"></a>- v -</h3><ul>
<li>value
: <a class="el" href="structguac__pool__int.html#af76ff5f21c6e0f69d95cdd1385ea24a4">guac_pool_int</a>
</li>
<li>video_mimetypes
: <a class="el" href="structguac__user__info.html#ace535bea6879596b6473657f3fc83b57">guac_user_info</a>
</li>
</ul>
<h3><a id="index_w"></a>- w -</h3><ul>
<li>write_handler
: <a class="el" href="structguac__audio__encoder.html#a1b74c3dd402b0a6afa5f5b9000d02c74">guac_audio_encoder</a>
, <a class="el" href="structguac__socket.html#a0f5f24200b0dad4ef1443b863d1bfc7d">guac_socket</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75289145-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| mike-jumper/incubator-guacamole-website | doc/1.2.0/libguac/functions.html | HTML | apache-2.0 | 14,241 |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<div style="width:303px;background-color:green;">
<div style="width:78%;background-color:red;">303 x 78% = 236.34</div>
</div>
<br/>
<div style="width:303px;background-color:green;">
<div style="width:87%;background-color:red;">303 x 87% = 263.61</div>
</div>
<br/>
<div style="width:303px;background-color:green;">
<div style="width:87%;background-color:red;">
<div style="width:84%;background-color:yellow;">220 or 221 or 222</div>
</div>
</div>
</body>
</html> | liunian/compatibility-detector | w3help/tests/RY8005/length_and_percentage_value.html | HTML | apache-2.0 | 621 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_111) on Thu Aug 18 01:51:58 UTC 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.hadoop.lib.service.scheduler (Apache Hadoop HttpFS 2.7.3 API)</title>
<meta name="date" content="2016-08-18">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.hadoop.lib.service.scheduler (Apache Hadoop HttpFS 2.7.3 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/hadoop/lib/service/instrumentation/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../org/apache/hadoop/lib/service/security/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/hadoop/lib/service/scheduler/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.apache.hadoop.lib.service.scheduler</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../org/apache/hadoop/lib/service/scheduler/SchedulerService.html" title="class in org.apache.hadoop.lib.service.scheduler">SchedulerService</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-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="../../../../../../org/apache/hadoop/lib/service/instrumentation/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../org/apache/hadoop/lib/service/security/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/hadoop/lib/service/scheduler/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>
| TK-TarunW/ecosystem | hadoop-2.7.3/share/doc/hadoop/hadoop-hdfs-httpfs/apidocs/org/apache/hadoop/lib/service/scheduler/package-summary.html | HTML | apache-2.0 | 5,185 |
<div class="main">
<ul class="nav nav-pills justify-content-center">
<li class="nav-item">
<a class="nav-link" routerLink="/trajectories/view" routerLinkActive="active">{{'navigation.trajectories.view' | translate}}</a>
</li>
<li class="nav-item">
<a class="nav-link" routerLink="/trajectories/selection" routerLinkActive="active">{{'navigation.trajectories.selection' | translate}}</a>
</li>
</ul>
<div class="content">
<router-outlet></router-outlet>
</div>
</div> | 52North/helgoland | src/common/trajectories/navigation/navigation.component.html | HTML | apache-2.0 | 546 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Wiring</title>
<style type="text/css" media="screen">
table {
text-align: left;
width: 400px;
border-top: 2px solid black;
border-bottom: 2px solid black;
border-collapse:collapse;
border-spacing:0px;
}
th {
border-top: 2px solid black;
border-bottom: 2px solid black;
}
.pound {
width: 30px;
}
</style>
</head>
<body>
<h1>Wiring</h1>
<h2>DIO on Digital Sidecar 1</h2>
<table><tr>
<th class="pound">#</th>
<th>Sensor</th></tr>
<tr><td>1</td><td>DriveTrain RightFrontEncoder Channel A </td></tr>
<tr><td>2</td><td>DriveTrain RightFrontEncoder Channel B </td></tr>
<tr><td>3</td><td>DriveTrain LeftRearEncoder Channel A </td></tr>
<tr><td>4</td><td>DriveTrain LeftRearEncoder Channel B </td></tr>
<tr><td>5</td><td>DriveTrain LeftFrontEncoder Channel A </td></tr>
<tr><td>6</td><td>DriveTrain LeftFrontEncoder Channel B </td></tr>
<tr><td>7</td><td>DriveTrain RightRearEncoder Channel A </td></tr>
<tr><td>8</td><td>DriveTrain RightRearEncoder Channel B </td></tr>
<tr><td>9</td><td>El_Toro UpperCap Input </td></tr>
<tr><td>10</td><td>El_Toro LowerCap Input </td></tr>
<tr><td>11</td><td>DriveTrain Ultrasonic Ping </td></tr>
<tr><td>12</td><td>DriveTrain Ultrasonic Echo </td></tr>
<tr><td>13</td><td>Catapult WindowMotorLimit Input </td></tr>
</table>
<h2>PWMs on Digital Sidecar 1</h2>
<table><tr>
<th class="pound">#</th>
<th>Motor</th></tr>
<tr><td>1</td><td>DriveTrain LeftFront Output </td></tr>
<tr><td>2</td><td>DriveTrain LeftRear Output </td></tr>
<tr><td>3</td><td>DriveTrain RightFront Output </td></tr>
<tr><td>4</td><td>DriveTrain RightRear Output </td></tr>
<tr><td>5</td><td>El_Toro LeftArm Output </td></tr>
<tr><td>6</td><td>El_Toro RightArm Output </td></tr>
<tr><td>7</td><td>El_Toro UpdownMotor Output </td></tr>
<tr><td>8</td><td>Catapult Motor Output </td></tr>
</table>
</body>
</html>
| frc3566/team3566-2014 | OfficialWiring.html | HTML | apache-2.0 | 2,848 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Wed Jun 10 21:06:50 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (guacamole-ext 0.9.7 API)</title>
<meta name="date" content="2015-06-10">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (guacamole-ext 0.9.7 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li 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:H">H</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">AbstractActiveConnection</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#AbstractActiveConnection--">AbstractActiveConnection()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">AbstractConnection</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">Basic implementation of a Guacamole connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#AbstractConnection--">AbstractConnection()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">AbstractConnectionGroup</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">Basic implementation of a Guacamole connection group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#AbstractConnectionGroup--">AbstractConnectionGroup()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">AbstractUser</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">Basic implementation of a Guacamole user which uses the username to
determine equality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractUser.html#AbstractUser--">AbstractUser()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">ActiveConnection</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">A pairing of username and GuacamoleTunnel representing an active usage of a
particular connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Directory.html#add-ObjectType-">add(ObjectType)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</a></dt>
<dd>
<div class="block">Adds the given object to the overall set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#add-ObjectType-">add(ObjectType)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html#addPermission-org.glyptodon.guacamole.net.auth.permission.ObjectPermission.Type-java.lang.String-">addPermission(ObjectPermission.Type, String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">ObjectPermissionSet</a></dt>
<dd>
<div class="block">Adds the specified permission for the object having the given
identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html#addPermission-org.glyptodon.guacamole.net.auth.permission.SystemPermission.Type-">addPermission(SystemPermission.Type)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">SystemPermissionSet</a></dt>
<dd>
<div class="block">Adds the specified permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#addPermission-org.glyptodon.guacamole.net.auth.permission.ObjectPermission.Type-java.lang.String-">addPermission(ObjectPermission.Type, String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html#addPermission-org.glyptodon.guacamole.net.auth.permission.SystemPermission.Type-">addPermission(SystemPermission.Type)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleSystemPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html#addPermissions-java.util.Set-">addPermissions(Set<ObjectPermission>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">ObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/PermissionSet.html#addPermissions-java.util.Set-">addPermissions(Set<PermissionType>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/PermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">PermissionSet</a></dt>
<dd>
<div class="block">Adds the specified permissions, if not already granted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html#addPermissions-java.util.Set-">addPermissions(Set<SystemPermission>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">SystemPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#addPermissions-java.util.Set-">addPermissions(Set<ObjectPermission>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html#addPermissions-java.util.Set-">addPermissions(Set<SystemPermission>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleSystemPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/token/StandardTokens.html#addStandardTokens-org.glyptodon.guacamole.token.TokenFilter-org.glyptodon.guacamole.net.auth.Credentials-">addStandardTokens(TokenFilter, Credentials)</a></span> - Static method in class org.glyptodon.guacamole.token.<a href="org/glyptodon/guacamole/token/StandardTokens.html" title="class in org.glyptodon.guacamole.token">StandardTokens</a></dt>
<dd>
<div class="block">Adds the standard username (GUAC_USERNAME) and password (GUAC_PASSWORD)
tokens to the given TokenFilter using the values from the given
Credentials object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/listener/AuthenticationFailureListener.html#authenticationFailed-org.glyptodon.guacamole.net.event.AuthenticationFailureEvent-">authenticationFailed(AuthenticationFailureEvent)</a></span> - Method in interface org.glyptodon.guacamole.net.event.listener.<a href="org/glyptodon/guacamole/net/event/listener/AuthenticationFailureListener.html" title="interface in org.glyptodon.guacamole.net.event.listener">AuthenticationFailureListener</a></dt>
<dd>
<div class="block">Event hook which fires immediately after a user's authentication attempt
fails.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/AuthenticationFailureEvent.html" title="class in org.glyptodon.guacamole.net.event"><span class="typeNameLink">AuthenticationFailureEvent</span></a> - Class in <a href="org/glyptodon/guacamole/net/event/package-summary.html">org.glyptodon.guacamole.net.event</a></dt>
<dd>
<div class="block">An event which is triggered whenever a user's credentials fail to be
authenticated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/AuthenticationFailureEvent.html#AuthenticationFailureEvent-org.glyptodon.guacamole.net.auth.Credentials-">AuthenticationFailureEvent(Credentials)</a></span> - Constructor for class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/AuthenticationFailureEvent.html" title="class in org.glyptodon.guacamole.net.event">AuthenticationFailureEvent</a></dt>
<dd>
<div class="block">Creates a new AuthenticationFailureEvent which represents the failure
to authenticate the given credentials.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/listener/AuthenticationFailureListener.html" title="interface in org.glyptodon.guacamole.net.event.listener"><span class="typeNameLink">AuthenticationFailureListener</span></a> - Interface in <a href="org/glyptodon/guacamole/net/event/listener/package-summary.html">org.glyptodon.guacamole.net.event.listener</a></dt>
<dd>
<div class="block">A listener whose authenticationFailed() hook will fire immediately
after a user's authentication attempt fails.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/AuthenticationProvider.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">AuthenticationProvider</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">Provides means of accessing and managing the available
GuacamoleConfiguration objects and User objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/listener/AuthenticationSuccessListener.html#authenticationSucceeded-org.glyptodon.guacamole.net.event.AuthenticationSuccessEvent-">authenticationSucceeded(AuthenticationSuccessEvent)</a></span> - Method in interface org.glyptodon.guacamole.net.event.listener.<a href="org/glyptodon/guacamole/net/event/listener/AuthenticationSuccessListener.html" title="interface in org.glyptodon.guacamole.net.event.listener">AuthenticationSuccessListener</a></dt>
<dd>
<div class="block">Event hook which fires immediately after a user's authentication attempt
succeeds.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/AuthenticationSuccessEvent.html" title="class in org.glyptodon.guacamole.net.event"><span class="typeNameLink">AuthenticationSuccessEvent</span></a> - Class in <a href="org/glyptodon/guacamole/net/event/package-summary.html">org.glyptodon.guacamole.net.event</a></dt>
<dd>
<div class="block">An event which is triggered whenever a user's credentials pass
authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/AuthenticationSuccessEvent.html#AuthenticationSuccessEvent-org.glyptodon.guacamole.net.auth.UserContext-org.glyptodon.guacamole.net.auth.Credentials-">AuthenticationSuccessEvent(UserContext, Credentials)</a></span> - Constructor for class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/AuthenticationSuccessEvent.html" title="class in org.glyptodon.guacamole.net.event">AuthenticationSuccessEvent</a></dt>
<dd>
<div class="block">Creates a new AuthenticationSuccessEvent which represents a successful
authentication attempt with the given credentials.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/listener/AuthenticationSuccessListener.html" title="interface in org.glyptodon.guacamole.net.event.listener"><span class="typeNameLink">AuthenticationSuccessListener</span></a> - Interface in <a href="org/glyptodon/guacamole/net/event/listener/package-summary.html">org.glyptodon.guacamole.net.event.listener</a></dt>
<dd>
<div class="block">A listener whose hooks will fire immediately before and after a user's
authentication attempt succeeds.</div>
</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.Type.html#BOOLEAN">BOOLEAN</a></span> - Static variable in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.Type.html" title="class in org.glyptodon.guacamole.form">Field.Type</a></dt>
<dd>
<div class="block">A boolean field, whose value is either blank or "true".</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/BooleanField.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">BooleanField</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Represents a field with strictly one possible value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/BooleanField.html#BooleanField-java.lang.String-java.lang.String-">BooleanField(String, String)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/BooleanField.html" title="class in org.glyptodon.guacamole.form">BooleanField</a></dt>
<dd>
<div class="block">Creates a new BooleanField with the given name and truth value.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/properties/BooleanGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="typeNameLink">BooleanGuacamoleProperty</span></a> - Class in <a href="org/glyptodon/guacamole/properties/package-summary.html">org.glyptodon.guacamole.properties</a></dt>
<dd>
<div class="block">A GuacamoleProperty whose value is an boolean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/BooleanGuacamoleProperty.html#BooleanGuacamoleProperty--">BooleanGuacamoleProperty()</a></span> - Constructor for class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/BooleanGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">BooleanGuacamoleProperty</a></dt>
<dd> </dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/xml/DocumentHandler.html#characters-char:A-int-int-">characters(char[], int, int)</a></span> - Method in class org.glyptodon.guacamole.xml.<a href="org/glyptodon/guacamole/xml/DocumentHandler.html" title="class in org.glyptodon.guacamole.xml">DocumentHandler</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/xml/TagHandler.html#childElement-java.lang.String-">childElement(String)</a></span> - Method in interface org.glyptodon.guacamole.xml.<a href="org/glyptodon/guacamole/xml/TagHandler.html" title="interface in org.glyptodon.guacamole.xml">TagHandler</a></dt>
<dd>
<div class="block">Called when a child element of the current element is parsed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/xml/TagHandler.html#complete-java.lang.String-">complete(String)</a></span> - Method in interface org.glyptodon.guacamole.xml.<a href="org/glyptodon/guacamole/xml/TagHandler.html" title="interface in org.glyptodon.guacamole.xml">TagHandler</a></dt>
<dd>
<div class="block">Called when this element, and all child elements, have been fully parsed,
and the entire text content of this element (if any) is available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connectable.html#connect-org.glyptodon.guacamole.protocol.GuacamoleClientInformation-">connect(GuacamoleClientInformation)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connectable.html" title="interface in org.glyptodon.guacamole.net.auth">Connectable</a></dt>
<dd>
<div class="block">Establishes a connection to guacd using the information associated with
this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html#connect-org.glyptodon.guacamole.protocol.GuacamoleClientInformation-">connect(GuacamoleClientInformation)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html#connect-org.glyptodon.guacamole.protocol.GuacamoleClientInformation-">connect(GuacamoleClientInformation)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroup</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/Connectable.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">Connectable</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">An object which Guacamole can connect to.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">Connection</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">Represents a pairing of a GuacamoleConfiguration with a unique,
human-readable identifier, and abstracts the connection process.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">ConnectionGroup</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">Represents a connection group, which can contain both other connection groups
as well as connections.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.Type.html" title="enum in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">ConnectionGroup.Type</span></a> - Enum in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">All legal types of connection group.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">ConnectionRecord</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">A logging record describing when a user started and ended usage of a
particular connection.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/CredentialEvent.html" title="interface in org.glyptodon.guacamole.net.event"><span class="typeNameLink">CredentialEvent</span></a> - Interface in <a href="org/glyptodon/guacamole/net/event/package-summary.html">org.glyptodon.guacamole.net.event</a></dt>
<dd>
<div class="block">Abstract basis for events which may have associated user credentials when
triggered.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">Credentials</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">Simple arbitrary set of credentials, including a username/password pair,
the HttpServletRequest associated with the request for authorization
(if any) and the HttpSession associated with that request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Credentials.html#Credentials--">Credentials()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth">Credentials</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html" title="class in org.glyptodon.guacamole.net.auth.credentials"><span class="typeNameLink">CredentialsInfo</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/credentials/package-summary.html">org.glyptodon.guacamole.net.auth.credentials</a></dt>
<dd>
<div class="block">Information which describes a set of valid credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html#CredentialsInfo-java.util.Collection-">CredentialsInfo(Collection<Field>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html" title="class in org.glyptodon.guacamole.net.auth.credentials">CredentialsInfo</a></dt>
<dd>
<div class="block">Creates a new CredentialsInfo object which requires the given fields for
any conforming credentials.</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">Directory</span></a><<a href="org/glyptodon/guacamole/net/auth/Directory.html" title="type parameter in Directory">ObjectType</a>> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">Provides access to a collection of all objects with associated identifiers,
and allows user manipulation and removal.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/xml/DocumentHandler.html" title="class in org.glyptodon.guacamole.xml"><span class="typeNameLink">DocumentHandler</span></a> - Class in <a href="org/glyptodon/guacamole/xml/package-summary.html">org.glyptodon.guacamole.xml</a></dt>
<dd>
<div class="block">A simple ContentHandler implementation which digests SAX document events and
produces simpler tag-level events, maintaining its own stack for the
convenience of the tag handlers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/xml/DocumentHandler.html#DocumentHandler-java.lang.String-org.glyptodon.guacamole.xml.TagHandler-">DocumentHandler(String, TagHandler)</a></span> - Constructor for class org.glyptodon.guacamole.xml.<a href="org/glyptodon/guacamole/xml/DocumentHandler.html" title="class in org.glyptodon.guacamole.xml">DocumentHandler</a></dt>
<dd>
<div class="block">Creates a new DocumentHandler which will use the given TagHandler
to handle the root element.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html#EMPTY">EMPTY</a></span> - Static variable in class org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html" title="class in org.glyptodon.guacamole.net.auth.credentials">CredentialsInfo</a></dt>
<dd>
<div class="block">CredentialsInfo object which describes empty credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/xml/DocumentHandler.html#endElement-java.lang.String-java.lang.String-java.lang.String-">endElement(String, String, String)</a></span> - Method in class org.glyptodon.guacamole.xml.<a href="org/glyptodon/guacamole/xml/DocumentHandler.html" title="class in org.glyptodon.guacamole.xml">DocumentHandler</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.Type.html#ENUM">ENUM</a></span> - Static variable in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.Type.html" title="class in org.glyptodon.guacamole.form">Field.Type</a></dt>
<dd>
<div class="block">An enumerated field, whose legal values are fully enumerated by a
provided, finite list.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/EnumField.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">EnumField</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Represents an arbitrary field with a finite, enumerated set of possible
values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/EnumField.html#EnumField-java.lang.String-java.util.Collection-">EnumField(String, Collection<String>)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/EnumField.html" title="class in org.glyptodon.guacamole.form">EnumField</a></dt>
<dd>
<div class="block">Creates a new EnumField with the given name and possible values.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment"><span class="typeNameLink">Environment</span></a> - Interface in <a href="org/glyptodon/guacamole/environment/package-summary.html">org.glyptodon.guacamole.environment</a></dt>
<dd>
<div class="block">The environment of an arbitrary Guacamole instance, describing available
protocols, configuration parameters, and the GUACAMOLE_HOME directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractUser.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission">ObjectPermission</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission">SystemPermission</a></dt>
<dd> </dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">Field</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Represents an arbitrary field, such as an HTTP parameter, the parameter of a
remote desktop protocol, or an input field within a form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.html#Field--">Field()</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form">Field</a></dt>
<dd>
<div class="block">Creates a new Parameter with no associated name or type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.html#Field-java.lang.String-java.lang.String-">Field(String, String)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form">Field</a></dt>
<dd>
<div class="block">Creates a new Field with the given name and type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.html#Field-java.lang.String-java.lang.String-java.util.Collection-">Field(String, String, Collection<String>)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form">Field</a></dt>
<dd>
<div class="block">Creates a new Field with the given name, type, and possible values.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/Field.Type.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">Field.Type</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">All types of fields which are available by default.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/FieldOption.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">FieldOption</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Describes an available legal value for an enumerated field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/FieldOption.html#FieldOption--">FieldOption()</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/FieldOption.html" title="class in org.glyptodon.guacamole.form">FieldOption</a></dt>
<dd>
<div class="block">Creates a new FieldOption with no associated value or title.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/FieldOption.html#FieldOption-java.lang.String-java.lang.String-">FieldOption(String, String)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/FieldOption.html" title="class in org.glyptodon.guacamole.form">FieldOption</a></dt>
<dd>
<div class="block">Creates a new FieldOption having the given value and title.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/properties/FileGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="typeNameLink">FileGuacamoleProperty</span></a> - Class in <a href="org/glyptodon/guacamole/properties/package-summary.html">org.glyptodon.guacamole.properties</a></dt>
<dd>
<div class="block">A GuacamoleProperty whose value is a filename.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/FileGuacamoleProperty.html#FileGuacamoleProperty--">FileGuacamoleProperty()</a></span> - Constructor for class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/FileGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">FileGuacamoleProperty</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/token/TokenFilter.html#filter-java.lang.String-">filter(String)</a></span> - Method in class org.glyptodon.guacamole.token.<a href="org/glyptodon/guacamole/token/TokenFilter.html" title="class in org.glyptodon.guacamole.token">TokenFilter</a></dt>
<dd>
<div class="block">Filters the given string, replacing any tokens with their corresponding
values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/token/TokenFilter.html#filterValues-java.util.Map-">filterValues(Map<?, String>)</a></span> - Method in class org.glyptodon.guacamole.token.<a href="org/glyptodon/guacamole/token/TokenFilter.html" title="class in org.glyptodon.guacamole.token">TokenFilter</a></dt>
<dd>
<div class="block">Given an arbitrary map containing String values, replace each non-null
value with the corresponding filtered value.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/Form.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">Form</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Information which describes logical set of fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Form.html#Form--">Form()</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Form.html" title="class in org.glyptodon.guacamole.form">Form</a></dt>
<dd>
<div class="block">Creates a new Form object with no associated fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Form.html#Form-java.lang.String-java.util.Collection-">Form(String, Collection<Field>)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Form.html" title="class in org.glyptodon.guacamole.form">Form</a></dt>
<dd>
<div class="block">Creates a new Form object having the given name and containing the given
fields.</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Directory.html#get-java.lang.String-">get(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</a></dt>
<dd>
<div class="block">Returns the object having the given identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#get-java.lang.String-">get(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html#getAccessibleObjects-java.util.Collection-java.util.Collection-">getAccessibleObjects(Collection<ObjectPermission.Type>, Collection<String>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">ObjectPermissionSet</a></dt>
<dd>
<div class="block">Tests whether this user has the specified permissions for the objects
having the given identifiers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#getAccessibleObjects-java.util.Collection-java.util.Collection-">getAccessibleObjects(Collection<ObjectPermission.Type>, Collection<String>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#getActiveConnectionDirectory--">getActiveConnectionDirectory()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/UserContext.html#getActiveConnectionDirectory--">getActiveConnectionDirectory()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth">UserContext</a></dt>
<dd>
<div class="block">Retrieves a Directory which can be used to view and manipulate
active connections, but only as allowed by the permissions given to the
user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html#getActiveConnectionPermissions--">getActiveConnectionPermissions()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/User.html#getActiveConnectionPermissions--">getActiveConnectionPermissions()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></dt>
<dd>
<div class="block">Returns all permissions given to this user regarding currently-active
connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connectable.html#getActiveConnections--">getActiveConnections()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connectable.html" title="interface in org.glyptodon.guacamole.net.auth">Connectable</a></dt>
<dd>
<div class="block">Returns the number of active connections associated with this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html#getActiveConnections--">getActiveConnections()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html#getActiveConnections--">getActiveConnections()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Directory.html#getAll-java.util.Collection-">getAll(Collection<String>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</a></dt>
<dd>
<div class="block">Returns the objects having the given identifiers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#getAll-java.util.Collection-">getAll(Collection<String>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connection.html#getAttributes--">getAttributes()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth">Connection</a></dt>
<dd>
<div class="block">Returns all attributes associated with this connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#getAttributes--">getAttributes()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Returns all attributes associated with this connection group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html#getAttributes--">getAttributes()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html#getAttributes--">getAttributes()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html#getAttributes--">getAttributes()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/User.html#getAttributes--">getAttributes()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></dt>
<dd>
<div class="block">Returns all attributes associated with this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html#getAuthorizedConfigurations-org.glyptodon.guacamole.net.auth.Credentials-">getAuthorizedConfigurations(Credentials)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleAuthenticationProvider</a></dt>
<dd>
<div class="block">Given an arbitrary credentials object, returns a Map containing all
configurations authorized by those credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#getConfiguration--">getConfiguration()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connection.html#getConfiguration--">getConfiguration()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth">Connection</a></dt>
<dd>
<div class="block">Returns the GuacamoleConfiguration associated with this Connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#getConnectionAttributes--">getConnectionAttributes()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/UserContext.html#getConnectionAttributes--">getConnectionAttributes()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth">UserContext</a></dt>
<dd>
<div class="block">Retrieves a collection of all attributes applicable to connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#getConnectionDirectory--">getConnectionDirectory()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/UserContext.html#getConnectionDirectory--">getConnectionDirectory()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth">UserContext</a></dt>
<dd>
<div class="block">Retrieves a Directory which can be used to view and manipulate
connections and their configurations, but only as allowed by the
permissions given to the user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#getConnectionGroupAttributes--">getConnectionGroupAttributes()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/UserContext.html#getConnectionGroupAttributes--">getConnectionGroupAttributes()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth">UserContext</a></dt>
<dd>
<div class="block">Retrieves a collection of all attributes applicable to connection
groups.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#getConnectionGroupDirectory--">getConnectionGroupDirectory()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/UserContext.html#getConnectionGroupDirectory--">getConnectionGroupDirectory()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth">UserContext</a></dt>
<dd>
<div class="block">Retrieves a Directory which can be used to view and manipulate
connection groups and their members, but only as allowed by the
permissions given to the user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#getConnectionGroupIdentifiers--">getConnectionGroupIdentifiers()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Returns the identifiers of all readable connection groups that are
children of this connection group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html#getConnectionGroupIdentifiers--">getConnectionGroupIdentifiers()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html#getConnectionGroupPermissions--">getConnectionGroupPermissions()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/User.html#getConnectionGroupPermissions--">getConnectionGroupPermissions()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></dt>
<dd>
<div class="block">Returns all connection group permissions given to this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#getConnectionIdentifier--">getConnectionIdentifier()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#getConnectionIdentifier--">getConnectionIdentifier()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Returns the identifier of the connection being actively used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#getConnectionIdentifiers--">getConnectionIdentifiers()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Returns the identifiers of all readable connections that are children
of this connection group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html#getConnectionIdentifiers--">getConnectionIdentifiers()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html#getConnectionPermissions--">getConnectionPermissions()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/User.html#getConnectionPermissions--">getConnectionPermissions()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></dt>
<dd>
<div class="block">Returns all connection permissions given to this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/AuthenticationFailureEvent.html#getCredentials--">getCredentials()</a></span> - Method in class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/AuthenticationFailureEvent.html" title="class in org.glyptodon.guacamole.net.event">AuthenticationFailureEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/AuthenticationSuccessEvent.html#getCredentials--">getCredentials()</a></span> - Method in class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/AuthenticationSuccessEvent.html" title="class in org.glyptodon.guacamole.net.event">AuthenticationSuccessEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/CredentialEvent.html#getCredentials--">getCredentials()</a></span> - Method in interface org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/CredentialEvent.html" title="interface in org.glyptodon.guacamole.net.event">CredentialEvent</a></dt>
<dd>
<div class="block">Returns the current credentials of the user triggering the event, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/TunnelCloseEvent.html#getCredentials--">getCredentials()</a></span> - Method in class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/TunnelCloseEvent.html" title="class in org.glyptodon.guacamole.net.event">TunnelCloseEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/TunnelConnectEvent.html#getCredentials--">getCredentials()</a></span> - Method in class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/TunnelConnectEvent.html" title="class in org.glyptodon.guacamole.net.event">TunnelConnectEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleCredentialsException.html#getCredentialsInfo--">getCredentialsInfo()</a></span> - Method in exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleCredentialsException</a></dt>
<dd>
<div class="block">Returns information describing the form of valid credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/GuacamoleHome.html#getDirectory--">getDirectory()</a></span> - Static method in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/GuacamoleHome.html" title="class in org.glyptodon.guacamole.properties">GuacamoleHome</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the Guacamole home directory by checking, in order:
the guacamole.home system property, the GUACAMOLE_HOME environment
variable, and finally the .guacamole directory in the home directory of
the user running the servlet container.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html#getEndDate--">getEndDate()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionRecord</a></dt>
<dd>
<div class="block">Returns the date and time the connection ended, if applicable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Form.html#getFields--">getFields()</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Form.html" title="class in org.glyptodon.guacamole.form">Form</a></dt>
<dd>
<div class="block">Returns a mutable collection of the fields associated with this form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html#getFields--">getFields()</a></span> - Method in class org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html" title="class in org.glyptodon.guacamole.net.auth.credentials">CredentialsInfo</a></dt>
<dd>
<div class="block">Returns all fields required for valid credentials as described by this
object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html#getForms--">getForms()</a></span> - Method in class org.glyptodon.guacamole.protocols.<a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html" title="class in org.glyptodon.guacamole.protocols">ProtocolInfo</a></dt>
<dd>
<div class="block">Returns a mutable collection of the protocol forms associated with
this protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/Environment.html#getGuacamoleHome--">getGuacamoleHome()</a></span> - Method in interface org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment">Environment</a></dt>
<dd>
<div class="block">Returns the Guacamole home directory as determined when this Environment
object was created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/LocalEnvironment.html#getGuacamoleHome--">getGuacamoleHome()</a></span> - Method in class org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/LocalEnvironment.html" title="class in org.glyptodon.guacamole.environment">LocalEnvironment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connection.html#getHistory--">getHistory()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth">Connection</a></dt>
<dd>
<div class="block">Returns a list of ConnectionRecords representing the usage history
of this Connection, including any active users.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html#getHistory--">getHistory()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractUser.html#getIdentifier--">getIdentifier()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Identifiable.html#getIdentifier--">getIdentifier()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Identifiable.html" title="interface in org.glyptodon.guacamole.net.auth">Identifiable</a></dt>
<dd>
<div class="block">Returns the unique identifier assigned to this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Directory.html#getIdentifiers--">getIdentifiers()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</a></dt>
<dd>
<div class="block">Returns a Set containing all identifiers for all objects within this
Directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#getIdentifiers--">getIdentifiers()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.html#getName--">getName()</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form">Field</a></dt>
<dd>
<div class="block">Returns the unique name associated with this field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Form.html#getName--">getName()</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Form.html" title="class in org.glyptodon.guacamole.form">Form</a></dt>
<dd>
<div class="block">Returns the name of this form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#getName--">getName()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#getName--">getName()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connection.html#getName--">getName()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth">Connection</a></dt>
<dd>
<div class="block">Returns the name assigned to this Connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#getName--">getName()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Returns the name assigned to this ConnectionGroup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/GuacamoleProperty.html#getName--">getName()</a></span> - Method in interface org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="interface in org.glyptodon.guacamole.properties">GuacamoleProperty</a></dt>
<dd>
<div class="block">Returns the name of the property in guacamole.properties that this
GuacamoleProperty will parse.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html#getName--">getName()</a></span> - Method in class org.glyptodon.guacamole.protocols.<a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html" title="class in org.glyptodon.guacamole.protocols">ProtocolInfo</a></dt>
<dd>
<div class="block">Returns the unique name of this protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html#getObjectIdentifier--">getObjectIdentifier()</a></span> - Method in class org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission">ObjectPermission</a></dt>
<dd>
<div class="block">Returns the identifier of the specific object affected by this
permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#getObjects--">getObjects()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd>
<div class="block">Returns the Map which currently backs this SimpleDirectory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.html#getOptions--">getOptions()</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form">Field</a></dt>
<dd>
<div class="block">Returns a mutable collection of field options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#getParentIdentifier--">getParentIdentifier()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#getParentIdentifier--">getParentIdentifier()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connection.html#getParentIdentifier--">getParentIdentifier()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth">Connection</a></dt>
<dd>
<div class="block">Returns the unique identifier of the parent ConnectionGroup for
this Connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#getParentIdentifier--">getParentIdentifier()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Returns the unique identifier of the parent ConnectionGroup for
this ConnectionGroup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractUser.html#getPassword--">getPassword()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Credentials.html#getPassword--">getPassword()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth">Credentials</a></dt>
<dd>
<div class="block">Returns the password associated with this set of credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/User.html#getPassword--">getPassword()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></dt>
<dd>
<div class="block">Returns this user's password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html#getPermissions--">getPermissions()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">ObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/PermissionSet.html#getPermissions--">getPermissions()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/PermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">PermissionSet</a></dt>
<dd>
<div class="block">Returns a Set which contains all permissions granted within this
permission set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html#getPermissions--">getPermissions()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">SystemPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#getPermissions--">getPermissions()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html#getPermissions--">getPermissions()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleSystemPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/Environment.html#getProperty-org.glyptodon.guacamole.properties.GuacamoleProperty-">getProperty(GuacamoleProperty<Type>)</a></span> - Method in interface org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment">Environment</a></dt>
<dd>
<div class="block">Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/Environment.html#getProperty-org.glyptodon.guacamole.properties.GuacamoleProperty-Type-">getProperty(GuacamoleProperty<Type>, Type)</a></span> - Method in interface org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment">Environment</a></dt>
<dd>
<div class="block">Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/LocalEnvironment.html#getProperty-org.glyptodon.guacamole.properties.GuacamoleProperty-">getProperty(GuacamoleProperty<Type>)</a></span> - Method in class org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/LocalEnvironment.html" title="class in org.glyptodon.guacamole.environment">LocalEnvironment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/LocalEnvironment.html#getProperty-org.glyptodon.guacamole.properties.GuacamoleProperty-Type-">getProperty(GuacamoleProperty<Type>, Type)</a></span> - Method in class org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/LocalEnvironment.html" title="class in org.glyptodon.guacamole.environment">LocalEnvironment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html#getProperty-org.glyptodon.guacamole.properties.GuacamoleProperty-">getProperty(GuacamoleProperty<Type>)</a></span> - Static method in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html" title="class in org.glyptodon.guacamole.properties">GuacamoleProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html#getProperty-org.glyptodon.guacamole.properties.GuacamoleProperty-Type-">getProperty(GuacamoleProperty<Type>, Type)</a></span> - Static method in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html" title="class in org.glyptodon.guacamole.properties">GuacamoleProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/Environment.html#getProtocol-java.lang.String-">getProtocol(String)</a></span> - Method in interface org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment">Environment</a></dt>
<dd>
<div class="block">Returns the protocol having the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/LocalEnvironment.html#getProtocol-java.lang.String-">getProtocol(String)</a></span> - Method in class org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/LocalEnvironment.html" title="class in org.glyptodon.guacamole.environment">LocalEnvironment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/Environment.html#getProtocols--">getProtocols()</a></span> - Method in interface org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment">Environment</a></dt>
<dd>
<div class="block">Returns a map of all available protocols, where each key is the name of
that protocol as would be passed to guacd during connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/LocalEnvironment.html#getProtocols--">getProtocols()</a></span> - Method in class org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/LocalEnvironment.html" title="class in org.glyptodon.guacamole.environment">LocalEnvironment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#getRemoteHost--">getRemoteHost()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#getRemoteHost--">getRemoteHost()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Returns the hostname or IP address of the remote host that initiated the
connection, if known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html#getRemoteHost--">getRemoteHost()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionRecord</a></dt>
<dd>
<div class="block">Returns the hostname or IP address of the remote host that used the
connection associated with this record, if known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Credentials.html#getRequest--">getRequest()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth">Credentials</a></dt>
<dd>
<div class="block">Returns the HttpServletRequest associated with this set of credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/Environment.html#getRequiredProperty-org.glyptodon.guacamole.properties.GuacamoleProperty-">getRequiredProperty(GuacamoleProperty<Type>)</a></span> - Method in interface org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment">Environment</a></dt>
<dd>
<div class="block">Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/LocalEnvironment.html#getRequiredProperty-org.glyptodon.guacamole.properties.GuacamoleProperty-">getRequiredProperty(GuacamoleProperty<Type>)</a></span> - Method in class org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/LocalEnvironment.html" title="class in org.glyptodon.guacamole.environment">LocalEnvironment</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html#getRequiredProperty-org.glyptodon.guacamole.properties.GuacamoleProperty-">getRequiredProperty(GuacamoleProperty<Type>)</a></span> - Static method in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html" title="class in org.glyptodon.guacamole.properties">GuacamoleProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#getRootConnectionGroup--">getRootConnectionGroup()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/UserContext.html#getRootConnectionGroup--">getRootConnectionGroup()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth">UserContext</a></dt>
<dd>
<div class="block">Retrieves a connection group which can be used to view and manipulate
connections, but only as allowed by the permissions given to the user of
this UserContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Credentials.html#getSession--">getSession()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth">Credentials</a></dt>
<dd>
<div class="block">Returns the HttpSession associated with this set of credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#getStartDate--">getStartDate()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#getStartDate--">getStartDate()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Returns the date and time the connection began.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html#getStartDate--">getStartDate()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionRecord</a></dt>
<dd>
<div class="block">Returns the date and time the connection began.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html#getSystemPermissions--">getSystemPermissions()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/User.html#getSystemPermissions--">getSystemPermissions()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></dt>
<dd>
<div class="block">Returns all system-level permissions given to this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/FieldOption.html#getTitle--">getTitle()</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/FieldOption.html" title="class in org.glyptodon.guacamole.form">FieldOption</a></dt>
<dd>
<div class="block">Returns the human-readable title describing the effect of this option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/token/TokenFilter.html#getToken-java.lang.String-">getToken(String)</a></span> - Method in class org.glyptodon.guacamole.token.<a href="org/glyptodon/guacamole/token/TokenFilter.html" title="class in org.glyptodon.guacamole.token">TokenFilter</a></dt>
<dd>
<div class="block">Returns the value of the token with the given name, or null if no such
token has been set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/token/TokenFilter.html#getTokens--">getTokens()</a></span> - Method in class org.glyptodon.guacamole.token.<a href="org/glyptodon/guacamole/token/TokenFilter.html" title="class in org.glyptodon.guacamole.token">TokenFilter</a></dt>
<dd>
<div class="block">Returns a map of all tokens, with each key being a token name, and each
value being the corresponding token value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#getTunnel--">getTunnel()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#getTunnel--">getTunnel()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Returns the connected GuacamoleTunnel being used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/TunnelCloseEvent.html#getTunnel--">getTunnel()</a></span> - Method in class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/TunnelCloseEvent.html" title="class in org.glyptodon.guacamole.net.event">TunnelCloseEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/TunnelConnectEvent.html#getTunnel--">getTunnel()</a></span> - Method in class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/TunnelConnectEvent.html" title="class in org.glyptodon.guacamole.net.event">TunnelConnectEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/TunnelEvent.html#getTunnel--">getTunnel()</a></span> - Method in interface org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/TunnelEvent.html" title="interface in org.glyptodon.guacamole.net.event">TunnelEvent</a></dt>
<dd>
<div class="block">Returns the tunnel associated with this event, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.html#getType--">getType()</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form">Field</a></dt>
<dd>
<div class="block">Returns the type of this field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#getType--">getType()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#getType--">getType()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Returns the type of this connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html#getType--">getType()</a></span> - Method in class org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission">ObjectPermission</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/Permission.html#getType--">getType()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a></dt>
<dd>
<div class="block">Returns the type of operation affected by this permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.html#getType--">getType()</a></span> - Method in class org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission">SystemPermission</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#getUserAttributes--">getUserAttributes()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/UserContext.html#getUserAttributes--">getUserAttributes()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth">UserContext</a></dt>
<dd>
<div class="block">Retrieves a collection of all attributes applicable to users.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AuthenticationProvider.html#getUserContext-org.glyptodon.guacamole.net.auth.Credentials-">getUserContext(Credentials)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AuthenticationProvider.html" title="interface in org.glyptodon.guacamole.net.auth">AuthenticationProvider</a></dt>
<dd>
<div class="block">Returns the UserContext of the user authorized by the given credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html#getUserContext-org.glyptodon.guacamole.net.auth.Credentials-">getUserContext(Credentials)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleAuthenticationProvider</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/AuthenticationSuccessEvent.html#getUserContext--">getUserContext()</a></span> - Method in class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/AuthenticationSuccessEvent.html" title="class in org.glyptodon.guacamole.net.event">AuthenticationSuccessEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/TunnelCloseEvent.html#getUserContext--">getUserContext()</a></span> - Method in class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/TunnelCloseEvent.html" title="class in org.glyptodon.guacamole.net.event">TunnelCloseEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/TunnelConnectEvent.html#getUserContext--">getUserContext()</a></span> - Method in class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/TunnelConnectEvent.html" title="class in org.glyptodon.guacamole.net.event">TunnelConnectEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/UserEvent.html#getUserContext--">getUserContext()</a></span> - Method in interface org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/UserEvent.html" title="interface in org.glyptodon.guacamole.net.event">UserEvent</a></dt>
<dd>
<div class="block">Returns the current UserContext of the user triggering the event, if any.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#getUserDirectory--">getUserDirectory()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/UserContext.html#getUserDirectory--">getUserDirectory()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth">UserContext</a></dt>
<dd>
<div class="block">Retrieves a Directory which can be used to view and manipulate other
users, but only as allowed by the permissions given to the user of this
UserContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#getUsername--">getUsername()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#getUsername--">getUsername()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Returns the name of the user who is using this connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html#getUsername--">getUsername()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionRecord</a></dt>
<dd>
<div class="block">Returns the name of the user who used or is using the connection at the
times given by this connection record.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Credentials.html#getUsername--">getUsername()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth">Credentials</a></dt>
<dd>
<div class="block">Returns the username associated with this set of credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html#getUserPermissions--">getUserPermissions()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/User.html#getUserPermissions--">getUserPermissions()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></dt>
<dd>
<div class="block">Returns all user permissions given to this user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/FieldOption.html#getValue--">getValue()</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/FieldOption.html" title="class in org.glyptodon.guacamole.form">FieldOption</a></dt>
<dd>
<div class="block">Returns the value that will be assigned if this option is chosen.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials"><span class="typeNameLink">GuacamoleCredentialsException</span></a> - Exception in <a href="org/glyptodon/guacamole/net/auth/credentials/package-summary.html">org.glyptodon.guacamole.net.auth.credentials</a></dt>
<dd>
<div class="block">A security-related exception thrown when access is denied to a user because
of a problem related to the provided credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleCredentialsException.html#GuacamoleCredentialsException-java.lang.String-java.lang.Throwable-org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo-">GuacamoleCredentialsException(String, Throwable, CredentialsInfo)</a></span> - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleCredentialsException</a></dt>
<dd>
<div class="block">Creates a new GuacamoleInvalidCredentialsException with the given
message, cause, and associated credential information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleCredentialsException.html#GuacamoleCredentialsException-java.lang.String-org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo-">GuacamoleCredentialsException(String, CredentialsInfo)</a></span> - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleCredentialsException</a></dt>
<dd>
<div class="block">Creates a new GuacamoleInvalidCredentialsException with the given
message and associated credential information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleCredentialsException.html#GuacamoleCredentialsException-java.lang.Throwable-org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo-">GuacamoleCredentialsException(Throwable, CredentialsInfo)</a></span> - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleCredentialsException</a></dt>
<dd>
<div class="block">Creates a new GuacamoleInvalidCredentialsException with the given cause
and associated credential information.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/properties/GuacamoleHome.html" title="class in org.glyptodon.guacamole.properties"><span class="typeNameLink">GuacamoleHome</span></a> - Class in <a href="org/glyptodon/guacamole/properties/package-summary.html">org.glyptodon.guacamole.properties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInsufficientCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials"><span class="typeNameLink">GuacamoleInsufficientCredentialsException</span></a> - Exception in <a href="org/glyptodon/guacamole/net/auth/credentials/package-summary.html">org.glyptodon.guacamole.net.auth.credentials</a></dt>
<dd>
<div class="block">A security-related exception thrown when access is denied to a user because
the provided credentials are not sufficient for authentication to succeed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInsufficientCredentialsException.html#GuacamoleInsufficientCredentialsException-java.lang.String-java.lang.Throwable-org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo-">GuacamoleInsufficientCredentialsException(String, Throwable, CredentialsInfo)</a></span> - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInsufficientCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleInsufficientCredentialsException</a></dt>
<dd>
<div class="block">Creates a new GuacamoleInsufficientCredentialsException with the given
message, cause, and associated credential information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInsufficientCredentialsException.html#GuacamoleInsufficientCredentialsException-java.lang.String-org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo-">GuacamoleInsufficientCredentialsException(String, CredentialsInfo)</a></span> - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInsufficientCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleInsufficientCredentialsException</a></dt>
<dd>
<div class="block">Creates a new GuacamoleInsufficientCredentialsException with the given
message and associated credential information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInsufficientCredentialsException.html#GuacamoleInsufficientCredentialsException-java.lang.Throwable-org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo-">GuacamoleInsufficientCredentialsException(Throwable, CredentialsInfo)</a></span> - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInsufficientCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleInsufficientCredentialsException</a></dt>
<dd>
<div class="block">Creates a new GuacamoleInsufficientCredentialsException with the given
cause and associated credential information.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInvalidCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials"><span class="typeNameLink">GuacamoleInvalidCredentialsException</span></a> - Exception in <a href="org/glyptodon/guacamole/net/auth/credentials/package-summary.html">org.glyptodon.guacamole.net.auth.credentials</a></dt>
<dd>
<div class="block">A security-related exception thrown when access is denied to a user because
the provided credentials are invalid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInvalidCredentialsException.html#GuacamoleInvalidCredentialsException-java.lang.String-java.lang.Throwable-org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo-">GuacamoleInvalidCredentialsException(String, Throwable, CredentialsInfo)</a></span> - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInvalidCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleInvalidCredentialsException</a></dt>
<dd>
<div class="block">Creates a new GuacamoleInvalidCredentialsException with the given
message, cause, and associated credential information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInvalidCredentialsException.html#GuacamoleInvalidCredentialsException-java.lang.String-org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo-">GuacamoleInvalidCredentialsException(String, CredentialsInfo)</a></span> - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInvalidCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleInvalidCredentialsException</a></dt>
<dd>
<div class="block">Creates a new GuacamoleInvalidCredentialsException with the given
message and associated credential information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInvalidCredentialsException.html#GuacamoleInvalidCredentialsException-java.lang.Throwable-org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo-">GuacamoleInvalidCredentialsException(Throwable, CredentialsInfo)</a></span> - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/GuacamoleInvalidCredentialsException.html" title="class in org.glyptodon.guacamole.net.auth.credentials">GuacamoleInvalidCredentialsException</a></dt>
<dd>
<div class="block">Creates a new GuacamoleInvalidCredentialsException with the given cause
and associated credential information.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html" title="class in org.glyptodon.guacamole.properties"><span class="typeNameLink">GuacamoleProperties</span></a> - Class in <a href="org/glyptodon/guacamole/properties/package-summary.html">org.glyptodon.guacamole.properties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
</dd>
<dt><a href="org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="interface in org.glyptodon.guacamole.properties"><span class="typeNameLink">GuacamoleProperty</span></a><<a href="org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="type parameter in GuacamoleProperty">Type</a>> - Interface in <a href="org/glyptodon/guacamole/properties/package-summary.html">org.glyptodon.guacamole.properties</a></dt>
<dd>
<div class="block">An abstract representation of a property in the guacamole.properties file,
which parses into a specific type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/Environment.html#GUACD_HOSTNAME">GUACD_HOSTNAME</a></span> - Static variable in interface org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment">Environment</a></dt>
<dd>
<div class="block">The hostname of the server where guacd (the Guacamole proxy server) is
running.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html#GUACD_HOSTNAME">GUACD_HOSTNAME</a></span> - Static variable in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html" title="class in org.glyptodon.guacamole.properties">GuacamoleProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The hostname of the server where guacd (the Guacamole proxy server) is
running.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/Environment.html#GUACD_PORT">GUACD_PORT</a></span> - Static variable in interface org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment">Environment</a></dt>
<dd>
<div class="block">The port that guacd (the Guacamole proxy server) is listening on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html#GUACD_PORT">GUACD_PORT</a></span> - Static variable in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html" title="class in org.glyptodon.guacamole.properties">GuacamoleProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The port that guacd (the Guacamole proxy server) is listening on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/Environment.html#GUACD_SSL">GUACD_SSL</a></span> - Static variable in interface org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/Environment.html" title="interface in org.glyptodon.guacamole.environment">Environment</a></dt>
<dd>
<div class="block">Whether guacd requires SSL/TLS on connections.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html#GUACD_SSL">GUACD_SSL</a></span> - Static variable in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/GuacamoleProperties.html" title="class in org.glyptodon.guacamole.properties">GuacamoleProperties</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Whether guacd requires SSL/TLS on connections.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#hashCode--">hashCode()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#hashCode--">hashCode()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractUser.html#hashCode--">hashCode()</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html#hashCode--">hashCode()</a></span> - Method in class org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission">ObjectPermission</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.html#hashCode--">hashCode()</a></span> - Method in class org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission">SystemPermission</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html#hasPermission-org.glyptodon.guacamole.net.auth.permission.ObjectPermission.Type-java.lang.String-">hasPermission(ObjectPermission.Type, String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">ObjectPermissionSet</a></dt>
<dd>
<div class="block">Tests whether the permission of the given type is granted for the
object having the given identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html#hasPermission-org.glyptodon.guacamole.net.auth.permission.SystemPermission.Type-">hasPermission(SystemPermission.Type)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">SystemPermissionSet</a></dt>
<dd>
<div class="block">Tests whether the permission of the given type is granted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#hasPermission-org.glyptodon.guacamole.net.auth.permission.ObjectPermission.Type-java.lang.String-">hasPermission(ObjectPermission.Type, String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html#hasPermission-org.glyptodon.guacamole.net.auth.permission.SystemPermission.Type-">hasPermission(SystemPermission.Type)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleSystemPermissionSet</a></dt>
<dd> </dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="org/glyptodon/guacamole/net/auth/Identifiable.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">Identifiable</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">An object which has a deterministic, unique identifier, which may not be
null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/xml/TagHandler.html#init-org.xml.sax.Attributes-">init(Attributes)</a></span> - Method in interface org.glyptodon.guacamole.xml.<a href="org/glyptodon/guacamole/xml/TagHandler.html" title="interface in org.glyptodon.guacamole.xml">TagHandler</a></dt>
<dd>
<div class="block">Called when the element corresponding to this TagHandler is first seen,
just after an instance is created.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="typeNameLink">IntegerGuacamoleProperty</span></a> - Class in <a href="org/glyptodon/guacamole/properties/package-summary.html">org.glyptodon.guacamole.properties</a></dt>
<dd>
<div class="block">A GuacamoleProperty whose value is an integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/IntegerGuacamoleProperty.html#IntegerGuacamoleProperty--">IntegerGuacamoleProperty()</a></span> - Constructor for class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">IntegerGuacamoleProperty</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html#isActive--">isActive()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionRecord.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionRecord</a></dt>
<dd>
<div class="block">Returns whether the connection associated with this record is still
active.</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="org/glyptodon/guacamole/environment/LocalEnvironment.html" title="class in org.glyptodon.guacamole.environment"><span class="typeNameLink">LocalEnvironment</span></a> - Class in <a href="org/glyptodon/guacamole/environment/package-summary.html">org.glyptodon.guacamole.environment</a></dt>
<dd>
<div class="block">The environment of the locally-running Guacamole instance, describing
available protocols, configuration parameters, and the GUACAMOLE_HOME
directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/environment/LocalEnvironment.html#LocalEnvironment--">LocalEnvironment()</a></span> - Constructor for class org.glyptodon.guacamole.environment.<a href="org/glyptodon/guacamole/environment/LocalEnvironment.html" title="class in org.glyptodon.guacamole.environment">LocalEnvironment</a></dt>
<dd>
<div class="block">Creates a new Environment, initializing that environment based on the
location of GUACAMOLE_HOME and the contents of guacamole.properties.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/properties/LongGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="typeNameLink">LongGuacamoleProperty</span></a> - Class in <a href="org/glyptodon/guacamole/properties/package-summary.html">org.glyptodon.guacamole.properties</a></dt>
<dd>
<div class="block">A GuacamoleProperty whose value is an long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/LongGuacamoleProperty.html#LongGuacamoleProperty--">LongGuacamoleProperty()</a></span> - Constructor for class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/LongGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">LongGuacamoleProperty</a></dt>
<dd> </dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.Type.html#MULTILINE">MULTILINE</a></span> - Static variable in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.Type.html" title="class in org.glyptodon.guacamole.form">Field.Type</a></dt>
<dd>
<div class="block">A text field that can span more than one line.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/MultilineField.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">MultilineField</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Represents a field which can contain multiple lines of text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/MultilineField.html#MultilineField-java.lang.String-">MultilineField(String)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/MultilineField.html" title="class in org.glyptodon.guacamole.form">MultilineField</a></dt>
<dd>
<div class="block">Creates a new MultilineField with the given name.</div>
</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.Type.html#NUMERIC">NUMERIC</a></span> - Static variable in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.Type.html" title="class in org.glyptodon.guacamole.form">Field.Type</a></dt>
<dd>
<div class="block">A numeric field, whose value must contain only digits.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/NumericField.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">NumericField</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Represents a field which may contain only integer values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/NumericField.html#NumericField-java.lang.String-">NumericField(String)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/NumericField.html" title="class in org.glyptodon.guacamole.form">NumericField</a></dt>
<dd>
<div class="block">Creates a new NumericField with the given name.</div>
</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission"><span class="typeNameLink">ObjectPermission</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/permission/package-summary.html">org.glyptodon.guacamole.net.auth.permission</a></dt>
<dd>
<div class="block">A permission which affects a specific object, rather than the system as a
whole.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html#ObjectPermission-org.glyptodon.guacamole.net.auth.permission.ObjectPermission.Type-java.lang.String-">ObjectPermission(ObjectPermission.Type, String)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission">ObjectPermission</a></dt>
<dd>
<div class="block">Creates a new ObjectPermission having the given type and identifier.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.Type.html" title="enum in org.glyptodon.guacamole.net.auth.permission"><span class="typeNameLink">ObjectPermission.Type</span></a> - Enum in <a href="org/glyptodon/guacamole/net/auth/permission/package-summary.html">org.glyptodon.guacamole.net.auth.permission</a></dt>
<dd>
<div class="block">Specific types of object-level permissions.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission"><span class="typeNameLink">ObjectPermissionSet</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/permission/package-summary.html">org.glyptodon.guacamole.net.auth.permission</a></dt>
<dd>
<div class="block">A set of permissions which affect arbitrary objects, where each object has
an associated unique identifier.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/environment/package-summary.html">org.glyptodon.guacamole.environment</a> - package org.glyptodon.guacamole.environment</dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a> - package org.glyptodon.guacamole.form</dt>
<dd>
<div class="block">Provides classes which describe the contents and semantics of forms which
may be presented to the user.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a> - package org.glyptodon.guacamole.net.auth</dt>
<dd>
<div class="block">Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/credentials/package-summary.html">org.glyptodon.guacamole.net.auth.credentials</a> - package org.glyptodon.guacamole.net.auth.credentials</dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/permission/package-summary.html">org.glyptodon.guacamole.net.auth.permission</a> - package org.glyptodon.guacamole.net.auth.permission</dt>
<dd>
<div class="block">Provides classes which describe the various permissions a Guacamole user
can be granted.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a> - package org.glyptodon.guacamole.net.auth.simple</dt>
<dd>
<div class="block">Provides a basic AuthenticationProvider base class that can be used to create
simple AuthenticationProviders in the same way allowed by the old
authentication API.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/package-summary.html">org.glyptodon.guacamole.net.event</a> - package org.glyptodon.guacamole.net.event</dt>
<dd>
<div class="block">Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/listener/package-summary.html">org.glyptodon.guacamole.net.event.listener</a> - package org.glyptodon.guacamole.net.event.listener</dt>
<dd>
<div class="block">Provides classes for hooking into various events that take place as
users log into and use the Guacamole web application.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/properties/package-summary.html">org.glyptodon.guacamole.properties</a> - package org.glyptodon.guacamole.properties</dt>
<dd>
<div class="block">Provides classes for reading properties from the web-application-wide
guacamole.properties file.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/protocols/package-summary.html">org.glyptodon.guacamole.protocols</a> - package org.glyptodon.guacamole.protocols</dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/token/package-summary.html">org.glyptodon.guacamole.token</a> - package org.glyptodon.guacamole.token</dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/xml/package-summary.html">org.glyptodon.guacamole.xml</a> - package org.glyptodon.guacamole.xml</dt>
<dd>
<div class="block">Classes driving the SAX-based XML parser used by the Guacamole web
application.</div>
</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/BooleanGuacamoleProperty.html#parseValue-java.lang.String-">parseValue(String)</a></span> - Method in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/BooleanGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">BooleanGuacamoleProperty</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/FileGuacamoleProperty.html#parseValue-java.lang.String-">parseValue(String)</a></span> - Method in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/FileGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">FileGuacamoleProperty</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/GuacamoleProperty.html#parseValue-java.lang.String-">parseValue(String)</a></span> - Method in interface org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="interface in org.glyptodon.guacamole.properties">GuacamoleProperty</a></dt>
<dd>
<div class="block">Parses the given string value into the type associated with this
GuacamoleProperty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/IntegerGuacamoleProperty.html#parseValue-java.lang.String-">parseValue(String)</a></span> - Method in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">IntegerGuacamoleProperty</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/LongGuacamoleProperty.html#parseValue-java.lang.String-">parseValue(String)</a></span> - Method in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/LongGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">LongGuacamoleProperty</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/StringGuacamoleProperty.html#parseValue-java.lang.String-">parseValue(String)</a></span> - Method in class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/StringGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">StringGuacamoleProperty</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.Type.html#PASSWORD">PASSWORD</a></span> - Static variable in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.Type.html" title="class in org.glyptodon.guacamole.form">Field.Type</a></dt>
<dd>
<div class="block">A password field, whose value is sensitive and must be hidden.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html#PASSWORD">PASSWORD</a></span> - Static variable in class org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html" title="class in org.glyptodon.guacamole.net.auth.credentials">CredentialsInfo</a></dt>
<dd>
<div class="block">A field describing the password HTTP parameter expected by Guacamole
during login, if passwords are being used.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/PasswordField.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">PasswordField</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Represents a field which contains sensitive text information related to
authenticating a user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/PasswordField.html#PasswordField-java.lang.String-">PasswordField(String)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/PasswordField.html" title="class in org.glyptodon.guacamole.form">PasswordField</a></dt>
<dd>
<div class="block">Creates a new PasswordField with the given name.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission"><span class="typeNameLink">Permission</span></a><<a href="org/glyptodon/guacamole/net/auth/permission/Permission.html" title="type parameter in Permission">Type</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>> - Interface in <a href="org/glyptodon/guacamole/net/auth/permission/package-summary.html">org.glyptodon.guacamole.net.auth.permission</a></dt>
<dd>
<div class="block">A permission which affects a specific type of operation, where all available
operation types are defined by an enumeration.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/permission/PermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission"><span class="typeNameLink">PermissionSet</span></a><<a href="org/glyptodon/guacamole/net/auth/permission/PermissionSet.html" title="type parameter in PermissionSet">PermissionType</a> extends <a href="org/glyptodon/guacamole/net/auth/permission/Permission.html" title="interface in org.glyptodon.guacamole.net.auth.permission">Permission</a>> - Interface in <a href="org/glyptodon/guacamole/net/auth/permission/package-summary.html">org.glyptodon.guacamole.net.auth.permission</a></dt>
<dd>
<div class="block">An arbitrary set of permissions.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html" title="class in org.glyptodon.guacamole.protocols"><span class="typeNameLink">ProtocolInfo</span></a> - Class in <a href="org/glyptodon/guacamole/protocols/package-summary.html">org.glyptodon.guacamole.protocols</a></dt>
<dd>
<div class="block">Describes a protocol and all forms associated with it, as required by
a protocol plugin for guacd.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html#ProtocolInfo--">ProtocolInfo()</a></span> - Constructor for class org.glyptodon.guacamole.protocols.<a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html" title="class in org.glyptodon.guacamole.protocols">ProtocolInfo</a></dt>
<dd>
<div class="block">Creates a new ProtocolInfo with no associated name or forms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html#ProtocolInfo-java.lang.String-">ProtocolInfo(String)</a></span> - Constructor for class org.glyptodon.guacamole.protocols.<a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html" title="class in org.glyptodon.guacamole.protocols">ProtocolInfo</a></dt>
<dd>
<div class="block">Creates a new ProtocolInfo having the given name, but without any forms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html#ProtocolInfo-java.lang.String-java.util.Collection-">ProtocolInfo(String, Collection<Form>)</a></span> - Constructor for class org.glyptodon.guacamole.protocols.<a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html" title="class in org.glyptodon.guacamole.protocols">ProtocolInfo</a></dt>
<dd>
<div class="block">Creates a new ProtocolInfo having the given name and forms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html#putConnection-org.glyptodon.guacamole.net.auth.Connection-">putConnection(Connection)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionDirectory</a></dt>
<dd>
<div class="block">An internal method for modifying the Connections in this Directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html#putConnectionGroup-org.glyptodon.guacamole.net.auth.ConnectionGroup-">putConnectionGroup(ConnectionGroup)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroupDirectory</a></dt>
<dd>
<div class="block">An internal method for modifying the ConnectionGroups in this Directory.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Directory.html#remove-java.lang.String-">remove(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</a></dt>
<dd>
<div class="block">Removes the object with the given identifier from the overall set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#remove-java.lang.String-">remove(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html#removeConnection-java.lang.String-">removeConnection(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionDirectory</a></dt>
<dd>
<div class="block">An internal method for removing a Connection from this Directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html#removeConnectionGroup-java.lang.String-">removeConnectionGroup(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroupDirectory</a></dt>
<dd>
<div class="block">An internal method for removing a ConnectionGroup from this Directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html#removePermission-org.glyptodon.guacamole.net.auth.permission.ObjectPermission.Type-java.lang.String-">removePermission(ObjectPermission.Type, String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">ObjectPermissionSet</a></dt>
<dd>
<div class="block">Removes the specified permission for the object having the given
identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html#removePermission-org.glyptodon.guacamole.net.auth.permission.SystemPermission.Type-">removePermission(SystemPermission.Type)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">SystemPermissionSet</a></dt>
<dd>
<div class="block">Removes the specified permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#removePermission-org.glyptodon.guacamole.net.auth.permission.ObjectPermission.Type-java.lang.String-">removePermission(ObjectPermission.Type, String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html#removePermission-org.glyptodon.guacamole.net.auth.permission.SystemPermission.Type-">removePermission(SystemPermission.Type)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleSystemPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html#removePermissions-java.util.Set-">removePermissions(Set<ObjectPermission>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">ObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/PermissionSet.html#removePermissions-java.util.Set-">removePermissions(Set<PermissionType>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/PermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">PermissionSet</a></dt>
<dd>
<div class="block">Removes each of the specified permissions, if granted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html#removePermissions-java.util.Set-">removePermissions(Set<SystemPermission>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission">SystemPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#removePermissions-java.util.Set-">removePermissions(Set<ObjectPermission>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html#removePermissions-java.util.Set-">removePermissions(Set<SystemPermission>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleSystemPermissionSet</a></dt>
<dd> </dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#self--">self()</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/UserContext.html#self--">self()</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth">UserContext</a></dt>
<dd>
<div class="block">Returns the User whose access rights control the operations of this
UserContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connection.html#setAttributes-java.util.Map-">setAttributes(Map<String, String>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth">Connection</a></dt>
<dd>
<div class="block">Sets the given attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#setAttributes-java.util.Map-">setAttributes(Map<String, String>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Sets the given attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html#setAttributes-java.util.Map-">setAttributes(Map<String, String>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html#setAttributes-java.util.Map-">setAttributes(Map<String, String>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html#setAttributes-java.util.Map-">setAttributes(Map<String, String>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/User.html#setAttributes-java.util.Map-">setAttributes(Map<String, String>)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></dt>
<dd>
<div class="block">Sets the given attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#setConfiguration-org.glyptodon.guacamole.protocol.GuacamoleConfiguration-">setConfiguration(GuacamoleConfiguration)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connection.html#setConfiguration-org.glyptodon.guacamole.protocol.GuacamoleConfiguration-">setConfiguration(GuacamoleConfiguration)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth">Connection</a></dt>
<dd>
<div class="block">Sets the GuacamoleConfiguration associated with this Connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#setConnectionIdentifier-java.lang.String-">setConnectionIdentifier(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#setConnectionIdentifier-java.lang.String-">setConnectionIdentifier(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Sets the identifier of the connection being actively used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Form.html#setFields-java.util.Collection-">setFields(Collection<Field>)</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Form.html" title="class in org.glyptodon.guacamole.form">Form</a></dt>
<dd>
<div class="block">Sets the collection of fields associated with this form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html#setForms-java.util.Collection-">setForms(Collection<Form>)</a></span> - Method in class org.glyptodon.guacamole.protocols.<a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html" title="class in org.glyptodon.guacamole.protocols">ProtocolInfo</a></dt>
<dd>
<div class="block">Sets the collection of protocol forms associated with this
protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#setIdentifier-java.lang.String-">setIdentifier(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#setIdentifier-java.lang.String-">setIdentifier(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#setIdentifier-java.lang.String-">setIdentifier(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractUser.html#setIdentifier-java.lang.String-">setIdentifier(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Identifiable.html#setIdentifier-java.lang.String-">setIdentifier(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Identifiable.html" title="interface in org.glyptodon.guacamole.net.auth">Identifiable</a></dt>
<dd>
<div class="block">Sets the identifier assigned to this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form">Field</a></dt>
<dd>
<div class="block">Sets the unique name associated with this field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Form.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Form.html" title="class in org.glyptodon.guacamole.form">Form</a></dt>
<dd>
<div class="block">Sets the name of this form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connection.html#setName-java.lang.String-">setName(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth">Connection</a></dt>
<dd>
<div class="block">Sets the name assigned to this Connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#setName-java.lang.String-">setName(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Sets the name assigned to this ConnectionGroup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.glyptodon.guacamole.protocols.<a href="org/glyptodon/guacamole/protocols/ProtocolInfo.html" title="class in org.glyptodon.guacamole.protocols">ProtocolInfo</a></dt>
<dd>
<div class="block">Sets the unique name of this protocol.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#setObjects-java.util.Map-">setObjects(Map<String, ObjectType>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd>
<div class="block">Sets the Map which backs this SimpleDirectory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.html#setOptions-java.util.Collection-">setOptions(Collection<String>)</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form">Field</a></dt>
<dd>
<div class="block">Sets the options available as possible values of this field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html#setParentIdentifier-java.lang.String-">setParentIdentifier(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#setParentIdentifier-java.lang.String-">setParentIdentifier(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Connection.html#setParentIdentifier-java.lang.String-">setParentIdentifier(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Connection.html" title="interface in org.glyptodon.guacamole.net.auth">Connection</a></dt>
<dd>
<div class="block">Sets the unique identifier of the parent ConnectionGroup for
this Connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#setParentIdentifier-java.lang.String-">setParentIdentifier(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Sets the unique identifier of the parent ConnectionGroup for
this ConnectionGroup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractUser.html#setPassword-java.lang.String-">setPassword(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractUser.html" title="class in org.glyptodon.guacamole.net.auth">AbstractUser</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Credentials.html#setPassword-java.lang.String-">setPassword(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth">Credentials</a></dt>
<dd>
<div class="block">Sets the password associated with this set of credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/User.html#setPassword-java.lang.String-">setPassword(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth">User</a></dt>
<dd>
<div class="block">Sets this user's password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#setPermissions-java.util.Set-">setPermissions(Set<ObjectPermission>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd>
<div class="block">Sets the Set which backs this SimpleObjectPermissionSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html#setPermissions-java.util.Set-">setPermissions(Set<SystemPermission>)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleSystemPermissionSet</a></dt>
<dd>
<div class="block">Sets the Set which backs this SimpleSystemPermissionSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#setRemoteHost-java.lang.String-">setRemoteHost(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#setRemoteHost-java.lang.String-">setRemoteHost(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Sets the hostname or IP address of the remote host that initiated the
connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Credentials.html#setRequest-javax.servlet.http.HttpServletRequest-">setRequest(HttpServletRequest)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth">Credentials</a></dt>
<dd>
<div class="block">Sets the HttpServletRequest associated with this set of credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Credentials.html#setSession-javax.servlet.http.HttpSession-">setSession(HttpSession)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth">Credentials</a></dt>
<dd>
<div class="block">Sets the HttpSession associated with this set of credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#setStartDate-java.util.Date-">setStartDate(Date)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#setStartDate-java.util.Date-">setStartDate(Date)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Sets the date and time the connection began.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/FieldOption.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/FieldOption.html" title="class in org.glyptodon.guacamole.form">FieldOption</a></dt>
<dd>
<div class="block">Sets the human-readable title describing the effect of this option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/token/TokenFilter.html#setToken-java.lang.String-java.lang.String-">setToken(String, String)</a></span> - Method in class org.glyptodon.guacamole.token.<a href="org/glyptodon/guacamole/token/TokenFilter.html" title="class in org.glyptodon.guacamole.token">TokenFilter</a></dt>
<dd>
<div class="block">Sets the token having the given name to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/token/TokenFilter.html#setTokens-java.util.Map-">setTokens(Map<String, String>)</a></span> - Method in class org.glyptodon.guacamole.token.<a href="org/glyptodon/guacamole/token/TokenFilter.html" title="class in org.glyptodon.guacamole.token">TokenFilter</a></dt>
<dd>
<div class="block">Replaces all current token values with the contents of the given map,
where each map key represents a token name, and each map value
represents a token value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#setTunnel-org.glyptodon.guacamole.net.GuacamoleTunnel-">setTunnel(GuacamoleTunnel)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#setTunnel-org.glyptodon.guacamole.net.GuacamoleTunnel-">setTunnel(GuacamoleTunnel)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Sets the connected GuacamoleTunnel being used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.html#setType-java.lang.String-">setType(String)</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.html" title="class in org.glyptodon.guacamole.form">Field</a></dt>
<dd>
<div class="block">Sets the type of this field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html#setType-org.glyptodon.guacamole.net.auth.ConnectionGroup.Type-">setType(ConnectionGroup.Type)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth">AbstractConnectionGroup</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html#setType-org.glyptodon.guacamole.net.auth.ConnectionGroup.Type-">setType(ConnectionGroup.Type)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.html" title="interface in org.glyptodon.guacamole.net.auth">ConnectionGroup</a></dt>
<dd>
<div class="block">Set the type of this ConnectionGroup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html#setUsername-java.lang.String-">setUsername(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AbstractActiveConnection.html" title="class in org.glyptodon.guacamole.net.auth">AbstractActiveConnection</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html#setUsername-java.lang.String-">setUsername(String)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ActiveConnection.html" title="interface in org.glyptodon.guacamole.net.auth">ActiveConnection</a></dt>
<dd>
<div class="block">Sets the name of the user who is using this connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Credentials.html#setUsername-java.lang.String-">setUsername(String)</a></span> - Method in class org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Credentials.html" title="class in org.glyptodon.guacamole.net.auth">Credentials</a></dt>
<dd>
<div class="block">Sets the username associated with this set of credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/FieldOption.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/FieldOption.html" title="class in org.glyptodon.guacamole.form">FieldOption</a></dt>
<dd>
<div class="block">Sets the value that will be assigned if this option is chosen.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleAuthenticationProvider</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">Provides means of retrieving a set of named GuacamoleConfigurations for a
given Credentials object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html#SimpleAuthenticationProvider--">SimpleAuthenticationProvider()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleAuthenticationProvider</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleConnection</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">An extremely basic Connection implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html#SimpleConnection--">SimpleConnection()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnection</a></dt>
<dd>
<div class="block">Creates a completely uninitialized SimpleConnection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html#SimpleConnection-java.lang.String-java.lang.String-org.glyptodon.guacamole.protocol.GuacamoleConfiguration-">SimpleConnection(String, String, GuacamoleConfiguration)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnection.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnection</a></dt>
<dd>
<div class="block">Creates a new SimpleConnection having the given identifier and
GuacamoleConfiguration.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleConnectionDirectory</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">An extremely simple read-only implementation of a Directory of
GuacamoleConfigurations which provides access to a pre-defined Map of
GuacamoleConfigurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html#SimpleConnectionDirectory-java.util.Collection-">SimpleConnectionDirectory(Collection<Connection>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionDirectory</a></dt>
<dd>
<div class="block">Creates a new SimpleConnectionDirectory which provides access to the
connections contained within the given Map.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleConnectionGroup</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">An extremely simple read-only implementation of a ConnectionGroup which
returns the connection and connection group identifiers it was constructed
with.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html#SimpleConnectionGroup-java.lang.String-java.lang.String-java.util.Collection-java.util.Collection-">SimpleConnectionGroup(String, String, Collection<String>, Collection<String>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroup</a></dt>
<dd>
<div class="block">Creates a new SimpleConnectionGroup having the given name and identifier
which will expose the given contents.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleConnectionGroupDirectory</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">An extremely simple read-only implementation of a Directory of
ConnectionGroup which provides which provides access to a pre-defined
Collection of ConnectionGroups.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html#SimpleConnectionGroupDirectory-java.util.Collection-">SimpleConnectionGroupDirectory(Collection<ConnectionGroup>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleConnectionGroupDirectory</a></dt>
<dd>
<div class="block">Creates a new SimpleConnectionGroupDirectory which contains the given
groups.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleDirectory</span></a><<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="type parameter in SimpleDirectory">ObjectType</a>> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">An extremely simple read-only implementation of a Directory which provides
access to a pre-defined Map of arbitrary objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#SimpleDirectory--">SimpleDirectory()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd>
<div class="block">Creates a new empty SimpleDirectory which does not provide access to
any objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#SimpleDirectory-java.util.Map-">SimpleDirectory(Map<String, ObjectType>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd>
<div class="block">Creates a new SimpleDirectory which provides access to the objects
contained within the given Map.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleObjectPermissionSet</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">A read-only implementation of ObjectPermissionSet which uses a backing Set
of Permissions to determine which permissions are present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#SimpleObjectPermissionSet--">SimpleObjectPermissionSet()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd>
<div class="block">Creates a new empty SimpleObjectPermissionSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html#SimpleObjectPermissionSet-java.util.Set-">SimpleObjectPermissionSet(Set<ObjectPermission>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleObjectPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleObjectPermissionSet</a></dt>
<dd>
<div class="block">Creates a new SimpleObjectPermissionSet which contains the permissions
within the given Set.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleSystemPermissionSet</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">A read-only implementation of SystemPermissionSet which uses a backing Set
of Permissions to determine which permissions are present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html#SimpleSystemPermissionSet--">SimpleSystemPermissionSet()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleSystemPermissionSet</a></dt>
<dd>
<div class="block">Creates a new empty SimpleSystemPermissionSet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html#SimpleSystemPermissionSet-java.util.Set-">SimpleSystemPermissionSet(Set<SystemPermission>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleSystemPermissionSet.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleSystemPermissionSet</a></dt>
<dd>
<div class="block">Creates a new SimpleSystemPermissionSet which contains the permissions
within the given Set.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleUser</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">An extremely basic User implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html#SimpleUser--">SimpleUser()</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dt>
<dd>
<div class="block">Creates a completely uninitialized SimpleUser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html#SimpleUser-java.lang.String-java.util.Collection-java.util.Collection-">SimpleUser(String, Collection<String>, Collection<String>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUser.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUser</a></dt>
<dd>
<div class="block">Creates a new SimpleUser having the given username and READ access to
the connections and groups having the given identifiers.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleUserContext</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">An extremely simple UserContext implementation which provides access to
a defined and restricted set of GuacamoleConfigurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#SimpleUserContext-java.util.Map-">SimpleUserContext(Map<String, GuacamoleConfiguration>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd>
<div class="block">Creates a new SimpleUserContext which provides access to only those
configurations within the given Map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html#SimpleUserContext-java.lang.String-java.util.Map-">SimpleUserContext(String, Map<String, GuacamoleConfiguration>)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserContext.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserContext</a></dt>
<dd>
<div class="block">Creates a new SimpleUserContext for the user with the given username
which provides access to only those configurations within the given Map.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple"><span class="typeNameLink">SimpleUserDirectory</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/simple/package-summary.html">org.glyptodon.guacamole.net.auth.simple</a></dt>
<dd>
<div class="block">An extremely simple read-only implementation of a Directory of Users which
provides access to a single pre-defined User.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserDirectory.html#SimpleUserDirectory-org.glyptodon.guacamole.net.auth.User-">SimpleUserDirectory(User)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleUserDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleUserDirectory</a></dt>
<dd>
<div class="block">Creates a new SimpleUserDirectory which provides access to the single
user provided.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/token/StandardTokens.html" title="class in org.glyptodon.guacamole.token"><span class="typeNameLink">StandardTokens</span></a> - Class in <a href="org/glyptodon/guacamole/token/package-summary.html">org.glyptodon.guacamole.token</a></dt>
<dd>
<div class="block">Utility class which provides access to standardized token names, as well as
facilities for generating those tokens from common objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/xml/DocumentHandler.html#startElement-java.lang.String-java.lang.String-java.lang.String-org.xml.sax.Attributes-">startElement(String, String, String, Attributes)</a></span> - Method in class org.glyptodon.guacamole.xml.<a href="org/glyptodon/guacamole/xml/DocumentHandler.html" title="class in org.glyptodon.guacamole.xml">DocumentHandler</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/properties/StringGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="typeNameLink">StringGuacamoleProperty</span></a> - Class in <a href="org/glyptodon/guacamole/properties/package-summary.html">org.glyptodon.guacamole.properties</a></dt>
<dd>
<div class="block">A GuacamoleProperty whose value is a simple string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/properties/StringGuacamoleProperty.html#StringGuacamoleProperty--">StringGuacamoleProperty()</a></span> - Constructor for class org.glyptodon.guacamole.properties.<a href="org/glyptodon/guacamole/properties/StringGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties">StringGuacamoleProperty</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission"><span class="typeNameLink">SystemPermission</span></a> - Class in <a href="org/glyptodon/guacamole/net/auth/permission/package-summary.html">org.glyptodon.guacamole.net.auth.permission</a></dt>
<dd>
<div class="block">A permission which affects the system as a whole, rather than an individual
object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.html#SystemPermission-org.glyptodon.guacamole.net.auth.permission.SystemPermission.Type-">SystemPermission(SystemPermission.Type)</a></span> - Constructor for class org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.html" title="class in org.glyptodon.guacamole.net.auth.permission">SystemPermission</a></dt>
<dd>
<div class="block">Creates a new SystemPermission with the given
type.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.Type.html" title="enum in org.glyptodon.guacamole.net.auth.permission"><span class="typeNameLink">SystemPermission.Type</span></a> - Enum in <a href="org/glyptodon/guacamole/net/auth/permission/package-summary.html">org.glyptodon.guacamole.net.auth.permission</a></dt>
<dd>
<div class="block">Specific types of system-level permissions.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermissionSet.html" title="interface in org.glyptodon.guacamole.net.auth.permission"><span class="typeNameLink">SystemPermissionSet</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/permission/package-summary.html">org.glyptodon.guacamole.net.auth.permission</a></dt>
<dd>
<div class="block">A set of permissions which affects the system as a whole.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="org/glyptodon/guacamole/xml/TagHandler.html" title="interface in org.glyptodon.guacamole.xml"><span class="typeNameLink">TagHandler</span></a> - Interface in <a href="org/glyptodon/guacamole/xml/package-summary.html">org.glyptodon.guacamole.xml</a></dt>
<dd>
<div class="block">A simple element-level event handler for events triggered by the
SAX-driven DocumentHandler parser.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.Type.html#TEXT">TEXT</a></span> - Static variable in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.Type.html" title="class in org.glyptodon.guacamole.form">Field.Type</a></dt>
<dd>
<div class="block">A text field, accepting arbitrary values.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/TextField.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">TextField</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Represents a basic text field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/TextField.html#TextField-java.lang.String-">TextField(String)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/TextField.html" title="class in org.glyptodon.guacamole.form">TextField</a></dt>
<dd>
<div class="block">Creates a new TextField with the given name.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/token/TokenFilter.html" title="class in org.glyptodon.guacamole.token"><span class="typeNameLink">TokenFilter</span></a> - Class in <a href="org/glyptodon/guacamole/token/package-summary.html">org.glyptodon.guacamole.token</a></dt>
<dd>
<div class="block">Filtering object which replaces tokens of the form "${TOKEN_NAME}" with
their corresponding values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/token/TokenFilter.html#TokenFilter--">TokenFilter()</a></span> - Constructor for class org.glyptodon.guacamole.token.<a href="org/glyptodon/guacamole/token/TokenFilter.html" title="class in org.glyptodon.guacamole.token">TokenFilter</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/listener/TunnelCloseListener.html#tunnelClosed-org.glyptodon.guacamole.net.event.TunnelCloseEvent-">tunnelClosed(TunnelCloseEvent)</a></span> - Method in interface org.glyptodon.guacamole.net.event.listener.<a href="org/glyptodon/guacamole/net/event/listener/TunnelCloseListener.html" title="interface in org.glyptodon.guacamole.net.event.listener">TunnelCloseListener</a></dt>
<dd>
<div class="block">Event hook which fires immediately after an existing tunnel is closed.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/TunnelCloseEvent.html" title="class in org.glyptodon.guacamole.net.event"><span class="typeNameLink">TunnelCloseEvent</span></a> - Class in <a href="org/glyptodon/guacamole/net/event/package-summary.html">org.glyptodon.guacamole.net.event</a></dt>
<dd>
<div class="block">An event which is triggered whenever a tunnel is being closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/TunnelCloseEvent.html#TunnelCloseEvent-org.glyptodon.guacamole.net.auth.UserContext-org.glyptodon.guacamole.net.auth.Credentials-org.glyptodon.guacamole.net.GuacamoleTunnel-">TunnelCloseEvent(UserContext, Credentials, GuacamoleTunnel)</a></span> - Constructor for class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/TunnelCloseEvent.html" title="class in org.glyptodon.guacamole.net.event">TunnelCloseEvent</a></dt>
<dd>
<div class="block">Creates a new TunnelCloseEvent which represents the closing of the
given tunnel via a request associated with the given credentials.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/listener/TunnelCloseListener.html" title="interface in org.glyptodon.guacamole.net.event.listener"><span class="typeNameLink">TunnelCloseListener</span></a> - Interface in <a href="org/glyptodon/guacamole/net/event/listener/package-summary.html">org.glyptodon.guacamole.net.event.listener</a></dt>
<dd>
<div class="block">A listener whose tunnelClosed() hook will fire immediately after an
existing tunnel is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/listener/TunnelConnectListener.html#tunnelConnected-org.glyptodon.guacamole.net.event.TunnelConnectEvent-">tunnelConnected(TunnelConnectEvent)</a></span> - Method in interface org.glyptodon.guacamole.net.event.listener.<a href="org/glyptodon/guacamole/net/event/listener/TunnelConnectListener.html" title="interface in org.glyptodon.guacamole.net.event.listener">TunnelConnectListener</a></dt>
<dd>
<div class="block">Event hook which fires immediately after a new tunnel is connected.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/TunnelConnectEvent.html" title="class in org.glyptodon.guacamole.net.event"><span class="typeNameLink">TunnelConnectEvent</span></a> - Class in <a href="org/glyptodon/guacamole/net/event/package-summary.html">org.glyptodon.guacamole.net.event</a></dt>
<dd>
<div class="block">An event which is triggered whenever a tunnel is being connected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/event/TunnelConnectEvent.html#TunnelConnectEvent-org.glyptodon.guacamole.net.auth.UserContext-org.glyptodon.guacamole.net.auth.Credentials-org.glyptodon.guacamole.net.GuacamoleTunnel-">TunnelConnectEvent(UserContext, Credentials, GuacamoleTunnel)</a></span> - Constructor for class org.glyptodon.guacamole.net.event.<a href="org/glyptodon/guacamole/net/event/TunnelConnectEvent.html" title="class in org.glyptodon.guacamole.net.event">TunnelConnectEvent</a></dt>
<dd>
<div class="block">Creates a new TunnelConnectEvent which represents the connecting of the
given tunnel via a request associated with the given credentials.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/listener/TunnelConnectListener.html" title="interface in org.glyptodon.guacamole.net.event.listener"><span class="typeNameLink">TunnelConnectListener</span></a> - Interface in <a href="org/glyptodon/guacamole/net/event/listener/package-summary.html">org.glyptodon.guacamole.net.event.listener</a></dt>
<dd>
<div class="block">A listener whose tunnelConnected() hook will fire immediately after a new
tunnel is connected.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/TunnelEvent.html" title="interface in org.glyptodon.guacamole.net.event"><span class="typeNameLink">TunnelEvent</span></a> - Interface in <a href="org/glyptodon/guacamole/net/event/package-summary.html">org.glyptodon.guacamole.net.event</a></dt>
<dd>
<div class="block">Abstract basis for events associated with tunnels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.Type.html#Type--">Type()</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.Type.html" title="class in org.glyptodon.guacamole.form">Field.Type</a></dt>
<dd> </dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/token/TokenFilter.html#unsetToken-java.lang.String-">unsetToken(String)</a></span> - Method in class org.glyptodon.guacamole.token.<a href="org/glyptodon/guacamole/token/TokenFilter.html" title="class in org.glyptodon.guacamole.token">TokenFilter</a></dt>
<dd>
<div class="block">Removes the value of the token with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/Directory.html#update-ObjectType-">update(ObjectType)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/Directory.html" title="interface in org.glyptodon.guacamole.net.auth">Directory</a></dt>
<dd>
<div class="block">Updates the stored object with the data contained in the given object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html#update-ObjectType-">update(ObjectType)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleDirectory.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleDirectory</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/AuthenticationProvider.html#updateUserContext-org.glyptodon.guacamole.net.auth.UserContext-org.glyptodon.guacamole.net.auth.Credentials-">updateUserContext(UserContext, Credentials)</a></span> - Method in interface org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/AuthenticationProvider.html" title="interface in org.glyptodon.guacamole.net.auth">AuthenticationProvider</a></dt>
<dd>
<div class="block">Returns a new or updated UserContext for the user authorized by the
give credentials and having the given existing UserContext.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html#updateUserContext-org.glyptodon.guacamole.net.auth.UserContext-org.glyptodon.guacamole.net.auth.Credentials-">updateUserContext(UserContext, Credentials)</a></span> - Method in class org.glyptodon.guacamole.net.auth.simple.<a href="org/glyptodon/guacamole/net/auth/simple/SimpleAuthenticationProvider.html" title="class in org.glyptodon.guacamole.net.auth.simple">SimpleAuthenticationProvider</a></dt>
<dd> </dd>
<dt><a href="org/glyptodon/guacamole/net/auth/User.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">User</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">A user of the Guacamole web application.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/auth/UserContext.html" title="interface in org.glyptodon.guacamole.net.auth"><span class="typeNameLink">UserContext</span></a> - Interface in <a href="org/glyptodon/guacamole/net/auth/package-summary.html">org.glyptodon.guacamole.net.auth</a></dt>
<dd>
<div class="block">The context of an active user.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/net/event/UserEvent.html" title="interface in org.glyptodon.guacamole.net.event"><span class="typeNameLink">UserEvent</span></a> - Interface in <a href="org/glyptodon/guacamole/net/event/package-summary.html">org.glyptodon.guacamole.net.event</a></dt>
<dd>
<div class="block">Abstract basis for events which may have an associated UserContext when
triggered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/Field.Type.html#USERNAME">USERNAME</a></span> - Static variable in class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/Field.Type.html" title="class in org.glyptodon.guacamole.form">Field.Type</a></dt>
<dd>
<div class="block">A username field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html#USERNAME">USERNAME</a></span> - Static variable in class org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html" title="class in org.glyptodon.guacamole.net.auth.credentials">CredentialsInfo</a></dt>
<dd>
<div class="block">A field describing the username HTTP parameter expected by Guacamole
during login, if usernames are being used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html#USERNAME_PASSWORD">USERNAME_PASSWORD</a></span> - Static variable in class org.glyptodon.guacamole.net.auth.credentials.<a href="org/glyptodon/guacamole/net/auth/credentials/CredentialsInfo.html" title="class in org.glyptodon.guacamole.net.auth.credentials">CredentialsInfo</a></dt>
<dd>
<div class="block">CredentialsInfo object which describes standard username/password
credentials.</div>
</dd>
<dt><a href="org/glyptodon/guacamole/form/UsernameField.html" title="class in org.glyptodon.guacamole.form"><span class="typeNameLink">UsernameField</span></a> - Class in <a href="org/glyptodon/guacamole/form/package-summary.html">org.glyptodon.guacamole.form</a></dt>
<dd>
<div class="block">Represents a text field which will contain the uniquely-identifying name of
a user.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/form/UsernameField.html#UsernameField-java.lang.String-">UsernameField(String)</a></span> - Constructor for class org.glyptodon.guacamole.form.<a href="org/glyptodon/guacamole/form/UsernameField.html" title="class in org.glyptodon.guacamole.form">UsernameField</a></dt>
<dd>
<div class="block">Creates a new UsernameField with the given name.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.Type.html" title="enum in org.glyptodon.guacamole.net.auth">ConnectionGroup.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.Type.html" title="enum in org.glyptodon.guacamole.net.auth.permission">ObjectPermission.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.Type.html" title="enum in org.glyptodon.guacamole.net.auth.permission">SystemPermission.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.Type.html#values--">values()</a></span> - Static method in enum org.glyptodon.guacamole.net.auth.<a href="org/glyptodon/guacamole/net/auth/ConnectionGroup.Type.html" title="enum in org.glyptodon.guacamole.net.auth">ConnectionGroup.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.Type.html#values--">values()</a></span> - Static method in enum org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/ObjectPermission.Type.html" title="enum in org.glyptodon.guacamole.net.auth.permission">ObjectPermission.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.Type.html#values--">values()</a></span> - Static method in enum org.glyptodon.guacamole.net.auth.permission.<a href="org/glyptodon/guacamole/net/auth/permission/SystemPermission.Type.html" title="enum in org.glyptodon.guacamole.net.auth.permission">SystemPermission.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</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:H">H</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</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>Use</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 ======= -->
<p class="legalCopy"><small>Copyright © 2015. All rights reserved.</small></p>
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75289145-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</body>
</html>
| mike-jumper/incubator-guacamole-website | doc/0.9.7/guacamole-ext/index-all.html | HTML | apache-2.0 | 203,321 |
<a href='https://github.com/angular/angular.js/edit/v1.6.x/src/Angular.js?message=docs(angular.isArray)%3A%20describe%20your%20change...#L630' 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.6.2/src/Angular.js#L630' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">angular.isArray</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- function in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>Determines if a reference is an <code>Array</code>. Alias of Array.isArray.</p>
</div>
<div>
<h2 id="usage">Usage</h2>
<p><code>angular.isArray(value);</code></p>
<section class="api-section">
<h3>Arguments</h3>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
value
</td>
<td>
<a href="" class="label type-hint type-hint-object">*</a>
</td>
<td>
<p>Reference to check.</p>
</td>
</tr>
</tbody>
</table>
</section>
<h3>Returns</h3>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-boolean">boolean</a></td>
<td><p>True if <code>value</code> is an <code>Array</code>.</p>
</td>
</tr>
</table>
</div>
| chdyi/Angular.js | BookStore/app/framework/angular-1.6.2/docs/partials/api/ng/function/angular.isArray.html | HTML | apache-2.0 | 1,719 |
<aside class="bg-dark">
<div class="container text-center">
<div class="call-to-action">
<h2>Consultez les disponibilités en 2015-2016</h2>
<a href="#contact" class="btn btn-default btn-xl wow tada">Plus d'infos</a>
</div>
</div>
</aside>
| leschoucas/leschoucas.github.io | _includes/x-default/aside.html | HTML | apache-2.0 | 304 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>WhiteNoise::pan() \ Language (API) \ Processing 2+</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content="Processing Foundation" />
<meta name="Publisher" content="Processing Foundation" />
<meta name="Keywords" content="Processing, Sketchbook, Programming, Coding, Code, Art, Design" />
<meta name="Description" content="Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology." />
<meta name="Copyright" content="All contents copyright the Processing Foundation, Ben Fry, Casey Reas, and the MIT Media Laboratory" />
<script src="../../javascript/modernizr-2.6.2.touch.js" type="text/javascript"></script>
<link href="../../css/style.css" rel="stylesheet" type="text/css" />
</head>
<body id="Langauge-en" onload="" >
<!-- ==================================== PAGE ============================ -->
<div id="container">
<!-- ==================================== HEADER ============================ -->
<div id="ribbon">
<ul class="left">
<li class="highlight"><a href="http://processing.org/">Processing</a></li>
<li><a href="http://p5js.org/">p5.js</a></li>
<li><a href="http://py.processing.org/">Processing.py</a></li>
</ul>
<ul class="right">
<li><a href="https://processingfoundation.org/">Processing Foundation</a></li>
</ul>
<div class="clear"></div>
</div>
<div id="header">
<a href="/" title="Back to the Processing cover."><div class="processing-logo no-cover" alt="Processing cover"></div></a>
<form name="search" method="get" action="//www.google.com/search">
<p><input type="hidden" name="as_sitesearch" value="processing.org" />
<input type="text" name="as_q" value="" size="20" class="text" />
<input type="submit" value=" " /></p>
</form>
</div>
<a id="TOP" name="TOP"></a>
<div id="navigation">
<div class="navBar" id="mainnav">
<a href="../../index.html" >Language</a><br>
<a href="../../libraries/index.html" class='active'>Libraries</a><br>
<a href="../../tools/index.html">Tools</a><br>
<a href="../../environment/index.html">Environment</a><br>
</div>
<script> document.querySelectorAll(".processing-logo")[0].className = "processing-logo"; </script>
</div>
<!-- ==================================== CONTENT - Headers ============================ -->
<div class="content">
<p class="ref-notice">This reference is for Processing 3.0+. If you have a previous version, use the reference included with your software in the Help menu. If you see any errors or have suggestions, <a href="https://github.com/processing/processing-docs/issues?state=open">please let us know</a>. If you prefer a more technical reference, visit the <a href="http://processing.github.io/processing-javadocs/core/">Processing Core Javadoc</a> and <a href="http://processing.github.io/processing-javadocs/libraries/">Libraries Javadoc</a>.</p>
<table cellpadding="0" cellspacing="0" border="0" class="ref-item">
<tr class=""><th scope="row">Class</th><td><p><a href="WhiteNoise.html">WhiteNoise</a></p></td></tr>
<tr class="name-row">
<th scope="row">Name</th>
<td><h3>pan()</h3></td>
</tr>
<tr class="">
<tr class=""><th scope="row">Examples</th><td><div class="example"><pre >
import processing.sound.*;
WhiteNoise noise;
void setup() {
size(640, 360);
background(255);
// Create the noise generator
noise = new WhiteNoise(this);
noise.play();
}
void draw() {
// Map mouseX from -1.0 to 1.0 for left to right
noise.pan(map(mouseX, 0, width, -1.0, 1.0));
}
</pre></div>
</td></tr>
<tr class="">
<th scope="row">Description</th>
<td>
Pan the generator in a stereo panorama. -1.0 pans to the left channel and 1.0 to the right channel.
</td>
</tr>
<tr class=""><th scope="row">Syntax</th><td><pre><kbd></kbd>.pan(<kbd>pos</kbd>)</pre></td></tr>
<tr class=""> <th scope="row">Parameters</th><td><table cellpadding="0" cellspacing="0" border="0"><tr class="">
<th scope="row" class="code">pos</th>
<td>float: Pan the generator in stereo panorama. Allowed values are between -1.0 and 1.0.</td>
</tr></table></td> </tr>
<tr class=""><th scope="row">Returns</th><td class="code">void</td></tr>
</table>
Updated on February 10, 2016 00:49:47am EST<br /><br />
<!-- Creative Commons License -->
<div class="license">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border: none" src="http://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
</div>
<!--
<?xpacket begin='' id=''?>
<x:xmpmeta xmlns:x='adobe:ns:meta/'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<rdf:Description rdf:about=''
xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/'>
<xapRights:Marked>True</xapRights:Marked>
</rdf:Description>
<rdf:Description rdf:about=''
xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/'
>
<xapRights:UsageTerms>
<rdf:Alt>
<rdf:li xml:lang='x-default' >This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</rdf:li>
<rdf:li xml:lang='en' >This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</rdf:li>
</rdf:Alt>
</xapRights:UsageTerms>
</rdf:Description>
<rdf:Description rdf:about=''
xmlns:cc='http://creativecommons.org/ns#'>
<cc:license rdf:resource='http://creativecommons.org/licenses/by-nc-sa/4.0/'/>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end='r'?>
-->
</div>
<!-- ==================================== FOOTER ============================ -->
<div id="footer">
<div id="copyright">Processing is an open project intiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="http://processing.org/about/people/">team of volunteers</a>.</div>
<div id="colophon">
<a href="../../copyright.html">© Info</a>
</div>
</div>
</div>
<script src="../../javascript/jquery-1.9.1.min.js"></script>
<script src="../../javascript/site.js" type="text/javascript"></script>
</body>
</html>
| evgeniy-storozhenko/parking-finder | 3rdParty/processing-3.0.2-windows64/modes/java/reference/libraries/sound/WhiteNoise_pan_.html | HTML | apache-2.0 | 6,959 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>OpenNI 2.0: OpenNI Overview</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="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="OpenNILogo.bmp"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">OpenNI 2.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.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><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">OpenNI Overview </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>This overview comprises the following major sections:</p>
<ul>
<li><a class="el" href="getting_started.html">Getting Started</a></li>
<li><a class="el" href="conventions_cpp.html">C++ API Conventions</a></li>
<li><a class="el" href="legal.html">Legal Stuff & Acknowledgments</a></li>
<li><a class="el" href="release_notes.html">Release Notes</a> </li>
</ul>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jun 10 2015 18:30:04 for OpenNI 2.0 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| mhaut/openni2 | Source/Documentation/html/index.html | HTML | apache-2.0 | 2,357 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Atmosphere WebSocket Chat</title>
<script type="text/javascript" src="jquery/jquery-2.0.3.js"></script>
<script type="text/javascript" src="jquery/jquery.atmosphere.js"></script>
<script type="text/javascript" src="jquery/application.js"></script>
<style>
* {font-family: tahoma; font-size: 12px; padding: 0px; margin: 0px;}
p {line-height: 18px;}
div {width: 500px; margin-left: auto; margin-right: auto;}
#content {padding: 5px; background: #ddd; border-radius: 5px; border: 1px solid #CCC; margin-top: 10px;}
#header {padding: 5px; background: #f5deb3; border-radius: 5px; border: 1px solid #CCC; margin-top: 10px;}
#input {border-radius: 2px; border: 1px solid #ccc; margin-top: 10px; padding: 5px; width: 400px;}
#status {width: 88px; display: block; float: left; margin-top: 15px;}
</style>
</head>
<body>
<div id="header"><h3>Atmosphere WebSocket ONLY Chat</h3></div>
<div id="content"></div>
<div>
<span id="status">Connecting...</span>
<input type="text" id="input" disabled="disabled"/>
</div>
</body>
</html> | ydsakyclguozi/atmosphere-samples | samples/websocket-chat/src/main/webapp/index.html | HTML | apache-2.0 | 1,167 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>JDK14AdapterLoggerNameTest xref</title>
<link type="text/css" rel="stylesheet" href="../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../testapidocs/org/slf4j/impl/JDK14AdapterLoggerNameTest.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> * Copyright (c) 2004-2011 QOS.ch</em>
<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> * All rights reserved.</em>
<a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * Permission is hereby granted, free of charge, to any person obtaining</em>
<a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * a copy of this software and associated documentation files (the</em>
<a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * "Software"), to deal in the Software without restriction, including</em>
<a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * without limitation the rights to use, copy, modify, merge, publish,</em>
<a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_javadoccomment"> * distribute, sublicense, and/or sell copies of the Software, and to</em>
<a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> * permit persons to whom the Software is furnished to do so, subject to</em>
<a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> * the following conditions:</em>
<a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * The above copyright notice and this permission notice shall be</em>
<a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * included in all copies or substantial portions of the Software.</em>
<a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,</em>
<a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_javadoccomment"> * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</em>
<a class="jxr_linenumber" name="18" href="#18">18</a> <em class="jxr_javadoccomment"> * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND</em>
<a class="jxr_linenumber" name="19" href="#19">19</a> <em class="jxr_javadoccomment"> * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE</em>
<a class="jxr_linenumber" name="20" href="#20">20</a> <em class="jxr_javadoccomment"> * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION</em>
<a class="jxr_linenumber" name="21" href="#21">21</a> <em class="jxr_javadoccomment"> * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION</em>
<a class="jxr_linenumber" name="22" href="#22">22</a> <em class="jxr_javadoccomment"> * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</em>
<a class="jxr_linenumber" name="23" href="#23">23</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="24" href="#24">24</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="25" href="#25">25</a> <strong class="jxr_keyword">package</strong> org.slf4j.impl;
<a class="jxr_linenumber" name="26" href="#26">26</a>
<a class="jxr_linenumber" name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> java.util.logging.Handler;
<a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">import</strong> java.util.logging.LogRecord;
<a class="jxr_linenumber" name="29" href="#29">29</a> <strong class="jxr_keyword">import</strong> java.util.logging.Logger;
<a class="jxr_linenumber" name="30" href="#30">30</a>
<a class="jxr_linenumber" name="31" href="#31">31</a> <strong class="jxr_keyword">import</strong> junit.framework.TestCase;
<a class="jxr_linenumber" name="32" href="#32">32</a>
<a class="jxr_linenumber" name="33" href="#33">33</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../org/slf4j/impl/JDK14AdapterLoggerNameTest.html">JDK14AdapterLoggerNameTest</a> <strong class="jxr_keyword">extends</strong> TestCase {
<a class="jxr_linenumber" name="34" href="#34">34</a> <strong class="jxr_keyword">private</strong> <a href="../../../org/slf4j/impl/JDK14AdapterLoggerNameTest.html">MockHandler</a> mockHandler;
<a class="jxr_linenumber" name="35" href="#35">35</a>
<a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> setUp() <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="37" href="#37">37</a> <strong class="jxr_keyword">super</strong>.setUp();
<a class="jxr_linenumber" name="38" href="#38">38</a> Logger logger = Logger.getLogger(<span class="jxr_string">"TEST"</span>);
<a class="jxr_linenumber" name="39" href="#39">39</a> mockHandler = <strong class="jxr_keyword">new</strong> <a href="../../../org/slf4j/impl/JDK14AdapterLoggerNameTest.html">MockHandler</a>();
<a class="jxr_linenumber" name="40" href="#40">40</a> removeHandlers(logger);
<a class="jxr_linenumber" name="41" href="#41">41</a> logger.addHandler(mockHandler);
<a class="jxr_linenumber" name="42" href="#42">42</a> }
<a class="jxr_linenumber" name="43" href="#43">43</a>
<a class="jxr_linenumber" name="44" href="#44">44</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> tearDown() <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="45" href="#45">45</a> removeHandlers(Logger.getLogger(<span class="jxr_string">"TEST"</span>));
<a class="jxr_linenumber" name="46" href="#46">46</a> <strong class="jxr_keyword">super</strong>.tearDown();
<a class="jxr_linenumber" name="47" href="#47">47</a> }
<a class="jxr_linenumber" name="48" href="#48">48</a>
<a class="jxr_linenumber" name="49" href="#49">49</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testLoggerNameusingJdkLogging() <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="50" href="#50">50</a> Logger.getLogger(<span class="jxr_string">"TEST"</span>).info(<span class="jxr_string">"test message"</span>);
<a class="jxr_linenumber" name="51" href="#51">51</a> assertCorrectLoggerName();
<a class="jxr_linenumber" name="52" href="#52">52</a>
<a class="jxr_linenumber" name="53" href="#53">53</a> }
<a class="jxr_linenumber" name="54" href="#54">54</a>
<a class="jxr_linenumber" name="55" href="#55">55</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testLoggerNameUsingSlf4j() <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="56" href="#56">56</a> JDK14LoggerFactory factory = <strong class="jxr_keyword">new</strong> JDK14LoggerFactory();
<a class="jxr_linenumber" name="57" href="#57">57</a> org.slf4j.Logger logger = factory.getLogger(<span class="jxr_string">"TEST"</span>);
<a class="jxr_linenumber" name="58" href="#58">58</a> logger.info(<span class="jxr_string">"test message"</span>);
<a class="jxr_linenumber" name="59" href="#59">59</a> assertCorrectLoggerName();
<a class="jxr_linenumber" name="60" href="#60">60</a> }
<a class="jxr_linenumber" name="61" href="#61">61</a>
<a class="jxr_linenumber" name="62" href="#62">62</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> removeHandlers(Logger logger) {
<a class="jxr_linenumber" name="63" href="#63">63</a> logger.setUseParentHandlers(false);
<a class="jxr_linenumber" name="64" href="#64">64</a> Handler[] handlers = logger.getHandlers();
<a class="jxr_linenumber" name="65" href="#65">65</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i < handlers.length; i++) {
<a class="jxr_linenumber" name="66" href="#66">66</a> logger.removeHandler(handlers[i]);
<a class="jxr_linenumber" name="67" href="#67">67</a> }
<a class="jxr_linenumber" name="68" href="#68">68</a> }
<a class="jxr_linenumber" name="69" href="#69">69</a>
<a class="jxr_linenumber" name="70" href="#70">70</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> assertCorrectLoggerName() {
<a class="jxr_linenumber" name="71" href="#71">71</a> assertNotNull(<span class="jxr_string">"no log record"</span>, mockHandler.record);
<a class="jxr_linenumber" name="72" href="#72">72</a> assertNotNull(<span class="jxr_string">"missing logger name"</span>, mockHandler.record.getLoggerName());
<a class="jxr_linenumber" name="73" href="#73">73</a> }
<a class="jxr_linenumber" name="74" href="#74">74</a>
<a class="jxr_linenumber" name="75" href="#75">75</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">class</strong> <a href="../../../org/slf4j/impl/JDK14AdapterLoggerNameTest.html">MockHandler</a> <strong class="jxr_keyword">extends</strong> java.util.logging.Handler {
<a class="jxr_linenumber" name="76" href="#76">76</a> <strong class="jxr_keyword">public</strong> LogRecord record;
<a class="jxr_linenumber" name="77" href="#77">77</a>
<a class="jxr_linenumber" name="78" href="#78">78</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> close() <strong class="jxr_keyword">throws</strong> SecurityException {
<a class="jxr_linenumber" name="79" href="#79">79</a> }
<a class="jxr_linenumber" name="80" href="#80">80</a>
<a class="jxr_linenumber" name="81" href="#81">81</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> flush() {
<a class="jxr_linenumber" name="82" href="#82">82</a> }
<a class="jxr_linenumber" name="83" href="#83">83</a>
<a class="jxr_linenumber" name="84" href="#84">84</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> publish(LogRecord record) {
<a class="jxr_linenumber" name="85" href="#85">85</a> <strong class="jxr_keyword">this</strong>.record = record;
<a class="jxr_linenumber" name="86" href="#86">86</a> }
<a class="jxr_linenumber" name="87" href="#87">87</a>
<a class="jxr_linenumber" name="88" href="#88">88</a> }
<a class="jxr_linenumber" name="89" href="#89">89</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
| pmikee/gw2tpapp | slf4j-1.7.5/site/xref-test/org/slf4j/impl/JDK14AdapterLoggerNameTest.html | HTML | apache-2.0 | 11,419 |
<body>
Provides the WattDepot Visualization.
</body> | farmers/restlet-oauth-server-example | src/main/java/overview.html | HTML | apache-2.0 | 53 |
<!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_72-internal) on Mon Mar 14 13:22:16 GMT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.taverna.robundle.xml.odf.container.Container.Encryption (Apache Taverna Language APIs (Scufl2, Databundle) 0.15.1-incubating API)</title>
<meta name="date" content="2016-03-14">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.taverna.robundle.xml.odf.container.Container.Encryption (Apache Taverna Language APIs (Scufl2, Databundle) 0.15.1-incubating API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/taverna/robundle/xml/odf/container/class-use/Container.Encryption.html" target="_top">Frames</a></li>
<li><a href="Container.Encryption.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.taverna.robundle.xml.odf.container.Container.Encryption" class="title">Uses of Class<br>org.apache.taverna.robundle.xml.odf.container.Container.Encryption</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Container.Encryption</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.taverna.robundle.xml.odf.container">org.apache.taverna.robundle.xml.odf.container</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.taverna.robundle.xml.odf.container">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Container.Encryption</a> in <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/package-summary.html">org.apache.taverna.robundle.xml.odf.container</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/package-summary.html">org.apache.taverna.robundle.xml.odf.container</a> declared as <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Container.Encryption</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Container.Encryption</a></code></td>
<td class="colLast"><span class="typeNameLabel">Container.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.html#encryption">encryption</a></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/package-summary.html">org.apache.taverna.robundle.xml.odf.container</a> that return <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Container.Encryption</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="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Container.Encryption</a></code></td>
<td class="colLast"><span class="typeNameLabel">ObjectFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/ObjectFactory.html#createContainerEncryption--">createContainerEncryption</a></span>()</code>
<div class="block">Create an instance of <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container"><code>Container.Encryption</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Container.Encryption</a></code></td>
<td class="colLast"><span class="typeNameLabel">Container.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.html#getEncryption--">getEncryption</a></span>()</code>
<div class="block">Gets the value of the encryption property.</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="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/package-summary.html">org.apache.taverna.robundle.xml.odf.container</a> with parameters of type <a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Container.Encryption</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Container.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.html#setEncryption-org.apache.taverna.robundle.xml.odf.container.Container.Encryption-">setEncryption</a></span>(<a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Container.Encryption</a> value)</code>
<div class="block">Sets the value of the encryption property.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/taverna/robundle/xml/odf/container/Container.Encryption.html" title="class in org.apache.taverna.robundle.xml.odf.container">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/taverna/robundle/xml/odf/container/class-use/Container.Encryption.html" target="_top">Frames</a></li>
<li><a href="Container.Encryption.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–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
| apache/incubator-taverna-site | content/javadoc/taverna-language/org/apache/taverna/robundle/xml/odf/container/class-use/Container.Encryption.html | HTML | apache-2.0 | 11,162 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Mon Mar 03 07:21:26 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package org.togglz.core.annotation (Togglz 2.0.1.Final API)</title>
<meta name="date" content="2014-03-03">
<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 org.togglz.core.annotation (Togglz 2.0.1.Final 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?org/togglz/core/annotation/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 org.togglz.core.annotation" class="title">Uses of Package<br>org.togglz.core.annotation</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="../../../../org/togglz/core/annotation/package-summary.html">org.togglz.core.annotation</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.togglz.core.annotation">org.togglz.core.annotation</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.togglz.core.annotation">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../org/togglz/core/annotation/package-summary.html">org.togglz.core.annotation</a> used by <a href="../../../../org/togglz/core/annotation/package-summary.html">org.togglz.core.annotation</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="../../../../org/togglz/core/annotation/class-use/FeatureAttribute.html#org.togglz.core.annotation">FeatureAttribute</a>
<div class="block">
Annotation used to define custom metadata attributes for features.</div>
</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?org/togglz/core/annotation/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 © 2014. All Rights Reserved.</small></p>
</body>
</html>
| togglz/togglz-site | apidocs/2.0.1.Final/org/togglz/core/annotation/package-use.html | HTML | apache-2.0 | 5,438 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Mon Dec 23 09:52:31 EST 2013 -->
<TITLE>
Mapper.MapperType (Apache Ant API)
</TITLE>
<META NAME="date" CONTENT="2013-12-23">
<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="Mapper.MapperType (Apache Ant API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/tools/ant/types/Mapper.html" title="class in org.apache.tools.ant.types"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/tools/ant/types/Parameter.html" title="class in org.apache.tools.ant.types"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/tools/ant/types/Mapper.MapperType.html" target="_top"><B>FRAMES</B></A>
<A HREF="Mapper.MapperType.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="#fields_inherited_from_class_org.apache.tools.ant.types.EnumeratedAttribute">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.tools.ant.types</FONT>
<BR>
Class Mapper.MapperType</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">org.apache.tools.ant.types.EnumeratedAttribute</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tools.ant.types.Mapper.MapperType</B>
</PRE>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../../../org/apache/tools/ant/types/Mapper.html" title="class in org.apache.tools.ant.types">Mapper</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public static class <B>Mapper.MapperType</B><DT>extends <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</A></DL>
</PRE>
<P>
Class as Argument to FileNameMapper.setType.
<P>
<P>
<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>
</TABLE>
<A NAME="fields_inherited_from_class_org.apache.tools.ant.types.EnumeratedAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.types.<A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#value">value</A></CODE></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/apache/tools/ant/types/Mapper.MapperType.html#Mapper.MapperType()">Mapper.MapperType</A></B>()</CODE>
<BR>
Constructor for the MapperType enumeration</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/Mapper.MapperType.html#getImplementation()">getImplementation</A></B>()</CODE>
<BR>
</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/apache/tools/ant/types/Mapper.MapperType.html#getValues()">getValues</A></B>()</CODE>
<BR>
This is the only method a subclass needs to implement.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.tools.ant.types.EnumeratedAttribute"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.types.<A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#containsValue(java.lang.String)">containsValue</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getIndex()">getIndex</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getInstance(java.lang.Class, java.lang.String)">getInstance</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getValue()">getValue</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#indexOfValue(java.lang.String)">indexOfValue</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#setValue(java.lang.String)">setValue</A>, <A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#toString()">toString</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Mapper.MapperType()"><!-- --></A><H3>
Mapper.MapperType</H3>
<PRE>
public <B>Mapper.MapperType</B>()</PRE>
<DL>
<DD>Constructor for the MapperType enumeration
<P>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getValues()"><!-- --></A><H3>
getValues</H3>
<PRE>
public java.lang.String[] <B>getValues</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getValues()">EnumeratedAttribute</A></CODE></B></DD>
<DD>This is the only method a subclass needs to implement.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getValues()">getValues</A></CODE> in class <CODE><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the filenamemapper names</DL>
</DD>
</DL>
<HR>
<A NAME="getImplementation()"><!-- --></A><H3>
getImplementation</H3>
<PRE>
public java.lang.String <B>getImplementation</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>the classname for the filenamemapper name</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/tools/ant/types/Mapper.html" title="class in org.apache.tools.ant.types"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/tools/ant/types/Parameter.html" title="class in org.apache.tools.ant.types"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/tools/ant/types/Mapper.MapperType.html" target="_top"><B>FRAMES</B></A>
<A HREF="Mapper.MapperType.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="#fields_inherited_from_class_org.apache.tools.ant.types.EnumeratedAttribute">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| ladykiller/ant-manual-zh | api/org/apache/tools/ant/types/Mapper.MapperType.html | HTML | apache-2.0 | 14,103 |
<h1>Change Billing Date</h1>
<form action="change-billing-date.php" method="POST">
Subscription ID: <input type="text" name="subid"/>
<input type="submit"/>
</form> | wsmoak/chargify-examples | php/change-billing-date.html | HTML | apache-2.0 | 169 |
<!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_29) on Mon Nov 26 17:21:54 MSK 2012 -->
<TITLE>
Uses of Class org.apache.poi.hssf.util.HSSFColor.RED (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2012-11-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hssf.util.HSSFColor.RED (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/util/HSSFColor.RED.html" title="class in org.apache.poi.hssf.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hssf/util/\class-useHSSFColor.RED.html" target="_top"><B>FRAMES</B></A>
<A HREF="HSSFColor.RED.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.poi.hssf.util.HSSFColor.RED</B></H2>
</CENTER>
No usage of org.apache.poi.hssf.util.HSSFColor.RED
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/util/HSSFColor.RED.html" title="class in org.apache.poi.hssf.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hssf/util/\class-useHSSFColor.RED.html" target="_top"><B>FRAMES</B></A>
<A HREF="HSSFColor.RED.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
| brenthand/Panda | poi-3.9/docs/apidocs/org/apache/poi/hssf/util/class-use/HSSFColor.RED.html | HTML | apache-2.0 | 6,270 |
<html>
<head>
</head>
<body>
Overview description of jump-in handling for external links into OLAT system.
<h3>Introduction</h3>
Jump-in URL are used e.g. in automatic generated emails to add a direct link into OLAT system.
Two jump-in mechanisms exist :<br>
- A new with full-text search introduced-BusinessControl based jump-in.<br>
- Older deprecated with olatResourceable and initialViewIdentifier based jump-in.<br>
Both mechanisms are used in OLAT, but for new implementation you should use the
BusinessControl based jump-in.
<h3>New BusinessControl based jump-in </h3>
Used in DropboxScoringViewController Email.<br>
<br>
Example JumpIn URL :<br>
<code>http://olathost.org/olat/resource/go?resourceurl=[BusinessGroup=123456]</code><br>
This URL opens in OLAT-system a group-tab with group-ID=123456.
<br>
Background : In the fulltext search each resource must have a unique resource-url to link information from search-index to
system-resource. E.g. a forum in a certain group must be adressed. To solve this a BusinessControl was introduced. The
resource-url represent the nessessary clicks to navigate to a resource.<br>
<br>
Resource-url Format :<br>
<code>[RESOURCE_TYPE_1:RESOURCE_ID_1][RESOURCE_TYPE_2:RESOURCE_ID_2][...</code><br>
<br>
Entry-point to resolve jump-in url : NewControllerFactory. The NewControllerFactory resolve the first entry in the resource-url.
Now this could be a business-group or a repository-entry. The appropriate element is loaded and a launch-controller will be created.
The next part of the resource-url will be resolved by the child element.
<br>
<img src="doc-files/JumpIn.png"/>
<h3>Login process with jump-in </h3>
<br>
<img src="doc-files/JumpinLogin.png"/>
<h3>Old jump-in </h3>
Used in notification emails of subscription.<br>
Example JumpIn URL :<br>
<code>http://olathost.org/olat/auth/subs/go?sid=<SUBSCRIPTION_ID>&lr=<LATEST_NEWS_DATE></code><br>
<br>
Entry-point to resolve jump-in url : ControllerFactory
</body>
</html> | srinivasiyerb/Scholst | target/classes/org/olat/core/dispatcher/jumpin/package.html | HTML | apache-2.0 | 2,062 |
<!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_45) on Fri Sep 05 23:35:02 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.lib.wsrs.EnumParam (Apache Hadoop HttpFS 2.5.1 API)
</TITLE>
<META NAME="date" CONTENT="2014-09-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="Uses of Class org.apache.hadoop.lib.wsrs.EnumParam (Apache Hadoop HttpFS 2.5.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/lib/wsrs/EnumParam.html" title="class in org.apache.hadoop.lib.wsrs"><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/lib/wsrs//class-useEnumParam.html" target="_top"><B>FRAMES</B></A>
<A HREF="EnumParam.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.lib.wsrs.EnumParam</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../org/apache/hadoop/lib/wsrs/EnumParam.html" title="class in org.apache.hadoop.lib.wsrs">EnumParam</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.fs.http.server"><B>org.apache.hadoop.fs.http.server</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.fs.http.server"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/hadoop/lib/wsrs/EnumParam.html" title="class in org.apache.hadoop.lib.wsrs">EnumParam</A> in <A HREF="../../../../../../org/apache/hadoop/fs/http/server/package-summary.html">org.apache.hadoop.fs.http.server</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../org/apache/hadoop/lib/wsrs/EnumParam.html" title="class in org.apache.hadoop.lib.wsrs">EnumParam</A> in <A HREF="../../../../../../org/apache/hadoop/fs/http/server/package-summary.html">org.apache.hadoop.fs.http.server</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/fs/http/server/HttpFSParametersProvider.OperationParam.html" title="class in org.apache.hadoop.fs.http.server">HttpFSParametersProvider.OperationParam</A></B></CODE>
<BR>
Class for operation parameter.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/fs/http/server/HttpFSParametersProvider.XAttrEncodingParam.html" title="class in org.apache.hadoop.fs.http.server">HttpFSParametersProvider.XAttrEncodingParam</A></B></CODE>
<BR>
Class for xattr parameter.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/lib/wsrs/EnumParam.html" title="class in org.apache.hadoop.lib.wsrs"><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/lib/wsrs//class-useEnumParam.html" target="_top"><B>FRAMES</B></A>
<A HREF="EnumParam.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 © 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
| jimmypw/hadoop | share/doc/hadoop/hadoop-hdfs-httpfs/apidocs/org/apache/hadoop/lib/wsrs/class-use/EnumParam.html | HTML | apache-2.0 | 8,584 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GInetSocketAddress</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="GIO Reference Manual">
<link rel="up" href="networking.html" title="Lowlevel network support">
<link rel="prev" href="GSocketAddress.html" title="GSocketAddress">
<link rel="next" href="GUnixSocketAddress.html" title="GUnixSocketAddress">
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GSocketAddress.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="networking.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIO Reference Manual</th>
<td><a accesskey="n" href="GUnixSocketAddress.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GInetSocketAddress.synopsis" class="shortcut">Top</a>
|
<a href="#GInetSocketAddress.description" class="shortcut">Description</a>
|
<a href="#GInetSocketAddress.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#GInetSocketAddress.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
<a href="#GInetSocketAddress.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry" title="GInetSocketAddress">
<a name="GInetSocketAddress"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GInetSocketAddress.top_of_page"></a>GInetSocketAddress</span></h2>
<p>GInetSocketAddress — Internet GSocketAddress</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="GInetSocketAddress.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis"> <a class="link" href="GInetSocketAddress.html#GInetSocketAddress-struct" title="GInetSocketAddress">GInetSocketAddress</a>;
<a class="link" href="GSocketAddress.html" title="GSocketAddress"><span class="returnvalue">GSocketAddress</span></a> * <a class="link" href="GInetSocketAddress.html#g-inet-socket-address-new" title="g_inet_socket_address_new ()">g_inet_socket_address_new</a> (<em class="parameter"><code><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> *address</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> port</code></em>);
<a class="link" href="GInetAddress.html" title="GInetAddress"><span class="returnvalue">GInetAddress</span></a> * <a class="link" href="GInetSocketAddress.html#g-inet-socket-address-get-address" title="g_inet_socket_address_get_address ()">g_inet_socket_address_get_address</a> (<em class="parameter"><code><a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress"><span class="type">GInetSocketAddress</span></a> *address</code></em>);
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> <a class="link" href="GInetSocketAddress.html#g-inet-socket-address-get-port" title="g_inet_socket_address_get_port ()">g_inet_socket_address_get_port</a> (<em class="parameter"><code><a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress"><span class="type">GInetSocketAddress</span></a> *address</code></em>);
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="GInetSocketAddress.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----<a class="link" href="GSocketAddress.html" title="GSocketAddress">GSocketAddress</a>
+----GInetSocketAddress
+----<a class="link" href="GProxyAddress.html" title="GProxyAddress">GProxyAddress</a>
</pre>
</div>
<div class="refsect1" title="Implemented Interfaces">
<a name="GInetSocketAddress.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GInetSocketAddress implements
<a class="link" href="GSocketConnectable.html" title="GSocketConnectable">GSocketConnectable</a>.</p>
</div>
<div class="refsect1" title="Properties">
<a name="GInetSocketAddress.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GInetSocketAddress.html#GInetSocketAddress--address" title='The "address" property'>address</a>" <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>* : Read / Write / Construct Only
"<a class="link" href="GInetSocketAddress.html#GInetSocketAddress--port" title='The "port" property'>port</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" title="Description">
<a name="GInetSocketAddress.description"></a><h2>Description</h2>
<p>
An IPv4 or IPv6 socket address; that is, the combination of a
<a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> and a port number.
</p>
</div>
<div class="refsect1" title="Details">
<a name="GInetSocketAddress.details"></a><h2>Details</h2>
<div class="refsect2" title="GInetSocketAddress">
<a name="GInetSocketAddress-struct"></a><h3>GInetSocketAddress</h3>
<pre class="programlisting">typedef struct _GInetSocketAddress GInetSocketAddress;</pre>
<p>
An IPv4 or IPv6 socket address, corresponding to a <span class="type">struct
sockaddr_in</span> or <span class="type">struct sockaddr_in6</span>.
</p>
</div>
<hr>
<div class="refsect2" title="g_inet_socket_address_new ()">
<a name="g-inet-socket-address-new"></a><h3>g_inet_socket_address_new ()</h3>
<pre class="programlisting"><a class="link" href="GSocketAddress.html" title="GSocketAddress"><span class="returnvalue">GSocketAddress</span></a> * g_inet_socket_address_new (<em class="parameter"><code><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> *address</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> port</code></em>);</pre>
<p>
Creates a new <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress"><span class="type">GInetSocketAddress</span></a> for <em class="parameter"><code>address</code></em> and <em class="parameter"><code>port</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>address</code></em> :</span></p></td>
<td>a <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>port</code></em> :</span></p></td>
<td>a port number
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a new <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress"><span class="type">GInetSocketAddress</span></a>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.22</p>
</div>
<hr>
<div class="refsect2" title="g_inet_socket_address_get_address ()">
<a name="g-inet-socket-address-get-address"></a><h3>g_inet_socket_address_get_address ()</h3>
<pre class="programlisting"><a class="link" href="GInetAddress.html" title="GInetAddress"><span class="returnvalue">GInetAddress</span></a> * g_inet_socket_address_get_address (<em class="parameter"><code><a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress"><span class="type">GInetSocketAddress</span></a> *address</code></em>);</pre>
<p>
Gets <em class="parameter"><code>address</code></em>'s <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>address</code></em> :</span></p></td>
<td>a <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress"><span class="type">GInetSocketAddress</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a> for <em class="parameter"><code>address</code></em>, which must be
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a>'d if it will be stored
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.22</p>
</div>
<hr>
<div class="refsect2" title="g_inet_socket_address_get_port ()">
<a name="g-inet-socket-address-get-port"></a><h3>g_inet_socket_address_get_port ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a> g_inet_socket_address_get_port (<em class="parameter"><code><a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress"><span class="type">GInetSocketAddress</span></a> *address</code></em>);</pre>
<p>
Gets <em class="parameter"><code>address</code></em>'s port.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>address</code></em> :</span></p></td>
<td>a <a class="link" href="GInetSocketAddress.html" title="GInetSocketAddress"><span class="type">GInetSocketAddress</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the port for <em class="parameter"><code>address</code></em>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.22</p>
</div>
</div>
<div class="refsect1" title="Property Details">
<a name="GInetSocketAddress.property-details"></a><h2>Property Details</h2>
<div class="refsect2" title='The "address" property'>
<a name="GInetSocketAddress--address"></a><h3>The <code class="literal">"address"</code> property</h3>
<pre class="programlisting"> "address" <a class="link" href="GInetAddress.html" title="GInetAddress"><span class="type">GInetAddress</span></a>* : Read / Write / Construct Only</pre>
<p>The address.</p>
</div>
<hr>
<div class="refsect2" title='The "port" property'>
<a name="GInetSocketAddress--port"></a><h3>The <code class="literal">"port"</code> property</h3>
<pre class="programlisting"> "port" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct Only</pre>
<p>The port.</p>
<p>Allowed values: <= 65535</p>
<p>Default value: 0</p>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.15</div>
</body>
</html> | yleydier/gtkmm2_msvc14 | gtk-bundle/share/gtk-doc/html/gio/GInetSocketAddress.html | HTML | bsd-2-clause | 12,134 |
<application-window data-id="ArduinoAboutWindow">
<h1>Arduino OS</h1>
<h4>
<div id="ArduinoAboutWindow-version">Version 0.0.1</div>
</h4>
<a href="http://www.arduino.org" target="_blank">
<img src="/packages/target/ArduinoAbout/arduino.png" width="20%">
</a>
</div>
<div>
<h3>Credits</h3>
<p>
Arduino OS is based on <a href="http://github.com/os-js/OS.js" target="_blank">OS.js</a> project by <a href="http://andersevenrud.github.io" target="_blank"> Anders Evenrud</a>
</p>
<p>
Icon Theme is from <b>Gnome</b><br>
OSS Font <i>Karla</i> by <b>Jonathan Pinhorn</b><br>
Terminal application environment by <b>Shellinabox</b>
</p>
</div>
</application-window>
| arduino-org/Arduino-OS | src/packages/arduino/ArduinoAbout/scheme.html | HTML | bsd-2-clause | 843 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.regression.linear_model.OLSResults.tvalues — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.regression.linear_model.OLSResults.uncentered_tss" href="statsmodels.regression.linear_model.OLSResults.uncentered_tss.html" />
<link rel="prev" title="statsmodels.regression.linear_model.OLSResults.ssr" href="statsmodels.regression.linear_model.OLSResults.ssr.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.regression.linear_model.OLSResults.tvalues" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.2</span>
<span class="md-header-nav__topic"> statsmodels.regression.linear_model.OLSResults.tvalues </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../regression.html" class="md-tabs__link">Linear Regression</a></li>
<li class="md-tabs__item"><a href="statsmodels.regression.linear_model.OLSResults.html" class="md-tabs__link">statsmodels.regression.linear_model.OLSResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li>
<li class="md-nav__item">
<a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.regression.linear_model.OLSResults.tvalues.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-regression-linear-model-olsresults-tvalues">
<h1 id="generated-statsmodels-regression-linear-model-olsresults-tvalues--page-root">statsmodels.regression.linear_model.OLSResults.tvalues<a class="headerlink" href="#generated-statsmodels-regression-linear-model-olsresults-tvalues--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.regression.linear_model.OLSResults.tvalues">
<span class="sig-prename descclassname"><span class="pre">OLSResults.</span></span><span class="sig-name descname"><span class="pre">tvalues</span></span><a class="headerlink" href="#statsmodels.regression.linear_model.OLSResults.tvalues" title="Permalink to this definition">¶</a></dt>
<dd><p>Return the t-statistic for a given parameter estimate.</p>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.regression.linear_model.OLSResults.ssr.html" title="statsmodels.regression.linear_model.OLSResults.ssr"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.regression.linear_model.OLSResults.ssr </span>
</div>
</a>
<a href="statsmodels.regression.linear_model.OLSResults.uncentered_tss.html" title="statsmodels.regression.linear_model.OLSResults.uncentered_tss"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.regression.linear_model.OLSResults.uncentered_tss </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 08, 2022.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> | statsmodels/statsmodels.github.io | v0.13.2/generated/statsmodels.regression.linear_model.OLSResults.tvalues.html | HTML | bsd-3-clause | 18,417 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/gerard/sites/modules.w.doctrine/modules.zendframework.com/vendor/ZF2/library/Zend/Validator/Hostname.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="span12">
<ul class="breadcrumb">
<li><a href="index.html">/home/gerard/sites/modules.w.doctrine/modules.zendframework.com</a> <span class="divider">/</span></li>
<li><a href="vendor.html">vendor</a> <span class="divider">/</span></li>
<li><a href="vendor_ZF2.html">ZF2</a> <span class="divider">/</span></li>
<li><a href="vendor_ZF2_library.html">library</a> <span class="divider">/</span></li>
<li><a href="vendor_ZF2_library_Zend.html">Zend</a> <span class="divider">/</span></li>
<li><a href="vendor_ZF2_library_Zend_Validator.html">Validator</a> <span class="divider">/</span></li>
<li class="active">Hostname.php</li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<table class="table table-bordered">
<thead>
<tr>
<td> </td>
<td colspan="10"><div align="center"><strong>Code Coverage</strong></div></td>
</tr>
<tr>
<td> </td>
<td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td>
<td colspan="4"><div align="center"><strong>Functions and Methods</strong></div></td>
<td colspan="3"><div align="center"><strong>Lines</strong></div></td>
</tr>
</thead>
<tbody>
<tr>
<td class="danger">Total</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 27.27%;"></div>
</div>
</td>
<td class="danger small"><div align="right">27.27%</div></td>
<td class="danger small"><div align="right">3 / 11</div></td>
<td class="danger small"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 16.82%;"></div>
</div>
</td>
<td class="danger small"><div align="right">16.82%</div></td>
<td class="danger small"><div align="right">36 / 214</div></td>
</tr>
<tr>
<td class="danger">Hostname</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 27.27%;"></div>
</div>
</td>
<td class="danger small"><div align="right">27.27%</div></td>
<td class="danger small"><div align="right">3 / 11</div></td>
<td class="danger small">4242.73</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 16.82%;"></div>
</div>
</td>
<td class="danger small"><div align="right">16.82%</div></td>
<td class="danger small"><div align="right">36 / 214</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#317">__construct($options = array())</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">17.53</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 31.58%;"></div>
</div>
</td>
<td class="danger small"><div align="right">31.58%</div></td>
<td class="danger small"><div align="right">6 / 19</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#349">getIpValidator()</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="success" colspan="4"> <a href="#358">setIpValidator(Ip $ipValidator = null)</a></td>
<td class="success big"> <div class="progress progress-success" style="width: 100px;">
<div class="bar" style="width: 100.00%;"></div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">1 / 1</div></td>
<td class="success small">2</td>
<td class="success big"> <div class="progress progress-success" style="width: 100px;">
<div class="bar" style="width: 100.00%;"></div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">5 / 5</div></td>
</tr>
<tr>
<td class="success" colspan="4"> <a href="#373">getAllow()</a></td>
<td class="success big"> <div class="progress progress-success" style="width: 100px;">
<div class="bar" style="width: 100.00%;"></div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">1 / 1</div></td>
<td class="success small">1</td>
<td class="success big"> <div class="progress progress-success" style="width: 100px;">
<div class="bar" style="width: 100.00%;"></div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">1 / 1</div></td>
</tr>
<tr>
<td class="success" colspan="4"> <a href="#384">setAllow($allow)</a></td>
<td class="success big"> <div class="progress progress-success" style="width: 100px;">
<div class="bar" style="width: 100.00%;"></div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">1 / 1</div></td>
<td class="success small">1</td>
<td class="success big"> <div class="progress progress-success" style="width: 100px;">
<div class="bar" style="width: 100.00%;"></div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">2 / 2</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#395">getIdnCheck()</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#408">useIdnCheck ($useIdnCheck)</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 2</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#419">getTldCheck()</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#432">useTldCheck ($useTldCheck)</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 2</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#446">isValid($value)</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">1200.68</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 19.47%;"></div>
</div>
</td>
<td class="danger small"><div align="right">19.47%</div></td>
<td class="danger small"><div align="right">22 / 113</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#638">decodePunycode($encoded)</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">552</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 67</div></td>
</tr>
</tbody>
</table>
<table class="table table-borderless table-condensed">
<tbody>
<tr><td><div align="right"><a name="1"></a><a href="#1">1</a></div></td><td class="codeLine"><?php</td></tr>
<tr><td><div align="right"><a name="2"></a><a href="#2">2</a></div></td><td class="codeLine">/**</td></tr>
<tr><td><div align="right"><a name="3"></a><a href="#3">3</a></div></td><td class="codeLine"> * Zend Framework (http://framework.zend.com/)</td></tr>
<tr><td><div align="right"><a name="4"></a><a href="#4">4</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="5"></a><a href="#5">5</a></div></td><td class="codeLine"> * @link http://github.com/zendframework/zf2 for the canonical source repository</td></tr>
<tr><td><div align="right"><a name="6"></a><a href="#6">6</a></div></td><td class="codeLine"> * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)</td></tr>
<tr><td><div align="right"><a name="7"></a><a href="#7">7</a></div></td><td class="codeLine"> * @license http://framework.zend.com/license/new-bsd New BSD License</td></tr>
<tr><td><div align="right"><a name="8"></a><a href="#8">8</a></div></td><td class="codeLine"> * @package Zend_Validator</td></tr>
<tr><td><div align="right"><a name="9"></a><a href="#9">9</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="10"></a><a href="#10">10</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="11"></a><a href="#11">11</a></div></td><td class="codeLine">namespace Zend\Validator;</td></tr>
<tr><td><div align="right"><a name="12"></a><a href="#12">12</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="13"></a><a href="#13">13</a></div></td><td class="codeLine">use Zend\Stdlib\ErrorHandler;</td></tr>
<tr><td><div align="right"><a name="14"></a><a href="#14">14</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="15"></a><a href="#15">15</a></div></td><td class="codeLine">/**</td></tr>
<tr><td><div align="right"><a name="16"></a><a href="#16">16</a></div></td><td class="codeLine"> * Please note there are two standalone test scripts for testing IDN characters due to problems</td></tr>
<tr><td><div align="right"><a name="17"></a><a href="#17">17</a></div></td><td class="codeLine"> * with file encoding.</td></tr>
<tr><td><div align="right"><a name="18"></a><a href="#18">18</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="19"></a><a href="#19">19</a></div></td><td class="codeLine"> * The first is tests/Zend/Validator/HostnameTestStandalone.php which is designed to be run on</td></tr>
<tr><td><div align="right"><a name="20"></a><a href="#20">20</a></div></td><td class="codeLine"> * the command line.</td></tr>
<tr><td><div align="right"><a name="21"></a><a href="#21">21</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="22"></a><a href="#22">22</a></div></td><td class="codeLine"> * The second is tests/Zend/Validator/HostnameTestForm.php which is designed to be run via HTML</td></tr>
<tr><td><div align="right"><a name="23"></a><a href="#23">23</a></div></td><td class="codeLine"> * to allow users to test entering UTF-8 characters in a form.</td></tr>
<tr><td><div align="right"><a name="24"></a><a href="#24">24</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="25"></a><a href="#25">25</a></div></td><td class="codeLine"> * @category Zend</td></tr>
<tr><td><div align="right"><a name="26"></a><a href="#26">26</a></div></td><td class="codeLine"> * @package Zend_Validator</td></tr>
<tr><td><div align="right"><a name="27"></a><a href="#27">27</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="28"></a><a href="#28">28</a></div></td><td class="codeLine">class Hostname extends AbstractValidator</td></tr>
<tr><td><div align="right"><a name="29"></a><a href="#29">29</a></div></td><td class="codeLine">{</td></tr>
<tr><td><div align="right"><a name="30"></a><a href="#30">30</a></div></td><td class="codeLine"> const CANNOT_DECODE_PUNYCODE = 'hostnameCannotDecodePunycode';</td></tr>
<tr><td><div align="right"><a name="31"></a><a href="#31">31</a></div></td><td class="codeLine"> const INVALID = 'hostnameInvalid';</td></tr>
<tr><td><div align="right"><a name="32"></a><a href="#32">32</a></div></td><td class="codeLine"> const INVALID_DASH = 'hostnameDashCharacter';</td></tr>
<tr><td><div align="right"><a name="33"></a><a href="#33">33</a></div></td><td class="codeLine"> const INVALID_HOSTNAME = 'hostnameInvalidHostname';</td></tr>
<tr><td><div align="right"><a name="34"></a><a href="#34">34</a></div></td><td class="codeLine"> const INVALID_HOSTNAME_SCHEMA = 'hostnameInvalidHostnameSchema';</td></tr>
<tr><td><div align="right"><a name="35"></a><a href="#35">35</a></div></td><td class="codeLine"> const INVALID_LOCAL_NAME = 'hostnameInvalidLocalName';</td></tr>
<tr><td><div align="right"><a name="36"></a><a href="#36">36</a></div></td><td class="codeLine"> const INVALID_URI = 'hostnameInvalidUri';</td></tr>
<tr><td><div align="right"><a name="37"></a><a href="#37">37</a></div></td><td class="codeLine"> const IP_ADDRESS_NOT_ALLOWED = 'hostnameIpAddressNotAllowed';</td></tr>
<tr><td><div align="right"><a name="38"></a><a href="#38">38</a></div></td><td class="codeLine"> const LOCAL_NAME_NOT_ALLOWED = 'hostnameLocalNameNotAllowed';</td></tr>
<tr><td><div align="right"><a name="39"></a><a href="#39">39</a></div></td><td class="codeLine"> const UNDECIPHERABLE_TLD = 'hostnameUndecipherableTld';</td></tr>
<tr><td><div align="right"><a name="40"></a><a href="#40">40</a></div></td><td class="codeLine"> const UNKNOWN_TLD = 'hostnameUnknownTld';</td></tr>
<tr><td><div align="right"><a name="41"></a><a href="#41">41</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="42"></a><a href="#42">42</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="43"></a><a href="#43">43</a></div></td><td class="codeLine"> * @var array</td></tr>
<tr><td><div align="right"><a name="44"></a><a href="#44">44</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="45"></a><a href="#45">45</a></div></td><td class="codeLine"> protected $messageTemplates = array(</td></tr>
<tr><td><div align="right"><a name="46"></a><a href="#46">46</a></div></td><td class="codeLine"> self::CANNOT_DECODE_PUNYCODE => "The input appears to be a DNS hostname but the given punycode notation cannot be decoded",</td></tr>
<tr><td><div align="right"><a name="47"></a><a href="#47">47</a></div></td><td class="codeLine"> self::INVALID => "Invalid type given. String expected",</td></tr>
<tr><td><div align="right"><a name="48"></a><a href="#48">48</a></div></td><td class="codeLine"> self::INVALID_DASH => "The input appears to be a DNS hostname but contains a dash in an invalid position",</td></tr>
<tr><td><div align="right"><a name="49"></a><a href="#49">49</a></div></td><td class="codeLine"> self::INVALID_HOSTNAME => "The input does not match the expected structure for a DNS hostname",</td></tr>
<tr><td><div align="right"><a name="50"></a><a href="#50">50</a></div></td><td class="codeLine"> self::INVALID_HOSTNAME_SCHEMA => "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'",</td></tr>
<tr><td><div align="right"><a name="51"></a><a href="#51">51</a></div></td><td class="codeLine"> self::INVALID_LOCAL_NAME => "The input does not appear to be a valid local network name",</td></tr>
<tr><td><div align="right"><a name="52"></a><a href="#52">52</a></div></td><td class="codeLine"> self::INVALID_URI => "The input does not appear to be a valid URI hostname",</td></tr>
<tr><td><div align="right"><a name="53"></a><a href="#53">53</a></div></td><td class="codeLine"> self::IP_ADDRESS_NOT_ALLOWED => "The input appears to be an IP address, but IP addresses are not allowed",</td></tr>
<tr><td><div align="right"><a name="54"></a><a href="#54">54</a></div></td><td class="codeLine"> self::LOCAL_NAME_NOT_ALLOWED => "The input appears to be a local network name but local network names are not allowed",</td></tr>
<tr><td><div align="right"><a name="55"></a><a href="#55">55</a></div></td><td class="codeLine"> self::UNDECIPHERABLE_TLD => "The input appears to be a DNS hostname but cannot extract TLD part",</td></tr>
<tr><td><div align="right"><a name="56"></a><a href="#56">56</a></div></td><td class="codeLine"> self::UNKNOWN_TLD => "The input appears to be a DNS hostname but cannot match TLD against known list",</td></tr>
<tr><td><div align="right"><a name="57"></a><a href="#57">57</a></div></td><td class="codeLine"> );</td></tr>
<tr><td><div align="right"><a name="58"></a><a href="#58">58</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="59"></a><a href="#59">59</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="60"></a><a href="#60">60</a></div></td><td class="codeLine"> * @var array</td></tr>
<tr><td><div align="right"><a name="61"></a><a href="#61">61</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="62"></a><a href="#62">62</a></div></td><td class="codeLine"> protected $messageVariables = array(</td></tr>
<tr><td><div align="right"><a name="63"></a><a href="#63">63</a></div></td><td class="codeLine"> 'tld' => 'tld',</td></tr>
<tr><td><div align="right"><a name="64"></a><a href="#64">64</a></div></td><td class="codeLine"> );</td></tr>
<tr><td><div align="right"><a name="65"></a><a href="#65">65</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="66"></a><a href="#66">66</a></div></td><td class="codeLine"> const ALLOW_DNS = 1; // Allows Internet domain names (e.g., example.com)</td></tr>
<tr><td><div align="right"><a name="67"></a><a href="#67">67</a></div></td><td class="codeLine"> const ALLOW_IP = 2; // Allows IP addresses</td></tr>
<tr><td><div align="right"><a name="68"></a><a href="#68">68</a></div></td><td class="codeLine"> const ALLOW_LOCAL = 4; // Allows local network names (e.g., localhost, www.localdomain)</td></tr>
<tr><td><div align="right"><a name="69"></a><a href="#69">69</a></div></td><td class="codeLine"> const ALLOW_URI = 8; // Allows URI hostnames</td></tr>
<tr><td><div align="right"><a name="70"></a><a href="#70">70</a></div></td><td class="codeLine"> const ALLOW_ALL = 15; // Allows all types of hostnames</td></tr>
<tr><td><div align="right"><a name="71"></a><a href="#71">71</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="72"></a><a href="#72">72</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="73"></a><a href="#73">73</a></div></td><td class="codeLine"> * Array of valid top-level-domains</td></tr>
<tr><td><div align="right"><a name="74"></a><a href="#74">74</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="75"></a><a href="#75">75</a></div></td><td class="codeLine"> * @see ftp://data.iana.org/TLD/tlds-alpha-by-domain.txt List of all TLDs by domain</td></tr>
<tr><td><div align="right"><a name="76"></a><a href="#76">76</a></div></td><td class="codeLine"> * @see http://www.iana.org/domains/root/db/ Official list of supported TLDs</td></tr>
<tr><td><div align="right"><a name="77"></a><a href="#77">77</a></div></td><td class="codeLine"> * @var array</td></tr>
<tr><td><div align="right"><a name="78"></a><a href="#78">78</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="79"></a><a href="#79">79</a></div></td><td class="codeLine"> protected $validTlds = array(</td></tr>
<tr><td><div align="right"><a name="80"></a><a href="#80">80</a></div></td><td class="codeLine"> 'ac', 'ad', 'ae', 'aero', 'af', 'ag', 'ai', 'al', 'am', 'an', 'ao', 'aq', 'ar', 'arpa',</td></tr>
<tr><td><div align="right"><a name="81"></a><a href="#81">81</a></div></td><td class="codeLine"> 'as', 'asia', 'at', 'au', 'aw', 'ax', 'az', 'ba', 'bb', 'bd', 'be', 'bf', 'bg', 'bh', 'bi',</td></tr>
<tr><td><div align="right"><a name="82"></a><a href="#82">82</a></div></td><td class="codeLine"> 'biz', 'bj', 'bm', 'bn', 'bo', 'br', 'bs', 'bt', 'bv', 'bw', 'by', 'bz', 'ca', 'cat', 'cc',</td></tr>
<tr><td><div align="right"><a name="83"></a><a href="#83">83</a></div></td><td class="codeLine"> 'cd', 'cf', 'cg', 'ch', 'ci', 'ck', 'cl', 'cm', 'cn', 'co', 'com', 'coop', 'cr', 'cu',</td></tr>
<tr><td><div align="right"><a name="84"></a><a href="#84">84</a></div></td><td class="codeLine"> 'cv', 'cx', 'cy', 'cz', 'de', 'dj', 'dk', 'dm', 'do', 'dz', 'ec', 'edu', 'ee', 'eg', 'er',</td></tr>
<tr><td><div align="right"><a name="85"></a><a href="#85">85</a></div></td><td class="codeLine"> 'es', 'et', 'eu', 'fi', 'fj', 'fk', 'fm', 'fo', 'fr', 'ga', 'gb', 'gd', 'ge', 'gf', 'gg',</td></tr>
<tr><td><div align="right"><a name="86"></a><a href="#86">86</a></div></td><td class="codeLine"> 'gh', 'gi', 'gl', 'gm', 'gn', 'gov', 'gp', 'gq', 'gr', 'gs', 'gt', 'gu', 'gw', 'gy', 'hk',</td></tr>
<tr><td><div align="right"><a name="87"></a><a href="#87">87</a></div></td><td class="codeLine"> 'hm', 'hn', 'hr', 'ht', 'hu', 'id', 'ie', 'il', 'im', 'in', 'info', 'int', 'io', 'iq',</td></tr>
<tr><td><div align="right"><a name="88"></a><a href="#88">88</a></div></td><td class="codeLine"> 'ir', 'is', 'it', 'je', 'jm', 'jo', 'jobs', 'jp', 'ke', 'kg', 'kh', 'ki', 'km', 'kn', 'kp',</td></tr>
<tr><td><div align="right"><a name="89"></a><a href="#89">89</a></div></td><td class="codeLine"> 'kr', 'kw', 'ky', 'kz', 'la', 'lb', 'lc', 'li', 'lk', 'lr', 'ls', 'lt', 'lu', 'lv', 'ly',</td></tr>
<tr><td><div align="right"><a name="90"></a><a href="#90">90</a></div></td><td class="codeLine"> 'ma', 'mc', 'md', 'me', 'mg', 'mh', 'mil', 'mk', 'ml', 'mm', 'mn', 'mo', 'mobi', 'mp',</td></tr>
<tr><td><div align="right"><a name="91"></a><a href="#91">91</a></div></td><td class="codeLine"> 'mq', 'mr', 'ms', 'mt', 'mu', 'museum', 'mv', 'mw', 'mx', 'my', 'mz', 'na', 'name', 'nc',</td></tr>
<tr><td><div align="right"><a name="92"></a><a href="#92">92</a></div></td><td class="codeLine"> 'ne', 'net', 'nf', 'ng', 'ni', 'nl', 'no', 'np', 'nr', 'nu', 'nz', 'om', 'org', 'pa', 'pe',</td></tr>
<tr><td><div align="right"><a name="93"></a><a href="#93">93</a></div></td><td class="codeLine"> 'pf', 'pg', 'ph', 'pk', 'pl', 'pm', 'pn', 'pr', 'pro', 'ps', 'pt', 'pw', 'py', 'qa', 're',</td></tr>
<tr><td><div align="right"><a name="94"></a><a href="#94">94</a></div></td><td class="codeLine"> 'ro', 'rs', 'ru', 'rw', 'sa', 'sb', 'sc', 'sd', 'se', 'sg', 'sh', 'si', 'sj', 'sk', 'sl',</td></tr>
<tr><td><div align="right"><a name="95"></a><a href="#95">95</a></div></td><td class="codeLine"> 'sm', 'sn', 'so', 'sr', 'st', 'su', 'sv', 'sy', 'sz', 'tc', 'td', 'tel', 'tf', 'tg', 'th',</td></tr>
<tr><td><div align="right"><a name="96"></a><a href="#96">96</a></div></td><td class="codeLine"> 'tj', 'tk', 'tl', 'tm', 'tn', 'to', 'tp', 'tr', 'travel', 'tt', 'tv', 'tw', 'tz', 'ua',</td></tr>
<tr><td><div align="right"><a name="97"></a><a href="#97">97</a></div></td><td class="codeLine"> 'ug', 'uk', 'um', 'us', 'uy', 'uz', 'va', 'vc', 've', 'vg', 'vi', 'vn', 'vu', 'wf', 'ws',</td></tr>
<tr><td><div align="right"><a name="98"></a><a href="#98">98</a></div></td><td class="codeLine"> 'xxx', 'ye', 'yt', 'yu', 'za', 'zm', 'zw'</td></tr>
<tr><td><div align="right"><a name="99"></a><a href="#99">99</a></div></td><td class="codeLine"> );</td></tr>
<tr><td><div align="right"><a name="100"></a><a href="#100">100</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="101"></a><a href="#101">101</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="102"></a><a href="#102">102</a></div></td><td class="codeLine"> * Array for valid Idns</td></tr>
<tr><td><div align="right"><a name="103"></a><a href="#103">103</a></div></td><td class="codeLine"> * @see http://www.iana.org/domains/idn-tables/ Official list of supported IDN Chars</td></tr>
<tr><td><div align="right"><a name="104"></a><a href="#104">104</a></div></td><td class="codeLine"> * (.AC) Ascension Island http://www.nic.ac/pdf/AC-IDN-Policy.pdf</td></tr>
<tr><td><div align="right"><a name="105"></a><a href="#105">105</a></div></td><td class="codeLine"> * (.AR) Argentina http://www.nic.ar/faqidn.html</td></tr>
<tr><td><div align="right"><a name="106"></a><a href="#106">106</a></div></td><td class="codeLine"> * (.AS) American Samoa http://www.nic.as/idn/chars.cfm</td></tr>
<tr><td><div align="right"><a name="107"></a><a href="#107">107</a></div></td><td class="codeLine"> * (.AT) Austria http://www.nic.at/en/service/technical_information/idn/charset_converter/</td></tr>
<tr><td><div align="right"><a name="108"></a><a href="#108">108</a></div></td><td class="codeLine"> * (.BIZ) International http://www.iana.org/domains/idn-tables/</td></tr>
<tr><td><div align="right"><a name="109"></a><a href="#109">109</a></div></td><td class="codeLine"> * (.BR) Brazil http://registro.br/faq/faq6.html</td></tr>
<tr><td><div align="right"><a name="110"></a><a href="#110">110</a></div></td><td class="codeLine"> * (.BV) Bouvett Island http://www.norid.no/domeneregistrering/idn/idn_nyetegn.en.html</td></tr>
<tr><td><div align="right"><a name="111"></a><a href="#111">111</a></div></td><td class="codeLine"> * (.CAT) Catalan http://www.iana.org/domains/idn-tables/tables/cat_ca_1.0.html</td></tr>
<tr><td><div align="right"><a name="112"></a><a href="#112">112</a></div></td><td class="codeLine"> * (.CH) Switzerland https://nic.switch.ch/reg/ocView.action?res=EF6GW2JBPVTG67DLNIQXU234MN6SC33JNQQGI7L6#anhang1</td></tr>
<tr><td><div align="right"><a name="113"></a><a href="#113">113</a></div></td><td class="codeLine"> * (.CL) Chile http://www.iana.org/domains/idn-tables/tables/cl_latn_1.0.html</td></tr>
<tr><td><div align="right"><a name="114"></a><a href="#114">114</a></div></td><td class="codeLine"> * (.COM) International http://www.verisign.com/information-services/naming-services/internationalized-domain-names/index.html</td></tr>
<tr><td><div align="right"><a name="115"></a><a href="#115">115</a></div></td><td class="codeLine"> * (.DE) Germany http://www.denic.de/en/domains/idns/liste.html</td></tr>
<tr><td><div align="right"><a name="116"></a><a href="#116">116</a></div></td><td class="codeLine"> * (.DK) Danmark http://www.dk-hostmaster.dk/index.php?id=151</td></tr>
<tr><td><div align="right"><a name="117"></a><a href="#117">117</a></div></td><td class="codeLine"> * (.ES) Spain https://www.nic.es/media/2008-05/1210147705287.pdf</td></tr>
<tr><td><div align="right"><a name="118"></a><a href="#118">118</a></div></td><td class="codeLine"> * (.FI) Finland http://www.ficora.fi/en/index/palvelut/fiverkkotunnukset/aakkostenkaytto.html</td></tr>
<tr><td><div align="right"><a name="119"></a><a href="#119">119</a></div></td><td class="codeLine"> * (.GR) Greece https://grweb.ics.forth.gr/CharacterTable1_en.jsp</td></tr>
<tr><td><div align="right"><a name="120"></a><a href="#120">120</a></div></td><td class="codeLine"> * (.HU) Hungary http://www.domain.hu/domain/English/szabalyzat/szabalyzat.html</td></tr>
<tr><td><div align="right"><a name="121"></a><a href="#121">121</a></div></td><td class="codeLine"> * (.INFO) International http://www.nic.info/info/idn</td></tr>
<tr><td><div align="right"><a name="122"></a><a href="#122">122</a></div></td><td class="codeLine"> * (.IO) British Indian Ocean Territory http://www.nic.io/IO-IDN-Policy.pdf</td></tr>
<tr><td><div align="right"><a name="123"></a><a href="#123">123</a></div></td><td class="codeLine"> * (.IR) Iran http://www.nic.ir/Allowable_Characters_dot-iran</td></tr>
<tr><td><div align="right"><a name="124"></a><a href="#124">124</a></div></td><td class="codeLine"> * (.IS) Iceland http://www.isnic.is/domain/rules.php</td></tr>
<tr><td><div align="right"><a name="125"></a><a href="#125">125</a></div></td><td class="codeLine"> * (.KR) Korea http://www.iana.org/domains/idn-tables/tables/kr_ko-kr_1.0.html</td></tr>
<tr><td><div align="right"><a name="126"></a><a href="#126">126</a></div></td><td class="codeLine"> * (.LI) Liechtenstein https://nic.switch.ch/reg/ocView.action?res=EF6GW2JBPVTG67DLNIQXU234MN6SC33JNQQGI7L6#anhang1</td></tr>
<tr><td><div align="right"><a name="127"></a><a href="#127">127</a></div></td><td class="codeLine"> * (.LT) Lithuania http://www.domreg.lt/static/doc/public/idn_symbols-en.pdf</td></tr>
<tr><td><div align="right"><a name="128"></a><a href="#128">128</a></div></td><td class="codeLine"> * (.MD) Moldova http://www.register.md/</td></tr>
<tr><td><div align="right"><a name="129"></a><a href="#129">129</a></div></td><td class="codeLine"> * (.MUSEUM) International http://www.iana.org/domains/idn-tables/tables/museum_latn_1.0.html</td></tr>
<tr><td><div align="right"><a name="130"></a><a href="#130">130</a></div></td><td class="codeLine"> * (.NET) International http://www.verisign.com/information-services/naming-services/internationalized-domain-names/index.html</td></tr>
<tr><td><div align="right"><a name="131"></a><a href="#131">131</a></div></td><td class="codeLine"> * (.NO) Norway http://www.norid.no/domeneregistrering/idn/idn_nyetegn.en.html</td></tr>
<tr><td><div align="right"><a name="132"></a><a href="#132">132</a></div></td><td class="codeLine"> * (.NU) Niue http://www.worldnames.net/</td></tr>
<tr><td><div align="right"><a name="133"></a><a href="#133">133</a></div></td><td class="codeLine"> * (.ORG) International http://www.pir.org/index.php?db=content/FAQs&tbl=FAQs_Registrant&id=2</td></tr>
<tr><td><div align="right"><a name="134"></a><a href="#134">134</a></div></td><td class="codeLine"> * (.PE) Peru https://www.nic.pe/nuevas_politicas_faq_2.php</td></tr>
<tr><td><div align="right"><a name="135"></a><a href="#135">135</a></div></td><td class="codeLine"> * (.PL) Poland http://www.dns.pl/IDN/allowed_character_sets.pdf</td></tr>
<tr><td><div align="right"><a name="136"></a><a href="#136">136</a></div></td><td class="codeLine"> * (.PR) Puerto Rico http://www.nic.pr/idn_rules.asp</td></tr>
<tr><td><div align="right"><a name="137"></a><a href="#137">137</a></div></td><td class="codeLine"> * (.PT) Portugal https://online.dns.pt/dns_2008/do?com=DS;8216320233;111;+PAGE(4000058)+K-CAT-CODIGO(C.125)+RCNT(100);</td></tr>
<tr><td><div align="right"><a name="138"></a><a href="#138">138</a></div></td><td class="codeLine"> * (.RU) Russia http://www.iana.org/domains/idn-tables/tables/ru_ru-ru_1.0.html</td></tr>
<tr><td><div align="right"><a name="139"></a><a href="#139">139</a></div></td><td class="codeLine"> * (.SA) Saudi Arabia http://www.iana.org/domains/idn-tables/tables/sa_ar_1.0.html</td></tr>
<tr><td><div align="right"><a name="140"></a><a href="#140">140</a></div></td><td class="codeLine"> * (.SE) Sweden http://www.iis.se/english/IDN_campaignsite.shtml?lang=en</td></tr>
<tr><td><div align="right"><a name="141"></a><a href="#141">141</a></div></td><td class="codeLine"> * (.SH) Saint Helena http://www.nic.sh/SH-IDN-Policy.pdf</td></tr>
<tr><td><div align="right"><a name="142"></a><a href="#142">142</a></div></td><td class="codeLine"> * (.SJ) Svalbard and Jan Mayen http://www.norid.no/domeneregistrering/idn/idn_nyetegn.en.html</td></tr>
<tr><td><div align="right"><a name="143"></a><a href="#143">143</a></div></td><td class="codeLine"> * (.TH) Thailand http://www.iana.org/domains/idn-tables/tables/th_th-th_1.0.html</td></tr>
<tr><td><div align="right"><a name="144"></a><a href="#144">144</a></div></td><td class="codeLine"> * (.TM) Turkmenistan http://www.nic.tm/TM-IDN-Policy.pdf</td></tr>
<tr><td><div align="right"><a name="145"></a><a href="#145">145</a></div></td><td class="codeLine"> * (.TR) Turkey https://www.nic.tr/index.php</td></tr>
<tr><td><div align="right"><a name="146"></a><a href="#146">146</a></div></td><td class="codeLine"> * (.VE) Venice http://www.iana.org/domains/idn-tables/tables/ve_es_1.0.html</td></tr>
<tr><td><div align="right"><a name="147"></a><a href="#147">147</a></div></td><td class="codeLine"> * (.VN) Vietnam http://www.vnnic.vn/english/5-6-300-2-2-04-20071115.htm#1.%20Introduction</td></tr>
<tr><td><div align="right"><a name="148"></a><a href="#148">148</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="149"></a><a href="#149">149</a></div></td><td class="codeLine"> * @var array</td></tr>
<tr><td><div align="right"><a name="150"></a><a href="#150">150</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="151"></a><a href="#151">151</a></div></td><td class="codeLine"> protected $validIdns = array(</td></tr>
<tr><td><div align="right"><a name="152"></a><a href="#152">152</a></div></td><td class="codeLine"> 'AC' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿāăąćĉċčďđēėęěĝġģĥħīįĵķĺļľŀłńņňŋőœŕŗřśŝşšţťŧūŭůűųŵŷźżž]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="153"></a><a href="#153">153</a></div></td><td class="codeLine"> 'AR' => array(1 => '/^[\x{002d}0-9a-zà-ãç-êìíñ-õü]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="154"></a><a href="#154">154</a></div></td><td class="codeLine"> 'AS' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıĵķĸĺļľłńņňŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźż]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="155"></a><a href="#155">155</a></div></td><td class="codeLine"> 'AT' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿœšž]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="156"></a><a href="#156">156</a></div></td><td class="codeLine"> 'BIZ' => 'Hostname/Biz.php',</td></tr>
<tr><td><div align="right"><a name="157"></a><a href="#157">157</a></div></td><td class="codeLine"> 'BR' => array(1 => '/^[\x{002d}0-9a-zà-ãçéíó-õúü]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="158"></a><a href="#158">158</a></div></td><td class="codeLine"> 'BV' => array(1 => '/^[\x{002d}0-9a-zàáä-éêñ-ôöøüčđńŋšŧž]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="159"></a><a href="#159">159</a></div></td><td class="codeLine"> 'CAT' => array(1 => '/^[\x{002d}0-9a-z·àç-éíïòóúü]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="160"></a><a href="#160">160</a></div></td><td class="codeLine"> 'CH' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿœ]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="161"></a><a href="#161">161</a></div></td><td class="codeLine"> 'CL' => array(1 => '/^[\x{002d}0-9a-záéíñóúü]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="162"></a><a href="#162">162</a></div></td><td class="codeLine"> 'CN' => 'Hostname/Cn.php',</td></tr>
<tr><td><div align="right"><a name="163"></a><a href="#163">163</a></div></td><td class="codeLine"> 'COM' => 'Hostname/Com.php',</td></tr>
<tr><td><div align="right"><a name="164"></a><a href="#164">164</a></div></td><td class="codeLine"> 'DE' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿăąāćĉčċďđĕěėęēğĝġģĥħĭĩįīıĵķĺľļłńňņŋŏőōœĸŕřŗśŝšşťţŧŭůűũųūŵŷźžż]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="165"></a><a href="#165">165</a></div></td><td class="codeLine"> 'DK' => array(1 => '/^[\x{002d}0-9a-zäéöü]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="166"></a><a href="#166">166</a></div></td><td class="codeLine"> 'ES' => array(1 => '/^[\x{002d}0-9a-zàáçèéíïñòóúü·]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="167"></a><a href="#167">167</a></div></td><td class="codeLine"> 'EU' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="168"></a><a href="#168">168</a></div></td><td class="codeLine"> 2 => '/^[\x{002d}0-9a-zāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıĵķĺļľŀłńņňʼnŋōŏőœŕŗřśŝšťŧũūŭůűųŵŷźżž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="169"></a><a href="#169">169</a></div></td><td class="codeLine"> 3 => '/^[\x{002d}0-9a-zșț]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="170"></a><a href="#170">170</a></div></td><td class="codeLine"> 4 => '/^[\x{002d}0-9a-zΐάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="171"></a><a href="#171">171</a></div></td><td class="codeLine"> 5 => '/^[\x{002d}0-9a-zабвгдежзийклмнопрстуфхцчшщъыьэюя]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="172"></a><a href="#172">172</a></div></td><td class="codeLine"> 6 => '/^[\x{002d}0-9a-zἀ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ὼώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶᾷῂῃῄῆῇῐ-ῒΐῖῗῠ-ῧῲῳῴῶῷ]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="173"></a><a href="#173">173</a></div></td><td class="codeLine"> 'FI' => array(1 => '/^[\x{002d}0-9a-zäåö]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="174"></a><a href="#174">174</a></div></td><td class="codeLine"> 'GR' => array(1 => '/^[\x{002d}0-9a-zΆΈΉΊΌΎ-ΡΣ-ώἀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼῂῃῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲῳῴῶ-ῼ]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="175"></a><a href="#175">175</a></div></td><td class="codeLine"> 'HK' => 'Hostname/Cn.php',</td></tr>
<tr><td><div align="right"><a name="176"></a><a href="#176">176</a></div></td><td class="codeLine"> 'HU' => array(1 => '/^[\x{002d}0-9a-záéíóöúüőű]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="177"></a><a href="#177">177</a></div></td><td class="codeLine"> 'INFO'=> array(1 => '/^[\x{002d}0-9a-zäåæéöøü]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="178"></a><a href="#178">178</a></div></td><td class="codeLine"> 2 => '/^[\x{002d}0-9a-záéíóöúüőű]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="179"></a><a href="#179">179</a></div></td><td class="codeLine"> 3 => '/^[\x{002d}0-9a-záæéíðóöúýþ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="180"></a><a href="#180">180</a></div></td><td class="codeLine"> 4 => '/^[\x{AC00}-\x{D7A3}]{1,17}$/iu',</td></tr>
<tr><td><div align="right"><a name="181"></a><a href="#181">181</a></div></td><td class="codeLine"> 5 => '/^[\x{002d}0-9a-zāčēģīķļņōŗšūž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="182"></a><a href="#182">182</a></div></td><td class="codeLine"> 6 => '/^[\x{002d}0-9a-ząčėęįšūųž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="183"></a><a href="#183">183</a></div></td><td class="codeLine"> 7 => '/^[\x{002d}0-9a-zóąćęłńśźż]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="184"></a><a href="#184">184</a></div></td><td class="codeLine"> 8 => '/^[\x{002d}0-9a-záéíñóúü]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="185"></a><a href="#185">185</a></div></td><td class="codeLine"> 'IO' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿăąāćĉčċďđĕěėęēğĝġģĥħĭĩįīıĵķĺľļłńňņŋŏőōœĸŕřŗśŝšşťţŧŭůűũųūŵŷźžż]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="186"></a><a href="#186">186</a></div></td><td class="codeLine"> 'IS' => array(1 => '/^[\x{002d}0-9a-záéýúíóþæöð]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="187"></a><a href="#187">187</a></div></td><td class="codeLine"> 'JP' => 'Hostname/Jp.php',</td></tr>
<tr><td><div align="right"><a name="188"></a><a href="#188">188</a></div></td><td class="codeLine"> 'KR' => array(1 => '/^[\x{AC00}-\x{D7A3}]{1,17}$/iu'),</td></tr>
<tr><td><div align="right"><a name="189"></a><a href="#189">189</a></div></td><td class="codeLine"> 'LI' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿœ]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="190"></a><a href="#190">190</a></div></td><td class="codeLine"> 'LT' => array(1 => '/^[\x{002d}0-9ąčęėįšųūž]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="191"></a><a href="#191">191</a></div></td><td class="codeLine"> 'MD' => array(1 => '/^[\x{002d}0-9ăâîşţ]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="192"></a><a href="#192">192</a></div></td><td class="codeLine"> 'MUSEUM' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿāăąćċčďđēėęěğġģħīįıķĺļľłńņňŋōőœŕŗřśşšţťŧūůűųŵŷźżžǎǐǒǔ\x{01E5}\x{01E7}\x{01E9}\x{01EF}ə\x{0292}ẁẃẅỳ]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="193"></a><a href="#193">193</a></div></td><td class="codeLine"> 'NET' => 'Hostname/Com.php',</td></tr>
<tr><td><div align="right"><a name="194"></a><a href="#194">194</a></div></td><td class="codeLine"> 'NO' => array(1 => '/^[\x{002d}0-9a-zàáä-éêñ-ôöøüčđńŋšŧž]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="195"></a><a href="#195">195</a></div></td><td class="codeLine"> 'NU' => 'Hostname/Com.php',</td></tr>
<tr><td><div align="right"><a name="196"></a><a href="#196">196</a></div></td><td class="codeLine"> 'ORG' => array(1 => '/^[\x{002d}0-9a-záéíñóúü]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="197"></a><a href="#197">197</a></div></td><td class="codeLine"> 2 => '/^[\x{002d}0-9a-zóąćęłńśźż]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="198"></a><a href="#198">198</a></div></td><td class="codeLine"> 3 => '/^[\x{002d}0-9a-záäåæéëíðóöøúüýþ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="199"></a><a href="#199">199</a></div></td><td class="codeLine"> 4 => '/^[\x{002d}0-9a-záéíóöúüőű]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="200"></a><a href="#200">200</a></div></td><td class="codeLine"> 5 => '/^[\x{002d}0-9a-ząčėęįšūųž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="201"></a><a href="#201">201</a></div></td><td class="codeLine"> 6 => '/^[\x{AC00}-\x{D7A3}]{1,17}$/iu',</td></tr>
<tr><td><div align="right"><a name="202"></a><a href="#202">202</a></div></td><td class="codeLine"> 7 => '/^[\x{002d}0-9a-zāčēģīķļņōŗšūž]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="203"></a><a href="#203">203</a></div></td><td class="codeLine"> 'PE' => array(1 => '/^[\x{002d}0-9a-zñáéíóúü]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="204"></a><a href="#204">204</a></div></td><td class="codeLine"> 'PL' => array(1 => '/^[\x{002d}0-9a-zāčēģīķļņōŗšūž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="205"></a><a href="#205">205</a></div></td><td class="codeLine"> 2 => '/^[\x{002d}а-ик-ш\x{0450}ѓѕјљњќџ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="206"></a><a href="#206">206</a></div></td><td class="codeLine"> 3 => '/^[\x{002d}0-9a-zâîăşţ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="207"></a><a href="#207">207</a></div></td><td class="codeLine"> 4 => '/^[\x{002d}0-9а-яё\x{04C2}]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="208"></a><a href="#208">208</a></div></td><td class="codeLine"> 5 => '/^[\x{002d}0-9a-zàáâèéêìíîòóôùúûċġħż]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="209"></a><a href="#209">209</a></div></td><td class="codeLine"> 6 => '/^[\x{002d}0-9a-zàäåæéêòóôöøü]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="210"></a><a href="#210">210</a></div></td><td class="codeLine"> 7 => '/^[\x{002d}0-9a-zóąćęłńśźż]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="211"></a><a href="#211">211</a></div></td><td class="codeLine"> 8 => '/^[\x{002d}0-9a-zàáâãçéêíòóôõúü]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="212"></a><a href="#212">212</a></div></td><td class="codeLine"> 9 => '/^[\x{002d}0-9a-zâîăşţ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="213"></a><a href="#213">213</a></div></td><td class="codeLine"> 10=> '/^[\x{002d}0-9a-záäéíóôúýčďĺľňŕšťž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="214"></a><a href="#214">214</a></div></td><td class="codeLine"> 11=> '/^[\x{002d}0-9a-zçë]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="215"></a><a href="#215">215</a></div></td><td class="codeLine"> 12=> '/^[\x{002d}0-9а-ик-шђјљњћџ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="216"></a><a href="#216">216</a></div></td><td class="codeLine"> 13=> '/^[\x{002d}0-9a-zćčđšž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="217"></a><a href="#217">217</a></div></td><td class="codeLine"> 14=> '/^[\x{002d}0-9a-zâçöûüğış]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="218"></a><a href="#218">218</a></div></td><td class="codeLine"> 15=> '/^[\x{002d}0-9a-záéíñóúü]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="219"></a><a href="#219">219</a></div></td><td class="codeLine"> 16=> '/^[\x{002d}0-9a-zäõöüšž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="220"></a><a href="#220">220</a></div></td><td class="codeLine"> 17=> '/^[\x{002d}0-9a-zĉĝĥĵŝŭ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="221"></a><a href="#221">221</a></div></td><td class="codeLine"> 18=> '/^[\x{002d}0-9a-zâäéëîô]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="222"></a><a href="#222">222</a></div></td><td class="codeLine"> 19=> '/^[\x{002d}0-9a-zàáâäåæçèéêëìíîïðñòôöøùúûüýćčłńřśš]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="223"></a><a href="#223">223</a></div></td><td class="codeLine"> 20=> '/^[\x{002d}0-9a-zäåæõöøüšž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="224"></a><a href="#224">224</a></div></td><td class="codeLine"> 21=> '/^[\x{002d}0-9a-zàáçèéìíòóùú]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="225"></a><a href="#225">225</a></div></td><td class="codeLine"> 22=> '/^[\x{002d}0-9a-zàáéíóöúüőű]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="226"></a><a href="#226">226</a></div></td><td class="codeLine"> 23=> '/^[\x{002d}0-9ΐά-ώ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="227"></a><a href="#227">227</a></div></td><td class="codeLine"> 24=> '/^[\x{002d}0-9a-zàáâåæçèéêëðóôöøüþœ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="228"></a><a href="#228">228</a></div></td><td class="codeLine"> 25=> '/^[\x{002d}0-9a-záäéíóöúüýčďěňřšťůž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="229"></a><a href="#229">229</a></div></td><td class="codeLine"> 26=> '/^[\x{002d}0-9a-z·àçèéíïòóúü]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="230"></a><a href="#230">230</a></div></td><td class="codeLine"> 27=> '/^[\x{002d}0-9а-ъьюя\x{0450}\x{045D}]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="231"></a><a href="#231">231</a></div></td><td class="codeLine"> 28=> '/^[\x{002d}0-9а-яёіў]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="232"></a><a href="#232">232</a></div></td><td class="codeLine"> 29=> '/^[\x{002d}0-9a-ząčėęįšūųž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="233"></a><a href="#233">233</a></div></td><td class="codeLine"> 30=> '/^[\x{002d}0-9a-záäåæéëíðóöøúüýþ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="234"></a><a href="#234">234</a></div></td><td class="codeLine"> 31=> '/^[\x{002d}0-9a-zàâæçèéêëîïñôùûüÿœ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="235"></a><a href="#235">235</a></div></td><td class="codeLine"> 32=> '/^[\x{002d}0-9а-щъыьэюяёєіїґ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="236"></a><a href="#236">236</a></div></td><td class="codeLine"> 33=> '/^[\x{002d}0-9א-ת]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="237"></a><a href="#237">237</a></div></td><td class="codeLine"> 'PR' => array(1 => '/^[\x{002d}0-9a-záéíóúñäëïüöâêîôûàèùæçœãõ]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="238"></a><a href="#238">238</a></div></td><td class="codeLine"> 'PT' => array(1 => '/^[\x{002d}0-9a-záàâãçéêíóôõú]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="239"></a><a href="#239">239</a></div></td><td class="codeLine"> 'RU' => array(1 => '/^[\x{002d}0-9а-яё]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="240"></a><a href="#240">240</a></div></td><td class="codeLine"> 'SA' => array(1 => '/^[\x{002d}.0-9\x{0621}-\x{063A}\x{0641}-\x{064A}\x{0660}-\x{0669}]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="241"></a><a href="#241">241</a></div></td><td class="codeLine"> 'SE' => array(1 => '/^[\x{002d}0-9a-zäåéöü]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="242"></a><a href="#242">242</a></div></td><td class="codeLine"> 'SH' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿăąāćĉčċďđĕěėęēğĝġģĥħĭĩįīıĵķĺľļłńňņŋŏőōœĸŕřŗśŝšşťţŧŭůűũųūŵŷźžż]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="243"></a><a href="#243">243</a></div></td><td class="codeLine"> 'SI' => array(</td></tr>
<tr><td><div align="right"><a name="244"></a><a href="#244">244</a></div></td><td class="codeLine"> 1 => '/^[\x{002d}0-9a-zà-öø-ÿ]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="245"></a><a href="#245">245</a></div></td><td class="codeLine"> 2 => '/^[\x{002d}0-9a-zāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıĵķĺļľŀłńņňʼnŋōŏőœŕŗřśŝšťŧũūŭůűųŵŷźżž]{1,63}$/iu',</td></tr>
<tr><td><div align="right"><a name="246"></a><a href="#246">246</a></div></td><td class="codeLine"> 3 => '/^[\x{002d}0-9a-zșț]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="247"></a><a href="#247">247</a></div></td><td class="codeLine"> 'SJ' => array(1 => '/^[\x{002d}0-9a-zàáä-éêñ-ôöøüčđńŋšŧž]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="248"></a><a href="#248">248</a></div></td><td class="codeLine"> 'TH' => array(1 => '/^[\x{002d}0-9a-z\x{0E01}-\x{0E3A}\x{0E40}-\x{0E4D}\x{0E50}-\x{0E59}]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="249"></a><a href="#249">249</a></div></td><td class="codeLine"> 'TM' => array(1 => '/^[\x{002d}0-9a-zà-öø-ÿāăąćĉċčďđēėęěĝġģĥħīįĵķĺļľŀłńņňŋőœŕŗřśŝşšţťŧūŭůűųŵŷźżž]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="250"></a><a href="#250">250</a></div></td><td class="codeLine"> 'TW' => 'Hostname/Cn.php',</td></tr>
<tr><td><div align="right"><a name="251"></a><a href="#251">251</a></div></td><td class="codeLine"> 'TR' => array(1 => '/^[\x{002d}0-9a-zğıüşöç]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="252"></a><a href="#252">252</a></div></td><td class="codeLine"> 'VE' => array(1 => '/^[\x{002d}0-9a-záéíóúüñ]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="253"></a><a href="#253">253</a></div></td><td class="codeLine"> 'VN' => array(1 => '/^[ÀÁÂÃÈÉÊÌÍÒÓÔÕÙÚÝàáâãèéêìíòóôõùúýĂăĐđĨĩŨũƠơƯư\x{1EA0}-\x{1EF9}]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="254"></a><a href="#254">254</a></div></td><td class="codeLine"> '中国' => 'Hostname/Cn.php',</td></tr>
<tr><td><div align="right"><a name="255"></a><a href="#255">255</a></div></td><td class="codeLine"> '中國' => 'Hostname/Cn.php',</td></tr>
<tr><td><div align="right"><a name="256"></a><a href="#256">256</a></div></td><td class="codeLine"> 'ලංකා' => array(1 => '/^[\x{0d80}-\x{0dff}]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="257"></a><a href="#257">257</a></div></td><td class="codeLine"> '香港' => 'Hostname/Cn.php',</td></tr>
<tr><td><div align="right"><a name="258"></a><a href="#258">258</a></div></td><td class="codeLine"> '台湾' => 'Hostname/Cn.php',</td></tr>
<tr><td><div align="right"><a name="259"></a><a href="#259">259</a></div></td><td class="codeLine"> '台灣' => 'Hostname/Cn.php',</td></tr>
<tr><td><div align="right"><a name="260"></a><a href="#260">260</a></div></td><td class="codeLine"> 'امارات' => array(1 => '/^[\x{0621}-\x{0624}\x{0626}-\x{063A}\x{0641}\x{0642}\x{0644}-\x{0648}\x{067E}\x{0686}\x{0698}\x{06A9}\x{06AF}\x{06CC}\x{06F0}-\x{06F9}]{1,30}$/iu'),</td></tr>
<tr><td><div align="right"><a name="261"></a><a href="#261">261</a></div></td><td class="codeLine"> 'الاردن' => array(1 => '/^[\x{0621}-\x{0624}\x{0626}-\x{063A}\x{0641}\x{0642}\x{0644}-\x{0648}\x{067E}\x{0686}\x{0698}\x{06A9}\x{06AF}\x{06CC}\x{06F0}-\x{06F9}]{1,30}$/iu'),</td></tr>
<tr><td><div align="right"><a name="262"></a><a href="#262">262</a></div></td><td class="codeLine"> 'السعودية' => array(1 => '/^[\x{0621}-\x{0624}\x{0626}-\x{063A}\x{0641}\x{0642}\x{0644}-\x{0648}\x{067E}\x{0686}\x{0698}\x{06A9}\x{06AF}\x{06CC}\x{06F0}-\x{06F9}]{1,30}$/iu'),</td></tr>
<tr><td><div align="right"><a name="263"></a><a href="#263">263</a></div></td><td class="codeLine"> 'ไทย' => array(1 => '/^[\x{002d}0-9a-z\x{0E01}-\x{0E3A}\x{0E40}-\x{0E4D}\x{0E50}-\x{0E59}]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="264"></a><a href="#264">264</a></div></td><td class="codeLine"> 'рф' => array(1 => '/^[\x{002d}0-9а-яё]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="265"></a><a href="#265">265</a></div></td><td class="codeLine"> 'تونس' => array(1 => '/^[\x{0621}-\x{0624}\x{0626}-\x{063A}\x{0641}\x{0642}\x{0644}-\x{0648}\x{067E}\x{0686}\x{0698}\x{06A9}\x{06AF}\x{06CC}\x{06F0}-\x{06F9}]{1,30}$/iu'),</td></tr>
<tr><td><div align="right"><a name="266"></a><a href="#266">266</a></div></td><td class="codeLine"> 'مصر' => array(1 => '/^[\x{0621}-\x{0624}\x{0626}-\x{063A}\x{0641}\x{0642}\x{0644}-\x{0648}\x{067E}\x{0686}\x{0698}\x{06A9}\x{06AF}\x{06CC}\x{06F0}-\x{06F9}]{1,30}$/iu'),</td></tr>
<tr><td><div align="right"><a name="267"></a><a href="#267">267</a></div></td><td class="codeLine"> 'இலங்கை' => array(1 => '/^[\x{0b80}-\x{0bff}]{1,63}$/iu'),</td></tr>
<tr><td><div align="right"><a name="268"></a><a href="#268">268</a></div></td><td class="codeLine"> 'فلسطين' => array(1 => '/^[\x{0621}-\x{0624}\x{0626}-\x{063A}\x{0641}\x{0642}\x{0644}-\x{0648}\x{067E}\x{0686}\x{0698}\x{06A9}\x{06AF}\x{06CC}\x{06F0}-\x{06F9}]{1,30}$/iu'),</td></tr>
<tr><td><div align="right"><a name="269"></a><a href="#269">269</a></div></td><td class="codeLine"> );</td></tr>
<tr><td><div align="right"><a name="270"></a><a href="#270">270</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="271"></a><a href="#271">271</a></div></td><td class="codeLine"> protected $idnLength = array(</td></tr>
<tr><td><div align="right"><a name="272"></a><a href="#272">272</a></div></td><td class="codeLine"> 'BIZ' => array(5 => 17, 11 => 15, 12 => 20),</td></tr>
<tr><td><div align="right"><a name="273"></a><a href="#273">273</a></div></td><td class="codeLine"> 'CN' => array(1 => 20),</td></tr>
<tr><td><div align="right"><a name="274"></a><a href="#274">274</a></div></td><td class="codeLine"> 'COM' => array(3 => 17, 5 => 20),</td></tr>
<tr><td><div align="right"><a name="275"></a><a href="#275">275</a></div></td><td class="codeLine"> 'HK' => array(1 => 15),</td></tr>
<tr><td><div align="right"><a name="276"></a><a href="#276">276</a></div></td><td class="codeLine"> 'INFO'=> array(4 => 17),</td></tr>
<tr><td><div align="right"><a name="277"></a><a href="#277">277</a></div></td><td class="codeLine"> 'KR' => array(1 => 17),</td></tr>
<tr><td><div align="right"><a name="278"></a><a href="#278">278</a></div></td><td class="codeLine"> 'NET' => array(3 => 17, 5 => 20),</td></tr>
<tr><td><div align="right"><a name="279"></a><a href="#279">279</a></div></td><td class="codeLine"> 'ORG' => array(6 => 17),</td></tr>
<tr><td><div align="right"><a name="280"></a><a href="#280">280</a></div></td><td class="codeLine"> 'TW' => array(1 => 20),</td></tr>
<tr><td><div align="right"><a name="281"></a><a href="#281">281</a></div></td><td class="codeLine"> 'امارات' => array(1 => 30),</td></tr>
<tr><td><div align="right"><a name="282"></a><a href="#282">282</a></div></td><td class="codeLine"> 'الاردن' => array(1 => 30),</td></tr>
<tr><td><div align="right"><a name="283"></a><a href="#283">283</a></div></td><td class="codeLine"> 'السعودية' => array(1 => 30),</td></tr>
<tr><td><div align="right"><a name="284"></a><a href="#284">284</a></div></td><td class="codeLine"> 'تونس' => array(1 => 30),</td></tr>
<tr><td><div align="right"><a name="285"></a><a href="#285">285</a></div></td><td class="codeLine"> 'مصر' => array(1 => 30),</td></tr>
<tr><td><div align="right"><a name="286"></a><a href="#286">286</a></div></td><td class="codeLine"> 'فلسطين' => array(1 => 30),</td></tr>
<tr><td><div align="right"><a name="287"></a><a href="#287">287</a></div></td><td class="codeLine"> '中国' => array(1 => 20),</td></tr>
<tr><td><div align="right"><a name="288"></a><a href="#288">288</a></div></td><td class="codeLine"> '中國' => array(1 => 20),</td></tr>
<tr><td><div align="right"><a name="289"></a><a href="#289">289</a></div></td><td class="codeLine"> '香港' => array(1 => 20),</td></tr>
<tr><td><div align="right"><a name="290"></a><a href="#290">290</a></div></td><td class="codeLine"> '台湾' => array(1 => 20),</td></tr>
<tr><td><div align="right"><a name="291"></a><a href="#291">291</a></div></td><td class="codeLine"> '台灣' => array(1 => 20),</td></tr>
<tr><td><div align="right"><a name="292"></a><a href="#292">292</a></div></td><td class="codeLine"> );</td></tr>
<tr><td><div align="right"><a name="293"></a><a href="#293">293</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="294"></a><a href="#294">294</a></div></td><td class="codeLine"> protected $tld;</td></tr>
<tr><td><div align="right"><a name="295"></a><a href="#295">295</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="296"></a><a href="#296">296</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="297"></a><a href="#297">297</a></div></td><td class="codeLine"> * Options for the hostname validator</td></tr>
<tr><td><div align="right"><a name="298"></a><a href="#298">298</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="299"></a><a href="#299">299</a></div></td><td class="codeLine"> * @var array</td></tr>
<tr><td><div align="right"><a name="300"></a><a href="#300">300</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="301"></a><a href="#301">301</a></div></td><td class="codeLine"> protected $options = array(</td></tr>
<tr><td><div align="right"><a name="302"></a><a href="#302">302</a></div></td><td class="codeLine"> 'allow' => self::ALLOW_DNS, // Allow these hostnames</td></tr>
<tr><td><div align="right"><a name="303"></a><a href="#303">303</a></div></td><td class="codeLine"> 'useIdnCheck' => true, // Check IDN domains</td></tr>
<tr><td><div align="right"><a name="304"></a><a href="#304">304</a></div></td><td class="codeLine"> 'useTldCheck' => true, // Check TLD elements</td></tr>
<tr><td><div align="right"><a name="305"></a><a href="#305">305</a></div></td><td class="codeLine"> 'ipValidator' => null, // IP validator to use</td></tr>
<tr><td><div align="right"><a name="306"></a><a href="#306">306</a></div></td><td class="codeLine"> );</td></tr>
<tr><td><div align="right"><a name="307"></a><a href="#307">307</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="308"></a><a href="#308">308</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="309"></a><a href="#309">309</a></div></td><td class="codeLine"> * Sets validator options</td></tr>
<tr><td><div align="right"><a name="310"></a><a href="#310">310</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="311"></a><a href="#311">311</a></div></td><td class="codeLine"> * @param integer $allow OPTIONAL Set what types of hostname to allow (default ALLOW_DNS)</td></tr>
<tr><td><div align="right"><a name="312"></a><a href="#312">312</a></div></td><td class="codeLine"> * @param boolean $validateIdn OPTIONAL Set whether IDN domains are validated (default true)</td></tr>
<tr><td><div align="right"><a name="313"></a><a href="#313">313</a></div></td><td class="codeLine"> * @param boolean $validateTld OPTIONAL Set whether the TLD element of a hostname is validated (default true)</td></tr>
<tr><td><div align="right"><a name="314"></a><a href="#314">314</a></div></td><td class="codeLine"> * @param Ip $ipValidator OPTIONAL</td></tr>
<tr><td><div align="right"><a name="315"></a><a href="#315">315</a></div></td><td class="codeLine"> * @see http://www.iana.org/cctld/specifications-policies-cctlds-01apr02.htm Technical Specifications for ccTLDs</td></tr>
<tr><td><div align="right"><a name="316"></a><a href="#316">316</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="317"></a><a href="#317">317</a></div></td><td class="codeLine"> public function __construct($options = array())</td></tr>
<tr><td><div align="right"><a name="318"></a><a href="#318">318</a></div></td><td class="codeLine"> {</td></tr>
<tr class="success popin" data-title="7 tests cover line 319" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="319"></a><a href="#319">319</a></div></td><td class="codeLine"> if (!is_array($options)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="320"></a><a href="#320">320</a></div></td><td class="codeLine"> $options = func_get_args();</td></tr>
<tr class="danger"><td><div align="right"><a name="321"></a><a href="#321">321</a></div></td><td class="codeLine"> $temp['allow'] = array_shift($options);</td></tr>
<tr class="danger"><td><div align="right"><a name="322"></a><a href="#322">322</a></div></td><td class="codeLine"> if (!empty($options)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="323"></a><a href="#323">323</a></div></td><td class="codeLine"> $temp['useIdnCheck'] = array_shift($options);</td></tr>
<tr class="danger"><td><div align="right"><a name="324"></a><a href="#324">324</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="325"></a><a href="#325">325</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="326"></a><a href="#326">326</a></div></td><td class="codeLine"> if (!empty($options)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="327"></a><a href="#327">327</a></div></td><td class="codeLine"> $temp['useTldCheck'] = array_shift($options);</td></tr>
<tr class="danger"><td><div align="right"><a name="328"></a><a href="#328">328</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="329"></a><a href="#329">329</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="330"></a><a href="#330">330</a></div></td><td class="codeLine"> if (!empty($options)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="331"></a><a href="#331">331</a></div></td><td class="codeLine"> $temp['ipValidator'] = array_shift($options);</td></tr>
<tr class="danger"><td><div align="right"><a name="332"></a><a href="#332">332</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="333"></a><a href="#333">333</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="334"></a><a href="#334">334</a></div></td><td class="codeLine"> $options = $temp;</td></tr>
<tr class="danger"><td><div align="right"><a name="335"></a><a href="#335">335</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="336"></a><a href="#336">336</a></div></td><td class="codeLine"></td></tr>
<tr class="success popin" data-title="7 tests cover line 337" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="337"></a><a href="#337">337</a></div></td><td class="codeLine"> if (!array_key_exists('ipValidator', $options)) {</td></tr>
<tr class="success popin" data-title="7 tests cover line 338" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="338"></a><a href="#338">338</a></div></td><td class="codeLine"> $options['ipValidator'] = null;</td></tr>
<tr class="success popin" data-title="7 tests cover line 339" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="339"></a><a href="#339">339</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="340"></a><a href="#340">340</a></div></td><td class="codeLine"></td></tr>
<tr class="success popin" data-title="7 tests cover line 341" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="341"></a><a href="#341">341</a></div></td><td class="codeLine"> parent::__construct($options);</td></tr>
<tr class="success popin" data-title="7 tests cover line 342" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="342"></a><a href="#342">342</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="343"></a><a href="#343">343</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="344"></a><a href="#344">344</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="345"></a><a href="#345">345</a></div></td><td class="codeLine"> * Returns the set ip validator</td></tr>
<tr><td><div align="right"><a name="346"></a><a href="#346">346</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="347"></a><a href="#347">347</a></div></td><td class="codeLine"> * @return Ip</td></tr>
<tr><td><div align="right"><a name="348"></a><a href="#348">348</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="349"></a><a href="#349">349</a></div></td><td class="codeLine"> public function getIpValidator()</td></tr>
<tr><td><div align="right"><a name="350"></a><a href="#350">350</a></div></td><td class="codeLine"> {</td></tr>
<tr class="danger"><td><div align="right"><a name="351"></a><a href="#351">351</a></div></td><td class="codeLine"> return $this->options['ipValidator'];</td></tr>
<tr><td><div align="right"><a name="352"></a><a href="#352">352</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="353"></a><a href="#353">353</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="354"></a><a href="#354">354</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="355"></a><a href="#355">355</a></div></td><td class="codeLine"> * @param Ip $ipValidator OPTIONAL</td></tr>
<tr><td><div align="right"><a name="356"></a><a href="#356">356</a></div></td><td class="codeLine"> * @return Hostname;</td></tr>
<tr><td><div align="right"><a name="357"></a><a href="#357">357</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="358"></a><a href="#358">358</a></div></td><td class="codeLine"> public function setIpValidator(Ip $ipValidator = null)</td></tr>
<tr><td><div align="right"><a name="359"></a><a href="#359">359</a></div></td><td class="codeLine"> {</td></tr>
<tr class="success popin" data-title="7 tests cover line 360" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="360"></a><a href="#360">360</a></div></td><td class="codeLine"> if ($ipValidator === null) {</td></tr>
<tr class="success popin" data-title="7 tests cover line 361" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="361"></a><a href="#361">361</a></div></td><td class="codeLine"> $ipValidator = new Ip();</td></tr>
<tr class="success popin" data-title="7 tests cover line 362" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="362"></a><a href="#362">362</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="363"></a><a href="#363">363</a></div></td><td class="codeLine"></td></tr>
<tr class="success popin" data-title="7 tests cover line 364" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="364"></a><a href="#364">364</a></div></td><td class="codeLine"> $this->options['ipValidator'] = $ipValidator;</td></tr>
<tr class="success popin" data-title="7 tests cover line 365" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="365"></a><a href="#365">365</a></div></td><td class="codeLine"> return $this;</td></tr>
<tr><td><div align="right"><a name="366"></a><a href="#366">366</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="367"></a><a href="#367">367</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="368"></a><a href="#368">368</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="369"></a><a href="#369">369</a></div></td><td class="codeLine"> * Returns the allow option</td></tr>
<tr><td><div align="right"><a name="370"></a><a href="#370">370</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="371"></a><a href="#371">371</a></div></td><td class="codeLine"> * @return integer</td></tr>
<tr><td><div align="right"><a name="372"></a><a href="#372">372</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="373"></a><a href="#373">373</a></div></td><td class="codeLine"> public function getAllow()</td></tr>
<tr><td><div align="right"><a name="374"></a><a href="#374">374</a></div></td><td class="codeLine"> {</td></tr>
<tr class="success popin" data-title="7 tests cover line 375" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="375"></a><a href="#375">375</a></div></td><td class="codeLine"> return $this->options['allow'];</td></tr>
<tr><td><div align="right"><a name="376"></a><a href="#376">376</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="377"></a><a href="#377">377</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="378"></a><a href="#378">378</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="379"></a><a href="#379">379</a></div></td><td class="codeLine"> * Sets the allow option</td></tr>
<tr><td><div align="right"><a name="380"></a><a href="#380">380</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="381"></a><a href="#381">381</a></div></td><td class="codeLine"> * @param integer $allow</td></tr>
<tr><td><div align="right"><a name="382"></a><a href="#382">382</a></div></td><td class="codeLine"> * @return Hostname Provides a fluent interface</td></tr>
<tr><td><div align="right"><a name="383"></a><a href="#383">383</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="384"></a><a href="#384">384</a></div></td><td class="codeLine"> public function setAllow($allow)</td></tr>
<tr><td><div align="right"><a name="385"></a><a href="#385">385</a></div></td><td class="codeLine"> {</td></tr>
<tr class="success popin" data-title="7 tests cover line 386" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="386"></a><a href="#386">386</a></div></td><td class="codeLine"> $this->options['allow'] = $allow;</td></tr>
<tr class="success popin" data-title="7 tests cover line 387" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="387"></a><a href="#387">387</a></div></td><td class="codeLine"> return $this;</td></tr>
<tr><td><div align="right"><a name="388"></a><a href="#388">388</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="389"></a><a href="#389">389</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="390"></a><a href="#390">390</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="391"></a><a href="#391">391</a></div></td><td class="codeLine"> * Returns the set idn option</td></tr>
<tr><td><div align="right"><a name="392"></a><a href="#392">392</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="393"></a><a href="#393">393</a></div></td><td class="codeLine"> * @return boolean</td></tr>
<tr><td><div align="right"><a name="394"></a><a href="#394">394</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="395"></a><a href="#395">395</a></div></td><td class="codeLine"> public function getIdnCheck()</td></tr>
<tr><td><div align="right"><a name="396"></a><a href="#396">396</a></div></td><td class="codeLine"> {</td></tr>
<tr class="danger"><td><div align="right"><a name="397"></a><a href="#397">397</a></div></td><td class="codeLine"> return $this->options['useIdnCheck'];</td></tr>
<tr><td><div align="right"><a name="398"></a><a href="#398">398</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="399"></a><a href="#399">399</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="400"></a><a href="#400">400</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="401"></a><a href="#401">401</a></div></td><td class="codeLine"> * Set whether IDN domains are validated</td></tr>
<tr><td><div align="right"><a name="402"></a><a href="#402">402</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="403"></a><a href="#403">403</a></div></td><td class="codeLine"> * This only applies when DNS hostnames are validated</td></tr>
<tr><td><div align="right"><a name="404"></a><a href="#404">404</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="405"></a><a href="#405">405</a></div></td><td class="codeLine"> * @param boolean $useIdnCheck Set to true to validate IDN domains</td></tr>
<tr><td><div align="right"><a name="406"></a><a href="#406">406</a></div></td><td class="codeLine"> * @return Hostname</td></tr>
<tr><td><div align="right"><a name="407"></a><a href="#407">407</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="408"></a><a href="#408">408</a></div></td><td class="codeLine"> public function useIdnCheck ($useIdnCheck)</td></tr>
<tr><td><div align="right"><a name="409"></a><a href="#409">409</a></div></td><td class="codeLine"> {</td></tr>
<tr class="danger"><td><div align="right"><a name="410"></a><a href="#410">410</a></div></td><td class="codeLine"> $this->options['useIdnCheck'] = (bool) $useIdnCheck;</td></tr>
<tr class="danger"><td><div align="right"><a name="411"></a><a href="#411">411</a></div></td><td class="codeLine"> return $this;</td></tr>
<tr><td><div align="right"><a name="412"></a><a href="#412">412</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="413"></a><a href="#413">413</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="414"></a><a href="#414">414</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="415"></a><a href="#415">415</a></div></td><td class="codeLine"> * Returns the set tld option</td></tr>
<tr><td><div align="right"><a name="416"></a><a href="#416">416</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="417"></a><a href="#417">417</a></div></td><td class="codeLine"> * @return boolean</td></tr>
<tr><td><div align="right"><a name="418"></a><a href="#418">418</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="419"></a><a href="#419">419</a></div></td><td class="codeLine"> public function getTldCheck()</td></tr>
<tr><td><div align="right"><a name="420"></a><a href="#420">420</a></div></td><td class="codeLine"> {</td></tr>
<tr class="danger"><td><div align="right"><a name="421"></a><a href="#421">421</a></div></td><td class="codeLine"> return $this->options['useTldCheck'];</td></tr>
<tr><td><div align="right"><a name="422"></a><a href="#422">422</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="423"></a><a href="#423">423</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="424"></a><a href="#424">424</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="425"></a><a href="#425">425</a></div></td><td class="codeLine"> * Set whether the TLD element of a hostname is validated</td></tr>
<tr><td><div align="right"><a name="426"></a><a href="#426">426</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="427"></a><a href="#427">427</a></div></td><td class="codeLine"> * This only applies when DNS hostnames are validated</td></tr>
<tr><td><div align="right"><a name="428"></a><a href="#428">428</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="429"></a><a href="#429">429</a></div></td><td class="codeLine"> * @param boolean $useTldCheck Set to true to validate TLD elements</td></tr>
<tr><td><div align="right"><a name="430"></a><a href="#430">430</a></div></td><td class="codeLine"> * @return Hostname</td></tr>
<tr><td><div align="right"><a name="431"></a><a href="#431">431</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="432"></a><a href="#432">432</a></div></td><td class="codeLine"> public function useTldCheck ($useTldCheck)</td></tr>
<tr><td><div align="right"><a name="433"></a><a href="#433">433</a></div></td><td class="codeLine"> {</td></tr>
<tr class="danger"><td><div align="right"><a name="434"></a><a href="#434">434</a></div></td><td class="codeLine"> $this->options['useTldCheck'] = (bool) $useTldCheck;</td></tr>
<tr class="danger"><td><div align="right"><a name="435"></a><a href="#435">435</a></div></td><td class="codeLine"> return $this;</td></tr>
<tr><td><div align="right"><a name="436"></a><a href="#436">436</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="437"></a><a href="#437">437</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="438"></a><a href="#438">438</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="439"></a><a href="#439">439</a></div></td><td class="codeLine"> * Defined by Interface</td></tr>
<tr><td><div align="right"><a name="440"></a><a href="#440">440</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="441"></a><a href="#441">441</a></div></td><td class="codeLine"> * Returns true if and only if the $value is a valid hostname with respect to the current allow option</td></tr>
<tr><td><div align="right"><a name="442"></a><a href="#442">442</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="443"></a><a href="#443">443</a></div></td><td class="codeLine"> * @param string $value</td></tr>
<tr><td><div align="right"><a name="444"></a><a href="#444">444</a></div></td><td class="codeLine"> * @return boolean</td></tr>
<tr><td><div align="right"><a name="445"></a><a href="#445">445</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="446"></a><a href="#446">446</a></div></td><td class="codeLine"> public function isValid($value)</td></tr>
<tr><td><div align="right"><a name="447"></a><a href="#447">447</a></div></td><td class="codeLine"> {</td></tr>
<tr class="success popin" data-title="7 tests cover line 448" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="448"></a><a href="#448">448</a></div></td><td class="codeLine"> if (!is_string($value)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="449"></a><a href="#449">449</a></div></td><td class="codeLine"> $this->error(self::INVALID);</td></tr>
<tr class="danger"><td><div align="right"><a name="450"></a><a href="#450">450</a></div></td><td class="codeLine"> return false;</td></tr>
<tr><td><div align="right"><a name="451"></a><a href="#451">451</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="452"></a><a href="#452">452</a></div></td><td class="codeLine"></td></tr>
<tr class="success popin" data-title="7 tests cover line 453" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="453"></a><a href="#453">453</a></div></td><td class="codeLine"> $this->setValue($value);</td></tr>
<tr><td><div align="right"><a name="454"></a><a href="#454">454</a></div></td><td class="codeLine"> // Check input against IP address schema</td></tr>
<tr class="success popin" data-title="7 tests cover line 455" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="455"></a><a href="#455">455</a></div></td><td class="codeLine"> if (preg_match('/^[0-9a-f:.]*$/i', $value) &&</td></tr>
<tr class="success popin" data-title="7 tests cover line 456" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="456"></a><a href="#456">456</a></div></td><td class="codeLine"> $this->getIpValidator()->setTranslator($this->getTranslator())->isValid($value)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="457"></a><a href="#457">457</a></div></td><td class="codeLine"> if (!($this->getAllow() & self::ALLOW_IP)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="458"></a><a href="#458">458</a></div></td><td class="codeLine"> $this->error(self::IP_ADDRESS_NOT_ALLOWED);</td></tr>
<tr class="danger"><td><div align="right"><a name="459"></a><a href="#459">459</a></div></td><td class="codeLine"> return false;</td></tr>
<tr><td><div align="right"><a name="460"></a><a href="#460">460</a></div></td><td class="codeLine"> } else {</td></tr>
<tr class="danger"><td><div align="right"><a name="461"></a><a href="#461">461</a></div></td><td class="codeLine"> return true;</td></tr>
<tr><td><div align="right"><a name="462"></a><a href="#462">462</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="463"></a><a href="#463">463</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="464"></a><a href="#464">464</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="465"></a><a href="#465">465</a></div></td><td class="codeLine"> // Local hostnames are allowed to be partial (ending '.')</td></tr>
<tr class="success popin" data-title="7 tests cover line 466" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="466"></a><a href="#466">466</a></div></td><td class="codeLine"> if ($this->getAllow() & self::ALLOW_LOCAL) {</td></tr>
<tr class="success popin" data-title="7 tests cover line 467" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="467"></a><a href="#467">467</a></div></td><td class="codeLine"> if (substr($value, -1) === '.') {</td></tr>
<tr class="danger"><td><div align="right"><a name="468"></a><a href="#468">468</a></div></td><td class="codeLine"> $value = substr($value, 0, -1);</td></tr>
<tr class="danger"><td><div align="right"><a name="469"></a><a href="#469">469</a></div></td><td class="codeLine"> if (substr($value, -1) === '.') {</td></tr>
<tr><td><div align="right"><a name="470"></a><a href="#470">470</a></div></td><td class="codeLine"> // Empty hostnames (ending '..') are not allowed</td></tr>
<tr class="danger"><td><div align="right"><a name="471"></a><a href="#471">471</a></div></td><td class="codeLine"> $this->error(self::INVALID_LOCAL_NAME);</td></tr>
<tr class="danger"><td><div align="right"><a name="472"></a><a href="#472">472</a></div></td><td class="codeLine"> return false;</td></tr>
<tr><td><div align="right"><a name="473"></a><a href="#473">473</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="474"></a><a href="#474">474</a></div></td><td class="codeLine"> }</td></tr>
<tr class="success popin" data-title="7 tests cover line 475" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="475"></a><a href="#475">475</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="476"></a><a href="#476">476</a></div></td><td class="codeLine"></td></tr>
<tr class="success popin" data-title="7 tests cover line 477" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="477"></a><a href="#477">477</a></div></td><td class="codeLine"> $domainParts = explode('.', $value);</td></tr>
<tr><td><div align="right"><a name="478"></a><a href="#478">478</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="479"></a><a href="#479">479</a></div></td><td class="codeLine"> // Prevent partial IP V4 addresses (ending '.')</td></tr>
<tr class="success popin" data-title="7 tests cover line 480" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="480"></a><a href="#480">480</a></div></td><td class="codeLine"> if ((count($domainParts) == 4) && preg_match('/^[0-9.a-e:.]*$/i', $value) &&</td></tr>
<tr class="success popin" data-title="7 tests cover line 481" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="481"></a><a href="#481">481</a></div></td><td class="codeLine"> $this->getIpValidator()->setTranslator($this->getTranslator())->isValid($value)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="482"></a><a href="#482">482</a></div></td><td class="codeLine"> $this->error(self::INVALID_LOCAL_NAME);</td></tr>
<tr class="danger"><td><div align="right"><a name="483"></a><a href="#483">483</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="484"></a><a href="#484">484</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="485"></a><a href="#485">485</a></div></td><td class="codeLine"> // Check input against DNS hostname schema</td></tr>
<tr class="success popin" data-title="7 tests cover line 486" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="486"></a><a href="#486">486</a></div></td><td class="codeLine"> if ((count($domainParts) > 1) && (strlen($value) >= 4) && (strlen($value) <= 254)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="487"></a><a href="#487">487</a></div></td><td class="codeLine"> $status = false;</td></tr>
<tr><td><div align="right"><a name="488"></a><a href="#488">488</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="489"></a><a href="#489">489</a></div></td><td class="codeLine"> $origenc = iconv_get_encoding('internal_encoding');</td></tr>
<tr class="danger"><td><div align="right"><a name="490"></a><a href="#490">490</a></div></td><td class="codeLine"> iconv_set_encoding('internal_encoding', 'UTF-8');</td></tr>
<tr><td><div align="right"><a name="491"></a><a href="#491">491</a></div></td><td class="codeLine"> do {</td></tr>
<tr><td><div align="right"><a name="492"></a><a href="#492">492</a></div></td><td class="codeLine"> // First check TLD</td></tr>
<tr class="danger"><td><div align="right"><a name="493"></a><a href="#493">493</a></div></td><td class="codeLine"> $matches = array();</td></tr>
<tr class="danger"><td><div align="right"><a name="494"></a><a href="#494">494</a></div></td><td class="codeLine"> if (preg_match('/([^.]{2,10})$/i', end($domainParts), $matches) ||</td></tr>
<tr class="danger"><td><div align="right"><a name="495"></a><a href="#495">495</a></div></td><td class="codeLine"> (array_key_exists(end($domainParts), $this->validIdns))) {</td></tr>
<tr class="danger"><td><div align="right"><a name="496"></a><a href="#496">496</a></div></td><td class="codeLine"> reset($domainParts);</td></tr>
<tr><td><div align="right"><a name="497"></a><a href="#497">497</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="498"></a><a href="#498">498</a></div></td><td class="codeLine"> // Hostname characters are: *(label dot)(label dot label); max 254 chars</td></tr>
<tr><td><div align="right"><a name="499"></a><a href="#499">499</a></div></td><td class="codeLine"> // label: id-prefix [*ldh{61} id-prefix]; max 63 chars</td></tr>
<tr><td><div align="right"><a name="500"></a><a href="#500">500</a></div></td><td class="codeLine"> // id-prefix: alpha / digit</td></tr>
<tr><td><div align="right"><a name="501"></a><a href="#501">501</a></div></td><td class="codeLine"> // ldh: alpha / digit / dash</td></tr>
<tr><td><div align="right"><a name="502"></a><a href="#502">502</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="503"></a><a href="#503">503</a></div></td><td class="codeLine"> // Match TLD against known list</td></tr>
<tr class="danger"><td><div align="right"><a name="504"></a><a href="#504">504</a></div></td><td class="codeLine"> $this->tld = strtolower($matches[1]);</td></tr>
<tr class="danger"><td><div align="right"><a name="505"></a><a href="#505">505</a></div></td><td class="codeLine"> if ($this->getTldCheck()) {</td></tr>
<tr class="danger"><td><div align="right"><a name="506"></a><a href="#506">506</a></div></td><td class="codeLine"> if (!in_array($this->tld, $this->validTlds)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="507"></a><a href="#507">507</a></div></td><td class="codeLine"> $this->error(self::UNKNOWN_TLD);</td></tr>
<tr class="danger"><td><div align="right"><a name="508"></a><a href="#508">508</a></div></td><td class="codeLine"> $status = false;</td></tr>
<tr class="danger"><td><div align="right"><a name="509"></a><a href="#509">509</a></div></td><td class="codeLine"> break;</td></tr>
<tr><td><div align="right"><a name="510"></a><a href="#510">510</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="511"></a><a href="#511">511</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="512"></a><a href="#512">512</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="513"></a><a href="#513">513</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="514"></a><a href="#514">514</a></div></td><td class="codeLine"> * Match against IDN hostnames</td></tr>
<tr><td><div align="right"><a name="515"></a><a href="#515">515</a></div></td><td class="codeLine"> * Note: Keep label regex short to avoid issues with long patterns when matching IDN hostnames</td></tr>
<tr><td><div align="right"><a name="516"></a><a href="#516">516</a></div></td><td class="codeLine"> * @see Hostname\Interface</td></tr>
<tr><td><div align="right"><a name="517"></a><a href="#517">517</a></div></td><td class="codeLine"> */</td></tr>
<tr class="danger"><td><div align="right"><a name="518"></a><a href="#518">518</a></div></td><td class="codeLine"> $regexChars = array(0 => '/^[a-z0-9\x2d]{1,63}$/i');</td></tr>
<tr class="danger"><td><div align="right"><a name="519"></a><a href="#519">519</a></div></td><td class="codeLine"> if ($this->getIdnCheck() && isset($this->validIdns[strtoupper($this->tld)])) {</td></tr>
<tr class="danger"><td><div align="right"><a name="520"></a><a href="#520">520</a></div></td><td class="codeLine"> if (is_string($this->validIdns[strtoupper($this->tld)])) {</td></tr>
<tr class="danger"><td><div align="right"><a name="521"></a><a href="#521">521</a></div></td><td class="codeLine"> $regexChars += include ($this->validIdns[strtoupper($this->tld)]);</td></tr>
<tr class="danger"><td><div align="right"><a name="522"></a><a href="#522">522</a></div></td><td class="codeLine"> } else {</td></tr>
<tr class="danger"><td><div align="right"><a name="523"></a><a href="#523">523</a></div></td><td class="codeLine"> $regexChars += $this->validIdns[strtoupper($this->tld)];</td></tr>
<tr><td><div align="right"><a name="524"></a><a href="#524">524</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="525"></a><a href="#525">525</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="526"></a><a href="#526">526</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="527"></a><a href="#527">527</a></div></td><td class="codeLine"> // Check each hostname part</td></tr>
<tr class="danger"><td><div align="right"><a name="528"></a><a href="#528">528</a></div></td><td class="codeLine"> $check = 0;</td></tr>
<tr class="danger"><td><div align="right"><a name="529"></a><a href="#529">529</a></div></td><td class="codeLine"> foreach ($domainParts as $domainPart) {</td></tr>
<tr><td><div align="right"><a name="530"></a><a href="#530">530</a></div></td><td class="codeLine"> // Decode Punycode domain names to IDN</td></tr>
<tr class="danger"><td><div align="right"><a name="531"></a><a href="#531">531</a></div></td><td class="codeLine"> if (strpos($domainPart, 'xn--') === 0) {</td></tr>
<tr class="danger"><td><div align="right"><a name="532"></a><a href="#532">532</a></div></td><td class="codeLine"> $domainPart = $this->decodePunycode(substr($domainPart, 4));</td></tr>
<tr class="danger"><td><div align="right"><a name="533"></a><a href="#533">533</a></div></td><td class="codeLine"> if ($domainPart === false) {</td></tr>
<tr class="danger"><td><div align="right"><a name="534"></a><a href="#534">534</a></div></td><td class="codeLine"> return false;</td></tr>
<tr><td><div align="right"><a name="535"></a><a href="#535">535</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="536"></a><a href="#536">536</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="537"></a><a href="#537">537</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="538"></a><a href="#538">538</a></div></td><td class="codeLine"> // Check dash (-) does not start, end or appear in 3rd and 4th positions</td></tr>
<tr class="danger"><td><div align="right"><a name="539"></a><a href="#539">539</a></div></td><td class="codeLine"> if ((strpos($domainPart, '-') === 0)</td></tr>
<tr class="danger"><td><div align="right"><a name="540"></a><a href="#540">540</a></div></td><td class="codeLine"> || ((strlen($domainPart) > 2) && (strpos($domainPart, '-', 2) == 2) && (strpos($domainPart, '-', 3) == 3))</td></tr>
<tr class="danger"><td><div align="right"><a name="541"></a><a href="#541">541</a></div></td><td class="codeLine"> || (strpos($domainPart, '-') === (strlen($domainPart) - 1))) {</td></tr>
<tr class="danger"><td><div align="right"><a name="542"></a><a href="#542">542</a></div></td><td class="codeLine"> $this->error(self::INVALID_DASH);</td></tr>
<tr class="danger"><td><div align="right"><a name="543"></a><a href="#543">543</a></div></td><td class="codeLine"> $status = false;</td></tr>
<tr class="danger"><td><div align="right"><a name="544"></a><a href="#544">544</a></div></td><td class="codeLine"> break 2;</td></tr>
<tr><td><div align="right"><a name="545"></a><a href="#545">545</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="546"></a><a href="#546">546</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="547"></a><a href="#547">547</a></div></td><td class="codeLine"> // Check each domain part</td></tr>
<tr class="danger"><td><div align="right"><a name="548"></a><a href="#548">548</a></div></td><td class="codeLine"> $checked = false;</td></tr>
<tr class="danger"><td><div align="right"><a name="549"></a><a href="#549">549</a></div></td><td class="codeLine"> foreach ($regexChars as $regexKey => $regexChar) {</td></tr>
<tr class="danger"><td><div align="right"><a name="550"></a><a href="#550">550</a></div></td><td class="codeLine"> ErrorHandler::start();</td></tr>
<tr class="danger"><td><div align="right"><a name="551"></a><a href="#551">551</a></div></td><td class="codeLine"> $status = preg_match($regexChar, $domainPart);</td></tr>
<tr class="danger"><td><div align="right"><a name="552"></a><a href="#552">552</a></div></td><td class="codeLine"> ErrorHandler::stop();</td></tr>
<tr class="danger"><td><div align="right"><a name="553"></a><a href="#553">553</a></div></td><td class="codeLine"> if ($status > 0) {</td></tr>
<tr class="danger"><td><div align="right"><a name="554"></a><a href="#554">554</a></div></td><td class="codeLine"> $length = 63;</td></tr>
<tr class="danger"><td><div align="right"><a name="555"></a><a href="#555">555</a></div></td><td class="codeLine"> if (array_key_exists(strtoupper($this->tld), $this->idnLength)</td></tr>
<tr class="danger"><td><div align="right"><a name="556"></a><a href="#556">556</a></div></td><td class="codeLine"> && (array_key_exists($regexKey, $this->idnLength[strtoupper($this->tld)]))) {</td></tr>
<tr class="danger"><td><div align="right"><a name="557"></a><a href="#557">557</a></div></td><td class="codeLine"> $length = $this->idnLength[strtoupper($this->tld)];</td></tr>
<tr class="danger"><td><div align="right"><a name="558"></a><a href="#558">558</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="559"></a><a href="#559">559</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="560"></a><a href="#560">560</a></div></td><td class="codeLine"> if (iconv_strlen($domainPart, 'UTF-8') > $length) {</td></tr>
<tr class="danger"><td><div align="right"><a name="561"></a><a href="#561">561</a></div></td><td class="codeLine"> $this->error(self::INVALID_HOSTNAME);</td></tr>
<tr class="danger"><td><div align="right"><a name="562"></a><a href="#562">562</a></div></td><td class="codeLine"> } else {</td></tr>
<tr class="danger"><td><div align="right"><a name="563"></a><a href="#563">563</a></div></td><td class="codeLine"> $checked = true;</td></tr>
<tr class="danger"><td><div align="right"><a name="564"></a><a href="#564">564</a></div></td><td class="codeLine"> break;</td></tr>
<tr><td><div align="right"><a name="565"></a><a href="#565">565</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="566"></a><a href="#566">566</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="567"></a><a href="#567">567</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="568"></a><a href="#568">568</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="569"></a><a href="#569">569</a></div></td><td class="codeLine"> if ($checked) {</td></tr>
<tr class="danger"><td><div align="right"><a name="570"></a><a href="#570">570</a></div></td><td class="codeLine"> ++$check;</td></tr>
<tr class="danger"><td><div align="right"><a name="571"></a><a href="#571">571</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="572"></a><a href="#572">572</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="573"></a><a href="#573">573</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="574"></a><a href="#574">574</a></div></td><td class="codeLine"> // If one of the labels doesn't match, the hostname is invalid</td></tr>
<tr class="danger"><td><div align="right"><a name="575"></a><a href="#575">575</a></div></td><td class="codeLine"> if ($check !== count($domainParts)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="576"></a><a href="#576">576</a></div></td><td class="codeLine"> $this->error(self::INVALID_HOSTNAME_SCHEMA);</td></tr>
<tr class="danger"><td><div align="right"><a name="577"></a><a href="#577">577</a></div></td><td class="codeLine"> $status = false;</td></tr>
<tr class="danger"><td><div align="right"><a name="578"></a><a href="#578">578</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="579"></a><a href="#579">579</a></div></td><td class="codeLine"> } else {</td></tr>
<tr><td><div align="right"><a name="580"></a><a href="#580">580</a></div></td><td class="codeLine"> // Hostname not long enough</td></tr>
<tr class="danger"><td><div align="right"><a name="581"></a><a href="#581">581</a></div></td><td class="codeLine"> $this->error(self::UNDECIPHERABLE_TLD);</td></tr>
<tr class="danger"><td><div align="right"><a name="582"></a><a href="#582">582</a></div></td><td class="codeLine"> $status = false;</td></tr>
<tr><td><div align="right"><a name="583"></a><a href="#583">583</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="584"></a><a href="#584">584</a></div></td><td class="codeLine"> } while (false);</td></tr>
<tr><td><div align="right"><a name="585"></a><a href="#585">585</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="586"></a><a href="#586">586</a></div></td><td class="codeLine"> iconv_set_encoding('internal_encoding', $origenc);</td></tr>
<tr><td><div align="right"><a name="587"></a><a href="#587">587</a></div></td><td class="codeLine"> // If the input passes as an Internet domain name, and domain names are allowed, then the hostname</td></tr>
<tr><td><div align="right"><a name="588"></a><a href="#588">588</a></div></td><td class="codeLine"> // passes validation</td></tr>
<tr class="danger"><td><div align="right"><a name="589"></a><a href="#589">589</a></div></td><td class="codeLine"> if ($status && ($this->getAllow() & self::ALLOW_DNS)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="590"></a><a href="#590">590</a></div></td><td class="codeLine"> return true;</td></tr>
<tr><td><div align="right"><a name="591"></a><a href="#591">591</a></div></td><td class="codeLine"> }</td></tr>
<tr class="success popin" data-title="7 tests cover line 592" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="592"></a><a href="#592">592</a></div></td><td class="codeLine"> } elseif ($this->getAllow() & self::ALLOW_DNS) {</td></tr>
<tr class="success popin" data-title="7 tests cover line 593" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="593"></a><a href="#593">593</a></div></td><td class="codeLine"> $this->error(self::INVALID_HOSTNAME);</td></tr>
<tr class="success popin" data-title="7 tests cover line 594" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="594"></a><a href="#594">594</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="595"></a><a href="#595">595</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="596"></a><a href="#596">596</a></div></td><td class="codeLine"> // Check for URI Syntax (RFC3986)</td></tr>
<tr class="success popin" data-title="7 tests cover line 597" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="597"></a><a href="#597">597</a></div></td><td class="codeLine"> if ($this->getAllow() & self::ALLOW_URI) {</td></tr>
<tr class="danger"><td><div align="right"><a name="598"></a><a href="#598">598</a></div></td><td class="codeLine"> if (preg_match("/^([a-zA-Z0-9-._~!$&\'()*+,;=]|%[[:xdigit:]]{2}){1,254}$/i", $value)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="599"></a><a href="#599">599</a></div></td><td class="codeLine"> return true;</td></tr>
<tr><td><div align="right"><a name="600"></a><a href="#600">600</a></div></td><td class="codeLine"> } else {</td></tr>
<tr class="danger"><td><div align="right"><a name="601"></a><a href="#601">601</a></div></td><td class="codeLine"> $this->error(self::INVALID_URI);</td></tr>
<tr><td><div align="right"><a name="602"></a><a href="#602">602</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="603"></a><a href="#603">603</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="604"></a><a href="#604">604</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="605"></a><a href="#605">605</a></div></td><td class="codeLine"> // Check input against local network name schema; last chance to pass validation</td></tr>
<tr class="success popin" data-title="7 tests cover line 606" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="606"></a><a href="#606">606</a></div></td><td class="codeLine"> ErrorHandler::start();</td></tr>
<tr class="success popin" data-title="7 tests cover line 607" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="607"></a><a href="#607">607</a></div></td><td class="codeLine"> $regexLocal = '/^(([a-zA-Z0-9\x2d]{1,63}\x2e)*[a-zA-Z0-9\x2d]{1,63}[\x2e]{0,1}){1,254}$/';</td></tr>
<tr class="success popin" data-title="7 tests cover line 608" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="608"></a><a href="#608">608</a></div></td><td class="codeLine"> $status = preg_match($regexLocal, $value);</td></tr>
<tr class="success popin" data-title="7 tests cover line 609" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="609"></a><a href="#609">609</a></div></td><td class="codeLine"> ErrorHandler::stop();</td></tr>
<tr><td><div align="right"><a name="610"></a><a href="#610">610</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="611"></a><a href="#611">611</a></div></td><td class="codeLine"> // If the input passes as a local network name, and local network names are allowed, then the</td></tr>
<tr><td><div align="right"><a name="612"></a><a href="#612">612</a></div></td><td class="codeLine"> // hostname passes validation</td></tr>
<tr class="success popin" data-title="7 tests cover line 613" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="613"></a><a href="#613">613</a></div></td><td class="codeLine"> $allowLocal = $this->getAllow() & self::ALLOW_LOCAL;</td></tr>
<tr class="success popin" data-title="7 tests cover line 614" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="614"></a><a href="#614">614</a></div></td><td class="codeLine"> if ($status && $allowLocal) {</td></tr>
<tr class="success popin" data-title="7 tests cover line 615" data-content="<ul><li class="success">CommentControllerTest::testAddReplyUriGoodData with data set &quot;0&quot;</li><li class="danger">CommentControllerTest::testAddReplyUriBadData with data set #0</li><li class="success">ExampleTest::testExample</li><li class="success">UserTest::testExample</li><li class="success">UserTest::testFindByEmailSuccess</li><li class="success">UserTest::testFindByEmailFailure</li><li class="success">UserTest::testFindAll</li></ul>" data-placement="bottom" data-html="true"><td><div align="right"><a name="615"></a><a href="#615">615</a></div></td><td class="codeLine"> return true;</td></tr>
<tr><td><div align="right"><a name="616"></a><a href="#616">616</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="617"></a><a href="#617">617</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="618"></a><a href="#618">618</a></div></td><td class="codeLine"> // If the input does not pass as a local network name, add a message</td></tr>
<tr class="danger"><td><div align="right"><a name="619"></a><a href="#619">619</a></div></td><td class="codeLine"> if (!$status) {</td></tr>
<tr class="danger"><td><div align="right"><a name="620"></a><a href="#620">620</a></div></td><td class="codeLine"> $this->error(self::INVALID_LOCAL_NAME);</td></tr>
<tr class="danger"><td><div align="right"><a name="621"></a><a href="#621">621</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="622"></a><a href="#622">622</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="623"></a><a href="#623">623</a></div></td><td class="codeLine"> // If local network names are not allowed, add a message</td></tr>
<tr class="danger"><td><div align="right"><a name="624"></a><a href="#624">624</a></div></td><td class="codeLine"> if ($status && !$allowLocal) {</td></tr>
<tr class="danger"><td><div align="right"><a name="625"></a><a href="#625">625</a></div></td><td class="codeLine"> $this->error(self::LOCAL_NAME_NOT_ALLOWED);</td></tr>
<tr class="danger"><td><div align="right"><a name="626"></a><a href="#626">626</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="627"></a><a href="#627">627</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="628"></a><a href="#628">628</a></div></td><td class="codeLine"> return false;</td></tr>
<tr><td><div align="right"><a name="629"></a><a href="#629">629</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="630"></a><a href="#630">630</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="631"></a><a href="#631">631</a></div></td><td class="codeLine"> /**</td></tr>
<tr><td><div align="right"><a name="632"></a><a href="#632">632</a></div></td><td class="codeLine"> * Decodes a punycode encoded string to it's original utf8 string</td></tr>
<tr><td><div align="right"><a name="633"></a><a href="#633">633</a></div></td><td class="codeLine"> * In case of a decoding failure the original string is returned</td></tr>
<tr><td><div align="right"><a name="634"></a><a href="#634">634</a></div></td><td class="codeLine"> *</td></tr>
<tr><td><div align="right"><a name="635"></a><a href="#635">635</a></div></td><td class="codeLine"> * @param string $encoded Punycode encoded string to decode</td></tr>
<tr><td><div align="right"><a name="636"></a><a href="#636">636</a></div></td><td class="codeLine"> * @return string</td></tr>
<tr><td><div align="right"><a name="637"></a><a href="#637">637</a></div></td><td class="codeLine"> */</td></tr>
<tr><td><div align="right"><a name="638"></a><a href="#638">638</a></div></td><td class="codeLine"> protected function decodePunycode($encoded)</td></tr>
<tr><td><div align="right"><a name="639"></a><a href="#639">639</a></div></td><td class="codeLine"> {</td></tr>
<tr class="danger"><td><div align="right"><a name="640"></a><a href="#640">640</a></div></td><td class="codeLine"> $found = preg_match('/([^a-z0-9\x2d]{1,10})$/i', $encoded);</td></tr>
<tr class="danger"><td><div align="right"><a name="641"></a><a href="#641">641</a></div></td><td class="codeLine"> if (empty($encoded) || ($found > 0)) {</td></tr>
<tr><td><div align="right"><a name="642"></a><a href="#642">642</a></div></td><td class="codeLine"> // no punycode encoded string, return as is</td></tr>
<tr class="danger"><td><div align="right"><a name="643"></a><a href="#643">643</a></div></td><td class="codeLine"> $this->error(self::CANNOT_DECODE_PUNYCODE);</td></tr>
<tr class="danger"><td><div align="right"><a name="644"></a><a href="#644">644</a></div></td><td class="codeLine"> return false;</td></tr>
<tr><td><div align="right"><a name="645"></a><a href="#645">645</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="646"></a><a href="#646">646</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="647"></a><a href="#647">647</a></div></td><td class="codeLine"> $separator = strrpos($encoded, '-');</td></tr>
<tr class="danger"><td><div align="right"><a name="648"></a><a href="#648">648</a></div></td><td class="codeLine"> if ($separator > 0) {</td></tr>
<tr class="danger"><td><div align="right"><a name="649"></a><a href="#649">649</a></div></td><td class="codeLine"> for ($x = 0; $x < $separator; ++$x) {</td></tr>
<tr><td><div align="right"><a name="650"></a><a href="#650">650</a></div></td><td class="codeLine"> // prepare decoding matrix</td></tr>
<tr class="danger"><td><div align="right"><a name="651"></a><a href="#651">651</a></div></td><td class="codeLine"> $decoded[] = ord($encoded[$x]);</td></tr>
<tr class="danger"><td><div align="right"><a name="652"></a><a href="#652">652</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="653"></a><a href="#653">653</a></div></td><td class="codeLine"> } else {</td></tr>
<tr class="danger"><td><div align="right"><a name="654"></a><a href="#654">654</a></div></td><td class="codeLine"> $this->error(self::CANNOT_DECODE_PUNYCODE);</td></tr>
<tr class="danger"><td><div align="right"><a name="655"></a><a href="#655">655</a></div></td><td class="codeLine"> return false;</td></tr>
<tr><td><div align="right"><a name="656"></a><a href="#656">656</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="657"></a><a href="#657">657</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="658"></a><a href="#658">658</a></div></td><td class="codeLine"> $lengthd = count($decoded);</td></tr>
<tr class="danger"><td><div align="right"><a name="659"></a><a href="#659">659</a></div></td><td class="codeLine"> $lengthe = strlen($encoded);</td></tr>
<tr><td><div align="right"><a name="660"></a><a href="#660">660</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="661"></a><a href="#661">661</a></div></td><td class="codeLine"> // decoding</td></tr>
<tr class="danger"><td><div align="right"><a name="662"></a><a href="#662">662</a></div></td><td class="codeLine"> $init = true;</td></tr>
<tr class="danger"><td><div align="right"><a name="663"></a><a href="#663">663</a></div></td><td class="codeLine"> $base = 72;</td></tr>
<tr class="danger"><td><div align="right"><a name="664"></a><a href="#664">664</a></div></td><td class="codeLine"> $index = 0;</td></tr>
<tr class="danger"><td><div align="right"><a name="665"></a><a href="#665">665</a></div></td><td class="codeLine"> $char = 0x80;</td></tr>
<tr><td><div align="right"><a name="666"></a><a href="#666">666</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="667"></a><a href="#667">667</a></div></td><td class="codeLine"> for ($indexe = ($separator) ? ($separator + 1) : 0; $indexe < $lengthe; ++$lengthd) {</td></tr>
<tr class="danger"><td><div align="right"><a name="668"></a><a href="#668">668</a></div></td><td class="codeLine"> for ($old_index = $index, $pos = 1, $key = 36; 1 ; $key += 36) {</td></tr>
<tr class="danger"><td><div align="right"><a name="669"></a><a href="#669">669</a></div></td><td class="codeLine"> $hex = ord($encoded[$indexe++]);</td></tr>
<tr class="danger"><td><div align="right"><a name="670"></a><a href="#670">670</a></div></td><td class="codeLine"> $digit = ($hex - 48 < 10) ? $hex - 22</td></tr>
<tr class="danger"><td><div align="right"><a name="671"></a><a href="#671">671</a></div></td><td class="codeLine"> : (($hex - 65 < 26) ? $hex - 65</td></tr>
<tr class="danger"><td><div align="right"><a name="672"></a><a href="#672">672</a></div></td><td class="codeLine"> : (($hex - 97 < 26) ? $hex - 97</td></tr>
<tr class="danger"><td><div align="right"><a name="673"></a><a href="#673">673</a></div></td><td class="codeLine"> : 36));</td></tr>
<tr><td><div align="right"><a name="674"></a><a href="#674">674</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="675"></a><a href="#675">675</a></div></td><td class="codeLine"> $index += $digit * $pos;</td></tr>
<tr class="danger"><td><div align="right"><a name="676"></a><a href="#676">676</a></div></td><td class="codeLine"> $tag = ($key <= $base) ? 1 : (($key >= $base + 26) ? 26 : ($key - $base));</td></tr>
<tr class="danger"><td><div align="right"><a name="677"></a><a href="#677">677</a></div></td><td class="codeLine"> if ($digit < $tag) {</td></tr>
<tr class="danger"><td><div align="right"><a name="678"></a><a href="#678">678</a></div></td><td class="codeLine"> break;</td></tr>
<tr><td><div align="right"><a name="679"></a><a href="#679">679</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="680"></a><a href="#680">680</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="681"></a><a href="#681">681</a></div></td><td class="codeLine"> $pos = (int) ($pos * (36 - $tag));</td></tr>
<tr class="danger"><td><div align="right"><a name="682"></a><a href="#682">682</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="683"></a><a href="#683">683</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="684"></a><a href="#684">684</a></div></td><td class="codeLine"> $delta = intval($init ? (($index - $old_index) / 700) : (($index - $old_index) / 2));</td></tr>
<tr class="danger"><td><div align="right"><a name="685"></a><a href="#685">685</a></div></td><td class="codeLine"> $delta += intval($delta / ($lengthd + 1));</td></tr>
<tr class="danger"><td><div align="right"><a name="686"></a><a href="#686">686</a></div></td><td class="codeLine"> for ($key = 0; $delta > 910 / 2; $key += 36) {</td></tr>
<tr class="danger"><td><div align="right"><a name="687"></a><a href="#687">687</a></div></td><td class="codeLine"> $delta = intval($delta / 35);</td></tr>
<tr class="danger"><td><div align="right"><a name="688"></a><a href="#688">688</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="689"></a><a href="#689">689</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="690"></a><a href="#690">690</a></div></td><td class="codeLine"> $base = intval($key + 36 * $delta / ($delta + 38));</td></tr>
<tr class="danger"><td><div align="right"><a name="691"></a><a href="#691">691</a></div></td><td class="codeLine"> $init = false;</td></tr>
<tr class="danger"><td><div align="right"><a name="692"></a><a href="#692">692</a></div></td><td class="codeLine"> $char += (int) ($index / ($lengthd + 1));</td></tr>
<tr class="danger"><td><div align="right"><a name="693"></a><a href="#693">693</a></div></td><td class="codeLine"> $index %= ($lengthd + 1);</td></tr>
<tr class="danger"><td><div align="right"><a name="694"></a><a href="#694">694</a></div></td><td class="codeLine"> if ($lengthd > 0) {</td></tr>
<tr class="danger"><td><div align="right"><a name="695"></a><a href="#695">695</a></div></td><td class="codeLine"> for ($i = $lengthd; $i > $index; $i--) {</td></tr>
<tr class="danger"><td><div align="right"><a name="696"></a><a href="#696">696</a></div></td><td class="codeLine"> $decoded[$i] = $decoded[($i - 1)];</td></tr>
<tr class="danger"><td><div align="right"><a name="697"></a><a href="#697">697</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="698"></a><a href="#698">698</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="699"></a><a href="#699">699</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="700"></a><a href="#700">700</a></div></td><td class="codeLine"> $decoded[$index++] = $char;</td></tr>
<tr class="danger"><td><div align="right"><a name="701"></a><a href="#701">701</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="702"></a><a href="#702">702</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="703"></a><a href="#703">703</a></div></td><td class="codeLine"> // convert decoded ucs4 to utf8 string</td></tr>
<tr class="danger"><td><div align="right"><a name="704"></a><a href="#704">704</a></div></td><td class="codeLine"> foreach ($decoded as $key => $value) {</td></tr>
<tr class="danger"><td><div align="right"><a name="705"></a><a href="#705">705</a></div></td><td class="codeLine"> if ($value < 128) {</td></tr>
<tr class="danger"><td><div align="right"><a name="706"></a><a href="#706">706</a></div></td><td class="codeLine"> $decoded[$key] = chr($value);</td></tr>
<tr class="danger"><td><div align="right"><a name="707"></a><a href="#707">707</a></div></td><td class="codeLine"> } elseif ($value < (1 << 11)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="708"></a><a href="#708">708</a></div></td><td class="codeLine"> $decoded[$key] = chr(192 + ($value >> 6));</td></tr>
<tr class="danger"><td><div align="right"><a name="709"></a><a href="#709">709</a></div></td><td class="codeLine"> $decoded[$key] .= chr(128 + ($value & 63));</td></tr>
<tr class="danger"><td><div align="right"><a name="710"></a><a href="#710">710</a></div></td><td class="codeLine"> } elseif ($value < (1 << 16)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="711"></a><a href="#711">711</a></div></td><td class="codeLine"> $decoded[$key] = chr(224 + ($value >> 12));</td></tr>
<tr class="danger"><td><div align="right"><a name="712"></a><a href="#712">712</a></div></td><td class="codeLine"> $decoded[$key] .= chr(128 + (($value >> 6) & 63));</td></tr>
<tr class="danger"><td><div align="right"><a name="713"></a><a href="#713">713</a></div></td><td class="codeLine"> $decoded[$key] .= chr(128 + ($value & 63));</td></tr>
<tr class="danger"><td><div align="right"><a name="714"></a><a href="#714">714</a></div></td><td class="codeLine"> } elseif ($value < (1 << 21)) {</td></tr>
<tr class="danger"><td><div align="right"><a name="715"></a><a href="#715">715</a></div></td><td class="codeLine"> $decoded[$key] = chr(240 + ($value >> 18));</td></tr>
<tr class="danger"><td><div align="right"><a name="716"></a><a href="#716">716</a></div></td><td class="codeLine"> $decoded[$key] .= chr(128 + (($value >> 12) & 63));</td></tr>
<tr class="danger"><td><div align="right"><a name="717"></a><a href="#717">717</a></div></td><td class="codeLine"> $decoded[$key] .= chr(128 + (($value >> 6) & 63));</td></tr>
<tr class="danger"><td><div align="right"><a name="718"></a><a href="#718">718</a></div></td><td class="codeLine"> $decoded[$key] .= chr(128 + ($value & 63));</td></tr>
<tr class="danger"><td><div align="right"><a name="719"></a><a href="#719">719</a></div></td><td class="codeLine"> } else {</td></tr>
<tr class="danger"><td><div align="right"><a name="720"></a><a href="#720">720</a></div></td><td class="codeLine"> $this->error(self::CANNOT_DECODE_PUNYCODE);</td></tr>
<tr class="danger"><td><div align="right"><a name="721"></a><a href="#721">721</a></div></td><td class="codeLine"> return false;</td></tr>
<tr><td><div align="right"><a name="722"></a><a href="#722">722</a></div></td><td class="codeLine"> }</td></tr>
<tr class="danger"><td><div align="right"><a name="723"></a><a href="#723">723</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="724"></a><a href="#724">724</a></div></td><td class="codeLine"></td></tr>
<tr class="danger"><td><div align="right"><a name="725"></a><a href="#725">725</a></div></td><td class="codeLine"> return implode($decoded);</td></tr>
<tr><td><div align="right"><a name="726"></a><a href="#726">726</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="727"></a><a href="#727">727</a></div></td><td class="codeLine">}</td></tr>
</tbody>
</table>
<footer>
<h4>Legend</h4>
<p>
<span class="success"><strong>Executed</strong></span>
<span class="danger"><strong>Not Executed</strong></span>
<span class="warning"><strong>Dead Code</strong></span>
</p>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.2.13</a> using <a href="http://www.php.net/" target="_top">PHP 5.3.10-1ubuntu3.8</a> and <a href="http://phpunit.de/">PHPUnit 3.7.27</a> at Sat Oct 12 3:31:18 CEST 2013.</small>
</p>
</footer>
</div>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript">$('.popin').popover({trigger: 'hover'});</script>
</body>
</html>
| gerardoloan/moduleswdoctrine | module/ZfModule/test/clover-html/vendor_ZF2_library_Zend_Validator_Hostname.php.html | HTML | bsd-3-clause | 162,315 |
{% extends 'oscar/checkout/preview.html' %}
{% load currency_filters %}
{% block payment_method %}
<div class="span6">
<div class="sub-header">
<h2>Payment</h2>
</div>
<div class="well well-success">
<p>{{ order_total.incl_tax|currency }} will be debited from your bankcard.</p>
<div class="alert-actions">
<a href="{% url 'checkout:payment-details' %}" class="btn">Change payment details</a>
</div>
</div>
</div>
{% endblock %}
{% block place_order %}
<h3>Please review the information below, then click "Place Order"</h3>
<form method="post" action="{% url 'checkout:preview' %}">
{% csrf_token %}
<div style="display:none">
<input type="hidden" name="action" value="place_order" />
{{ stripe_token_form.as_p }}
</div>
<div class="form-actions">
<button id='place-order' type="submit" value="Place order" class="pull-right btn btn-primary btn-large js-disable-on-click">Place order</button>
</div>
</form>
{% endblock place_order %}
| britco/django-oscar-stripe | sandbox/templates/checkout/preview.html | HTML | bsd-3-clause | 977 |
<div class="card">
<h6 class="card-title">{{ parameter.name | humanize }}</h6>
<div class="card-body-sm">
<div class="d-flex justify-content-between">
<div class="input-group mr-2">
<input type="text" class="form-control" [(ngModel)]="parameter.value">
</div>
<button class="btn btn-secondary" type="button" (click)="setValue()">Set</button>
</div>
</div>
</div>
| gaug-cns/ros-control-center | src/app/parameter/parameter.component.html | HTML | bsd-3-clause | 405 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PMDK C++ bindings: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PMDK C++ bindings
 <span id="projectnumber">1.12-git53.g67ba2be4</span>
</div>
<div id="projectbrief">This is the C++ bindings documentation for PMDK's libpmemobj.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacepmem.html">pmem</a></li><li class="navelem"><a class="el" href="namespacepmem_1_1obj.html">obj</a></li><li class="navelem"><a class="el" href="classpmem_1_1obj_1_1slice.html">slice</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">pmem::obj::slice< Iterator > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html#ac7eaef2275313c8d98249719d1ef6c1e">at</a>(size_type idx)</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html#a65433f2b1b2ac620d28d0f33b12c24b2">begin</a>() const noexcept</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html#a95fc897b38b62dd528e8ecb008e99638">end</a>() const noexcept</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html#a003146b9d147f21511f4cb156ae402ee">operator=</a>(const slice &other) noexcept=default</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html#ae210dd66292f9a8309a999b0c2316c99">operator[]</a>(size_type idx)</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html#a732394fce65ba31f11f4da6c2f591609">rbegin</a>() const noexcept</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html#aa0cfcf09792f1ee98c3eff5e2715e04c">rend</a>() const noexcept</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html#aee17b6985ff9a9b368f551808abf726a">slice</a>(Iterator begin, Iterator end)</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html#a9e10961ee1606f88181df5168f9023fc">slice</a>(const slice &other) noexcept=default</td><td class="entry"><a class="el" href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice< Iterator ></a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20
</small></address>
</body>
</html>
| pbalcer/pbalcer.github.io | content/libpmemobj-cpp/v1.12/doxygen/classpmem_1_1obj_1_1slice-members.html | HTML | bsd-3-clause | 6,468 |
<!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 lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Muhanad's Portfolio" />
<title>Muhanad Rabie</title>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- Chrome for Android theme color -->
<meta name="theme-color" content="#303F9F">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Tile color for Win8 -->
<meta name="msapplication-TileColor" content="#3372DF">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Muhanad">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Muhanad">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<!-- Import Google Material Design Lite-->
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.indigo-pink.min.css">
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Import jQuery-->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<!-- Import Bootstrap -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<!-- Import Openwebfonts-->
<link rel="stylesheet" type="text/css" href="styles/openwebicons-bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Tile icon for Win8 (144x144) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<!-- build:css styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild-->
<!-- build:js bower_components/webcomponentsjs/webcomponents-lite.min.js -->
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<!-- endbuild -->
<!-- will be replaced with elements/elements.vulcanized.html -->
<link rel="import" href="elements/elements.html">
<!-- endreplace-->
</head>
<body unresolved class="fullbleed layout vertical">
<span id="browser-sync-binding"></span>
<template is="dom-bind" id="app">
<paper-drawer-panel id="paperDrawerPanel" force-narrow>
<div drawer narrow>
<!-- Drawer Toolbar -->
<paper-toolbar id="drawerToolbar">
<div class="profile-pic" flex horizental></div>
<div class="menu-title">
<h4>Muhanad Rabie</h4>
<h5>Front-end Developer</h5>
</div>
<div class="bottom paper-font-title"></div>
</paper-toolbar>
<!-- Drawer Content -->
<paper-menu class="list" attr-for-selected="data-route" selected="{{route}}" on-iron-select="onMenuSelect">
<a data-route="home" href="./">
<iron-icon icon="home"></iron-icon>
<span>Home</span>
</a>
<a data-route="services" href="./services">
<iron-icon icon="gesture"></iron-icon>
<span>Services</span>
</a>
<a data-route="projects" href="./projects">
<iron-icon icon="work"></iron-icon>
<span>Projects</span>
</a>
<a data-route="games" href="./games">
<iron-icon icon="hardware:gamepad"></iron-icon>
<span>Games</span>
</a>
<a data-route="skills" href="./skills">
<iron-icon icon="code"></iron-icon>
<span>Skills</span>
</a>
<a data-route="contact" href="./contact">
<iron-icon icon="mail"></iron-icon>
<span>Contact</span>
</a>
</paper-menu>
</div>
<paper-header-panel main mode="waterfall">
<!-- Main Toolbar -->
<paper-toolbar id="mainToolbar">
<paper-icon-button id="paperToggle" icon="menu" paper-drawer-toggle></paper-icon-button>
<!-- Application name -->
<div>
<a class="custom-link" href="./">
<div class="paper-font-display1 appname">Muhanad Rabie</div>
<div class="subtitle">Front-end Developer</div>
</a>
</div>
<span class="flex"></span>
<!-- Toolbar icons -->
<!-- Right aligned menu below button -->
<button id="demo-menu-lower-right"
class="mdl-button mdl-js-button mdl-button--icon">
<i class="material-icons">more_vert</i>
</button>
<!-- TODO Fix dublication and use Data binding for your links -->
<ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect"
for="demo-menu-lower-right">
<li class="mdl-menu__item"><a href="https://www.github.com/neo0rabie" target="_blank"><span title="Check my Github repositories"><iron-icon icon="socialmedia:github"></iron-icon></span><span>Github</span></a></li>
<li class="mdl-menu__item"><a href="https://www.linkedin.com/in/muhanadabdalla" target="_blank"><span title="Visit my Linkedin profile"><iron-icon icon="socialmedia:linkedin"></iron-icon></span><span>Linkedin</span></a></li>
<li class="mdl-menu__item"><a href="https://jsfiddle.net/user/neo0rabie/" target="_blank"><span title="Share your code"><iron-icon icon="socialmedia:jsfiddle"></iron-icon></span><span>Jsfiddle</span></a></li>
<li class="mdl-menu__item"><a href="mailto:Muhanadrabie@gmail.com" target="_blank"><span title="Send me an email"><iron-icon icon="mail"></iron-icon></span><span>Email</span></a></li>
</ul>
<ul id="social" class="social-wrapper">
<li class="social-icons"><a class="custom-link" href="https://www.github.com/neo0rabie" target="_blank"><span title="Check my Github repositories"><iron-icon icon="socialmedia:github"></iron-icon></span></a></li>
<li class="social-icons"><a class="custom-link" href="https://www.linkedin.com/in/muhanadabdalla" target="_blank"><span title="Visit my Linkedin profile"><iron-icon icon="socialmedia:linkedin"></iron-icon></span></a></li>
<li class="social-icons"><a class="custom-link" href="https://jsfiddle.net/user/neo0rabie/" target="_blank"><span title="Share your code"><iron-icon icon="socialmedia:jsfiddle"></iron-icon></span></a></li>
<li class="social-icons"><a class="custom-link" href="mailto:Muhanadrabie@gmail.com"><iron-icon icon="mail"<span title="Send me an email"></iron-icon></span></a></li>
</ul>
<!-- Application name -->
<!-- <div class="middle paper-font-display2 app-name">Polymer Starter Kit</div> -->
<!-- Application sub title -->
<!-- <div class="bottom title"></div> -->
</paper-toolbar>
<!-- Main Content -->
<div class="content">
<iron-pages attr-for-selected="data-route" selected="{{route}}">
<section class="container" data-route="home">
<!-- <neon-animated-pages > -->
<!-- id="pages" selected="0" class="x-scope neon-animated-pages-0" -->
<div class="category-list">
<cat-tile></cat-tile>
</div>
<!-- </neon-animated-pages> -->
</section>
<section data-route="projects" class="row subcat-list">
<div class="page-header"><a href="./"><paper-icon-button icon="arrow-back" alt="back to home page"></paper-icon-button></a><h2>Projects</h2></div>
<template is="dom-repeat" items="{{projects}}">
<div class="col-md-6">
<paper-material elevation="1" class="subcat-item min-height">
<img width="128" class="center" src$="{{item.imgSrc}}">
<h2 class="item-title">{{item.title}}</h2>
<div class="status"><span class="label label-default">{{item.status}}</span></div>
<p>{{item.description}}</p>
<div class="links center">
<a href$="{{item.github}}" target="_blank"><iron-icon icon="socialmedia:github" class="mdx-icon"></iron-icon></a>
<a href$="{{item.link}}" target="_blank"><iron-icon icon="link" class="mdx-icon"></iron-icon></a>
</div>
<template is="dom-if" if="{{isOpen}}">
<div>
<template is="dom-repeat" items="{{item.bp}}">
<paper-item>{{item}}</paper-item>
</template>
</div>
</template>
</paper-material>
</div>
</template>
</section>
<!-- Uncomment to restore detailed projects page
<section data-route="project-info" class="row subcat-list">
<template is="dom-repeat" items="{{projects}}">
<template is="dom-if" if="{{item.title}}">
<div class="col-md-6">
<paper-material elevation="1" class="subcat-item min-height">
<img width="128" class="center" src$="{{item.imgSrc}}">
<a href$="{{item.url}}"><h2 class="item-title">{{item.title}}</h2></a>
<div class="status"><span class="label label-default">{{item.status}}</span></div>
<p>{{item.description}}</p>
<div class="links center">
<a href$="{{item.github}}" target="_blank"><iron-icon icon="socialmedia:github" class="mdx-icon"></iron-icon></a>
<a href$="{{item.link}}" target="_blank"><iron-icon icon="link" class="mdx-icon"></iron-icon></a>
</div>
<template is="dom-if" if="{{isLocked}}">
<div>
<template is="dom-repeat" items="{{item.bp}}">
<paper-item>{{item}}</paper-item>
</template>
</div>
</template>
</paper-material>
</div>
</template>
</template>
</section>
-->
<section data-route="services" class="">
<div class="page-header"><a href="./"><paper-icon-button icon="arrow-back" alt="back to home page"></paper-icon-button></a><h2>Services</h2></div>
<paper-material elevation="1">
<h5>Page is under development, Click <a href='/'>Here</a> to go back the home page.</h5>
</paper-material>
</section>
<section data-route="blog" class="">
<div class="page-header"><a href="./"><paper-icon-button icon="arrow-back" alt="back to home page"></paper-icon-button></a><h2>Blog Posts</h2></div>
<paper-material elevation="1">
<h5>No blog posts yet!</h5>
</paper-material>
</section>
<section data-route="frogger" class="">
<div class="page-header"><a href="./"><paper-icon-button icon="arrow-back" alt="back to home page"></paper-icon-button></a><h2>Frogger</h2></div>
<paper-material elevation="1">
<h4>Do you want to play, Click <a href='http://neo0rabie.github.io/frontend-nanodegree-arcade-game/' target="_blank">Here</a> to play frogger. Note that it does not work on touch screes, arrows are required! Sorry!</h4>
<!-- <iframe width="800" height="600" src="http://neo0rabie.github.io/frontend-nanodegree-arcade-game/"></iframe> -->
</paper-material>
</section>
<section data-route="about" class="row">
<div class="page-header"><a href="./"><paper-icon-button icon="arrow-back" alt="back to home page"></paper-icon-button></a><h2>About Me</h2></div>
<paper-material elevation="0" class="center">
<img src="images/profile-pic.jpg" class="img-circle" width="150">
<h2 class="appname">Muhanad Rabie</h2>
<h3 class="subtitle margin-bottom">Front End Developer</h3>
<div>
<p> Los Angeles based Front-end web developer who strives to show his love for the internet in his work. A self learner and a part time teacher, who loves to learn new programming and cutting edge web technologies to create amazing and fruitful web experiences. I'm also a <a href="https://en.wikipedia.org/wiki/Massive_open_online_course">Mooc</a> enthusiast with special interest in the field of education. I truly believe that coding is a super power that anyone can acquire. In my spare time chances are you will find me in <a href="http://www.ted.com">TED</a> website.</p>
</div>
</paper-material>
</section>
<section>
<h3>Key Skills</h3>
<!-- TODO create Auto-binding-->
<ul >
<template is="dom-repeat" items="{{item.bp}}">
<li>{{item}}</li>
</template>
</ul>
</section>
<section data-route="games" class="row subcat-list">
<div class="page-header"><a href="./"><paper-icon-button icon="arrow-back" alt="back to home page"></paper-icon-button></a><h2>Games</h2></div>
<template is="dom-repeat" items="{{games}}">
<div class="col-md-4">
<paper-material elevation="1" class="subcat-item">
<img width="128" height="128" class="center" src$="{{item.imgSrc}}">
<h2 class="item-title">{{item.title}}</h2>
<div class="status"><span class="label label-default">{{item.status}}</span></div>
<p>{{item.description}}</p>
<div class="links center">
<a href$="{{item.github}}" target="_blank"><iron-icon icon="socialmedia:github" class="mdx-icon"></iron-icon></a>
<a href$="{{item.link}}" target="_blank"><iron-icon icon="link" class="mdx-icon"></iron-icon></a>
</div>
</paper-material>
</div>
</template>
</section>
<section data-route="skills">
<div class="page-header"><a href="./"><paper-icon-button icon="arrow-back" alt="back to home page"></paper-icon-button></a><h2>Skills</h2></div>
<template is="dom-repeat" items="{{skills}}">
<div class="col-md-4 col-sm-6">
<paper-material elevation="1" class="subcat-item min-height">
<div class="skill-icon center">
<template is="dom-if" if="{{item.class}}">
<i class$="{{ item.class }}"></i>
</template>
<template is="dom-if" if="{{item.icon}}">
<iron-icon icon$="{{item.icon}}" class$="{{item.ironClass}}"></iron-icon>
</template>
<template is="dom-if" if="{{item.imgIcon}}">
<img width="128" height="128" src$="{{item.imgIcon}}" class="skill-img">
</template>
</div>
<h2>{{item.title}}</h2>
<h4>{{item.level}}</h4>
<p>{{item.description}}</p>
</paper-material>
</div>
</template>
</section>
<section data-route="contact" class="row">
<div class="page-header"><a href="./"><paper-icon-button icon="arrow-back" alt="back to home page"></paper-icon-button></a><h2 class="paper-font-display2">Contact</h2></div>
<div class="center">
<paper-material elevation="0">
<img src="images/profile-pic.jpg" class="img-circle" width="150">
<h2 class="appname">Muhanad Rabie</h2>
<h3 class="subtitle margin-bottom">Front End Developer</h3>
<div class="social-contact-wrapper inline">
<div class="social-contact inline"><a class="custom-link" href="https://www.github.com/neo0rabie" target="_blank"><span title="Check my Github repositories"><iron-icon class="contact-icons" icon="socialmedia:github"></iron-icon></span></a></div>
<div class="social-contact inline"><a class="custom-link" href="https://www.linkedin.com/in/muhanadabdalla" target="_blank"><span title="Visit my Linkedin profile"><iron-icon class="contact-icons" icon="socialmedia:linkedin"></iron-icon></span></a></div>
<div class="social-contact inline"><a class="custom-link" href="https://jsfiddle.net/user/neo0rabie/" target="_blank"><span title="Share your code"><iron-icon class="contact-icons"icon="socialmedia:jsfiddle"></iron-icon></span></a></div>
<div class="social-contact inline"><a class="custom-link" href="mailto:Muhanadrabie@gmail.com"><span title="Send me an email"><iron-icon class="contact-icons" icon="mail"></iron-icon></span></a></div>
<!-- <li class="social-icons"><a class="custom-link" href="https://www.twitter.com/" target="_blank"><iron-icon icon="socialmedia:twitter"></iron-icon></a></li> -->
</div>
</paper-material>
</div>
<div class="contact-nfo">
<div class="col-md-4 center ">
<paper-material elevation="0" class="grouper">
<paper-item>
<iron-icon icon="communication:phone" class="md-icon"></iron-icon>
<paper-item-body two-line class="center">
<div><a href="tel:+15627872205">+1-562-787-2205</a></div>
<div secondary class="secondary">Phone</div>
</paper-item-body>
</paper-item>
</paper-material>
</div>
<div class="col-md-4 center">
<!-- TODO change the email to contact@muhand.net -->
<paper-material elevation="0" class="grouper">
<paper-item>
<iron-icon icon="mail" class="md-icon"></iron-icon>
<paper-item-body two-line class="center">
<div><a href="mailto:muhanadrabie@gmail.com" alt="send me an email">muhanadrabie@gmail.com</a></div>
<div secondary class="secondary">Email</div>
</paper-item-body>
</paper-item>
</paper-material>
</div>
<div class="col-md-4 center">
<paper-material elevation="0" class="grouper">
<paper-item>
<iron-icon icon="socialmedia:skype" class="md-icon"></iron-icon>
<paper-item-body two-line class="center">
<div><a href="skypeto:Muhanadrabie?chat">Muhanadrabie</a></div>
<div secondary class="secondary">Skype</div>
</paper-item-body>
</paper-item>
</paper-material>
</div>
</section>
</iron-pages>
</div>
</paper-header-panel>
</paper-drawer-panel>
<!-- Uncomment next block to enable Service Worker support (1/2) -->
<!--
<paper-toast id="caching-complete"
duration="6000"
text="Caching complete! This app will work offline.">
</paper-toast>
<platinum-sw-register auto-register
clients-claim
skip-waiting
on-service-worker-installed="displayInstalledToast">
<platinum-sw-cache default-cache-strategy="networkFirst"
precache-file="precache.json">
</platinum-sw-cache>
</platinum-sw-register>
-->
</template>
<!-- build:js scripts/app.js -->
<script src="scripts/app.js"></script>
<!-- endbuild-->
<!-- Add GoogleAnalyticsObject -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41391949-4', 'auto');
ga('send', 'pageview');
</script>
<!--end GoogleAnalyticsObject -->
</body>
</html>
| neo0rabie/Portfolio | app/index.html | HTML | bsd-3-clause | 21,922 |
<vframe>
<!-- Enable -->
<vframe id='controlgroup_enabled' name='controlgroup'>
<hframe>
<label name='label' text='Enabled:'/>
<toggleswitch id='enabled'/>
<stretch/>
</hframe>
</vframe>
<!-- Update Interval -->
<vframe id='controlgroup_interval' name='controlgroup'>
<hframe>
<label name='label' text='Interval:'/>
<QLineEdit id='interval' name='input_small'/>
<label id='status_interval' name='status'/>
<stretch/>
</hframe>
<label id='help_interval' name='help' wrap='true' text='Seconds between plugin updates.'/>
</vframe>
<!-- Host -->
<vframe id='controlgroup_host' name='controlgroup'>
<hframe>
<label name='label' text='Host:'/>
<QLineEdit id='host' name='input_xxlarge'/>
<label id='status_host' name='status'/>
<stretch/>
</hframe>
<label id='help_host' name='help' wrap='true'
text='HTTP host of the Sonarr webserver.'/>
</vframe>
<!-- API Key -->
<vframe id='controlgroup_apikey' name='controlgroup'>
<hframe>
<label name='label' text='API Key:'/>
<QLineEdit id='apikey' name='input_xxlarge'/>
<label id='status_apikey' name='status'/>
<stretch/>
</hframe>
<label id='help_apikey' name='help' wrap='true' text='Sonarr API Key.'/>
</vframe>
<!-- Ignores -->
<label name='note' wrap='true' text='* You can ignore entries via the Plex Media configuration.'/>
<stretch/>
</vframe>
| mjs7231/pkmeter | share/templates/sonarr_config.html | HTML | bsd-3-clause | 1,460 |
<!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>flatiron-director Demo</title>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../flatiron-director.html">
</head>
<body>
<template id="t" is="dom-bind">
<flatiron-director route="{{route}}" auto-hash></flatiron-director>
<div>Hash: <span>[[route]]</span></div>
<div><a href="#barnacle">Relocate</a></div>
</template>
<script>
var template;
window.addEventListener("WebComponentsReady", function() {
template = document.querySelector('#t');
template.route = 'hello';
});
</script>
</body>
</html>
| PolymerLabs/flatiron-director | demo/index.html | HTML | bsd-3-clause | 1,347 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRResult" id="SR_termsnotagreed">
<div class="SREntry">
<a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../_g_voice_8h.html#aa9ac24fab7c1ae57b6397d84bdc00226a554e08b3246ac3ed37896dcc4ce614de" target="_parent">TermsNotAgreed</a>
<span class="SRScope">GVoice.h</span>
</div>
</div>
<div class="SRResult" id="SR_timezone">
<div class="SREntry">
<a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../interface_g_voice_settings.html#a47909a9e9ab6f2a21b1a0a57453eb152" target="_parent">timezone</a>
<span class="SRScope">GVoiceSettings</span>
</div>
</div>
<div class="SRResult" id="SR_toomanyredirects">
<div class="SREntry">
<a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="../_g_voice_8h.html#aa9ac24fab7c1ae57b6397d84bdc00226abcaeddd902d501fcd5f3eccf4878f83e" target="_parent">TooManyRedirects</a>
<span class="SRScope">GVoice.h</span>
</div>
</div>
<div class="SRResult" id="SR_trash_5furl_5fstring">
<div class="SREntry">
<a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../_g_voice_8h.html#ab4a46e3840ff37f2b93fa9bc648ff4ec" target="_parent">TRASH_URL_STRING</a>
<span class="SRScope">GVoice.h</span>
</div>
</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
--></script>
</div>
</body>
</html>
| mralexgray/gvoice | doc/html/search/all_74.html | HTML | bsd-3-clause | 2,465 |
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: package gdata.codesearch</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="gdata.html"><font color="#ffffff">gdata</font></a>.codesearch</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/jcgregorio/projects/gdata-python-client/src/gdata/codesearch/__init__.py">/home/jcgregorio/projects/gdata-python-client/src/gdata/codesearch/__init__.py</a></font></td></tr></table>
<p><tt>Contains extensions to Atom objects used by Google Codesearch</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="gdata.codesearch.service.html">service</a><br>
</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="atom.html#AtomBase">atom.AtomBase</a>(<a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="gdata.codesearch.html#File">File</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.codesearch.html#Match">Match</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.codesearch.html#Package">Package</a>
</font></dt></dl>
</dd>
<dt><font face="helvetica, arial"><a href="gdata.html#GDataEntry">gdata.GDataEntry</a>(<a href="atom.html#Entry">atom.Entry</a>, <a href="gdata.html#LinkFinder">gdata.LinkFinder</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="gdata.codesearch.html#CodesearchEntry">CodesearchEntry</a>
</font></dt></dl>
</dd>
<dt><font face="helvetica, arial"><a href="gdata.html#GDataFeed">gdata.GDataFeed</a>(<a href="atom.html#Feed">atom.Feed</a>, <a href="gdata.html#LinkFinder">gdata.LinkFinder</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="gdata.codesearch.html#CodesearchFeed">CodesearchFeed</a>
</font></dt></dl>
</dd>
</dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="CodesearchEntry">class <strong>CodesearchEntry</strong></a>(<a href="gdata.html#GDataEntry">gdata.GDataEntry</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Google codesearch atom entry<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.codesearch.html#CodesearchEntry">CodesearchEntry</a></dd>
<dd><a href="gdata.html#GDataEntry">gdata.GDataEntry</a></dd>
<dd><a href="atom.html#Entry">atom.Entry</a></dd>
<dd><a href="atom.html#FeedEntryParent">atom.FeedEntryParent</a></dd>
<dd><a href="atom.html#AtomBase">atom.AtomBase</a></dd>
<dd><a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a></dd>
<dd><a href="gdata.html#LinkFinder">gdata.LinkFinder</a></dd>
<dd><a href="atom.html#LinkFinder">atom.LinkFinder</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="CodesearchEntry-__init__"><strong>__init__</strong></a>(self, author<font color="#909090">=None</font>, category<font color="#909090">=None</font>, content<font color="#909090">=None</font>, atom_id<font color="#909090">=None</font>, link<font color="#909090">=None</font>, published<font color="#909090">=None</font>, title<font color="#909090">=None</font>, updated<font color="#909090">=None</font>, match<font color="#909090">=None</font>, extension_elements<font color="#909090">=None</font>, extension_attributes<font color="#909090">=None</font>, text<font color="#909090">=None</font>)</dt></dl>
<hr>
Methods inherited from <a href="gdata.html#GDataEntry">gdata.GDataEntry</a>:<br>
<dl><dt><a name="CodesearchEntry-GetMediaURL"><strong>GetMediaURL</strong></a>(self)</dt><dd><tt>Returns the URL to the media content, if the entry is a media entry.<br>
Otherwise returns None.</tt></dd></dl>
<dl><dt><a name="CodesearchEntry-IsMedia"><strong>IsMedia</strong></a>(self)</dt><dd><tt>Determines whether or not an entry is a GData Media entry.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="gdata.html#GDataEntry">gdata.GDataEntry</a>:<br>
<dl><dt><strong>id</strong></dt>
</dl>
<hr>
Methods inherited from <a href="atom.html#AtomBase">atom.AtomBase</a>:<br>
<dl><dt><a name="CodesearchEntry-ToString"><strong>ToString</strong></a>(self, string_encoding<font color="#909090">='UTF-8'</font>)</dt><dd><tt>Converts the Atom object to a string containing XML.</tt></dd></dl>
<dl><dt><a name="CodesearchEntry-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><a name="CodesearchEntry-FindExtensions"><strong>FindExtensions</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>)</dt><dd><tt>Searches extension elements for child nodes with the desired name.<br>
<br>
Returns a list of extension elements within this object whose tag<br>
and/or namespace match those passed in. To find all extensions in<br>
a particular namespace, specify the namespace but not the tag name.<br>
If you specify only the tag, the result list may contain extension<br>
elements in multiple namespaces.<br>
<br>
Args:<br>
tag: str (optional) The desired tag<br>
namespace: str (optional) The desired namespace<br>
<br>
Returns:<br>
A list of elements whose tag and/or namespace match the parameters<br>
values</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<hr>
Methods inherited from <a href="gdata.html#LinkFinder">gdata.LinkFinder</a>:<br>
<dl><dt><a name="CodesearchEntry-GetAclLink"><strong>GetAclLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchEntry-GetEditLink"><strong>GetEditLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchEntry-GetEditMediaLink"><strong>GetEditMediaLink</strong></a>(self)</dt><dd><tt>The Picasa API mistakenly returns media-edit rather than edit-media, but<br>
this may change soon.</tt></dd></dl>
<dl><dt><a name="CodesearchEntry-GetFeedLink"><strong>GetFeedLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchEntry-GetHtmlLink"><strong>GetHtmlLink</strong></a>(self)</dt><dd><tt>Find the first link with rel of alternate and type of text/html<br>
<br>
Returns:<br>
An atom.Link or None if no links matched</tt></dd></dl>
<dl><dt><a name="CodesearchEntry-GetNextLink"><strong>GetNextLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchEntry-GetPostLink"><strong>GetPostLink</strong></a>(self)</dt><dd><tt>Get a link containing the POST target URL.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A link object with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="CodesearchEntry-GetPrevLink"><strong>GetPrevLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchEntry-GetSelfLink"><strong>GetSelfLink</strong></a>(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
An atom.Link or none if none of the links had rel equal to 'self'</tt></dd></dl>
<hr>
Methods inherited from <a href="atom.html#LinkFinder">atom.LinkFinder</a>:<br>
<dl><dt><a name="CodesearchEntry-GetAlternateLink"><strong>GetAlternateLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchEntry-GetLicenseLink"><strong>GetLicenseLink</strong></a>(self)</dt></dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="CodesearchFeed">class <strong>CodesearchFeed</strong></a>(<a href="gdata.html#GDataFeed">gdata.GDataFeed</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>feed containing list of Google codesearch Items<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.codesearch.html#CodesearchFeed">CodesearchFeed</a></dd>
<dd><a href="gdata.html#GDataFeed">gdata.GDataFeed</a></dd>
<dd><a href="atom.html#Feed">atom.Feed</a></dd>
<dd><a href="atom.html#Source">atom.Source</a></dd>
<dd><a href="atom.html#FeedEntryParent">atom.FeedEntryParent</a></dd>
<dd><a href="atom.html#AtomBase">atom.AtomBase</a></dd>
<dd><a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a></dd>
<dd><a href="gdata.html#LinkFinder">gdata.LinkFinder</a></dd>
<dd><a href="atom.html#LinkFinder">atom.LinkFinder</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods inherited from <a href="gdata.html#GDataFeed">gdata.GDataFeed</a>:<br>
<dl><dt><a name="CodesearchFeed-__init__"><strong>__init__</strong></a>(self, author<font color="#909090">=None</font>, category<font color="#909090">=None</font>, contributor<font color="#909090">=None</font>, generator<font color="#909090">=None</font>, icon<font color="#909090">=None</font>, atom_id<font color="#909090">=None</font>, link<font color="#909090">=None</font>, logo<font color="#909090">=None</font>, rights<font color="#909090">=None</font>, subtitle<font color="#909090">=None</font>, title<font color="#909090">=None</font>, updated<font color="#909090">=None</font>, entry<font color="#909090">=None</font>, total_results<font color="#909090">=None</font>, start_index<font color="#909090">=None</font>, items_per_page<font color="#909090">=None</font>, extension_elements<font color="#909090">=None</font>, extension_attributes<font color="#909090">=None</font>, text<font color="#909090">=None</font>)</dt><dd><tt>Constructor for Source<br>
<br>
Args:<br>
author: list (optional) A list of Author instances which belong to this<br>
class.<br>
category: list (optional) A list of Category instances<br>
contributor: list (optional) A list on Contributor instances<br>
generator: Generator (optional)<br>
icon: Icon (optional)<br>
id: Id (optional) The entry's Id element<br>
link: list (optional) A list of Link instances<br>
logo: Logo (optional)<br>
rights: Rights (optional) The entry's Rights element<br>
subtitle: Subtitle (optional) The entry's subtitle element<br>
title: Title (optional) the entry's title element<br>
updated: Updated (optional) the entry's updated element<br>
entry: list (optional) A list of the Entry instances contained in the<br>
feed.<br>
text: String (optional) The text contents of the element. This is the<br>
contents of the Entry's XML text node.<br>
(Example: <foo>This is the text</foo>)<br>
extension_elements: list (optional) A list of ExtensionElement instances<br>
which are children of this element.<br>
extension_attributes: dict (optional) A dictionary of strings which are<br>
the values for additional XML attributes of this element.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="gdata.html#GDataFeed">gdata.GDataFeed</a>:<br>
<dl><dt><strong>generator</strong></dt>
</dl>
<dl><dt><strong>id</strong></dt>
</dl>
<hr>
Methods inherited from <a href="atom.html#AtomBase">atom.AtomBase</a>:<br>
<dl><dt><a name="CodesearchFeed-ToString"><strong>ToString</strong></a>(self, string_encoding<font color="#909090">='UTF-8'</font>)</dt><dd><tt>Converts the Atom object to a string containing XML.</tt></dd></dl>
<dl><dt><a name="CodesearchFeed-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><a name="CodesearchFeed-FindExtensions"><strong>FindExtensions</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>)</dt><dd><tt>Searches extension elements for child nodes with the desired name.<br>
<br>
Returns a list of extension elements within this object whose tag<br>
and/or namespace match those passed in. To find all extensions in<br>
a particular namespace, specify the namespace but not the tag name.<br>
If you specify only the tag, the result list may contain extension<br>
elements in multiple namespaces.<br>
<br>
Args:<br>
tag: str (optional) The desired tag<br>
namespace: str (optional) The desired namespace<br>
<br>
Returns:<br>
A list of elements whose tag and/or namespace match the parameters<br>
values</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<hr>
Methods inherited from <a href="gdata.html#LinkFinder">gdata.LinkFinder</a>:<br>
<dl><dt><a name="CodesearchFeed-GetAclLink"><strong>GetAclLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchFeed-GetEditLink"><strong>GetEditLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchFeed-GetEditMediaLink"><strong>GetEditMediaLink</strong></a>(self)</dt><dd><tt>The Picasa API mistakenly returns media-edit rather than edit-media, but<br>
this may change soon.</tt></dd></dl>
<dl><dt><a name="CodesearchFeed-GetFeedLink"><strong>GetFeedLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchFeed-GetHtmlLink"><strong>GetHtmlLink</strong></a>(self)</dt><dd><tt>Find the first link with rel of alternate and type of text/html<br>
<br>
Returns:<br>
An atom.Link or None if no links matched</tt></dd></dl>
<dl><dt><a name="CodesearchFeed-GetNextLink"><strong>GetNextLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchFeed-GetPostLink"><strong>GetPostLink</strong></a>(self)</dt><dd><tt>Get a link containing the POST target URL.<br>
<br>
The POST target URL is used to insert new entries.<br>
<br>
Returns:<br>
A link object with a rel matching the POST type.</tt></dd></dl>
<dl><dt><a name="CodesearchFeed-GetPrevLink"><strong>GetPrevLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchFeed-GetSelfLink"><strong>GetSelfLink</strong></a>(self)</dt><dd><tt>Find the first link with rel set to 'self'<br>
<br>
Returns:<br>
An atom.Link or none if none of the links had rel equal to 'self'</tt></dd></dl>
<hr>
Methods inherited from <a href="atom.html#LinkFinder">atom.LinkFinder</a>:<br>
<dl><dt><a name="CodesearchFeed-GetAlternateLink"><strong>GetAlternateLink</strong></a>(self)</dt></dl>
<dl><dt><a name="CodesearchFeed-GetLicenseLink"><strong>GetLicenseLink</strong></a>(self)</dt></dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="File">class <strong>File</strong></a>(<a href="atom.html#AtomBase">atom.AtomBase</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>The Google Codesearch file element<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.codesearch.html#File">File</a></dd>
<dd><a href="atom.html#AtomBase">atom.AtomBase</a></dd>
<dd><a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="File-__init__"><strong>__init__</strong></a>(self, name<font color="#909090">=None</font>, extension_elements<font color="#909090">=None</font>, extension_attributes<font color="#909090">=None</font>, text<font color="#909090">=None</font>)</dt></dl>
<hr>
Methods inherited from <a href="atom.html#AtomBase">atom.AtomBase</a>:<br>
<dl><dt><a name="File-ToString"><strong>ToString</strong></a>(self, string_encoding<font color="#909090">='UTF-8'</font>)</dt><dd><tt>Converts the Atom object to a string containing XML.</tt></dd></dl>
<dl><dt><a name="File-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><a name="File-FindExtensions"><strong>FindExtensions</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>)</dt><dd><tt>Searches extension elements for child nodes with the desired name.<br>
<br>
Returns a list of extension elements within this object whose tag<br>
and/or namespace match those passed in. To find all extensions in<br>
a particular namespace, specify the namespace but not the tag name.<br>
If you specify only the tag, the result list may contain extension<br>
elements in multiple namespaces.<br>
<br>
Args:<br>
tag: str (optional) The desired tag<br>
namespace: str (optional) The desired namespace<br>
<br>
Returns:<br>
A list of elements whose tag and/or namespace match the parameters<br>
values</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="Match">class <strong>Match</strong></a>(<a href="atom.html#AtomBase">atom.AtomBase</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>The Google Codesearch match element<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.codesearch.html#Match">Match</a></dd>
<dd><a href="atom.html#AtomBase">atom.AtomBase</a></dd>
<dd><a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="Match-__init__"><strong>__init__</strong></a>(self, line_number<font color="#909090">=None</font>, type<font color="#909090">=None</font>, extension_elements<font color="#909090">=None</font>, extension_attributes<font color="#909090">=None</font>, text<font color="#909090">=None</font>)</dt></dl>
<hr>
Methods inherited from <a href="atom.html#AtomBase">atom.AtomBase</a>:<br>
<dl><dt><a name="Match-ToString"><strong>ToString</strong></a>(self, string_encoding<font color="#909090">='UTF-8'</font>)</dt><dd><tt>Converts the Atom object to a string containing XML.</tt></dd></dl>
<dl><dt><a name="Match-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><a name="Match-FindExtensions"><strong>FindExtensions</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>)</dt><dd><tt>Searches extension elements for child nodes with the desired name.<br>
<br>
Returns a list of extension elements within this object whose tag<br>
and/or namespace match those passed in. To find all extensions in<br>
a particular namespace, specify the namespace but not the tag name.<br>
If you specify only the tag, the result list may contain extension<br>
elements in multiple namespaces.<br>
<br>
Args:<br>
tag: str (optional) The desired tag<br>
namespace: str (optional) The desired namespace<br>
<br>
Returns:<br>
A list of elements whose tag and/or namespace match the parameters<br>
values</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="Package">class <strong>Package</strong></a>(<a href="atom.html#AtomBase">atom.AtomBase</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>The Google Codesearch package element<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.codesearch.html#Package">Package</a></dd>
<dd><a href="atom.html#AtomBase">atom.AtomBase</a></dd>
<dd><a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="Package-__init__"><strong>__init__</strong></a>(self, name<font color="#909090">=None</font>, uri<font color="#909090">=None</font>, extension_elements<font color="#909090">=None</font>, extension_attributes<font color="#909090">=None</font>, text<font color="#909090">=None</font>)</dt></dl>
<hr>
Methods inherited from <a href="atom.html#AtomBase">atom.AtomBase</a>:<br>
<dl><dt><a name="Package-ToString"><strong>ToString</strong></a>(self, string_encoding<font color="#909090">='UTF-8'</font>)</dt><dd><tt>Converts the Atom object to a string containing XML.</tt></dd></dl>
<dl><dt><a name="Package-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<hr>
Methods inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><a name="Package-FindExtensions"><strong>FindExtensions</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>)</dt><dd><tt>Searches extension elements for child nodes with the desired name.<br>
<br>
Returns a list of extension elements within this object whose tag<br>
and/or namespace match those passed in. To find all extensions in<br>
a particular namespace, specify the namespace but not the tag name.<br>
If you specify only the tag, the result list may contain extension<br>
elements in multiple namespaces.<br>
<br>
Args:<br>
tag: str (optional) The desired tag<br>
namespace: str (optional) The desired namespace<br>
<br>
Returns:<br>
A list of elements whose tag and/or namespace match the parameters<br>
values</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.html#ExtensionContainer">atom.ExtensionContainer</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#eeaa77">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
<td width="100%"><dl><dt><a name="-CodesearchEntryFromString"><strong>CodesearchEntryFromString</strong></a>(xml_string)</dt><dd><tt>Converts an XML string into a <a href="#CodesearchEntry">CodesearchEntry</a> object.<br>
<br>
Args:<br>
xml_string: string The XML describing a Codesearch feed entry.<br>
<br>
Returns:<br>
A <a href="#CodesearchEntry">CodesearchEntry</a> object corresponding to the given XML.</tt></dd></dl>
<dl><dt><a name="-CodesearchFeedFromString"><strong>CodesearchFeedFromString</strong></a>(xml_string)</dt><dd><tt>Converts an XML string into a <a href="#CodesearchFeed">CodesearchFeed</a> object.<br>
Args:<br>
xml_string: string The XML describing a Codesearch feed.<br>
Returns:<br>
A CodeseartchFeed object corresponding to the given XML.</tt></dd></dl>
</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>CODESEARCH_NAMESPACE</strong> = 'http://schemas.google.com/codesearch/2006'<br>
<strong>CODESEARCH_TEMPLATE</strong> = '{http://shema.google.com/codesearch/2006}%s'<br>
<strong>__author__</strong> = 'Benoit Chesneau'</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">Benoit Chesneau</td></tr></table>
</body></html> | dekom/threepress-bookworm-read-only | bookworm/gdata/pydocs/gdata.codesearch.html | HTML | bsd-3-clause | 31,415 |
{% extends "telechat/base_telechat.html" %}
{% block subsection %}
<div id="telechat-main">
<h3>Select a Telechat</h3>
<form action="" method="post">{% csrf_token %}
{{ form.date.label_tag }} {{ form.date }} <button type="submit" name="submit" value="Select">Select</button>
</form>
<br>
<a href="/admin/iesg/telechatdate/" target="_blank">Add a new Telechat Date</a>
</div>
{% endblock %}
| wpjesus/codematch | ietf/secr/templates/telechat/main.html | HTML | bsd-3-clause | 416 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>JspParser xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../apidocs/net/sourceforge/pmd/lang/jsp/JspParser.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.html" target="alexandria_uri">http://pmd.sourceforge.net/license.html</a></em>
<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="4" href="#4">4</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.lang.jsp;
<a class="jxr_linenumber" name="5" href="#5">5</a>
<a class="jxr_linenumber" name="6" href="#6">6</a> <strong class="jxr_keyword">import</strong> java.io.Reader;
<a class="jxr_linenumber" name="7" href="#7">7</a> <strong class="jxr_keyword">import</strong> java.util.HashMap;
<a class="jxr_linenumber" name="8" href="#8">8</a> <strong class="jxr_keyword">import</strong> java.util.Map;
<a class="jxr_linenumber" name="9" href="#9">9</a>
<a class="jxr_linenumber" name="10" href="#10">10</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.AbstractParser;
<a class="jxr_linenumber" name="11" href="#11">11</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.ParserOptions;
<a class="jxr_linenumber" name="12" href="#12">12</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.TokenManager;
<a class="jxr_linenumber" name="13" href="#13">13</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.ast.AbstractTokenManager;
<a class="jxr_linenumber" name="14" href="#14">14</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.ast.Node;
<a class="jxr_linenumber" name="15" href="#15">15</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.ast.ParseException;
<a class="jxr_linenumber" name="16" href="#16">16</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.ast.SimpleCharStream;
<a class="jxr_linenumber" name="17" href="#17">17</a>
<a class="jxr_linenumber" name="18" href="#18">18</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="19" href="#19">19</a> <em class="jxr_javadoccomment"> * Adapter for the JspParser.</em>
<a class="jxr_linenumber" name="20" href="#20">20</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../net/sourceforge/pmd/lang/jsp/JspParser.html">JspParser</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../net/sourceforge/pmd/lang/AbstractParser.html">AbstractParser</a> {
<a class="jxr_linenumber" name="22" href="#22">22</a>
<a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../net/sourceforge/pmd/lang/jsp/JspParser.html">JspParser</a>(<a href="../../../../../net/sourceforge/pmd/lang/ParserOptions.html">ParserOptions</a> parserOptions) {
<a class="jxr_linenumber" name="24" href="#24">24</a> <strong class="jxr_keyword">super</strong>(parserOptions);
<a class="jxr_linenumber" name="25" href="#25">25</a> }
<a class="jxr_linenumber" name="26" href="#26">26</a>
<a class="jxr_linenumber" name="27" href="#27">27</a> @Override
<a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../net/sourceforge/pmd/lang/TokenManager.html">TokenManager</a> createTokenManager(Reader source) {
<a class="jxr_linenumber" name="29" href="#29">29</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../net/sourceforge/pmd/lang/jsp/JspTokenManager.html">JspTokenManager</a>(source);
<a class="jxr_linenumber" name="30" href="#30">30</a> }
<a class="jxr_linenumber" name="31" href="#31">31</a>
<a class="jxr_linenumber" name="32" href="#32">32</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> canParse() {
<a class="jxr_linenumber" name="33" href="#33">33</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">true</strong>;
<a class="jxr_linenumber" name="34" href="#34">34</a> }
<a class="jxr_linenumber" name="35" href="#35">35</a>
<a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../net/sourceforge/pmd/lang/ast/Node.html">Node</a> parse(String fileName, Reader source) <strong class="jxr_keyword">throws</strong> ParseException {
<a class="jxr_linenumber" name="37" href="#37">37</a> AbstractTokenManager.setFileName(fileName);
<a class="jxr_linenumber" name="38" href="#38">38</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> net.sourceforge.pmd.lang.jsp.ast.JspParser(<strong class="jxr_keyword">new</strong> <a href="../../../../../net/sourceforge/pmd/lang/ast/SimpleCharStream.html">SimpleCharStream</a>(source)).CompilationUnit();
<a class="jxr_linenumber" name="39" href="#39">39</a> }
<a class="jxr_linenumber" name="40" href="#40">40</a>
<a class="jxr_linenumber" name="41" href="#41">41</a> <strong class="jxr_keyword">public</strong> Map<Integer, String> getSuppressMap() {
<a class="jxr_linenumber" name="42" href="#42">42</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> HashMap<Integer, String>(); <em class="jxr_comment">// FIXME</em>
<a class="jxr_linenumber" name="43" href="#43">43</a> }
<a class="jxr_linenumber" name="44" href="#44">44</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
| daejunpark/jsaf | third_party/pmd/docs/xref/net/sourceforge/pmd/lang/jsp/JspParser.html | HTML | bsd-3-clause | 6,361 |
<html>
<head>
<title>Docs for page Alignment.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PHPExcel_Style</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PHPExcel_Style.html" class="menu">class tree: PHPExcel_Style</a> ]
[ <a href="../elementindex_PHPExcel_Style.html" class="menu">index: PHPExcel_Style</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="todolist">
<p><a href="../todolist.html">Todo List</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_PHPExcel.html">PHPExcel</a><br />
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
<a href="../li_JAMA.html">JAMA</a><br />
<a href="../li_Math_Stats.html">Math_Stats</a><br />
<a href="../li_PHPExcel_CachedObjectStorage.html">PHPExcel_CachedObjectStorage</a><br />
<a href="../li_PHPExcel_Calculation.html">PHPExcel_Calculation</a><br />
<a href="../li_PHPExcel_Cell.html">PHPExcel_Cell</a><br />
<a href="../li_PHPExcel_Reader.html">PHPExcel_Reader</a><br />
<a href="../li_PHPExcel_Reader_Excel5.html">PHPExcel_Reader_Excel5</a><br />
<a href="../li_PHPExcel_Reader_Excel2007.html">PHPExcel_Reader_Excel2007</a><br />
<a href="../li_PHPExcel_RichText.html">PHPExcel_RichText</a><br />
<a href="../li_PHPExcel_Settings.html">PHPExcel_Settings</a><br />
<a href="../li_PHPExcel_Shared.html">PHPExcel_Shared</a><br />
<a href="../li_PHPExcel_Shared_Best_Fit.html">PHPExcel_Shared_Best_Fit</a><br />
<a href="../li_PHPExcel_Shared_Escher.html">PHPExcel_Shared_Escher</a><br />
<a href="../li_PHPExcel_Shared_OLE.html">PHPExcel_Shared_OLE</a><br />
<a href="../li_PHPExcel_Shared_ZipArchive.html">PHPExcel_Shared_ZipArchive</a><br />
<a href="../li_PHPExcel_Style.html">PHPExcel_Style</a><br />
<a href="../li_PHPExcel_Worksheet.html">PHPExcel_Worksheet</a><br />
<a href="../li_PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a><br />
<a href="../li_PHPExcel_Writer.html">PHPExcel_Writer</a><br />
<a href="../li_PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a><br />
<a href="../li_PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PHPExcel_Style/_PHPExcel---Style---Alignment.php.html"> Alignment.php
</a><br>
<a href="../PHPExcel_Style/_PHPExcel---Style---Border.php.html"> Border.php
</a><br>
<a href="../PHPExcel_Style/_PHPExcel---Style---Borders.php.html"> Borders.php
</a><br>
<a href="../PHPExcel_Style/_PHPExcel---Style---Color.php.html"> Color.php
</a><br>
<a href="../PHPExcel_Style/_PHPExcel---Style---Conditional.php.html"> Conditional.php
</a><br>
<a href="../PHPExcel_Style/_PHPExcel---Style---Fill.php.html"> Fill.php
</a><br>
<a href="../PHPExcel_Style/_PHPExcel---Style---Font.php.html"> Font.php
</a><br>
<a href="../PHPExcel_Style/_PHPExcel---Style---NumberFormat.php.html"> NumberFormat.php
</a><br>
<a href="../PHPExcel_Style/_PHPExcel---Style---Protection.php.html"> Protection.php
</a><br>
<a href="../PHPExcel_Style/_PHPExcel---Style.php.html"> Style.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PHPExcel_Style/PHPExcel_Style.html">PHPExcel_Style</a><br />
<a href="../PHPExcel_Style/PHPExcel_Style_Alignment.html">PHPExcel_Style_Alignment</a><br />
<a href="../PHPExcel_Style/PHPExcel_Style_Border.html">PHPExcel_Style_Border</a><br />
<a href="../PHPExcel_Style/PHPExcel_Style_Borders.html">PHPExcel_Style_Borders</a><br />
<a href="../PHPExcel_Style/PHPExcel_Style_Color.html">PHPExcel_Style_Color</a><br />
<a href="../PHPExcel_Style/PHPExcel_Style_Conditional.html">PHPExcel_Style_Conditional</a><br />
<a href="../PHPExcel_Style/PHPExcel_Style_Fill.html">PHPExcel_Style_Fill</a><br />
<a href="../PHPExcel_Style/PHPExcel_Style_Font.html">PHPExcel_Style_Font</a><br />
<a href="../PHPExcel_Style/PHPExcel_Style_NumberFormat.html">PHPExcel_Style_NumberFormat</a><br />
<a href="../PHPExcel_Style/PHPExcel_Style_Protection.html">PHPExcel_Style_Protection</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: Alignment.php</h1>
Source Location: /PHPExcel/Style/Alignment.php<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../PHPExcel_Style/PHPExcel_Style_Alignment.html">PHPExcel_Style_Alignment</a></dt>
<dd>PHPExcel_Style_Alignment</dd>
</div><br /><br />
<h2>Page Details:</h2>
PHPExcel<br /><br /><p>Copyright (c) 2006 - 2011 PHPExcel</p><p>This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.</p><p>This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</p><p>You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>version:</b> </td><td>1.7.6, 2011-02-27</td>
</tr>
<tr>
<td><b>copyright:</b> </td><td>Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel)</td>
</tr>
<tr>
<td><b>filesource:</b> </td><td><a href="../__filesource/fsource_PHPExcel_Style__PHPExcelStyleAlignment.php.html">Source Code for this file</a></td>
</tr>
<tr>
<td><b>license:</b> </td><td><a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">LGPL</a></td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Sun, 27 Feb 2011 16:26:46 -0800 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html> | fredd-for/codice.v.1.1 | libs/1.7.6/Documentation/API/PHPExcel_Style/_PHPExcel---Style---Alignment.php.html | HTML | bsd-3-clause | 7,916 |
<!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.8"/>
<title>AADC: C:/Development/3510_AADC_ADTF/trunk/src/adtfBase/AADC_ADTF_Libs/src/roadsigndetectionLib/algorithm/rationalsupershape2d/rationalsupershape2d.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="AADC_keyvisual_small.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">AADC
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
</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('rationalsupershape2d_8h_source.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">rationalsupershape2d.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef RATIONALSUPERSHAPE2D_H</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define RATIONALSUPERSHAPE2D_H</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include <cstring></span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include "irationalsupershape2d.h"</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#define RATIONAL_PI 3.14159265358979323846</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#define RATIONAL_EPSILON 1e-9</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="class_rational_super_shape2_d.html"> 11</a></span> <span class="keyword">class </span><a class="code" href="class_rational_super_shape2_d.html">RationalSuperShape2D</a>: <span class="keyword">public</span> <a class="code" href="class_i_rational_super_shape2_d.html">IRationalSuperShape2D</a></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> {</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  <a class="code" href="class_rational_super_shape2_d.html">RationalSuperShape2D</a>();</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  <a class="code" href="class_rational_super_shape2_d.html">RationalSuperShape2D</a>(<span class="keywordtype">double</span> a, <span class="keywordtype">double</span> b, <span class="keywordtype">double</span> n1,</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  <span class="keywordtype">double</span> n2,<span class="keywordtype">double</span> n3,<span class="keywordtype">double</span> p,</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  <span class="keywordtype">double</span> q, <span class="keywordtype">double</span> thtOffset=0, <span class="keywordtype">double</span> phiOffset=0,</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <span class="keywordtype">double</span> xOffset=0, <span class="keywordtype">double</span> yOffset=0, <span class="keywordtype">double</span> zOffset=0);</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  ~<a class="code" href="class_rational_super_shape2_d.html">RationalSuperShape2D</a>();</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="keywordtype">void</span> Init( <span class="keywordtype">double</span> a, <span class="keywordtype">double</span> b, <span class="keywordtype">double</span> n1,</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <span class="keywordtype">double</span> n2,<span class="keywordtype">double</span> n3,<span class="keywordtype">double</span> p,</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <span class="keywordtype">double</span> q, <span class="keywordtype">double</span> thtOffset=0,</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keywordtype">double</span> phiOffset=0, <span class="keywordtype">double</span> xOffset=0,</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <span class="keywordtype">double</span> yOffset=0, <span class="keywordtype">double</span> zOffset=0);</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <span class="keywordtype">void</span> Init( <span class="keywordtype">double</span> a, <span class="keywordtype">double</span> b, <span class="keywordtype">double</span> n1,<span class="keywordtype">double</span> n2,<span class="keywordtype">double</span> n3);</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <span class="keywordtype">double</span> ImplicitFunction1( <span class="keyword">const</span> Vector2d &point, vector <double> &dfFinal );</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keywordtype">double</span> ImplicitFunction2( <span class="keyword">const</span> Vector2d &point, vector <double> &dfFinal );</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keywordtype">double</span> ImplicitFunction3( <span class="keyword">const</span> Vector2d &point, vector <double> &dfFinal );</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keywordtype">double</span> DrDa(<span class="keyword">const</span> <span class="keywordtype">double</span> tht);</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keywordtype">double</span> DrDb(<span class="keyword">const</span> <span class="keywordtype">double</span> tht);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keywordtype">double</span> DrDn1(<span class="keyword">const</span> <span class="keywordtype">double</span> tht);</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keywordtype">double</span> DrDn2(<span class="keyword">const</span> <span class="keywordtype">double</span> tht);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keywordtype">double</span> DrDn3(<span class="keyword">const</span> <span class="keywordtype">double</span> tht);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keywordtype">double</span> DrDtheta(<span class="keyword">const</span> <span class="keywordtype">double</span> tht);</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keywordtype">void</span> Optimize(<span class="keyword">const</span> vector< Vector2d > &data, <span class="keywordtype">double</span> &err ,</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keywordtype">bool</span> normalization = <span class="keyword">true</span>,</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordtype">int</span> functionused = 1);</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <span class="keywordtype">void</span> RobustInit(<span class="keyword">const</span> vector< Vector2d >& data);</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="keywordtype">double</span> Radius(<span class="keywordtype">double</span> angle);</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordtype">double</span> XiSquare(<span class="keyword">const</span> vector < Vector2d > &data, MatrixXd &alpha,</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  VectorXd &beta, <span class="keywordtype">bool</span> initOn = <span class="keyword">false</span>,</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keywordtype">bool</span> robust = <span class="keyword">true</span>, <span class="keywordtype">int</span> functionUsed = 1,</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordtype">bool</span> normalization = <span class="keyword">false</span>, <span class="keywordtype">bool</span> update = <span class="keyword">false</span>);</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  vector < Vector2d > Run(<span class="keyword">const</span> vector<Vector2d> &data,</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keyword">const</span> vector< float > &rotOffsets,</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keywordtype">bool</span> normalization=<span class="keyword">true</span>, <span class="keywordtype">int</span> functionUsed=1);</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> </div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keyword">inline</span> Vector2d Point(<span class="keywordtype">double</span> angle) {</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordtype">double</span> r = Radius(angle);</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordflow">return</span> Vector2d(r*cos(angle),r*sin(angle));</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  }</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> </div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_a() {<span class="keywordflow">return</span> mParameters [0];}</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_b() {<span class="keywordflow">return</span> mParameters [1];}</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_n1() {<span class="keywordflow">return</span> mParameters [2];}</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_n2() {<span class="keywordflow">return</span> mParameters [3];}</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_n3() {<span class="keywordflow">return</span> mParameters [4];}</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_p() {<span class="keywordflow">return</span> mParameters [5];}</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_q() {<span class="keywordflow">return</span> mParameters [6];}</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_thtoffset() {<span class="keywordflow">return</span> mParameters [7];}</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_phioffset() {<span class="keywordflow">return</span> mParameters [8];}</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_xoffset() {<span class="keywordflow">return</span> mParameters [9];}</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_yoffset() {<span class="keywordflow">return</span> mParameters [10];}</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keyword">inline</span> <span class="keywordtype">double</span> Get_zoffset() {<span class="keywordflow">return</span> mParameters [11];}</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> </div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_a ( <span class="keyword">const</span> <span class="keywordtype">double</span> a) {mParameters [0]=fabs(a);}</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_b ( <span class="keyword">const</span> <span class="keywordtype">double</span> b) {mParameters [1]=fabs(b);}</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_n1( <span class="keyword">const</span> <span class="keywordtype">double</span> n1) {mParameters [2]=fabs(n1);}</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_n2( <span class="keyword">const</span> <span class="keywordtype">double</span> n2) {mParameters [3]=fabs(n2);}</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_n3( <span class="keyword">const</span> <span class="keywordtype">double</span> n3) {mParameters [4]=fabs(n3);}</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> </div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_p ( <span class="keyword">const</span> <span class="keywordtype">double</span> p) {mParameters [5]=p;}</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_q ( <span class="keyword">const</span> <span class="keywordtype">double</span> q) {mParameters [6]=q;}</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> </div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_thtoffset ( <span class="keyword">const</span> <span class="keywordtype">double</span> thtoffset) {mParameters [7]=thtoffset;}</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_phioffset ( <span class="keyword">const</span> <span class="keywordtype">double</span> phioffset) {mParameters [8]=phioffset;}</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> </div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_xoffset ( <span class="keyword">const</span> <span class="keywordtype">double</span> xoffset) {mParameters [9]=xoffset;}</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_yoffset ( <span class="keyword">const</span> <span class="keywordtype">double</span> yoffset) {mParameters [10]=yoffset;}</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> Set_zoffset ( <span class="keyword">const</span> <span class="keywordtype">double</span> zoffset) {mParameters [11]=zoffset;}</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordtype">void</span> RpUnion(<span class="keywordtype">double</span> f1, <span class="keywordtype">double</span> f2, vector<double> Df1,</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  vector<double> Df2, <span class="keywordtype">double</span> &f, vector<double> &Df);</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="comment">// mParameters of the rational supershape</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="comment">// mParameters[0] : a</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="comment">// mParameters[1] : b</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="comment">// mParameters[2] : n1</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="comment">// mParameters[3] : n2</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="comment">// mParameters[4] : n3</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="comment">// mParameters[5] : p Team U: no .of sectors of 2*pi . 2*pi/p= smallest step increment (see RobustInit())</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="comment">// mParameters[6] : q</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <span class="comment">// mParameters[7] : theta offset</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="comment">// mParameters[8] : phi offset // unused in 2D</span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> </div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="comment">// mParameters[9] : x offset</span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  <span class="comment">// mParameters[10] : y offset</span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="comment">// mParameters[11] : z offset // unused in 2D</span></div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  vector<double> mParameters;</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keywordtype">double</span> mError;</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> };</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span> </div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="preprocessor">#endif // RATIONALSUPERSHAPE2D_H</span></div>
<div class="ttc" id="class_i_rational_super_shape2_d_html"><div class="ttname"><a href="class_i_rational_super_shape2_d.html">IRationalSuperShape2D</a></div><div class="ttdef"><b>Definition:</b> <a href="irationalsupershape2d_8h_source.html#l00039">irationalsupershape2d.h:39</a></div></div>
<div class="ttc" id="class_rational_super_shape2_d_html"><div class="ttname"><a href="class_rational_super_shape2_d.html">RationalSuperShape2D</a></div><div class="ttdef"><b>Definition:</b> <a href="rationalsupershape2d_8h_source.html#l00011">rationalsupershape2d.h:11</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_fb0378c3e1611b3ef1293c8f4bff7416.html">adtfBase</a></li><li class="navelem"><a class="el" href="dir_ba153a5aa48862e3b93ef7f7ec100193.html">AADC_ADTF_Libs</a></li><li class="navelem"><a class="el" href="dir_393ec44309f325ad795146db0095cd1c.html">src</a></li><li class="navelem"><a class="el" href="dir_e187d33fa91ff0d61243fac2cc30bb38.html">roadsigndetectionLib</a></li><li class="navelem"><a class="el" href="dir_73dd4bd8c4f86ea85037264c4119e75c.html">algorithm</a></li><li class="navelem"><a class="el" href="dir_be39d8040ecf0f86d477b9c322e2db4c.html">rationalsupershape2d</a></li><li class="navelem"><b>rationalsupershape2d.h</b></li>
<li class="footer">Generated on Tue Sep 16 2014 14:13:25 for AADC by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.8 </li>
</ul>
</div>
</body>
</html>
| KAtana-Karlsruhe/AADC_2015_KAtana | doc/html/rationalsupershape2d_8h_source.html | HTML | bsd-3-clause | 28,730 |
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.8/angular.min.js"></script>
<!-- you don't need ignore=notused in your code, this is just here to trick the cache -->
<script src="../dist/angular-grid.js?ignore=notused8"></script>
<link rel="stylesheet" type="text/css" href="../dist/angular-grid.css?ignore=notused8">
<link rel="stylesheet" type="text/css" href="../dist/theme-fresh.css?ignore=notused8">
<script src="exampleFilterModel.js"></script>
</head>
<body ng-app="example" ng-controller="exampleCtrl">
<div>
<span style="padding-bottom: 4px; display: inline-block;">
<button ng-click="saveFilterModel()">Save Filter Model</button>
<button ng-click="restoreFilterModel()">Restore from Save</button>
<button ng-click="clearFilters()">Clear Filters</button>
</span>
</div>
<div>
<span>
<button ng-click="restoreFromHardCoded()">Name = 'Mich%', Country = ['Ireland', 'United States'], Age < 30</button>
</span>
</div>
<div>
<span style="padding-bottom: 4px; display: inline-block;">
Saved Filters: {{savedFilters}}
</span>
</div>
<div ag-grid="gridOptions" class="ag-fresh" style="height: 400px;"></div>
</body>
</html>
| pjsvis/TraceGen | lib/ag-grid/docs/angular-grid-filtering/exampleFilterModel.html | HTML | mit | 1,319 |
<html>
<head>
<title>Test calling a data plugin and two render plugins</title>
</head>
<body>
<div id="div-1" class="cms-data-lorem">
<p id="p-1" class="cms-render-lorem"></p>
<p id="p-2" class="cms-render-lorem"></p>
</div>
</body>
</html> | mefernandez/temply-core | test/template-07.html | HTML | mit | 247 |
<!DOCTYPE html>
<html>
<head>
<title>My Corn-Cob Pipe | Humour and Dialect | Paul Laurence Dunbar | Lit2Go ETC</title>
<link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/screenless.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/printless.css" type="text/css" media="print" title="no title" charset="utf-8">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/js.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5574891-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
$(document).ready(function() {
$('img').unveil();
$('#contactable').contactable({
url: 'http://etc.usf.edu/lit2go/welcome/feedback/',
subject: 'Lit2Go Feedback — My Corn-Cob Pipe | Humour and Dialect | Paul Laurence Dunbar — http://etc.usf.edu/lit2go/195/humour-and-dialect/4137/my-corn-cob-pipe/'
});
});
</script>
</head>
<body>
<div class="page"> <header>
<h1>
<a href="http://etc.usf.edu/lit2go/">Lit<span class="blue">2</span>Go</a>
</h1>
<ul>
<li id="search"><form action="http://etc.usf.edu/lit2go/search/"><input type="text" name="q" placeholder="Search" value=""></form></li>
</ul>
</header>
<nav id="shell">
<ul>
<li><a href="http://etc.usf.edu/lit2go/authors/" class="">Authors</a></li>
<li><a href="http://etc.usf.edu/lit2go/books/" class="selected">Books</a></li>
<li><a href="http://etc.usf.edu/lit2go/genres/" class="">Genres</a></li>
<li><a href="http://etc.usf.edu/lit2go/collections/" class="">Collections</a></li>
<li><a href="http://etc.usf.edu/lit2go/readability/" class="">Readability</a></li>
</ul>
</nav>
<section id="content">
<div id="contactable"><!-- contactable html placeholder --></div>
<div id="page_content">
<header>
<h2>
<a href="http://etc.usf.edu/lit2go/195/humour-and-dialect/">Humour and Dialect</a>
</h2>
<h3>
by <a href="http://etc.usf.edu/lit2go/authors/172/paul-laurence-dunbar/">Paul Laurence Dunbar</a>
</h3>
<h4>
My Corn-Cob Pipe </h4>
</header>
<div id="poem">
<details open>
<summary>
Additional Information
</summary>
<div id="columns">
<ul>
<li>
<strong>Year Published:</strong>
1913 </li>
<li>
<strong>Language:</strong>
English </li>
<li>
<strong>Country of Origin:</strong>
United States of America </li>
<li>
<strong>Source:</strong>
Dunbar, P.L. (1913). <em>The Complete Poems of Paul Laurence Dunbar</em>. New York: Dodd, Mead, and Company. </li>
</ul>
</div>
<div id="columns">
<ul>
<li>
<strong>Readability:</strong>
<ul>
<li>
Flesch–Kincaid Level:
<a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/6/" title="Flesch–Kincaid Grade Level 6.5">6.5</a>
</li>
</ul>
</li>
<li>
<strong>Word Count:</strong>
198 </li>
</ul>
</div>
<div id="columns">
<ul>
<li>
<strong>Genre:</strong>
<a href="http://etc.usf.edu/lit2go/genres/24/poetry/">Poetry</a>
</li>
<li>
<a class="btn" data-toggle="modal" href="#cite_this" >✎ Cite This</a>
</li>
<li>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a addthis:ui_delay="500" href="http://www.addthis.com/bookmark.php?v=250&pub=roywinkelman" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
</div>
<script type="text/javascript">$($.getScript("http://s7.addthis.com/js/250/addthis_widget.js?pub=roywinkelman"))</script>
<!-- <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=roywinkelman"></script> -->
<!-- AddThis Button END -->
</li>
</ul>
</div>
<h4>Downloads</h4>
<ul id="downloads">
<li>
<a href="http://etc.usf.edu/lit2go/audio/mp3/humour-and-dialect-003-my-corn-cob-pipe.4137.mp3">Audio</a>
</li>
<li>
<a href="http://etc.usf.edu/lit2go/pdf/passage/4137/humour-and-dialect-003-my-corn-cob-pipe.pdf">Passage PDF</a>
</li>
<li><a href="http://etc.usf.edu/lit2go/pdf/student_activity/4137/4137-1.pdf">Student Activity</a></li>
</ul>
<hr>
</details>
<div class="modal hide" id="cite_this">
<script>
$($('#myTab a').click(function (e) {e.preventDefault();$('#myTab a[href="#apa"]').tab('show');}));
</script>
<nav>
<ul id="myTab">
<li class="active">
<a href="#apa" data-toggle="tab">APA</a>
</li>
<li>
<a href="#mla" data-toggle="tab">MLA</a>
</li>
<li>
<a href="#chicago" data-toggle="tab">Chicago</a>
</li>
</ul>
</nav>
<div class="tab-content">
<div class="content tab-pane hide active" id="apa">
<p class="citation">
Dunbar, P. (1913). My Corn-Cob Pipe. <em>Humour and Dialect</em> (Lit2Go Edition). Retrieved February 15, 2016, from <span class="faux_link">http://etc.usf.edu/lit2go/195/humour-and-dialect/4137/my-corn-cob-pipe/</span>
</p>
</div>
<div class="content tab-pane" id="mla">
<p class="citation">
Dunbar, Paul Laurence. "My Corn-Cob Pipe." <em>Humour and Dialect</em>. Lit2Go Edition. 1913. Web. <<span class="faux_link">http://etc.usf.edu/lit2go/195/humour-and-dialect/4137/my-corn-cob-pipe/</span>>. February 15, 2016.
</p>
</div>
<div class="content tab-pane" id="chicago">
<p class="citation">
Paul Laurence Dunbar, "My Corn-Cob Pipe," <em>Humour and Dialect</em>, Lit2Go Edition, (1913), accessed February 15, 2016, <span class="faux_link">http://etc.usf.edu/lit2go/195/humour-and-dialect/4137/my-corn-cob-pipe/</span>.
</p>
</div>
</div>
</div>
<span class="top"> <nav class="passage">
<ul>
<li><a href="http://etc.usf.edu/lit2go/195/humour-and-dialect/4136/at-cheshire-cheese/" title="At Cheshire Cheese" class="back">Back</a></li>
<li><a href="http://etc.usf.edu/lit2go/195/humour-and-dialect/4138/in-august/" title="In August" class="next">Next</a></li>
</ul>
</nav>
</span>
<div id="shrink_wrap">
<div id="i_apologize_for_the_soup">
<audio controls style="width:99%;">
<source src="http://etc.usf.edu/lit2go/audio/mp3/humour-and-dialect-003-my-corn-cob-pipe.4137.mp3" type="audio/mpeg" />
<source src="http://etc.usf.edu/lit2go/audio/ogg/humour-and-dialect-003-my-corn-cob-pipe.4137.ogg" type="audio/ogg" />
The embedded audio player requires a modern internet browser. You should visit <a href="http://browsehappy.com/">Browse Happy</a> and update your internet browser today!
</audio>
<p>
Men may sing of their Havanas, elevating to the stars<br />
The real or fancied virtues of their foreign–made cigars;<br />
But I worship Nicotina at a different sort of shrine,<br />
And she sits enthroned in glory in this corn–cob pipe of mine.</p>
<p>
It ’s as fragrant as the meadows when the clover is in bloom;<br />
It ’s as dainty as the essence of the daintiest perfume;<br />
It ’s as sweet as are the orchards when the fruit is hanging ripe,<br />
With the sun’s warm kiss upon them—is this corn–cob pipe.</p>
<p>
Thro’ the smoke about it clinging, I delight its form to trace,<br />
Like an oriental beauty with a veil upon her face;<br />
And my room is dim with vapour as a church when censers sway,<br />
As I clasp it to my bosom—in a figurative way.</p>
<p>
It consoles me in misfortune and it cheers me in distress,<br />
And it proves a warm partaker of my pleasures in success;<br />
So I hail it as a symbol, friendship’s true and worthy type,<br />
And I press my lips devoutly to my corn–cob pipe.</p>
</div>
</div>
<span class="bottom"> <nav class="passage">
<ul>
<li><a href="http://etc.usf.edu/lit2go/195/humour-and-dialect/4136/at-cheshire-cheese/" title="At Cheshire Cheese" class="back">Back</a></li>
<li><a href="http://etc.usf.edu/lit2go/195/humour-and-dialect/4138/in-august/" title="In August" class="next">Next</a></li>
</ul>
</nav>
</span>
</div>
</div>
</section>
<footer screen>
<div id="footer-text">
<p>
This collection of children's literature is a part of the <a href="http://etc.usf.edu/">Educational Technology Clearinghouse</a> and is funded by various <a href="http://etc.usf.edu/lit2go/welcome/funding/">grants</a>.
</p>
<p>
Copyright © 2006—2016 by the <a href="http://fcit.usf.edu/">Florida Center for Instructional Technology</a>, <a href="http://www.coedu.usf.edu/">College of Education</a>, <a href="http://www.usf.edu/">University of South Florida</a>.
</p>
</div>
<ul id="footer-links">
<li><a href="http://etc.usf.edu/lit2go/welcome/license/">License</a></li>
<li><a href="http://etc.usf.edu/lit2go/welcome/credits/">Credits</a></li>
<li><a href="http://etc.usf.edu/lit2go/welcome/faq/">FAQ</a></li>
<li><a href="http://etc.usf.edu/lit2go/giving/">Giving</a></li>
</ul>
</footer>
<footer print>
<div id="footer-text">
<p>This document was downloaded from <a href="http://etc.usf.edu/lit2go/">Lit2Go</a>, a free online collection of stories and poems in Mp3 (audiobook) format published by the <a href="http://fcit.usf.edu/">Florida Center for Instructional Technology</a>. For more information, including classroom activities, readability data, and original sources, please visit <a href="http://etc.usf.edu/lit2go/195/humour-and-dialect/4137/my-corn-cob-pipe/">http://etc.usf.edu/lit2go/195/humour-and-dialect/4137/my-corn-cob-pipe/</a>.</p>
</div>
<div id="book-footer">
<p>Lit2Go: <em>Humour and Dialect</em></p>
<p>My Corn-Cob Pipe</p>
</div>
</footer>
<script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/details.js"></script>
</div>
</body>
</html>
| adrianosb/HtmlToText | lit2go.ok/195/humour-and-dialect/4137/my-corn-cob-pipe/index.html | HTML | mit | 11,865 |
<!-- Language chooser --> | wevote/WeVoteServer | templates/language_chooser.html | HTML | mit | 25 |
<link href="../../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css">
<link href="../../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../../assets/admin/layout3/css/layout.css" rel="stylesheet" type="text/css">
<div class="page-container">
<div class="page-head">
<div class="container">
<div class="page-title">
<h1>Nestable List <small>Drag & drop hierarchical list with mouse and touch compatibility</small></h1>
</div>
<div class="page-toolbar">
<div class="btn-group btn-theme-panel">
<a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown">
<i class="icon-settings"></i>
</a>
<div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<h3>THEME COLORS</h3>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<ul class="theme-colors">
<li class="theme-color theme-color-default" data-theme="default">
<span class="theme-color-view"></span>
<span class="theme-color-name">Default</span>
</li>
<li class="theme-color theme-color-blue-hoki" data-theme="blue-hoki">
<span class="theme-color-view"></span>
<span class="theme-color-name">Blue Hoki</span>
</li>
<li class="theme-color theme-color-blue-steel" data-theme="blue-steel">
<span class="theme-color-view"></span>
<span class="theme-color-name">Blue Steel</span>
</li>
<li class="theme-color theme-color-yellow-orange" data-theme="yellow-orange">
<span class="theme-color-view"></span>
<span class="theme-color-name">Orange</span>
</li>
<li class="theme-color theme-color-yellow-crusta" data-theme="yellow-crusta">
<span class="theme-color-view"></span>
<span class="theme-color-name">Yellow Crusta</span>
</li>
</ul>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<ul class="theme-colors">
<li class="theme-color theme-color-green-haze" data-theme="green-haze">
<span class="theme-color-view"></span>
<span class="theme-color-name">Green Haze</span>
</li>
<li class="theme-color theme-color-red-sunglo" data-theme="red-sunglo">
<span class="theme-color-view"></span>
<span class="theme-color-name">Red Sunglo</span>
</li>
<li class="theme-color theme-color-red-intense" data-theme="red-intense">
<span class="theme-color-view"></span>
<span class="theme-color-name">Red Intense</span>
</li>
<li class="theme-color theme-color-purple-plum" data-theme="purple-plum">
<span class="theme-color-view"></span>
<span class="theme-color-name">Purple Plum</span>
</li>
<li class="theme-color theme-color-purple-studio" data-theme="purple-studio">
<span class="theme-color-view"></span>
<span class="theme-color-name">Purple Studio</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 seperator">
<h3>LAYOUT</h3>
<ul class="theme-settings">
<li>
Theme Style
<select class="theme-setting theme-setting-style form-control input-sm input-small input-inline tooltips" data-original-title="Change theme style" data-container="body" data-placement="left">
<option value="boxed" selected="selected">Square corners</option>
<option value="rounded">Rounded corners</option>
</select>
</li>
<li>
Layout
<select class="theme-setting theme-setting-layout form-control input-sm input-small input-inline tooltips" data-original-title="Change layout type" data-container="body" data-placement="left">
<option value="boxed" selected="selected">Boxed</option>
<option value="fluid">Fluid</option>
</select>
</li>
<li>
Top Menu Style
<select class="theme-setting theme-setting-top-menu-style form-control input-sm input-small input-inline tooltips" data-original-title="Change top menu dropdowns style" data-container="body" data-placement="left">
<option value="dark" selected="selected">Dark</option>
<option value="light">Light</option>
</select>
</li>
<li>
Top Menu Mode
<select class="theme-setting theme-setting-top-menu-mode form-control input-sm input-small input-inline tooltips" data-original-title="Enable fixed(sticky) top menu" data-container="body" data-placement="left">
<option value="fixed">Fixed</option>
<option value="not-fixed" selected="selected">Not Fixed</option>
</select>
</li>
<li>
Mega Menu Style
<select class="theme-setting theme-setting-mega-menu-style form-control input-sm input-small input-inline tooltips" data-original-title="Change mega menu dropdowns style" data-container="body" data-placement="left">
<option value="dark" selected="selected">Dark</option>
<option value="light">Light</option>
</select>
</li>
<li>
Mega Menu Mode
<select class="theme-setting theme-setting-mega-menu-mode form-control input-sm input-small input-inline tooltips" data-original-title="Enable fixed(sticky) mega menu" data-container="body" data-placement="left">
<option value="fixed" selected="selected">Fixed</option>
<option value="not-fixed">Not Fixed</option>
</select>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> | Muktaranibiswas/Finalproject-Laravel5-Aboutme-Module | public/metronic/ftfl02/templates/admin3/ui_nestable_list_nusrat/page_head.html | HTML | mit | 9,356 |
<a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ngMock/angular-mocks.js?message=docs(angular.mock)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.4.0-rc.1/src/ngMock/angular-mocks.js#L3' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">angular.mock</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- object in module <a href="api/ngMock">ngMock</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>Namespace from 'angular-mocks.js' which contains testing related code.</p>
</div>
<div>
</div>
| petervyvey/home_automation | web/public/vendor/angular/lib/docs/partials/api/ngMock/object/angular.mock.html | HTML | mit | 916 |
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="API Reference Documentation for FreeType-2.10.0">
<meta name="author" content="FreeType Contributors">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link rel="shortcut icon" href="images/favico.ico">
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
<title>Quick retrieval of advance values - FreeType-2.10.0 API Reference</title>
<link rel="stylesheet" href="assets/stylesheets/application.982221ab.css">
<link rel="stylesheet" href="assets/stylesheets/application-palette.224b79ff.css">
<meta name="theme-color" content="#4caf50">
<script src="assets/javascripts/modernizr.1f0bcf2b.js"></script>
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Serif:300,400,400i,700|Roboto+Mono">
<style>body,input{font-family:"Noto Serif","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
<link rel="stylesheet" href="assets/fonts/material-icons.css">
<link rel="stylesheet" href="stylesheets/extra.css">
</head>
<body dir="ltr" data-md-color-primary="green" data-md-color-accent="green">
<svg class="md-svg">
<defs>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#quick-retrieval-of-advance-values" tabindex="1" class="md-skip">
Skip to content
</a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="index.html" title="FreeType-2.10.0 API Reference" class="md-header-nav__button md-logo">
<img src="images/favico.ico" width="24" height="24">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">
FreeType-2.10.0 API Reference
</span>
<span class="md-header-nav__topic">
Quick retrieval of advance values
</span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="md-container">
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="index.html" title="FreeType-2.10.0 API Reference" class="md-nav__button md-logo">
<img src="images/favico.ico" width="48" height="48">
</a>
FreeType-2.10.0 API Reference
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="index.html" title="TOC" class="md-nav__link">
TOC
</a>
</li>
<li class="md-nav__item">
<a href="ft2-index.html" title="Index" class="md-nav__link">
Index
</a>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-3" type="checkbox" id="nav-3">
<label class="md-nav__link" for="nav-3">
General Remarks
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-3">
General Remarks
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="ft2-header_inclusion.html" title="FreeType's header inclusion scheme" class="md-nav__link">
FreeType's header inclusion scheme
</a>
</li>
<li class="md-nav__item">
<a href="ft2-user_allocation.html" title="User allocation" class="md-nav__link">
User allocation
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-4" type="checkbox" id="nav-4">
<label class="md-nav__link" for="nav-4">
Core API
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-4">
Core API
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="ft2-version.html" title="FreeType Version" class="md-nav__link">
FreeType Version
</a>
</li>
<li class="md-nav__item">
<a href="ft2-basic_types.html" title="Basic Data Types" class="md-nav__link">
Basic Data Types
</a>
</li>
<li class="md-nav__item">
<a href="ft2-base_interface.html" title="Base Interface" class="md-nav__link">
Base Interface
</a>
</li>
<li class="md-nav__item">
<a href="ft2-glyph_variants.html" title="Unicode Variation Sequences" class="md-nav__link">
Unicode Variation Sequences
</a>
</li>
<li class="md-nav__item">
<a href="ft2-color_management.html" title="Glyph Color Management" class="md-nav__link">
Glyph Color Management
</a>
</li>
<li class="md-nav__item">
<a href="ft2-layer_management.html" title="Glyph Layer Management" class="md-nav__link">
Glyph Layer Management
</a>
</li>
<li class="md-nav__item">
<a href="ft2-glyph_management.html" title="Glyph Management" class="md-nav__link">
Glyph Management
</a>
</li>
<li class="md-nav__item">
<a href="ft2-mac_specific.html" title="Mac Specific Interface" class="md-nav__link">
Mac Specific Interface
</a>
</li>
<li class="md-nav__item">
<a href="ft2-sizes_management.html" title="Size Management" class="md-nav__link">
Size Management
</a>
</li>
<li class="md-nav__item">
<a href="ft2-header_file_macros.html" title="Header File Macros" class="md-nav__link">
Header File Macros
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-5" type="checkbox" id="nav-5">
<label class="md-nav__link" for="nav-5">
Format-Specific API
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-5">
Format-Specific API
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="ft2-multiple_masters.html" title="Multiple Masters" class="md-nav__link">
Multiple Masters
</a>
</li>
<li class="md-nav__item">
<a href="ft2-truetype_tables.html" title="TrueType Tables" class="md-nav__link">
TrueType Tables
</a>
</li>
<li class="md-nav__item">
<a href="ft2-type1_tables.html" title="Type 1 Tables" class="md-nav__link">
Type 1 Tables
</a>
</li>
<li class="md-nav__item">
<a href="ft2-sfnt_names.html" title="SFNT Names" class="md-nav__link">
SFNT Names
</a>
</li>
<li class="md-nav__item">
<a href="ft2-bdf_fonts.html" title="BDF and PCF Files" class="md-nav__link">
BDF and PCF Files
</a>
</li>
<li class="md-nav__item">
<a href="ft2-cid_fonts.html" title="CID Fonts" class="md-nav__link">
CID Fonts
</a>
</li>
<li class="md-nav__item">
<a href="ft2-pfr_fonts.html" title="PFR Fonts" class="md-nav__link">
PFR Fonts
</a>
</li>
<li class="md-nav__item">
<a href="ft2-winfnt_fonts.html" title="Window FNT Files" class="md-nav__link">
Window FNT Files
</a>
</li>
<li class="md-nav__item">
<a href="ft2-font_formats.html" title="Font Formats" class="md-nav__link">
Font Formats
</a>
</li>
<li class="md-nav__item">
<a href="ft2-gasp_table.html" title="Gasp Table" class="md-nav__link">
Gasp Table
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-6" type="checkbox" id="nav-6">
<label class="md-nav__link" for="nav-6">
Controlling FreeType Modules
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-6">
Controlling FreeType Modules
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="ft2-auto_hinter.html" title="The auto-hinter" class="md-nav__link">
The auto-hinter
</a>
</li>
<li class="md-nav__item">
<a href="ft2-cff_driver.html" title="The CFF driver" class="md-nav__link">
The CFF driver
</a>
</li>
<li class="md-nav__item">
<a href="ft2-t1_cid_driver.html" title="The Type 1 and CID drivers" class="md-nav__link">
The Type 1 and CID drivers
</a>
</li>
<li class="md-nav__item">
<a href="ft2-tt_driver.html" title="The TrueType driver" class="md-nav__link">
The TrueType driver
</a>
</li>
<li class="md-nav__item">
<a href="ft2-pcf_driver.html" title="The PCF driver" class="md-nav__link">
The PCF driver
</a>
</li>
<li class="md-nav__item">
<a href="ft2-properties.html" title="Driver properties" class="md-nav__link">
Driver properties
</a>
</li>
<li class="md-nav__item">
<a href="ft2-parameter_tags.html" title="Parameter Tags" class="md-nav__link">
Parameter Tags
</a>
</li>
<li class="md-nav__item">
<a href="ft2-lcd_rendering.html" title="Subpixel Rendering" class="md-nav__link">
Subpixel Rendering
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-7" type="checkbox" id="nav-7">
<label class="md-nav__link" for="nav-7">
Cache Sub-System
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-7">
Cache Sub-System
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="ft2-cache_subsystem.html" title="Cache Sub-System" class="md-nav__link">
Cache Sub-System
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-8" type="checkbox" id="nav-8" checked>
<label class="md-nav__link" for="nav-8">
Support API
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-8">
Support API
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="ft2-computations.html" title="Computations" class="md-nav__link">
Computations
</a>
</li>
<li class="md-nav__item">
<a href="ft2-list_processing.html" title="List Processing" class="md-nav__link">
List Processing
</a>
</li>
<li class="md-nav__item">
<a href="ft2-outline_processing.html" title="Outline Processing" class="md-nav__link">
Outline Processing
</a>
</li>
<li class="md-nav__item md-nav__item--active">
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
Quick retrieval of advance values
</label>
<a href="ft2-quick_advance.html" title="Quick retrieval of advance values" class="md-nav__link md-nav__link--active">
Quick retrieval of advance values
</a>
<nav class="md-nav md-nav--secondary">
<label class="md-nav__title" for="__toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#synopsis" title="Synopsis" class="md-nav__link">
Synopsis
</a>
</li>
<li class="md-nav__item">
<a href="#ft_get_advance" title="FT_Get_Advance" class="md-nav__link">
FT_Get_Advance
</a>
</li>
<li class="md-nav__item">
<a href="#ft_get_advances" title="FT_Get_Advances" class="md-nav__link">
FT_Get_Advances
</a>
</li>
<li class="md-nav__item">
<a href="#ft_advance_flag_fast_only" title="FT_ADVANCE_FLAG_FAST_ONLY" class="md-nav__link">
FT_ADVANCE_FLAG_FAST_ONLY
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="ft2-bitmap_handling.html" title="Bitmap Handling" class="md-nav__link">
Bitmap Handling
</a>
</li>
<li class="md-nav__item">
<a href="ft2-raster.html" title="Scanline Converter" class="md-nav__link">
Scanline Converter
</a>
</li>
<li class="md-nav__item">
<a href="ft2-glyph_stroker.html" title="Glyph Stroker" class="md-nav__link">
Glyph Stroker
</a>
</li>
<li class="md-nav__item">
<a href="ft2-system_interface.html" title="System Interface" class="md-nav__link">
System Interface
</a>
</li>
<li class="md-nav__item">
<a href="ft2-module_management.html" title="Module Management" class="md-nav__link">
Module Management
</a>
</li>
<li class="md-nav__item">
<a href="ft2-gzip.html" title="GZIP Streams" class="md-nav__link">
GZIP Streams
</a>
</li>
<li class="md-nav__item">
<a href="ft2-lzw.html" title="LZW Streams" class="md-nav__link">
LZW Streams
</a>
</li>
<li class="md-nav__item">
<a href="ft2-bzip2.html" title="BZIP2 Streams" class="md-nav__link">
BZIP2 Streams
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-9" type="checkbox" id="nav-9">
<label class="md-nav__link" for="nav-9">
Error Codes
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-9">
Error Codes
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="ft2-error_enumerations.html" title="Error Enumerations" class="md-nav__link">
Error Enumerations
</a>
</li>
<li class="md-nav__item">
<a href="ft2-error_code_values.html" title="Error Code Values" class="md-nav__link">
Error Code Values
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-10" type="checkbox" id="nav-10">
<label class="md-nav__link" for="nav-10">
Miscellaneous
</label>
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
<label class="md-nav__title" for="nav-10">
Miscellaneous
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="ft2-ot_validation.html" title="OpenType Validation" class="md-nav__link">
OpenType Validation
</a>
</li>
<li class="md-nav__item">
<a href="ft2-incremental.html" title="Incremental Loading" class="md-nav__link">
Incremental Loading
</a>
</li>
<li class="md-nav__item">
<a href="ft2-truetype_engine.html" title="The TrueType Engine" class="md-nav__link">
The TrueType Engine
</a>
</li>
<li class="md-nav__item">
<a href="ft2-gx_validation.html" title="TrueTypeGX/AAT Validation" class="md-nav__link">
TrueTypeGX/AAT Validation
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<label class="md-nav__title" for="__toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#synopsis" title="Synopsis" class="md-nav__link">
Synopsis
</a>
</li>
<li class="md-nav__item">
<a href="#ft_get_advance" title="FT_Get_Advance" class="md-nav__link">
FT_Get_Advance
</a>
</li>
<li class="md-nav__item">
<a href="#ft_get_advances" title="FT_Get_Advances" class="md-nav__link">
FT_Get_Advances
</a>
</li>
<li class="md-nav__item">
<a href="#ft_advance_flag_fast_only" title="FT_ADVANCE_FLAG_FAST_ONLY" class="md-nav__link">
FT_ADVANCE_FLAG_FAST_ONLY
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset">
<p><a href="https://www.freetype.org">FreeType</a> » <a href="../">Docs</a> » <a href="index.html#support-api">Support API</a> » Quick retrieval of advance values</p>
<hr />
<h1 id="quick-retrieval-of-advance-values">Quick retrieval of advance values<a class="headerlink" href="#quick-retrieval-of-advance-values" title="Permanent link">¶</a></h1>
<h2 id="synopsis">Synopsis<a class="headerlink" href="#synopsis" title="Permanent link">¶</a></h2>
<p>This section contains functions to quickly extract advance values without handling glyph outlines, if possible.</p>
<h2 id="ft_get_advance">FT_Get_Advance<a class="headerlink" href="#ft_get_advance" title="Permanent link">¶</a></h2>
<p>Defined in FT_ADVANCES_H (freetype/ftadvanc.h).</p>
<div class = "codehilite">
<pre>
FT_EXPORT( <a href="ft2-basic_types.html#ft_error">FT_Error</a> )
<b>FT_Get_Advance</b>( <a href="ft2-base_interface.html#ft_face">FT_Face</a> face,
<a href="ft2-basic_types.html#ft_uint">FT_UInt</a> gindex,
<a href="ft2-basic_types.html#ft_int32">FT_Int32</a> load_flags,
<a href="ft2-basic_types.html#ft_fixed">FT_Fixed</a> *padvance );
</pre>
</div>
<p>Retrieve the advance value of a given glyph outline in an <code><a href="ft2-base_interface.html#ft_face">FT_Face</a></code>.</p>
<h4>input</h4>
<table class="fields">
<tr><td class="val" id="face">face</td><td class="desc">
<p>The source <code><a href="ft2-base_interface.html#ft_face">FT_Face</a></code> handle.</p>
</td></tr>
<tr><td class="val" id="gindex">gindex</td><td class="desc">
<p>The glyph index.</p>
</td></tr>
<tr><td class="val" id="load_flags">load_flags</td><td class="desc">
<p>A set of bit flags similar to those used when calling <code><a href="ft2-base_interface.html#ft_load_glyph">FT_Load_Glyph</a></code>, used to determine what kind of advances you need.</p>
</td></tr>
</table>
<h4>output</h4>
<table class="fields">
<tr><td class="val" id="padvance">padvance</td><td class="desc">
<p>The advance value. If scaling is performed (based on the value of <code>load_flags</code>), the advance value is in 16.16 format. Otherwise, it is in font units.</p>
<p>If <code><a href="ft2-base_interface.html#ft_load_xxx">FT_LOAD_VERTICAL_LAYOUT</a></code> is set, this is the vertical advance corresponding to a vertical layout. Otherwise, it is the horizontal advance in a horizontal layout.</p>
</td></tr>
</table>
<h4>return</h4>
<p>FreeType error code. 0 means success.</p>
<h4>note</h4>
<p>This function may fail if you use <code><a href="ft2-quick_advance.html#ft_advance_flag_fast_only">FT_ADVANCE_FLAG_FAST_ONLY</a></code> and if the corresponding font backend doesn't have a quick way to retrieve the advances.</p>
<p>A scaled advance is returned in 16.16 format but isn't transformed by the affine transformation specified by <code><a href="ft2-base_interface.html#ft_set_transform">FT_Set_Transform</a></code>.</p>
<hr>
<h2 id="ft_get_advances">FT_Get_Advances<a class="headerlink" href="#ft_get_advances" title="Permanent link">¶</a></h2>
<p>Defined in FT_ADVANCES_H (freetype/ftadvanc.h).</p>
<div class = "codehilite">
<pre>
FT_EXPORT( <a href="ft2-basic_types.html#ft_error">FT_Error</a> )
<b>FT_Get_Advances</b>( <a href="ft2-base_interface.html#ft_face">FT_Face</a> face,
<a href="ft2-basic_types.html#ft_uint">FT_UInt</a> start,
<a href="ft2-basic_types.html#ft_uint">FT_UInt</a> count,
<a href="ft2-basic_types.html#ft_int32">FT_Int32</a> load_flags,
<a href="ft2-basic_types.html#ft_fixed">FT_Fixed</a> *padvances );
</pre>
</div>
<p>Retrieve the advance values of several glyph outlines in an <code><a href="ft2-base_interface.html#ft_face">FT_Face</a></code>.</p>
<h4>input</h4>
<table class="fields">
<tr><td class="val" id="face">face</td><td class="desc">
<p>The source <code><a href="ft2-base_interface.html#ft_face">FT_Face</a></code> handle.</p>
</td></tr>
<tr><td class="val" id="start">start</td><td class="desc">
<p>The first glyph index.</p>
</td></tr>
<tr><td class="val" id="count">count</td><td class="desc">
<p>The number of advance values you want to retrieve.</p>
</td></tr>
<tr><td class="val" id="load_flags">load_flags</td><td class="desc">
<p>A set of bit flags similar to those used when calling <code><a href="ft2-base_interface.html#ft_load_glyph">FT_Load_Glyph</a></code>.</p>
</td></tr>
</table>
<h4>output</h4>
<table class="fields">
<tr><td class="val" id="padvance">padvance</td><td class="desc">
<p>The advance values. This array, to be provided by the caller, must contain at least <code>count</code> elements.</p>
<p>If scaling is performed (based on the value of <code>load_flags</code>), the advance values are in 16.16 format. Otherwise, they are in font units.</p>
<p>If <code><a href="ft2-base_interface.html#ft_load_xxx">FT_LOAD_VERTICAL_LAYOUT</a></code> is set, these are the vertical advances corresponding to a vertical layout. Otherwise, they are the horizontal advances in a horizontal layout.</p>
</td></tr>
</table>
<h4>return</h4>
<p>FreeType error code. 0 means success.</p>
<h4>note</h4>
<p>This function may fail if you use <code><a href="ft2-quick_advance.html#ft_advance_flag_fast_only">FT_ADVANCE_FLAG_FAST_ONLY</a></code> and if the corresponding font backend doesn't have a quick way to retrieve the advances.</p>
<p>Scaled advances are returned in 16.16 format but aren't transformed by the affine transformation specified by <code><a href="ft2-base_interface.html#ft_set_transform">FT_Set_Transform</a></code>.</p>
<hr>
<h2 id="ft_advance_flag_fast_only">FT_ADVANCE_FLAG_FAST_ONLY<a class="headerlink" href="#ft_advance_flag_fast_only" title="Permanent link">¶</a></h2>
<p>Defined in FT_ADVANCES_H (freetype/ftadvanc.h).</p>
<div class = "codehilite">
<pre>
#<span class="keyword">define</span> <b>FT_ADVANCE_FLAG_FAST_ONLY</b> 0x20000000L
</pre>
</div>
<p>A bit-flag to be OR-ed with the <code>flags</code> parameter of the <code><a href="ft2-quick_advance.html#ft_get_advance">FT_Get_Advance</a></code> and <code><a href="ft2-quick_advance.html#ft_get_advances">FT_Get_Advances</a></code> functions.</p>
<p>If set, it indicates that you want these functions to fail if the corresponding hinting mode or font driver doesn't allow for very quick advance computation.</p>
<p>Typically, glyphs that are either unscaled, unhinted, bitmapped, or light-hinted can have their advance width computed very quickly.</p>
<p>Normal and bytecode hinted modes that require loading, scaling, and hinting of the glyph outline, are extremely slow by comparison.</p>
<hr>
</article>
</div>
</div>
</main>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="ft2-outline_processing.html" title="Outline Processing" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span class="md-footer-nav__direction">
Previous
</span>
Outline Processing
</span>
</div>
</a>
<a href="ft2-bitmap_handling.html" title="Bitmap Handling" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span class="md-footer-nav__direction">
Next
</span>
Bitmap Handling
</span>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
Copyright 2019 <a href = "https://www.freetype.org/license.html">The FreeType Project</a>.
</div>
powered by
<a href="https://www.mkdocs.org">MkDocs</a>
and
<a href="https://squidfunk.github.io/mkdocs-material/">
Material for MkDocs</a>
</div>
</div>
</div>
</footer>
</div>
<script src="assets/javascripts/application.d9aa80ab.js"></script>
<script>app.initialize({version:"1.0.4",url:{base:"."}})</script>
<script src="javascripts/extra.js"></script>
</body>
</html> | zzzzRuby/Skuld | third_party/freetype/freetype/docs/reference/site/ft2-quick_advance.html | HTML | mit | 31,908 |
<!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_35) on Tue Oct 16 22:49:41 ICT 2012 -->
<TITLE>
EventExceptionManager.ExceptionFactory (Apache FOP 1.1 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-16">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EventExceptionManager.ExceptionFactory (Apache FOP 1.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EventExceptionManager.ExceptionFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
fop 1.1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/fop/events/EventExceptionManager.html" title="class in org.apache.fop.events"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/fop/events/EventFormatter.html" title="class in org.apache.fop.events"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/fop/events/EventExceptionManager.ExceptionFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="EventExceptionManager.ExceptionFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.fop.events</FONT>
<BR>
Interface EventExceptionManager.ExceptionFactory</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/fop/layoutmgr/LayoutException.LayoutExceptionFactory.html" title="class in org.apache.fop.layoutmgr">LayoutException.LayoutExceptionFactory</A>, <A HREF="../../../../org/apache/fop/fo/pagination/PageProductionException.PageProductionExceptionFactory.html" title="class in org.apache.fop.fo.pagination">PageProductionException.PageProductionExceptionFactory</A>, <A HREF="../../../../org/apache/fop/events/PropertyExceptionFactory.html" title="class in org.apache.fop.events">PropertyExceptionFactory</A>, <A HREF="../../../../org/apache/fop/events/UnsupportedOperationExceptionFactory.html" title="class in org.apache.fop.events">UnsupportedOperationExceptionFactory</A>, <A HREF="../../../../org/apache/fop/events/ValidationExceptionFactory.html" title="class in org.apache.fop.events">ValidationExceptionFactory</A></DD>
</DL>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../../org/apache/fop/events/EventExceptionManager.html" title="class in org.apache.fop.events">EventExceptionManager</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public static interface <B>EventExceptionManager.ExceptionFactory</B></DL>
</PRE>
<P>
This interface is implementation by exception factories that can create exceptions from
events.
<P>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Throwable</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/fop/events/EventExceptionManager.ExceptionFactory.html#createException(org.apache.fop.events.Event)">createException</A></B>(<A HREF="../../../../org/apache/fop/events/Event.html" title="class in org.apache.fop.events">Event</A> event)</CODE>
<BR>
Creates an exception from an event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Class<? extends java.lang.Exception></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/fop/events/EventExceptionManager.ExceptionFactory.html#getExceptionClass()">getExceptionClass</A></B>()</CODE>
<BR>
Returns the <CODE>Exception</CODE> class created by this factory.</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="createException(org.apache.fop.events.Event)"><!-- --></A><H3>
createException</H3>
<PRE>
java.lang.Throwable <B>createException</B>(<A HREF="../../../../org/apache/fop/events/Event.html" title="class in org.apache.fop.events">Event</A> event)</PRE>
<DL>
<DD>Creates an exception from an event.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>event</CODE> - the event
<DT><B>Returns:</B><DD>the newly created exception</DL>
</DD>
</DL>
<HR>
<A NAME="getExceptionClass()"><!-- --></A><H3>
getExceptionClass</H3>
<PRE>
java.lang.Class<? extends java.lang.Exception> <B>getExceptionClass</B>()</PRE>
<DL>
<DD>Returns the <CODE>Exception</CODE> class created by this factory.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the exception class</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EventExceptionManager.ExceptionFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
fop 1.1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/fop/events/EventExceptionManager.html" title="class in org.apache.fop.events"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/fop/events/EventFormatter.html" title="class in org.apache.fop.events"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/fop/events/EventExceptionManager.ExceptionFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="EventExceptionManager.ExceptionFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
| kardeiz/fop_wrapper | vendor/fop-1.1/javadocs/org/apache/fop/events/EventExceptionManager.ExceptionFactory.html | HTML | mit | 10,902 |
{% extends "adminlayout.html" %}
{% block title %}
Posts
{% end %}
{% block content %}
<h4> Posts </h4>
<div id="post_status">{{ post_status }}</div>
{% if posts %}
<table class="table table-hover">
<thead>
<tr>
<th>Title</th>
<th>Author</th>
<th>Category</th>
<th>Tags</th>
<th>Comment_count</th>
<th>Date</th>
</tr>
</thead>
<tbody>
{% for a in posts %}
<tr>
<td><a href="/edit/post?post={{ a["post_id"] }}" title="Edit {{ a["title"] }}">{{ a["title"] }}</a></td>
<td>{{ a["nickname"] }}</td>
<td>{{ a["category_name"] }}</td>
<td>{% if tags[a["post_id"]] %}{% for t in tags[a["post_id"]] %} {{ t["tag_name"] }},{% end %}{% else %}---{% end %}</td>
<td>{{ a["comment_count"] }}</td>
<td>{{ a["publish_date"] }}</td>
</tr>
{% end %}
</tbody>
</table>
{% if post_count%10==0 %}
{% set page_count=post_count/10 %}
{% else %}
{% set page_count=post_count/10+1 %}
{% end %}
<div class="tablenav-pages"><span class="displaying-num">{{ post_count }} items</span>
<span class="pagination-links">
<a class="first-page" title="Go to the first page" href="/list/post?post_status={{ post_status }}">«</a>
<a class="prev-page" title="Go to the previous page" href="/list/post?post_status={{ post_status }}&paged={% if p>1 %}{{ p-1 }}{% else %}1{% end %}">‹</a>
<span class="paging-input">{{ p }} of <span class="total-pages">{{ page_count }}</span></span>
<a class="next-page" title="Go to the next page" href="/list/post?post_status={{ post_status }}&paged={% if p<page_count %}{{ p+1 }}{% else %}{{ page_count }}{% end %}">›</a>
<a class="last-page" title="Go to the last page" href="/list/post?post_status={{ post_status }}&paged={{ page_count }}">»</a></span></div>
{% else %}
<p>No {{ post_status }} Post </p>
{% end %}
{% end %} | grepcook/blog | blog/templates/listpost.html | HTML | mit | 2,192 |
<!DOCTYPE html>
<html>
<head>
<title>Connect</title>
<meta http-equiv="content-type" value="text/html; charset=utf-8">
<style type="text/css">
body {
font: 13px "Helvetica Neue", "Lucida Grande", "Arial";
text-align: center;
color: #555;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
h1, h2, h3 {
margin: 0;
font-size: 22px;
font-weight: normal;
color: #343434;
}
h2#Connect {
margin-bottom: 25px;
font-size: 60px;
font-weight: bold;
}
h2#Connect + p {
display: none;
}
h3 {
margin: 35px 0;
padding-left: 10px;
font-size: 16px;
border-left: 15px solid #eee;
}
h2 {
margin-top: 35px;
text-shadow: 1px 2px 2px #ddd;
}
ul {
margin: 10px 35px;
padding: 0;
}
ul li .path {
padding-left: 5px;
font-weight: bold;
}
ul li .line {
padding-right: 5px;
font-style: italic;
}
ul li:first-child .path {
padding-left: 0;
}
p {
line-height: 1.5;
}
p code {
padding: 2px 4px;
border: 1px solid #ddd;
}
p em, li em {
font-weight: bold;
}
pre {
margin: 25px 0 25px 15px;
padding: 15px;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: 1px 1px 6px #ddd;
-moz-box-shadow: 1px 1px 6px #ddd;
}
table {
margin-bottom: 35px;
width: 100%;
border-collapse: collapse;
}
table td {
padding: 5px 10px;
font-size: 14px;
}
table tr {
border-bottom: 1px solid #fff;
}
table tr:last-child {
border-bottom: none;
}
table td:first-child {
width: 150px;
color: #343434;
}
#wrapper {
margin: 50px auto;
width: 750px;
text-align: left;
}
#menu {
position: fixed;
top: 15px;
right: 15px;
margin: 0;
padding: 0;
list-style: none;
text-align: right;
}
#menu li.title {
padding: 20px 0 5px 0;
font-size: 12px;
}
code.js { color: #111; }
code.js .comment { color: #999; }
code.js .string { color: #cc0000; }
code.js .number { color: #0000ee; }
code.js .keyword { color: #000; font-weight: bold; }
a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div id="wrapper">
<ul id="menu">
<li class="title">API</li>
<li><a href="api.html">extended api docs</a></li>
<li class="title">Middleware</li>
<li><a href="lint.html">lint</a></li>
<li><a href="logger.html">logger</a></li>
<li><a href="router.html">router</a></li>
<li><a href="jsonrpc.html">jsonrpc</a></li>
<li><a href="session.html">session</a></li>
<li><a href="compiler.html">compiler</a></li>
<li><a href="errorHandler.html">errorHandler</a></li>
<li><a href="bodyDecoder.html">bodyDecoder</a></li>
<li><a href="responseTime.html">responseTime</a></li>
<li><a href="cookieDecoder.html">cookieDecoder</a></li>
<li><a href="conditionalGet.html">conditionalGet</a></li>
<li><a href="methodOverride.html">methodOverride</a></li>
<li><a href="staticProvider.html">staticProvider</a></li>
</ul><div class='mp'>
<h2 id="Connect">Connect</h2>
<p class="man-name">
<code>compiler</code>
</p>
<h2 id="Compiler">Compiler</h2>
<p>The <em>compiler</em> middleware compiles files that have not yet been compiled, or have been modified. Good examples of this are <em>sass</em> and <em>less</em>, both of which compile to css. The compiled data is written to disk, and serving is delegated to the <em>static</em> middleware, therefore the <em>dest</em> should be accessible (or the same) as <em>static</em>'s <em>root</em> option.</p>
<pre><code class="js"><span class="variable">connect</span>.<span class="variable">createServer</span>(
<span class="variable">connect</span>.<span class="variable">compiler</span>({ <span class="variable">src</span>: <span class="variable">__dirname</span> + <span class="string">'/public'</span>, <span class="variable">enable</span>: [<span class="string">'sass'</span>] })
);
</code></pre>
<h3 id="Options">Options</h3>
<pre><code>src Root directory from which to compile files. Defaults to CWD.
dest Destination directory of compiled files, defaults to src or CWD.
enable Enabled compilers, currently supported are "sass", and "less".
</code></pre>
<h3 id="Supported-Compilers">Supported Compilers</h3>
<ul>
<li>sass</li>
<li>less</li>
</ul>
<h3 id="Environment-Variables">Environment Variables</h3>
<pre><code>--compilerSrc
--compilerDest
</code></pre>
<h3 id="Links">Links</h3>
<ul>
<li><a href="http://github.com/visionmedia/sass.js">Sass.js</a></li>
<li><a href="http://github.com/cloudhead/less.js">Less.js</a></li>
</ul>
<h3 id="See-Also">See Also</h3>
<ul>
<li>staticProvider</li>
</ul>
</div>
</div>
</body>
</html>
| upstream/maitre | vendor/connect/docs/compiler.html | HTML | mit | 5,165 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/constant.IFF_NO_PI.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/constant.IFF_NO_PI.html">../../../../libc/constant.IFF_NO_PI.html</a>...</p>
<script>location.replace("../../../../libc/constant.IFF_NO_PI.html" + location.search + location.hash);</script>
</body>
</html> | malept/guardhaus | main/libc/unix/linux_like/linux/constant.IFF_NO_PI.html | HTML | mit | 401 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class xsi_shared_memory</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Interprocess">
<link rel="up" href="../../interprocess/indexes_reference.html#header.boost.interprocess.xsi_shared_memory_hpp" title="Header <boost/interprocess/xsi_shared_memory.hpp>">
<link rel="prev" href="xsi_key.html" title="Class xsi_key">
</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="xsi_key.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.xsi_shared_memory_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>
</div>
<div class="refentry">
<a name="boost.interprocess.xsi_shared_memory"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class xsi_shared_memory</span></h2>
<p>boost::interprocess::xsi_shared_memory</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.xsi_shared_memory_hpp" title="Header <boost/interprocess/xsi_shared_memory.hpp>">boost/interprocess/xsi_shared_memory.hpp</a>>
</span>
<span class="keyword">class</span> <a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// <a class="link" href="xsi_shared_memory.html#boost.interprocess.xsi_shared_memoryconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="xsi_shared_memory.html#idp24828208-bb"><span class="identifier">xsi_shared_memory</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="xsi_shared_memory.html#idp24829680-bb"><span class="identifier">xsi_shared_memory</span></a><span class="special">(</span><a class="link" href="open_only_t.html" title="Struct open_only_t">open_only_t</a><span class="special">,</span> <span class="keyword">int</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="xsi_shared_memory.html#idp24832032-bb"><span class="identifier">xsi_shared_memory</span></a><span class="special">(</span><a class="link" href="create_only_t.html" title="Struct create_only_t">create_only_t</a><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="xsi_key.html" title="Class xsi_key">xsi_key</a> <span class="special">&</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="keyword">const</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a> <span class="special">&</span> <span class="special">=</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="xsi_shared_memory.html#idp24837504-bb"><span class="identifier">xsi_shared_memory</span></a><span class="special">(</span><a class="link" href="open_or_create_t.html" title="Struct open_or_create_t">open_or_create_t</a><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="xsi_key.html" title="Class xsi_key">xsi_key</a> <span class="special">&</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="keyword">const</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a> <span class="special">&</span> <span class="special">=</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="xsi_shared_memory.html#idp24842992-bb"><span class="identifier">xsi_shared_memory</span></a><span class="special">(</span><a class="link" href="open_only_t.html" title="Struct open_only_t">open_only_t</a><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="xsi_key.html" title="Class xsi_key">xsi_key</a> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="xsi_shared_memory.html#idp24845760-bb"><span class="identifier">xsi_shared_memory</span></a><span class="special">(</span><a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> <span class="special">&&</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> <span class="special">&</span> <a class="link" href="xsi_shared_memory.html#idp24847568-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> <span class="special">&&</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="xsi_shared_memory.html#idp24849936-bb"><span class="special">~</span><span class="identifier">xsi_shared_memory</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="xsi_shared_memory.html#idp24822192-bb">public member functions</a></span>
<span class="keyword">void</span> <a class="link" href="xsi_shared_memory.html#idp24822752-bb"><span class="identifier">swap</span></a><span class="special">(</span><a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">int</span> <a class="link" href="xsi_shared_memory.html#idp24824896-bb"><span class="identifier">get_shmid</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">mapping_handle_t</span> <a class="link" href="xsi_shared_memory.html#idp24826480-bb"><span class="identifier">get_mapping_handle</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="comment">// <a class="link" href="xsi_shared_memory.html#idp24850752-bb">public static functions</a></span>
<span class="keyword">static</span> <span class="keyword">bool</span> <a class="link" href="xsi_shared_memory.html#idp24851312-bb"><span class="identifier">remove</span></a><span class="special">(</span><span class="keyword">int</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp39843792"></a><h2>Description</h2>
<p>A class that wraps XSI (System V) shared memory. Unlike <a class="link" href="shared_memory_object.html" title="Class shared_memory_object">shared_memory_object</a>, <a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> needs a valid <a class="link" href="xsi_key.html" title="Class xsi_key">xsi_key</a> to identify a shared memory object.</p>
<p>Warning: XSI shared memory and interprocess portable shared memory (<a class="link" href="shared_memory_object.html" title="Class shared_memory_object">boost::interprocess::shared_memory_object</a>) can't communicate between them. </p>
<div class="refsect2">
<a name="idp39848368"></a><h3>
<a name="boost.interprocess.xsi_shared_memoryconstruct-copy-destruct"></a><code class="computeroutput">xsi_shared_memory</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><a name="idp24828208-bb"></a><span class="identifier">xsi_shared_memory</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Default constructor. Represents an empty <code class="computeroutput"><a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a></code>. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp24829680-bb"></a><span class="identifier">xsi_shared_memory</span><span class="special">(</span><a class="link" href="open_only_t.html" title="Struct open_only_t">open_only_t</a><span class="special">,</span> <span class="keyword">int</span> shmid<span class="special">)</span><span class="special">;</span></pre>
<p>Initializes *this with a shmid previously obtained (possibly from another process) This lower-level initializer allows shared memory mapping without having a key. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp24832032-bb"></a><span class="identifier">xsi_shared_memory</span><span class="special">(</span><a class="link" href="create_only_t.html" title="Struct create_only_t">create_only_t</a><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="xsi_key.html" title="Class xsi_key">xsi_key</a> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> size<span class="special">,</span>
<span class="keyword">const</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a> <span class="special">&</span> perm <span class="special">=</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre>
<p>Creates a new XSI shared memory from 'key', with size "size" and permissions "perm". If the shared memory previously exists, throws an error. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp24837504-bb"></a><span class="identifier">xsi_shared_memory</span><span class="special">(</span><a class="link" href="open_or_create_t.html" title="Struct open_or_create_t">open_or_create_t</a><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="xsi_key.html" title="Class xsi_key">xsi_key</a> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> size<span class="special">,</span>
<span class="keyword">const</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a> <span class="special">&</span> perm <span class="special">=</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre>
<p>Opens an existing shared memory with identifier 'key' or creates a new XSI shared memory from identifier 'key', with size "size" and permissions "perm". </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp24842992-bb"></a><span class="identifier">xsi_shared_memory</span><span class="special">(</span><a class="link" href="open_only_t.html" title="Struct open_only_t">open_only_t</a><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="xsi_key.html" title="Class xsi_key">xsi_key</a> <span class="special">&</span> key<span class="special">)</span><span class="special">;</span></pre>
<p>Tries to open a XSI shared memory with identifier 'key' If the shared memory does not previously exist, it throws an error. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp24845760-bb"></a><span class="identifier">xsi_shared_memory</span><span class="special">(</span><a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> <span class="special">&&</span> moved<span class="special">)</span><span class="special">;</span></pre>
<p>Moves the ownership of "moved"'s shared memory object to *this. After the call, "moved" does not represent any shared memory object. Does not throw </p>
</li>
<li class="listitem">
<pre class="literallayout"><a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> <span class="special">&</span> <a name="idp24847568-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> <span class="special">&&</span> moved<span class="special">)</span><span class="special">;</span></pre>
<p>Moves the ownership of "moved"'s shared memory to *this. After the call, "moved" does not represent any shared memory. Does not throw </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp24849936-bb"></a><span class="special">~</span><span class="identifier">xsi_shared_memory</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Destroys *this. The shared memory won't be destroyed, just this connection to it. Use remove() to destroy the shared memory. </p>
</li>
</ol></div>
</div>
<div class="refsect2">
<a name="idp39918160"></a><h3>
<a name="idp24822192-bb"></a><code class="computeroutput">xsi_shared_memory</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="idp24822752-bb"></a><span class="identifier">swap</span><span class="special">(</span><a class="link" href="xsi_shared_memory.html" title="Class xsi_shared_memory">xsi_shared_memory</a> <span class="special">&</span> other<span class="special">)</span><span class="special">;</span></pre>Swaps two xsi_shared_memorys. Does not throw. </li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">int</span> <a name="idp24824896-bb"></a><span class="identifier">get_shmid</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p>Returns the shared memory ID that identifies the shared memory </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">mapping_handle_t</span> <a name="idp24826480-bb"></a><span class="identifier">get_mapping_handle</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p>Returns the mapping handle. Never throws </p>
</li>
</ol></div>
</div>
<div class="refsect2">
<a name="idp39937008"></a><h3>
<a name="idp24850752-bb"></a><code class="computeroutput">xsi_shared_memory</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">bool</span> <a name="idp24851312-bb"></a><span class="identifier">remove</span><span class="special">(</span><span class="keyword">int</span> shmid<span class="special">)</span><span class="special">;</span></pre>
<p>Erases the XSI shared memory object identified by shmid from the system. Returns false on error. Never throws </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="xsi_key.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.xsi_shared_memory_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>
</div>
</body>
</html>
| yinchunlong/abelkhan-1 | ext/c++/thirdpart/c++/boost/libs/interprocess/doc/html/boost/interprocess/xsi_shared_memory.html | HTML | mit | 18,004 |
<!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>
<title>simple-overlay demo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="../../iron-demo-helpers/demo-snippet.html">
<link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html">
<link rel="import" href="simple-overlay.html">
<custom-style>
<style is="custom-style" include="demo-pages-shared-styles">
demo-snippet {
--demo-snippet-code: {
max-height: 250px;
}
}
</style>
</custom-style>
</head>
<body unresolved class="centered">
<h3>An element with <code>IronOverlayBehavior</code> can be opened, closed, toggled.</h3>
<demo-snippet>
<template>
<button onclick="plain.open()">Plain overlay</button>
<simple-overlay id="plain" tabindex=-1>
<h2>Hello world!</h2>
<p>This can be closed by pressing the ESC key too.</p>
<button onclick="plain.close()">Close</button>
</simple-overlay>
</template>
</demo-snippet>
<h3>Use <code>with-backdrop</code> to add a backdrop to your overlay. Tabbing will be trapped within the overlay.</h3>
<demo-snippet>
<template>
<button onclick="backdrop.open()">Overlay with backdrop</button>
<simple-overlay id="backdrop" with-backdrop scroll-action="lock">
<p>Hello world!</p>
<button>Button</button>
<button onclick="backdrop.close()">Close</button>
</simple-overlay>
</template>
</demo-snippet>
<h3>Use <code>restore-focus-on-close</code> to return the focus to the element that opened the overlay when it gets closed.</h3>
<demo-snippet>
<template>
<button onclick="returnFocus.open()">Overlay that restores focus</button>
<simple-overlay id="returnFocus" restore-focus-on-close>
<p>Hello world!</p>
<button onclick="returnFocus.close()">Close</button>
</simple-overlay>
</template>
</demo-snippet>
<h3>The child with <code>autofocus</code> gets focused when opening the overlay.</h3>
<demo-snippet>
<template>
<button onclick="withAutofocus.open()">Overlay with autofocus child</button>
<simple-overlay id="withAutofocus">
<p>Hello world!</p>
<button autofocus>autofocus</button>
<button onclick="withAutofocus.close()">Close</button>
</simple-overlay>
</template>
</demo-snippet>
<h3>Multiple overlays can be opened.</h3>
<demo-snippet>
<template>
<button onclick="multiple.open()">Open first overlay</button>
<simple-overlay id="multiple" tabindex=-1>
<p>click to open another overlay</p>
<button onclick="multiple2.open()">Open second overlay</button>
<button onclick="multiple.close()">Close this</button>
</simple-overlay>
<simple-overlay id="multiple2" tabindex=-1>
<h2>Hi!</h2>
<button onclick="multiple2.close()">Close</button>
</simple-overlay>
</template>
</demo-snippet>
<h3>Use <code>always-on-top</code> to keep the overlay on top of others.</h3>
<demo-snippet>
<template>
<button onclick="onTop.open()">Open always-on-top</button>
<simple-overlay id="onTop" always-on-top tabindex=-1>
<h2>Always on top</h2>
<button onclick="backdrop2.open()">Open with backdrop</button>
<button onclick="onTop.close()">Close this</button>
</simple-overlay>
<simple-overlay id="backdrop2" with-backdrop tabindex=-1>
<h2>With backdrop</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<button onclick="backdrop2.close()">Close</button>
</simple-overlay>
</template>
</demo-snippet>
<h3>An element with <code>IronOverlayBehavior</code> can be scrollable or contain scrollable content.</h3>
<demo-snippet>
<template>
<custom-style>
<style is="custom-style">
.with-margin {
margin: 24px 40px;
}
.scrollable {
border: 1px solid lightgray;
padding: 24px;
@apply --layout-scroll;
}
</style>
</custom-style>
<button onclick="scrolling.open()">Scrolling overlay</button>
<simple-overlay id="scrolling" class="with-margin scrollable" tabindex=-1 scroll-action="lock">
<h2>This overlay scrolls internally.</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis
aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<button onclick="scrolling.close()">Close</button>
</simple-overlay>
<button onclick="scrolling2.open()">Scrolling content</button>
<simple-overlay id="scrolling2" class="with-margin" tabindex=-1 scroll-action="lock">
<h2>This overlay has a scrolling child.</h2>
<p class="scrollable">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis
aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br> Lorem
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<button onclick="scrolling2.close()">Close</button>
</simple-overlay>
<script>
// .scrollable is the element that determines the size of the overlay.
scrolling2.sizingTarget = scrolling2.querySelector('.scrollable');
</script>
</template>
</demo-snippet>
<h3>Use <code>allow-click-through</code> to allow click events to be handled by overlays below the top overlay.</h3>
<demo-snippet>
<template>
<button onclick="plain.open();toast.open()">Overlay that allows click through</button>
<simple-overlay id="toast" allow-click-through no-cancel-on-outside-click horizontal-align="left" vertical-align="bottom" no-auto-focus>
<span>This overlay allows click-through which can close overlays below it.</span>
<button onclick="toast.close()">Close</button>
</simple-overlay>
</template>
</demo-snippet>
</body>
</html> | StarcounterSamples/Products | src/Products/wwwroot/sys/iron-overlay-behavior/demo/index.html | HTML | mit | 20,593 |
<script src="lib/qunit.js"></script>
<link href="lib/qunit.css" rel="stylesheet">
<script src="lib/jquery.js"></script>
<script src="../jquery-turtle.js"></script>
<body>
<div id="qunit"></div>
<script>
eval($.turtle());
module("Box and fill test.");
asyncTest("Test of alpha box.", function() {
cg();
speed(10);
box(hsla(135, .5, .5, .5), 100);
done(function() {
ok(touches(hsla(135, .5, .5, .5)));
cg();
start();
});
});
asyncTest("Test of boxes.", function() {
cg();
speed(10);
box(200);
rt(30);
pen(green);
box(200);
box(red);
pen(null);
done(function() {
speed(Infinity);
ok(touches(red));
ok(touches(green));
ok(!touches(black));
fd(50);
ok(!touches(red));
ok(touches(green));
ok(!touches(black));
fd(50);
ok(!touches(red));
ok(touches(green));
ok(touches(black));
fd(20);
ok(!touches(red));
ok(!touches(green));
ok(touches(black));
move(-20);
ok(!touches(red));
ok(!touches(green));
ok(!touches(black));
move(-80,-20);
ok(!touches(red));
ok(touches(green));
ok(!touches(black));
move(200);
ok(!touches(red));
ok(touches(green));
ok(!touches(black));
fd(20);
ok(!touches(red));
ok(!touches(green));
ok(!touches(black));
bk(200);
ok(!touches(red));
ok(touches(green));
ok(!touches(black));
bk(40);
ok(!touches(red));
ok(!touches(green));
ok(!touches(black));
start();
});
});
</script>
| PencilCode/jquery-turtle | test/boxfill.html | HTML | mit | 1,497 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../libc/fn.ferror.html">
</head>
<body>
<p>Redirecting to <a href="../../libc/fn.ferror.html">../../libc/fn.ferror.html</a>...</p>
<script>location.replace("../../libc/fn.ferror.html" + location.search + location.hash);</script>
</body>
</html> | malept/guardhaus | main/libc/unix/fn.ferror.html | HTML | mit | 341 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>SehrGut\Laravel5_Api | Laravel5_API Package Documentation</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="namespace" data-name="namespace:SehrGut_Laravel5_Api" 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">Laravel5_API Package Documentation</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">Namespace</span></li>
<li><a href="../SehrGut.html">SehrGut</a></li>
<li><a href="../SehrGut/Laravel5_Api.html">Laravel5_Api</a></li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>SehrGut\Laravel5_Api</h1>
</div>
<h2>Namespaces</h2>
<div class="namespace-list">
<a href="../SehrGut/Laravel5_Api/Exceptions.html">SehrGut\Laravel5_Api\Exceptions</a><a href="../SehrGut/Laravel5_Api/Formatters.html">SehrGut\Laravel5_Api\Formatters</a><a href="../SehrGut/Laravel5_Api/Hooks.html">SehrGut\Laravel5_Api\Hooks</a><a href="../SehrGut/Laravel5_Api/Plugins.html">SehrGut\Laravel5_Api\Plugins</a><a href="../SehrGut/Laravel5_Api/Transformers.html">SehrGut\Laravel5_Api\Transformers</a> </div>
<h2>Classes</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-6">
<a href="../SehrGut/Laravel5_Api/ModelMapping.html"><abbr title="SehrGut\Laravel5_Api\ModelMapping">ModelMapping</abbr></a>
</div>
<div class="col-md-6">
</div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../SehrGut/Laravel5_Api/RequestAdapter.html"><abbr title="SehrGut\Laravel5_Api\RequestAdapter">RequestAdapter</abbr></a>
</div>
<div class="col-md-6">
This basic RequestAdapter assumes the keys are part of the url or the
query string and therefore available as properties of the request.
</div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../SehrGut/Laravel5_Api/Validator.html"><abbr title="SehrGut\Laravel5_Api\Validator">Validator</abbr></a>
</div>
<div class="col-md-6">
</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>
| sehrgutesoftware/laravel5-api | docs/api/v0.4.2/SehrGut/Laravel5_Api.html | HTML | mit | 5,515 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template visit</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Log v2">
<link rel="up" href="../../attributes.html#header.boost.log.attributes.value_visitation_hpp" title="Header <boost/log/attributes/value_visitation.hpp>">
<link rel="prev" href="visit_idp35175568.html" title="Function template visit">
<link rel="next" href="visit_idp35190128.html" title="Function template visit">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="visit_idp35175568.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_visitation_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="visit_idp35190128.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.log.visit_idp35181792"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function template visit</span></h2>
<p>boost::log::visit</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="../../attributes.html#header.boost.log.attributes.value_visitation_hpp" title="Header <boost/log/attributes/value_visitation.hpp>">boost/log/attributes/value_visitation.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> DescriptorT<span class="special">,</span> <span class="keyword">template</span><span class="special"><</span> <span class="keyword">typename</span> <span class="special">></span> <span class="keyword">class</span> ActorT<span class="special">,</span>
<span class="keyword">typename</span> VisitorT<span class="special">></span>
<a class="link" href="visitation_result.html" title="Class visitation_result">visitation_result</a>
<span class="identifier">visit</span><span class="special">(</span><span class="identifier">expressions</span><span class="special">::</span><span class="identifier">attribute_keyword</span><span class="special"><</span> <span class="identifier">DescriptorT</span><span class="special">,</span> <span class="identifier">ActorT</span> <span class="special">></span> <span class="keyword">const</span> <span class="special">&</span> keyword<span class="special">,</span>
<a class="link" href="attribute_value_set.html" title="Class attribute_value_set">attribute_value_set</a> <span class="keyword">const</span> <span class="special">&</span> attrs<span class="special">,</span> <span class="identifier">VisitorT</span> visitor<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp124796112"></a><h2>Description</h2>
<p>The function applies a visitor to an attribute value from the view. The user has to explicitly specify the type or set of possible types of the attribute value to be visited.</p>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">attrs</code></span></p></td>
<td><p>A set of attribute values in which to look for the specified attribute value. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">keyword</code></span></p></td>
<td><p>The keyword of the attribute value to visit. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">visitor</code></span></p></td>
<td><p>A receiving function object to pass the attribute value to. </p></td>
</tr>
</tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>The result of visitation. </p></td>
</tr>
</tbody>
</table></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 © 2007-2014 Andrey Semashev<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>).
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="visit_idp35175568.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_visitation_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="visit_idp35190128.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| rkq/cxxexp | third-party/src/boost_1_56_0/libs/log/doc/html/boost/log/visit_idp35181792.html | HTML | mit | 5,903 |
<!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">
<link rel="stylesheet" href="../../style.css" type="text/css" media="screen">
<link rel="stylesheet" href="../../print.css" type="text/css" media="print">
<meta content="IIsoView,as3isolib.display.IIsoView,currentPt,currentZoom,height,numScenes,scenes,width,currentX,currentY,centerOnIso,centerOnPt,isoToLocal,localToIso,pan,render,reset,zoom" name="keywords">
<title>as3isolib.display.IIsoView</title>
</head>
<body>
<script type="text/javascript" language="javascript" src="../../asdoc.js"></script><script type="text/javascript" language="javascript" src="../../cookies.js"></script><script type="text/javascript" language="javascript">
<!--
asdocTitle = 'IIsoView - API Documentation';
var baseRef = '../../';
window.onload = configPage;
--></script>
<table style="display:none" id="titleTable" cellspacing="0" cellpadding="0" class="titleTable">
<tr>
<td align="left" class="titleTableTitle">API Documentation</td><td align="right" class="titleTableTopNav"><a onclick="loadClassListFrame('../../all-classes.html')" href="../../package-summary.html">All Packages</a> | <a onclick="loadClassListFrame('../../all-classes.html')" href="../../class-summary.html">All Classes</a> | <a onclick="loadClassListFrame('../../index-list.html')" href="../../all-index-A.html">Index</a> | <a href="../../index.html?as3isolib/display/IIsoView.html&as3isolib/display/class-list.html" id="framesLink1">Frames</a><a onclick="parent.location=document.location" href="" style="display:none" id="noFramesLink1">No Frames</a></td><td rowspan="3" align="right" class="titleTableLogo"><img alt="Adobe Logo" title="Adobe Logo" class="logoImage" src="../../images/logo.jpg"></td>
</tr>
<tr class="titleTableRow2">
<td align="left" id="subTitle" class="titleTableSubTitle">Interface IIsoView</td><td align="right" id="subNav" class="titleTableSubNav"><a href="#propertySummary">Properties</a> | <a href="#methodSummary">Methods</a></td>
</tr>
<tr class="titleTableRow3">
<td colspan="2"> </td>
</tr>
</table>
<script type="text/javascript" language="javascript">
<!--
if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Interface IIsoView"); titleBar_setSubNav(false,true,false,false,false,false,true,false,false,false,false,false,false,false);}
--></script>
<div class="MainContent">
<table cellspacing="0" cellpadding="0" class="classHeaderTable">
<tr>
<td class="classHeaderTableLabel">Package</td><td><a onclick="javascript:loadClassListFrame('class-list.html')" href="package-detail.html">as3isolib.display</a></td>
</tr>
<tr>
<td class="classHeaderTableLabel">Interface</td><td class="classSignature">public interface IIsoView extends <a href="none">flash.events.IEventDispatcher</a>, <a href="../core/IInvalidation.html">IInvalidation</a></td>
</tr>
<tr>
<td class="classHeaderTableLabel">Implementors</td><td><a href="../display/IsoView.html">IsoView</a></td>
</tr>
</table>
<p></p>
The IIsoView interface defines methods necessary to properly perform panning, zooming and other display task for a given IIsoScene.
The implementor normally wraps an IIsoScene with layout constraints.
<p></p>
<br>
<hr>
</div>
<a name="propertySummary"></a>
<div class="summarySection">
<div class="summaryTableTitle">Public Properties</div>
<div class="showHideLinks">
<div class="hideInheritedProperty" id="hideInheritedProperty">
<a onclick="javascript:setInheritedVisible(false,'Property');" href="#propertySummary" class="showHideLink"><img src="../../images/expanded.gif" class="showHideLinkImage"> Hide Inherited Public Properties</a>
</div>
<div class="showInheritedProperty" id="showInheritedProperty">
<a onclick="javascript:setInheritedVisible(true,'Property');" href="#propertySummary" class="showHideLink"><img src="../../images/collapsed.gif" class="showHideLinkImage"> Show Inherited Public Properties</a>
</div>
</div>
<table id="summaryTableProperty" class="summaryTable " cellpadding="3" cellspacing="0">
<tr>
<th> </th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined by</th>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#currentPt">currentPt</a> : <a href="../geom/Pt.html">Pt</a>
<div class="summaryTableDescription">[read-only]
This point is the coordinate position visually located at the center of the IIsoView relative to the scenes' host containers.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#currentX">currentX</a> : Number<div class="summaryTableDescription">
The current x value of the coordintate position visually located at the center of the IIsoView relative to the scenes' host containers.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#currentY">currentY</a> : Number<div class="summaryTableDescription">
The current y value of the coordintate position visually located at the center of the IIsoView relative to the scenes' host containers.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#currentZoom">currentZoom</a> : Number<div class="summaryTableDescription">[read-only]
The current zoom factor applied to the child scene objects.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#height">height</a> : Number<div class="summaryTableDescription">[read-only]</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="hideInheritedProperty">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="../core/IInvalidation.html#isInvalidated">isInvalidated</a> : Boolean<div class="summaryTableDescription">
Flag indicating if the scene is invalidated.</div>
</td><td class="summaryTableOwnerCol"><a href="../core/IInvalidation.html">IInvalidation</a></td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#numScenes">numScenes</a> : uint<div class="summaryTableDescription">[read-only]
The number of scenes.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#scenes">scenes</a> : Array<div class="summaryTableDescription">[read-only]
An array of all child scenes.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#width">width</a> : Number<div class="summaryTableDescription">[read-only]</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
</table>
</div>
<a name="methodSummary"></a>
<div class="summarySection">
<div class="summaryTableTitle">Public Methods</div>
<table id="summaryTableMethod" class="summaryTable " cellpadding="3" cellspacing="0">
<tr>
<th> </th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined by</th>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
<div class="summarySignature">
<a class="signatureLink" href="#centerOnIso()">centerOnIso</a>(iso:<a href="../core/IIsoDisplayObject.html">IIsoDisplayObject</a>):void</div>
<div class="summaryTableDescription">
Centers the IIsoView on a given IIsoDisplayObject within the current child scene objects.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
<div class="summarySignature">
<a class="signatureLink" href="#centerOnPt()">centerOnPt</a>(pt:<a href="../geom/Pt.html">Pt</a>, isIsometric:Boolean = true):void</div>
<div class="summaryTableDescription">
Centers the IIsoView on a given pt within the current child scene objects.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
<div class="summarySignature">
<a class="signatureLink" href="#isoToLocal()">isoToLocal</a>(isoPt:<a href="../geom/Pt.html">Pt</a>):Point</div>
<div class="summaryTableDescription"></div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
<div class="summarySignature">
<a class="signatureLink" href="#localToIso()">localToIso</a>(localPt:Point):<a href="../geom/Pt.html">Pt</a>
</div>
<div class="summaryTableDescription"></div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
<div class="summarySignature">
<a class="signatureLink" href="#pan()">pan</a>(px:Number, py:Number):void</div>
<div class="summaryTableDescription">
Pans the child scene objects by a given amount in screen coordinate space.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
<div class="summarySignature">
<a class="signatureLink" href="#render()">render</a>(recursive:Boolean = false):void</div>
<div class="summaryTableDescription">
Executes positional changes for background, scene and foreground objects.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
<div class="summarySignature">
<a class="signatureLink" href="#reset()">reset</a>():void</div>
<div class="summaryTableDescription">
Resets the child scene objects to be centered within the IIsoView and returns the zoom factor back to a normal value.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
<tr class="">
<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol">
<div class="summarySignature">
<a class="signatureLink" href="#zoom()">zoom</a>(zFactor:Number):void</div>
<div class="summaryTableDescription">
Zooms the child scene objects by a given amount.</div>
</td><td class="summaryTableOwnerCol">IIsoView</td>
</tr>
</table>
</div>
<script type="text/javascript" language="javascript">
<!--
showHideInherited();
--></script>
<div class="MainContent">
<a name="propertyDetail"></a>
<div class="detailSectionHeader">Property detail</div>
<a name="currentPt"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">currentPt</td><td class="detailHeaderType">property</td>
</tr>
</table>
<div class="detailBody">
<code>currentPt:<a href="../geom/Pt.html">Pt</a></code> [read-only]<p>
This point is the coordinate position visually located at the center of the IIsoView relative to the scenes' host containers.
</p><span class="label">Implementation</span>
<br>
<code> public function get currentPt():<a href="../geom/Pt.html">Pt</a></code>
<br>
</div>
<a name="currentX"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">currentX</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>currentX:Number</code> [read-write]<p>
The current x value of the coordintate position visually located at the center of the IIsoView relative to the scenes' host containers.
This property is useful for targeting by tween engines.
</p><span class="label">Implementation</span>
<br>
<code> public function get currentX():Number</code>
<br>
<code> public function set currentX(value:Number):void</code>
<br>
<p>
<span class="label">See also</span>
</p>
<div class="seeAlso">
<a href="../display/IIsoView.html#currentPt" target="">currentPt</a>
</div>
</div>
<a name="currentY"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">currentY</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>currentY:Number</code> [read-write]<p>
The current y value of the coordintate position visually located at the center of the IIsoView relative to the scenes' host containers.
This property is useful for targeting by tween engines.
</p><span class="label">Implementation</span>
<br>
<code> public function get currentY():Number</code>
<br>
<code> public function set currentY(value:Number):void</code>
<br>
<p>
<span class="label">See also</span>
</p>
<div class="seeAlso">
<a href="../display/IIsoView.html#currentPt" target="">currentPt</a>
</div>
</div>
<a name="currentZoom"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">currentZoom</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>currentZoom:Number</code> [read-only]<p>
The current zoom factor applied to the child scene objects.
</p><span class="label">Implementation</span>
<br>
<code> public function get currentZoom():Number</code>
<br>
</div>
<a name="height"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">height</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>height:Number</code> [read-only]<span class="label">Implementation</span>
<br>
<code> public function get height():Number</code>
<br>
</div>
<a name="numScenes"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">numScenes</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>numScenes:uint</code> [read-only]<p>
The number of scenes.
</p><span class="label">Implementation</span>
<br>
<code> public function get numScenes():uint</code>
<br>
</div>
<a name="scenes"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">scenes</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>scenes:Array</code> [read-only]<p>
An array of all child scenes.
</p><span class="label">Implementation</span>
<br>
<code> public function get scenes():Array</code>
<br>
</div>
<a name="width"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">width</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>width:Number</code> [read-only]<span class="label">Implementation</span>
<br>
<code> public function get width():Number</code>
<br>
</div>
<a name="methodDetail"></a>
<div class="detailSectionHeader">Method detail</div>
<a name="centerOnIso()"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">centerOnIso</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td>
</tr>
</table>
<div class="detailBody">
<code>public function centerOnIso(iso:<a href="../core/IIsoDisplayObject.html">IIsoDisplayObject</a>):void</code><p>
Centers the IIsoView on a given IIsoDisplayObject within the current child scene objects.
</p><span class="label">Parameters</span>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20px"></td><td><code><span class="label">iso</span>:<a href="../core/IIsoDisplayObject.html">IIsoDisplayObject</a></code> — The IIsoDisplayObject to pan and center on.
</td>
</tr>
</table>
</div>
<a name="centerOnPt()"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">centerOnPt</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>public function centerOnPt(pt:<a href="../geom/Pt.html">Pt</a>, isIsometric:Boolean = true):void</code><p>
Centers the IIsoView on a given pt within the current child scene objects.
</p><span class="label">Parameters</span>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20px"></td><td><code><span class="label">pt</span>:<a href="../geom/Pt.html">Pt</a></code> — The pt to pan and center on.
</td>
</tr>
<tr>
<td class="paramSpacer"> </td>
</tr>
<tr>
<td width="20px"></td><td><code><span class="label">isIsometric</span>:Boolean</code> (default = <code>true</code>)<code></code> — A flag indicating wether the pt parameter represents a pt in 3D isometric space or screen coordinates.
</td>
</tr>
</table>
</div>
<a name="isoToLocal()"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">isoToLocal</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>public function isoToLocal(isoPt:<a href="../geom/Pt.html">Pt</a>):Point</code><span class="label">Parameters</span>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20px"></td><td><code><span class="label">isoPt</span>:<a href="../geom/Pt.html">Pt</a></code></td>
</tr>
</table>
<p></p>
<span class="label">Returns</span>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20"></td><td><code>Point</code></td>
</tr>
</table>
</div>
<a name="localToIso()"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">localToIso</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>public function localToIso(localPt:Point):<a href="../geom/Pt.html">Pt</a></code><span class="label">Parameters</span>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20px"></td><td><code><span class="label">localPt</span>:Point</code></td>
</tr>
</table>
<p></p>
<span class="label">Returns</span>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20"></td><td><code><a href="../geom/Pt.html">Pt</a></code></td>
</tr>
</table>
</div>
<a name="pan()"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">pan</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>public function pan(px:Number, py:Number):void</code><p>
Pans the child scene objects by a given amount in screen coordinate space.
</p><span class="label">Parameters</span>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20px"></td><td><code><span class="label">px</span>:Number</code> — The x value to pan by.
</td>
</tr>
<tr>
<td class="paramSpacer"> </td>
</tr>
<tr>
<td width="20px"></td><td><code><span class="label">py</span>:Number</code> — the y value to pan by.
</td>
</tr>
</table>
<p>
<span class="label">See also</span>
</p>
<div class="seeAlso">
<a href="../display/IIsoView.html#currentPt" target="">currentPt</a>
</div>
</div>
<a name="render()"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">render</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>public function render(recursive:Boolean = false):void</code><p>
Executes positional changes for background, scene and foreground objects.
</p><span class="label">Parameters</span>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20px"></td><td><code><span class="label">recursive</span>:Boolean</code> (default = <code>false</code>)<code></code> — Flag indicating if child scenes render on the view's validation. Default value is <code>false</code>.
</td>
</tr>
</table>
</div>
<a name="reset()"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">reset</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>public function reset():void</code><p>
Resets the child scene objects to be centered within the IIsoView and returns the zoom factor back to a normal value.
</p></div>
<a name="zoom()"></a>
<table cellspacing="0" cellpadding="0" class="detailHeader">
<tr>
<td class="detailHeaderName">zoom</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td>
</tr>
</table>
<div class="detailBody">
<code>public function zoom(zFactor:Number):void</code><p>
Zooms the child scene objects by a given amount.
</p><span class="label">Parameters</span>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20px"></td><td><code><span class="label">zFactor</span>:Number</code> — The positive non-zero value to scale the child scene objects by. This corresponds to the child scene objects' containers' scaleX and scaleY properties.
</td>
</tr>
</table>
</div>
<br>
<br>
<hr>
<br>
<p></p>
<center class="copyright">
</center>
</div>
</body>
</html>
<!-- -->
| liuju/as3isolib.v1 | fp9/asdoc/as3isolib/display/IIsoView.html | HTML | mit | 23,408 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt-->
<title>Field FilePath.Resources.ConfigDir</title>
<link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/>
<link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/>
<script type="text/javascript" src="../../scripts/jquery.js">/**/</script>
<script type="text/javascript" src="../../prettify/prettify.js">/**/</script>
<script type="text/javascript" src="../../scripts/ddox.js">/**/</script>
</head>
<body onload="prettyPrint(); setupDdox();">
<nav id="main-nav"><!-- using block navigation in layout.dt-->
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">components</a>
<ul class="tree-view">
<li>
<a href="../../components/animation.html" class=" module">animation</a>
</li>
<li>
<a href="../../components/assetanimation.html" class=" module">assetanimation</a>
</li>
<li>
<a href="../../components/assets.html" class=" module">assets</a>
</li>
<li>
<a href="../../components/camera.html" class=" module">camera</a>
</li>
<li>
<a href="../../components/icomponent.html" class=" module">icomponent</a>
</li>
<li>
<a href="../../components/lights.html" class=" module">lights</a>
</li>
<li>
<a href="../../components/material.html" class=" module">material</a>
</li>
<li>
<a href="../../components/mesh.html" class=" module">mesh</a>
</li>
<li>
<a href="../../components/userinterface.html" class=" module">userinterface</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">core</a>
<ul class="tree-view">
<li>
<a href="../../core/dgame.html" class=" module">dgame</a>
</li>
<li>
<a href="../../core/gameobject.html" class=" module">gameobject</a>
</li>
<li>
<a href="../../core/prefabs.html" class=" module">prefabs</a>
</li>
<li>
<a href="../../core/properties.html" class=" module">properties</a>
</li>
<li>
<a href="../../core/reflection.html" class=" module">reflection</a>
</li>
<li>
<a href="../../core/scene.html" class=" module">scene</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">graphics</a>
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">adapters</a>
<ul class="tree-view">
<li>
<a href="../../graphics/adapters/adapter.html" class=" module">adapter</a>
</li>
<li>
<a href="../../graphics/adapters/linux.html" class=" module">linux</a>
</li>
<li>
<a href="../../graphics/adapters/mac.html" class=" module">mac</a>
</li>
<li>
<a href="../../graphics/adapters/win32.html" class=" module">win32</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">shaders</a>
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">glsl</a>
<ul class="tree-view">
<li>
<a href="../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a>
</li>
</ul>
</li>
<li>
<a href="../../graphics/shaders/glsl.html" class=" module">glsl</a>
</li>
<li>
<a href="../../graphics/shaders/shaders.html" class=" module">shaders</a>
</li>
</ul>
</li>
<li>
<a href="../../graphics/adapters.html" class=" module">adapters</a>
</li>
<li>
<a href="../../graphics/graphics.html" class=" module">graphics</a>
</li>
<li>
<a href="../../graphics/shaders.html" class=" module">shaders</a>
</li>
</ul>
</li>
<li class=" tree-view">
<a href="#" class="package">utility</a>
<ul class="tree-view">
<li>
<a href="../../utility/awesomium.html" class=" module">awesomium</a>
</li>
<li>
<a href="../../utility/concurrency.html" class=" module">concurrency</a>
</li>
<li>
<a href="../../utility/config.html" class=" module">config</a>
</li>
<li>
<a href="../../utility/filepath.html" class="selected module">filepath</a>
</li>
<li>
<a href="../../utility/input.html" class=" module">input</a>
</li>
<li>
<a href="../../utility/output.html" class=" module">output</a>
</li>
<li>
<a href="../../utility/string.html" class=" module">string</a>
</li>
<li>
<a href="../../utility/tasks.html" class=" module">tasks</a>
</li>
<li>
<a href="../../utility/time.html" class=" module">time</a>
</li>
</ul>
</li>
<li>
<a href="../../components.html" class=" module">components</a>
</li>
<li>
<a href="../../core.html" class=" module">core</a>
</li>
<li>
<a href="../../graphics.html" class=" module">graphics</a>
</li>
<li>
<a href="../../utility.html" class=" module">utility</a>
</li>
</ul>
<noscript>
<p style="color: red">The search functionality needs JavaScript enabled</p>
</noscript>
<div id="symbolSearchPane" style="display: none">
<p>
<input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/>
</p>
<ul id="symbolSearchResults" style="display: none"></ul>
<script type="application/javascript" src="../../symbols.js"></script>
<script type="application/javascript">
//<![CDATA[
var symbolSearchRootDir = "../../"; $('#symbolSearchPane').show();
//]]>
</script>
</div>
</nav>
<div id="main-contents">
<h1>Field FilePath.Resources.ConfigDir</h1><!-- using block body in layout.dt--><!-- using block ddox.description in ddox.layout.dt-->
<p></p>
<section>
<h2>Declaration</h2>
<pre class="code prettyprint lang-d prototype">
enum <a href="../../utility/filepath/FilePath.Resources.html">FilePath.Resources</a>
{
// ...
ConfigDir,
// ...
}</pre>
</section><!-- using block ddox.sections in ddox.layout.dt-->
<!-- Default block ddox.members in ddox.layout.dt-->
<section>
<h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt-->
</section>
<section>
<h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt-->
</section>
<section>
<h2>License</h2><!-- using block ddox.license in ddox.layout.dt-->
</section>
</div>
</body>
</html> | Circular-Studios/Dash-Docs | api/v0.6.5/utility/filepath/FilePath.Resources.ConfigDir.html | HTML | mit | 7,703 |
---
layout: api
title: "v2.1.3 JavaScript Library: L.DomUtil"
categories: api
version: v2.1.3
permalink: /api/v2.1.3/l-domutil
---
<h2 id="domutil">DomUtil</h2>
<p>Utility functions to work with the DOM tree, used by Leaflet internally.</p>
<h3>Methods</h3>
<table data-id='domutil'>
<tr>
<th>Method</th>
<th>Returns</th>
<th>Description</th>
</tr>
<tr>
<td><code><b>get</b>(
<nobr><String or HTMLElement> <i>id</i> )</nobr>
</code></td>
<td><code>HTMLElement</code></td>
<td>Returns an element with the given id if a string was passed, or just returns the element if it was passed directly.</td>
</tr>
<tr>
<td><code><b>getStyle</b>(
<nobr><HTMLElement> <i>el</i></nobr>,
<nobr><String> <i>style</i> )</nobr>
</code></td>
<td><code>String</code></td>
<td>Returns the value for a certain style attribute on an element, including computed values or values set through CSS.</td>
</tr>
<tr>
<td><code><b>getViewportOffset</b>(
<nobr><HTMLElement> <i>el</i> )</nobr>
</code></td>
<td><a href="/mapbox.js/api/v2.1.3/l-point"><code>Point</code></a></td>
<td>Returns the offset to the viewport for the requested element.</td>
</tr>
<tr>
<td><code><b>create</b>(
<nobr><String> <i>tagName</i></nobr>,
<nobr><String> <i>className</i></nobr>,
<nobr><HTMLElement> <i>container?</i> )</nobr>
</code></td>
<td><code>HTMLElement</code></td>
<td>Creates an element with <code>tagName</code>, sets the <code>className</code>, and optionally appends it to <code>container</code> element.</td>
</tr>
<tr>
<td><code><b>disableTextSelection</b>()</code></td>
<td>-</td>
<td>Makes sure text cannot be selected, for example during dragging.</td>
</tr>
<tr>
<td><code><b>enableTextSelection</b>()</code></td>
<td>-</td>
<td>Makes text selection possible again.</td>
</tr>
<tr>
<td><code><b>hasClass</b>(
<nobr><HTMLElement> <i>el</i></nobr>,
<nobr><String> <i>name</i> )</nobr>
</code></td>
<td><code>Boolean</code></td>
<td>Returns <code><span class="literal">true</span></code> if the element class attribute contains <code>name</code>.</td>
</tr>
<tr>
<td><code><b>addClass</b>(
<nobr><HTMLElement> <i>el</i></nobr>,
<nobr><String> <i>name</i> )</nobr>
</code></td>
<td>-</td>
<td>Adds <code>name</code> to the element's class attribute.</td>
</tr>
<tr>
<td><code><b>removeClass</b>(
<nobr><HTMLElement> <i>el</i></nobr>,
<nobr><String> <i>name</i> )</nobr>
</code></td>
<td>-</td>
<td>Removes <code>name</code> from the element's class attribute.</td>
</tr>
<tr>
<td><code><b>setOpacity</b>(
<nobr><HTMLElement> <i>el</i></nobr>,
<nobr><Number> <i>value</i> )</nobr>
</code></td>
<td>-</td>
<td>Set the opacity of an element (including old IE support). Value must be from <code>0</code> to <code>1</code>.</td>
</tr>
<tr>
<td><code><b>testProp</b>(
<nobr><String[]> <i>props</i> )</nobr>
</code></td>
<td><code>String</code> or <code><span class="literal">false</span></code></td>
<td>Goes through the array of style names and returns the first name that is a valid style name for an element. If no such name is found, it returns <code><span class="literal">false</span></code>. Useful for vendor-prefixed styles like <code>transform</code>.</td>
</tr>
<tr>
<td><code><b>getTranslateString</b>(
<nobr><<a href="/mapbox.js/api/v2.1.3/l-point">Point</a>> <i>point</i> )</nobr>
</code></td>
<td><code>String</code></td>
<td>Returns a CSS transform string to move an element by the offset provided in the given point. Uses 3D translate on WebKit for hardware-accelerated transforms and 2D on other browsers.</td>
</tr>
<tr>
<td><code><b>getScaleString</b>(
<nobr><Number> <i>scale</i></nobr>,
<nobr><<a href="/mapbox.js/api/v2.1.3/l-point">Point</a>> <i>origin</i> )</nobr>
</code></td>
<td><code>String</code></td>
<td>Returns a CSS transform string to scale an element (with the given scale origin).</td>
</tr>
<tr>
<td><code><b>setPosition</b>(
<nobr><HTMLElement> <i>el</i></nobr>,
<nobr><<a href="/mapbox.js/api/v2.1.3/l-point">Point</a>> <i>point</i></nobr>,
<nobr><Boolean> <i>disable3D?</i> )</nobr>
</code></td>
<td>-</td>
<td>Sets the position of an element to coordinates specified by <code>point</code>, using CSS translate or top/left positioning depending on the browser (used by Leaflet internally to position its layers). Forces top/left positioning if <code>disable3D</code> is <code><span class="literal">true</span></code>.</td>
</tr>
<tr>
<td><code><b>getPosition</b>(
<nobr><HTMLElement> <i>el</i> )</nobr>
</code></td>
<td><a href="/mapbox.js/api/v2.1.3/l-point">Point</a></td>
<td>Returns the coordinates of an element previously positioned with <code>setPosition</code>.</td>
</tr>
</table>
<h3>Properties</h3>
<table data-id='domutil'>
<tr>
<th>Property</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr>
<td><code><b>TRANSITION</b></nobr>
</code></td>
<td><code>String</code></td>
<td>Vendor-prefixed transition style name (e.g. <code><span class="string">'webkitTransition'</span></code> for WebKit).</td>
</tr>
<tr>
<td><code><b>TRANSFORM</b></nobr>
</code></td>
<td><code>String</code></td>
<td>Vendor-prefixed transform style name.</td>
</tr>
</table>
| jackhummah/bootles | vendor/mapbox/mapbox.js-2.4.0/docs/_posts/api/v2.1.3/0200-01-01-l-domutil.html | HTML | mit | 5,425 |
<footer>
© {{ site.time | date: '%Y' }} {{ site.owner.name }}.<br> Powered by <a href="http://jekyllrb.com/">Jekyll</a>, <a href="http://github.com/renyuanz/leonids/">leonids theme</a></i>
</footer>
| eceorsel/eceorsel.github.io | _includes/footer.html | HTML | mit | 206 |
<ul>
<include src="./menu_item.html" text="Home"></include>
<include src="./menu_item.html" text="Article"></include>
<include src="./menu_item.html" text="About"></include>
</ul> | coolskull/gulp-include-tag | test/fixtures/menu/menu.html | HTML | mit | 191 |
<section data-ng-controller="TagPerguntasController" data-ng-init="findOne()">
<div class="page-header">
<h1 data-ng-bind="tagPergunta.name"></h1>
</div>
<div class="pull-right" data-ng-show="((authentication.user) && (authentication.user._id == tagPergunta.user._id))">
<a class="btn btn-primary" href="/#!/tag-perguntas/{{tagPergunta._id}}/edit">
<i class="glyphicon glyphicon-edit"></i>
</a>
<a class="btn btn-primary" data-ng-click="remove();">
<i class="glyphicon glyphicon-trash"></i>
</a>
</div>
<small>
<em class="text-muted">
Posted on
<span data-ng-bind="tagPergunta.created | date:'mediumDate'"></span>
by
<span data-ng-bind="tagPergunta.user.displayName"></span>
</em>
</small>
</section>
| Camilochemane/Teste2 | public/modules/tag-perguntas/views/view-tag-pergunta.client.view.html | HTML | mit | 739 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Header <boost/test/utils/algorithm.hpp></title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../../index.html" title="Boost.Test">
<link rel="up" href="../../../../boost_test/reference.html" title="Reference">
<link rel="prev" href="../../../../boost/unit_test/runtime_config/WAIT_FOR_DEBUGGER.html" title="Global WAIT_FOR_DEBUGGER">
<link rel="next" href="../../../../boost/unit_test/utils/mismatch_idp27972960.html" title="Function template mismatch">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../../../boost/unit_test/runtime_config/WAIT_FOR_DEBUGGER.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../boost_test/reference.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../../boost/unit_test/utils/mismatch_idp27972960.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="header.boost.test.utils.algorithm_hpp"></a>Header <<a href="../../../../../../../../boost/test/utils/algorithm.hpp" target="_top">boost/test/utils/algorithm.hpp</a>></h4></div></div></div>
<p>Addition to STL algorithms. </p>
<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">unit_test</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">utils</span> <span class="special">{</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> InputIter1<span class="special">,</span> <span class="keyword">typename</span> InputIter2<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">InputIter1</span><span class="special">,</span> <span class="identifier">InputIter2</span> <span class="special">></span>
<a class="link" href="../../../../boost/unit_test/utils/mismatch_idp27972960.html" title="Function template mismatch"><span class="identifier">mismatch</span></a><span class="special">(</span><span class="identifier">InputIter1</span><span class="special">,</span> <span class="identifier">InputIter1</span><span class="special">,</span> <span class="identifier">InputIter2</span><span class="special">,</span> <span class="identifier">InputIter2</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> InputIter1<span class="special">,</span> <span class="keyword">typename</span> InputIter2<span class="special">,</span> <span class="keyword">typename</span> Predicate<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">InputIter1</span><span class="special">,</span> <span class="identifier">InputIter2</span> <span class="special">></span>
<a class="link" href="../../../../boost/unit_test/utils/mismatch_idp27980608.html" title="Function template mismatch"><span class="identifier">mismatch</span></a><span class="special">(</span><span class="identifier">InputIter1</span><span class="special">,</span> <span class="identifier">InputIter1</span><span class="special">,</span> <span class="identifier">InputIter2</span><span class="special">,</span> <span class="identifier">InputIter2</span><span class="special">,</span> <span class="identifier">Predicate</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> ForwardIterator1<span class="special">,</span> <span class="keyword">typename</span> ForwardIterator2<span class="special">></span>
<span class="identifier">ForwardIterator1</span>
<a class="link" href="../../../../boost/unit_test/utils/find_first_not_idp27990016.html" title="Function template find_first_not_of"><span class="identifier">find_first_not_of</span></a><span class="special">(</span><span class="identifier">ForwardIterator1</span><span class="special">,</span> <span class="identifier">ForwardIterator1</span><span class="special">,</span>
<span class="identifier">ForwardIterator2</span><span class="special">,</span> <span class="identifier">ForwardIterator2</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> ForwardIterator1<span class="special">,</span> <span class="keyword">typename</span> ForwardIterator2<span class="special">,</span>
<span class="keyword">typename</span> Predicate<span class="special">></span>
<span class="identifier">ForwardIterator1</span>
<a class="link" href="../../../../boost/unit_test/utils/find_first_not_idp27997536.html" title="Function template find_first_not_of"><span class="identifier">find_first_not_of</span></a><span class="special">(</span><span class="identifier">ForwardIterator1</span><span class="special">,</span> <span class="identifier">ForwardIterator1</span><span class="special">,</span>
<span class="identifier">ForwardIterator2</span><span class="special">,</span> <span class="identifier">ForwardIterator2</span><span class="special">,</span> <span class="identifier">Predicate</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> BidirectionalIterator1<span class="special">,</span> <span class="keyword">typename</span> ForwardIterator2<span class="special">></span>
<span class="identifier">BidirectionalIterator1</span>
<a class="link" href="../../../../boost/unit_test/utils/find_last_of_idp28006800.html" title="Function template find_last_of"><span class="identifier">find_last_of</span></a><span class="special">(</span><span class="identifier">BidirectionalIterator1</span><span class="special">,</span> <span class="identifier">BidirectionalIterator1</span><span class="special">,</span>
<span class="identifier">ForwardIterator2</span><span class="special">,</span> <span class="identifier">ForwardIterator2</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> BidirectionalIterator1<span class="special">,</span> <span class="keyword">typename</span> ForwardIterator2<span class="special">,</span>
<span class="keyword">typename</span> Predicate<span class="special">></span>
<span class="identifier">BidirectionalIterator1</span>
<a class="link" href="../../../../boost/unit_test/utils/find_last_of_idp28014320.html" title="Function template find_last_of"><span class="identifier">find_last_of</span></a><span class="special">(</span><span class="identifier">BidirectionalIterator1</span><span class="special">,</span> <span class="identifier">BidirectionalIterator1</span><span class="special">,</span>
<span class="identifier">ForwardIterator2</span><span class="special">,</span> <span class="identifier">ForwardIterator2</span><span class="special">,</span> <span class="identifier">Predicate</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> BidirectionalIterator1<span class="special">,</span> <span class="keyword">typename</span> ForwardIterator2<span class="special">></span>
<span class="identifier">BidirectionalIterator1</span>
<a class="link" href="../../../../boost/unit_test/utils/find_last_not__idp28023584.html" title="Function template find_last_not_of"><span class="identifier">find_last_not_of</span></a><span class="special">(</span><span class="identifier">BidirectionalIterator1</span><span class="special">,</span> <span class="identifier">BidirectionalIterator1</span><span class="special">,</span>
<span class="identifier">ForwardIterator2</span><span class="special">,</span> <span class="identifier">ForwardIterator2</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> BidirectionalIterator1<span class="special">,</span> <span class="keyword">typename</span> ForwardIterator2<span class="special">,</span>
<span class="keyword">typename</span> Predicate<span class="special">></span>
<span class="identifier">BidirectionalIterator1</span>
<a class="link" href="../../../../boost/unit_test/utils/find_last_not__idp28031104.html" title="Function template find_last_not_of"><span class="identifier">find_last_not_of</span></a><span class="special">(</span><span class="identifier">BidirectionalIterator1</span><span class="special">,</span> <span class="identifier">BidirectionalIterator1</span><span class="special">,</span>
<span class="identifier">ForwardIterator2</span><span class="special">,</span> <span class="identifier">ForwardIterator2</span><span class="special">,</span> <span class="identifier">Predicate</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span>
<span class="special">}</span>
<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 © 2001-2016 Boost.Test contributors<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../../../boost/unit_test/runtime_config/WAIT_FOR_DEBUGGER.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../boost_test/reference.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../../boost/unit_test/utils/mismatch_idp27972960.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| yinchunlong/abelkhan-1 | ext/c++/thirdpart/c++/boost/libs/test/doc/html/header/boost/test/utils/algorithm_hpp.html | HTML | mit | 12,102 |
<HTML>
<HEAD>
<TITLE>
EMBOSS: compseq
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" text="#000000">
<!--#include file="header1.inc" -->
compseq
<!--#include file="header2.inc" -->
<H2>
Function
</H2>
<!--#include file="inc/compseq.ione" -->
<H2>
Description
</H2>
<p><b>compseq</b> calculates the composition of words of a specified
length (dimer, trimer etc) in the input sequence(s). The word length
is user-specified. The unique sequences (words), their observed
count, observed frequency, expected frequency and (observed /
expected) frequency are written to the output file. The (observed /
expected) frequency highlights any words with unusually high (or low)
occurence in the input sequences.</p>
<H2>
Algorithm
</H2>
<p>By default, <b>compseq</b> makes the (false) assumption that each
word is equally likely. The expected frequency therefore of any dimer
is 1/16 - this is simply the inverse of the number of possible dimers
(<tt>AA</tt>, <tt>AC</tt>, <tt>AG</tt>, <tt>AT</tt>, <tt>CA</tt>,
<tt>CC</tt>, <tt>CG</tt>, <tt>CT</tt>, <tt>GA</tt>, <tt>GC</tt>,
<tt>GG</tt>, <tt>GT</tt>, <tt>TA</tt>, <tt>TC</tt>, <tt>TG</tt>, <tt>TT</tt>).
Similarly, the expected frequency of any trimer is 1/64, etc. Clearly
this is not the case in real sequences where there will be bias in
favour of some monomers and words. There are ways around this (see
"Notes").</p>
<p>The normal behaviour of <b>compseq</b> is to count the frequencies
of all words that occur by moving a window of length 'word' up by one
each time. The '-frame' option allows you to move the window up by
the length of the word each time, skipping over the intervening words.
You can count only those words that occur in a single frame of the
word by setting this value to a number other than zero. If you set it
to 1 it will only count the words in frame 1, 2 will only count the
words in frame 2 and so on.</p>
<H2>
Usage
</H2>
<!--#include file="inc/compseq.usage" -->
<H2>
Command line arguments
</H2>
<table CELLSPACING=0 CELLPADDING=3 BGCOLOR="#f5f5ff" ><tr><td>
<pre>
<!--#include file="inc/compseq.ihelp" -->
</pre>
</td></tr></table>
<P>
<!--#include file="inc/compseq.itable" -->
<H2>
Input file format
</H2>
<b>compseq</b> reads a normal sequence(s) USA.
<p>
An optional second input file is the output from a previous compseq
run used to set the expected word frequencies.
<p>
The optional second input data file format is exactly the same as the output
file format.
<p>
It expects to read in a previous output file of this program.
An error is produced if the word size of the current compseq job
and that of the output file being read in are different.
<!--#include file="inc/compseq.input" -->
<H2>
Output file format
</H2>
The output format consists of:
<p>
Header information and comments are preceeded by a '#' character
at the start of the line.
<p>
The Word size and the Total count are then given on separate lines,
<p>
The headers of the columns of results are preceeded by a '#'
<p>
The results columns are: the sub-sequence word, the observed
frequency, the expected frequency (which will be read from the input
file if one is given, else it is a simple inverse of the number of words
of the size specified that can be constructed), the ratio of the
observed to expected frequency.
<p>
After a blank line at the end, the results of 'Other' words is
given - this is the number of words with a sequence which has
IUPAC ambiguity codes or other unusual characters in.
<p>
<!--#include file="inc/compseq.output" -->
<H2>
Data files
</H2>
None.
<H2>
Notes
</H2>
<p>
The maximum word size is limited to 4 for proteins, and 6 for
nucleotide sequences.</p>
<p>
Large word sizes are not appropriate for the <b>compseq</b>
algorithm. All possible words will be stored and reported. The
algorithm is designed to generate useful information for word sizes
expected to occur at least once in the input sequence.</p>
<p>The results are held in an array in memory before being written to
a file. For large values of wordsize (over about 7 for nucleic, 5 for
protein), you may run out of memory or generate a very large output
file.</p>
<p>There is no way for <b>compseq</b> to guess what the true expected
frequency should be for each word. It can however read in the result
of a previous <b>compseq</b> analysis and use this to set the expected
frequencies of the subsequences. In this case, the input sequences
under investigation should be representative of those used for the
previous <b>compseq</b> analysis. It is down to your biological
expertise to ensure the sequences are genuinely "representative", for
instance, you might select a group of sequences belonging to the same
taxonomic rank such as genus or species.</p>
<p>The file of expected frequencies is specified by name with
the <tt>-infile</tt> qualifier. The word size in the current run must
be the same as the one in this results file. Obviously, you should
use a file produced from protein sequences if you are counting protein
sequence word frequencies, and you must use one made from nucleotide
frequencies if you are analysing a nucleotide sequence.</p>
<p>As an alternative to using <tt>-infile</tt>, the expected
frequencies of words may be calculated from the observed frequency of
single bases or residues in the sequences. To do this, specify
the <tt>-calcfreq</tt> qualifier. If you are reporting a word size of
1 (single bases or residues) then there is no point in using this
option because the calculated expected frequency will be equal to the
observed frequency.</p>
<p>Calculating the expected frequencies like this will give an
approximation of the expected frequencies that you might get by using
an input file of frequencies produced by a previous run of this
program. If an input file of expected word frequencies has been
specified then the values from that file will be used instead of this
calculation of expected frequency from the sequence, even if
'calcfreq' is set to be true.</p>
<H2>
References
</H2>
None.
<H2>
Warnings
</H2>
<H2>
Diagnostic Error Messages
</H2>
<dl>
<dt>"The word size is too large for the data structure available."
</dt><dd>You chose a word size that cannot be stored by the program.
<dt>"Insufficient memory - aborting."
</dt><dd>You do not have enough memory - use a machine with more memory.
<dt>"The word size you are counting (n) is different to the word
size in the file of expected frequencies (n)."
</dt><dd>You chose different word sizes in the run of compseq that produced
your results file used to display the expected word frequencies
to the word size used in this run of compseq.
<dt>"The 'Word size' line was not found, instead found:"
</dt><dd>You appear to be trying to read a corrupted compseq results file
</dl>
<H2>
Exit status
</H2>
It always exits with status 0 unless one of the above error conditions
is found
<H2>
Known bugs
</H2>
This program can use a large amount of memory is you were allowed to
specify a large word size (7 or above). This may impact the behaviour
of other programs on your machine.
<p>
If you run out of memory, you may see the program crash with a generic
error message that will be specific to your machine's operating system,
but will probably be a warning about writing to memory that the program
does not own (eg "Segmentation fault" on a Solaris machine)
<p>
This is not a bug, it is a feature of the way this program grabs large
amounts of memory. The maximum word size is restricted to avoid this problem.
<!--#include file="inc/compseq.isee" -->
<H2>
Author(s)
</H2>
<!--#include file="inc/gwilliam.address" -->
<H2>
History
</H2>
<!--#include file="inc/compseq.history" -->
<H2>
Target users
</H2>
<!--#include file="inc/target.itxt" -->
<H2>
Comments
</H2>
<!--#include file="inc/compseq.comment" -->
</BODY>
</HTML>
| lauringlab/CodonShuffle | lib/EMBOSS-6.6.0/doc/programs/master/emboss/apps/compseq.html | HTML | mit | 7,918 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part I. Concepts: GObject Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GObject Reference Manual">
<link rel="up" href="index.html" title="GObject Reference Manual">
<link rel="prev" href="pr01.html" title="Introduction">
<link rel="next" href="chapter-intro.html" title="Background">
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="pr01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="chapter-intro.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="id-1.3"></a>Part I. Concepts</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<dt><span class="chapter"><a href="chapter-intro.html">Background</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="chapter-intro.html#id-1.3.2.5">Data types and programming</a></span></dt>
<dt><span class="sect1"><a href="ch01s02.html">Exporting a C API</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="chapter-gtype.html">The GLib Dynamic Type System</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="chapter-gtype.html#gtype-copy">Copy functions</a></span></dt>
<dt><span class="sect1"><a href="gtype-conventions.html">Conventions</a></span></dt>
<dt><span class="sect1"><a href="gtype-non-instantiable.html">Non-instantiable non-classed fundamental types</a></span></dt>
<dt><span class="sect1"><a href="gtype-instantiable-classed.html">Instantiable classed types: objects</a></span></dt>
<dd><dl><dt><span class="sect2"><a href="gtype-instantiable-classed.html#gtype-instantiable-classed-init-done">Initialization and Destruction</a></span></dt></dl></dd>
<dt><span class="sect1"><a href="gtype-non-instantiable-classed.html">Non-instantiable classed types: interfaces</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="gtype-non-instantiable-classed.html#gtype-non-instantiable-classed-init">Interface Initialization</a></span></dt>
<dt><span class="sect2"><a href="gtype-non-instantiable-classed.html#gtype-non-instantiable-classed-dest">Interface Destruction</a></span></dt>
</dl></dd>
</dl></dd>
<dt><span class="chapter"><a href="chapter-gobject.html">The GObject base class</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="chapter-gobject.html#gobject-instantiation">Object instantiation</a></span></dt>
<dt><span class="sect1"><a href="gobject-memory.html">Object memory management</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="gobject-memory.html#gobject-memory-refcount">Reference count</a></span></dt>
<dt><span class="sect2"><a href="gobject-memory.html#gobject-memory-weakref">Weak References</a></span></dt>
<dt><span class="sect2"><a href="gobject-memory.html#gobject-memory-cycles">Reference counts and cycles</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="gobject-properties.html">Object properties</a></span></dt>
<dd><dl><dt><span class="sect2"><a href="gobject-properties.html#gobject-multi-properties">Accessing multiple properties at once</a></span></dt></dl></dd>
</dl></dd>
<dt><span class="chapter"><a href="chapter-signal.html">The GObject messaging system</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="chapter-signal.html#closure">Closures</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="chapter-signal.html#id-1.3.5.2.5">C Closures</a></span></dt>
<dt><span class="sect2"><a href="chapter-signal.html#id-1.3.5.2.6">Non-C closures (for the fearless)</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="signal.html">Signals</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="signal.html#signal-registration">Signal registration</a></span></dt>
<dt><span class="sect2"><a href="signal.html#signal-connection">Signal connection</a></span></dt>
<dt><span class="sect2"><a href="signal.html#signal-emission">Signal emission</a></span></dt>
<dt><span class="sect2"><a href="signal.html#signal-detail">The <span class="emphasis"><em>detail</em></span> argument</a></span></dt>
</dl></dd>
</dl></dd>
</dl>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.24</div>
</body>
</html> | imx6uldev/depedency_tools | glib/glib-2.46.2/docs/reference/gobject/html/pt01.html | HTML | mit | 4,979 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>R: Vignettes and other documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/doc/html/R.css" />
</head><body>
<h1> Vignettes and other documentation
<img class="toplogo" src="/doc/html/Rlogo.svg" alt="[R logo]" />
</h1>
<hr/>
<div style="text-align: center;">
<a href="/doc/html/index.html"><img class="arrow" src="/doc/html/up.jpg" alt="[Top]" /></a>
</div>
<h2>Vignettes from package 'curl'</h2>
<table width="100%">
<col style="width: 22%;" />
<col style="width: 2%;" />
<col style="width: 50%;" />
<col style="width: 8%;" />
<col style="width: 8%;" />
<col style="width: 8%;" />
<tr><td style="text-align: right; vertical-align: top;"><a href="../../../library/curl/doc/intro.html">curl::intro</a></td>
<td></td><td valign="top">The curl package: a modern R interface to libcurl</td>
<td valign="top"><a href="../../../library/curl/doc/intro.html">HTML</a></td>
<td valign="top"><a href="../../../library/curl/doc/intro.Rmd">source</a></td>
<td valign="top" style="white-space: nowrap"><a href="../../../library/curl/doc/intro.R">R code</a></td></tr>
</table>
</body></html>
| mycpp/mycpp.github.io | packrat/lib/x86_64-w64-mingw32/3.3.1/curl/doc/index.html | HTML | cc0-1.0 | 1,334 |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/>
<title>Write Your 1st Gearpump App - GearPump 0.7.0 Documentation</title>
<meta name="description" content="Write Your 1st Gearpump App">
<link rel="stylesheet" href="css/bootstrap-3.3.5.min.css">
<style>
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/pygments-default.css">
<script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div class="navbar navbar-inverse navbar-fixed-top" id="topbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="http://gearpump.io">GearPump
<span class="label label-primary" style="font-size: .6em">0.7.0</span>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Overview</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Introduction<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="submit-your-1st-application.html">Submit Your 1st Application</a></li>
<li><a href="commandline.html">Client Command Line</a></li>
<li class="divider"></li>
<li><a href="basic-concepts.html">Basic Concepts</a></li>
<li><a href="features.html">Technical Highlights</a></li>
<li><a href="message-delivery.html">Reliable Message Delivery</a></li>
<li><a href="performance-report.html">Performance</a></li>
<li><a href="gearpump-internals.html">Gearpump Internals</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Deploying<b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Deployment</li>
<li><a href="deployment-docker.html">Docker</a><li>
<li><a href="deployment-local.html">Local</a><li>
<li><a href="deployment-standalone.html">Standalone</a></li>
<li><a href="deployment-yarn.html">YARN</a></li>
<li class="divider"></li>
<li><a href="deployment-ha.html">High Availability</a></li>
<li><a href="deployment-msg-delivery.html">Reliable Message Delivery</a></li>
<li><a href="deployment-configuration.html">Configuration</a></li>
<li class="divider"></li>
<li><a href="deployment-security.html">Security</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Programming Guide<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="dev-write-1st-app.html">Write Your 1st App</a></li>
<li><a href="dev-custom-serializer.html">Customized Message Passing</a></li>
<li class="divider"></li>
<li><a href="api/scala/index.html">Scala API</a></li>
<li><a href="api/java/index.html">Java API</a></li>
<li><a href="dev-rest-api.html">RESTful API</a></li>
<li class="divider"></li>
<li><a href="dev-connectors.html">Gearpump Connectors</a></li>
<li class="divider"></li>
<li><a href="dev-storm.html">Storm Compatibility</a></li>
<!--
<li><a href="dev-samoa.html">Samoa Compatibility</a></li>
<li class="divider"></li>
<li><a href="dev-iot.html">Gearpump with IoT</a></li>
-->
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">More<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="how-to-contribute.html">How to Contribute</a></li>
<li><a href="coding-style.html">Coding Style</a></li>
<li class="divider"></li>
<li><a href="faq.html">FAQ</a><li>
<li><a href="about.html">About</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container" id="content">
<h1 class="title">Write Your 1st Gearpump App</h1>
<p>We’ll use <a href="https://github.com/gearpump/gearpump/blob/master/examples/streaming/wordcount/src/main/scala/io/gearpump/streaming/examples/wordcount/">wordcount</a> as an example to illustrate how to write GearPump applications.</p>
<h3 id="mavensbt-settings">Maven/Sbt Settings</h3>
<p>Repository and library dependencies can be found at <a href="maven-setting.html">Maven Setting</a>.</p>
<h3 id="ide-setup-optional">IDE Setup (Optional)</h3>
<p>You can get your preferred IDE ready for Gearpump by following <a href="dev-ide-setup.html">this guide</a>.</p>
<h3 id="define-processortask-class-and-partitioner-class">Define Processor(Task) class and Partitioner class</h3>
<p>An application is a Directed Acyclic Graph (DAG) of processors. In the wordcount example, We will firstly define two processors <code>Split</code> and <code>Sum</code>, and then weave them together.</p>
<h4 id="about-message-type">About message type</h4>
<p>User are allowed to send message of type AnyRef(map to Object in java).</p>
<div class="highlight"><pre><code>case class Message(msg: AnyRef, timestamp: TimeStamp = Message.noTimeStamp)
</code></pre></div>
<p>If user want to send primitive types like Int, Long, then he should box it explicitly with asInstanceOf. For example:</p>
<div class="highlight"><pre><code>new Message(3.asInstanceOf[AnyRef])
</code></pre></div>
<h4 id="split-processor">Split processor</h4>
<p>In the Split processor, we simply split a predefined text (the content is simplified for conciseness) and send out each split word to Sum.</p>
<p>Scala:</p>
<div class="highlight"><pre><code class="language-scala"><span class="k">class</span> <span class="nc">Split</span><span class="o">(</span><span class="n">taskContext</span> <span class="k">:</span> <span class="kt">TaskContext</span><span class="o">,</span> <span class="n">conf</span><span class="k">:</span> <span class="kt">UserConfig</span><span class="o">)</span> <span class="k">extends</span> <span class="nc">Task</span><span class="o">(</span><span class="n">taskContext</span><span class="o">,</span> <span class="n">conf</span><span class="o">)</span> <span class="o">{</span>
<span class="k">import</span> <span class="nn">taskContext.output</span>
<span class="k">override</span> <span class="k">def</span> <span class="n">onStart</span><span class="o">(</span><span class="n">startTime</span> <span class="k">:</span> <span class="kt">StartTime</span><span class="o">)</span> <span class="k">:</span> <span class="kt">Unit</span> <span class="o">=</span> <span class="o">{</span>
<span class="n">self</span> <span class="o">!</span> <span class="nc">Message</span><span class="o">(</span><span class="s">"start"</span><span class="o">)</span>
<span class="o">}</span>
<span class="k">override</span> <span class="k">def</span> <span class="n">onNext</span><span class="o">(</span><span class="n">msg</span> <span class="k">:</span> <span class="kt">Message</span><span class="o">)</span> <span class="k">:</span> <span class="kt">Unit</span> <span class="o">=</span> <span class="o">{</span>
<span class="nc">Split</span><span class="o">.</span><span class="nc">TEXT_TO_SPLIT</span><span class="o">.</span><span class="n">lines</span><span class="o">.</span><span class="n">foreach</span> <span class="o">{</span> <span class="n">line</span> <span class="k">=></span>
<span class="n">line</span><span class="o">.</span><span class="n">split</span><span class="o">(</span><span class="s">"[\\s]+"</span><span class="o">).</span><span class="n">filter</span><span class="o">(</span><span class="k">_</span><span class="o">.</span><span class="n">nonEmpty</span><span class="o">).</span><span class="n">foreach</span> <span class="o">{</span> <span class="n">msg</span> <span class="k">=></span>
<span class="n">output</span><span class="o">(</span><span class="k">new</span> <span class="nc">Message</span><span class="o">(</span><span class="n">msg</span><span class="o">,</span> <span class="nc">System</span><span class="o">.</span><span class="n">currentTimeMillis</span><span class="o">()))</span>
<span class="o">}</span>
<span class="o">}</span>
<span class="n">self</span> <span class="o">!</span> <span class="nc">Message</span><span class="o">(</span><span class="s">"continue"</span><span class="o">,</span> <span class="nc">System</span><span class="o">.</span><span class="n">currentTimeMillis</span><span class="o">())</span>
<span class="o">}</span>
<span class="o">}</span>
<span class="k">object</span> <span class="nc">Split</span> <span class="o">{</span>
<span class="k">val</span> <span class="nc">TEXT_TO_SPLIT</span> <span class="k">=</span> <span class="s">"some text"</span>
<span class="o">}</span></code></pre></div>
<p>Like Split, every processor extends a <code>TaskActor</code>. The <code>onStart</code> method is called once before any message comes in; <code>onNext</code> method is called to process every incoming message. Note that GearPump employs the message-driven model and that’s why Split sends itself a message at the end of <code>onStart</code> and <code>onNext</code> to trigger next message processing.</p>
<h4 id="sum-processor">Sum Processor</h4>
<p>The structure of Sum processor looks much alike. Sum does not need to send messages to itself since it receives messages from Split.</p>
<p>Scala:</p>
<div class="highlight"><pre><code class="language-scala"><span class="k">class</span> <span class="nc">Sum</span> <span class="o">(</span><span class="n">taskContext</span> <span class="k">:</span> <span class="kt">TaskContext</span><span class="o">,</span> <span class="n">conf</span><span class="k">:</span> <span class="kt">UserConfig</span><span class="o">)</span> <span class="k">extends</span> <span class="nc">Task</span><span class="o">(</span><span class="n">taskContext</span><span class="o">,</span> <span class="n">conf</span><span class="o">)</span> <span class="o">{</span>
<span class="k">private</span><span class="o">[</span><span class="kt">wordcount</span><span class="o">]</span> <span class="k">val</span> <span class="n">map</span> <span class="k">:</span> <span class="kt">mutable.HashMap</span><span class="o">[</span><span class="kt">String</span>, <span class="kt">Long</span><span class="o">]</span> <span class="k">=</span> <span class="k">new</span> <span class="n">mutable</span><span class="o">.</span><span class="nc">HashMap</span><span class="o">[</span><span class="kt">String</span>, <span class="kt">Long</span><span class="o">]()</span>
<span class="k">private</span><span class="o">[</span><span class="kt">wordcount</span><span class="o">]</span> <span class="k">var</span> <span class="n">wordCount</span> <span class="k">:</span> <span class="kt">Long</span> <span class="o">=</span> <span class="mi">0</span>
<span class="k">private</span> <span class="k">var</span> <span class="n">snapShotTime</span> <span class="k">:</span> <span class="kt">Long</span> <span class="o">=</span> <span class="nc">System</span><span class="o">.</span><span class="n">currentTimeMillis</span><span class="o">()</span>
<span class="k">private</span> <span class="k">var</span> <span class="n">snapShotWordCount</span> <span class="k">:</span> <span class="kt">Long</span> <span class="o">=</span> <span class="mi">0</span>
<span class="k">private</span> <span class="k">var</span> <span class="n">scheduler</span> <span class="k">:</span> <span class="kt">Cancellable</span> <span class="o">=</span> <span class="kc">null</span>
<span class="k">override</span> <span class="k">def</span> <span class="n">onStart</span><span class="o">(</span><span class="n">startTime</span> <span class="k">:</span> <span class="kt">StartTime</span><span class="o">)</span> <span class="k">:</span> <span class="kt">Unit</span> <span class="o">=</span> <span class="o">{</span>
<span class="n">scheduler</span> <span class="k">=</span> <span class="n">taskContext</span><span class="o">.</span><span class="n">schedule</span><span class="o">(</span><span class="k">new</span> <span class="nc">FiniteDuration</span><span class="o">(</span><span class="mi">5</span><span class="o">,</span> <span class="nc">TimeUnit</span><span class="o">.</span><span class="nc">SECONDS</span><span class="o">),</span>
<span class="k">new</span> <span class="nc">FiniteDuration</span><span class="o">(</span><span class="mi">5</span><span class="o">,</span> <span class="nc">TimeUnit</span><span class="o">.</span><span class="nc">SECONDS</span><span class="o">))(</span><span class="n">reportWordCount</span><span class="o">)</span>
<span class="o">}</span>
<span class="k">override</span> <span class="k">def</span> <span class="n">onNext</span><span class="o">(</span><span class="n">msg</span> <span class="k">:</span> <span class="kt">Message</span><span class="o">)</span> <span class="k">:</span> <span class="kt">Unit</span> <span class="o">=</span> <span class="o">{</span>
<span class="k">if</span> <span class="o">(</span><span class="kc">null</span> <span class="o">==</span> <span class="n">msg</span><span class="o">)</span> <span class="o">{</span>
<span class="k">return</span>
<span class="o">}</span>
<span class="k">val</span> <span class="n">current</span> <span class="k">=</span> <span class="n">map</span><span class="o">.</span><span class="n">getOrElse</span><span class="o">(</span><span class="n">msg</span><span class="o">.</span><span class="n">msg</span><span class="o">.</span><span class="n">asInstanceOf</span><span class="o">[</span><span class="kt">String</span><span class="o">],</span> <span class="mi">0L</span><span class="o">)</span>
<span class="n">wordCount</span> <span class="o">+=</span> <span class="mi">1</span>
<span class="n">map</span><span class="o">.</span><span class="n">put</span><span class="o">(</span><span class="n">msg</span><span class="o">.</span><span class="n">msg</span><span class="o">.</span><span class="n">asInstanceOf</span><span class="o">[</span><span class="kt">String</span><span class="o">],</span> <span class="n">current</span> <span class="o">+</span> <span class="mi">1</span><span class="o">)</span>
<span class="o">}</span>
<span class="k">override</span> <span class="k">def</span> <span class="n">onStop</span><span class="o">()</span> <span class="k">:</span> <span class="kt">Unit</span> <span class="o">=</span> <span class="o">{</span>
<span class="k">if</span> <span class="o">(</span><span class="n">scheduler</span> <span class="o">!=</span> <span class="kc">null</span><span class="o">)</span> <span class="o">{</span>
<span class="n">scheduler</span><span class="o">.</span><span class="n">cancel</span><span class="o">()</span>
<span class="o">}</span>
<span class="o">}</span>
<span class="k">def</span> <span class="n">reportWordCount</span><span class="o">()</span> <span class="k">:</span> <span class="kt">Unit</span> <span class="o">=</span> <span class="o">{</span>
<span class="k">val</span> <span class="n">current</span> <span class="k">:</span> <span class="kt">Long</span> <span class="o">=</span> <span class="nc">System</span><span class="o">.</span><span class="n">currentTimeMillis</span><span class="o">()</span>
<span class="nc">LOG</span><span class="o">.</span><span class="n">info</span><span class="o">(</span><span class="n">s</span><span class="s">"Task ${taskContext.taskId} Throughput: ${(wordCount - snapShotWordCount, (current - snapShotTime) / 1000)} (words, second)"</span><span class="o">)</span>
<span class="n">snapShotWordCount</span> <span class="k">=</span> <span class="n">wordCount</span>
<span class="n">snapShotTime</span> <span class="k">=</span> <span class="n">current</span>
<span class="o">}</span>
<span class="o">}</span></code></pre></div>
<p>Besides counting the sum, we also define a scheduler to report throughput every 5 seconds. The scheduler should be cancelled when the computation completes, which could be accomplished overriding the <code>onStop</code> method. The default implementation of <code>onStop</code> is a no-op.</p>
<h4 id="partitioner">Partitioner</h4>
<p>A processor could be parallelized to a list of tasks. A <code>Partitioner</code> defines how the data is shuffled among tasks of Split and Sum. GearPump has already provided two partitioners</p>
<ul>
<li><code>HashPartitioner</code>: partitions data based on the message’s hashcode</li>
<li><code>ShufflePartitioner</code>: partitions data in a round-robin way.</li>
</ul>
<p>You could define your own partitioner by extending the <code>Partitioner</code> trait and overriding the <code>getPartition</code> method.</p>
<div class="highlight"><pre><code class="language-scala"><span class="k">trait</span> <span class="nc">Partitioner</span> <span class="k">extends</span> <span class="nc">Serializable</span> <span class="o">{</span>
<span class="k">def</span> <span class="n">getPartition</span><span class="o">(</span><span class="n">msg</span> <span class="k">:</span> <span class="kt">Message</span><span class="o">,</span> <span class="n">partitionNum</span> <span class="k">:</span> <span class="kt">Int</span><span class="o">)</span> <span class="k">:</span> <span class="kt">Int</span>
<span class="o">}</span></code></pre></div>
<h3 id="define-taskdescription-and-appdescription">Define TaskDescription and AppDescription</h3>
<p>Now, we are able to write our application class, weaving the above components together.</p>
<p>The application class extends <code>App</code> and `ArgumentsParser which make it easier to parse arguments and run main functions.</p>
<div class="highlight"><pre><code class="language-scala"><span class="k">object</span> <span class="nc">WordCount</span> <span class="k">extends</span> <span class="nc">App</span> <span class="k">with</span> <span class="nc">ArgumentsParser</span> <span class="o">{</span>
<span class="k">private</span> <span class="k">val</span> <span class="nc">LOG</span><span class="k">:</span> <span class="kt">Logger</span> <span class="o">=</span> <span class="nc">LogUtil</span><span class="o">.</span><span class="n">getLogger</span><span class="o">(</span><span class="n">getClass</span><span class="o">)</span>
<span class="k">val</span> <span class="nc">RUN_FOR_EVER</span> <span class="k">=</span> <span class="o">-</span><span class="mi">1</span>
<span class="k">override</span> <span class="k">val</span> <span class="n">options</span><span class="k">:</span> <span class="kt">Array</span><span class="o">[(</span><span class="kt">String</span>, <span class="kt">CLIOption</span><span class="o">[</span><span class="kt">Any</span><span class="o">])]</span> <span class="k">=</span> <span class="nc">Array</span><span class="o">(</span>
<span class="s">"split"</span> <span class="o">-></span> <span class="nc">CLIOption</span><span class="o">[</span><span class="kt">Int</span><span class="o">](</span><span class="s">"<how many split tasks>"</span><span class="o">,</span> <span class="n">required</span> <span class="k">=</span> <span class="kc">false</span><span class="o">,</span> <span class="n">defaultValue</span> <span class="k">=</span> <span class="nc">Some</span><span class="o">(</span><span class="mi">1</span><span class="o">)),</span>
<span class="s">"sum"</span> <span class="o">-></span> <span class="nc">CLIOption</span><span class="o">[</span><span class="kt">Int</span><span class="o">](</span><span class="s">"<how many sum tasks>"</span><span class="o">,</span> <span class="n">required</span> <span class="k">=</span> <span class="kc">false</span><span class="o">,</span> <span class="n">defaultValue</span> <span class="k">=</span> <span class="nc">Some</span><span class="o">(</span><span class="mi">1</span><span class="o">))</span>
<span class="o">)</span>
<span class="k">def</span> <span class="n">application</span><span class="o">(</span><span class="n">config</span><span class="k">:</span> <span class="kt">ParseResult</span><span class="o">)</span> <span class="k">:</span> <span class="kt">StreamApplication</span> <span class="o">=</span> <span class="o">{</span>
<span class="k">val</span> <span class="n">splitNum</span> <span class="k">=</span> <span class="n">config</span><span class="o">.</span><span class="n">getInt</span><span class="o">(</span><span class="s">"split"</span><span class="o">)</span>
<span class="k">val</span> <span class="n">sumNum</span> <span class="k">=</span> <span class="n">config</span><span class="o">.</span><span class="n">getInt</span><span class="o">(</span><span class="s">"sum"</span><span class="o">)</span>
<span class="k">val</span> <span class="n">partitioner</span> <span class="k">=</span> <span class="k">new</span> <span class="nc">HashPartitioner</span><span class="o">()</span>
<span class="k">val</span> <span class="n">split</span> <span class="k">=</span> <span class="nc">Processor</span><span class="o">[</span><span class="kt">Split</span><span class="o">](</span><span class="n">splitNum</span><span class="o">)</span>
<span class="k">val</span> <span class="n">sum</span> <span class="k">=</span> <span class="nc">Processor</span><span class="o">[</span><span class="kt">Sum</span><span class="o">](</span><span class="n">sumNum</span><span class="o">)</span>
<span class="k">val</span> <span class="n">app</span> <span class="k">=</span> <span class="nc">StreamApplication</span><span class="o">(</span><span class="s">"wordCount"</span><span class="o">,</span> <span class="nc">Graph</span><span class="o">[</span><span class="kt">Processor</span><span class="o">[</span><span class="k">_</span> <span class="k"><:</span> <span class="kt">Task</span><span class="o">]</span>, <span class="kt">Partitioner</span><span class="o">](</span><span class="n">split</span> <span class="o">~</span> <span class="n">partitioner</span> <span class="o">~></span> <span class="n">sum</span><span class="o">),</span> <span class="nc">UserConfig</span><span class="o">.</span><span class="n">empty</span><span class="o">)</span>
<span class="n">app</span>
<span class="o">}</span>
<span class="k">val</span> <span class="n">config</span> <span class="k">=</span> <span class="n">parse</span><span class="o">(</span><span class="n">args</span><span class="o">)</span>
<span class="k">val</span> <span class="n">context</span> <span class="k">=</span> <span class="nc">ClientContext</span><span class="o">()</span>
<span class="k">val</span> <span class="n">appId</span> <span class="k">=</span> <span class="n">context</span><span class="o">.</span><span class="n">submit</span><span class="o">(</span><span class="n">application</span><span class="o">(</span><span class="n">config</span><span class="o">))</span>
<span class="n">context</span><span class="o">.</span><span class="n">close</span><span class="o">()</span>
<span class="o">}</span></code></pre></div>
<p>We override <code>options</code> value and define an array of command line arguments to parse. We want application users to pass in masters’ hosts and ports, the parallelism of split and sum tasks, and how long to run the example. We also specify whether an option is <code>required</code> and provide <code>defaultValue</code> for some arguments.</p>
<p>Given the <code>ParseResult</code> of command line arguments, we create <code>TaskDescription</code>s for Split and Sum processors, and connect them with <code>HashPartitioner</code> using DAG API. The graph is wrapped in an <code>AppDescrition</code> , which is finally submit to master.</p>
<h3 id="submit-application">Submit application</h3>
<p>After all these, you need to package everything into a uber jar and submit the jar to Gearpump Cluster. Please check <a href="commandline.html">Application submission tool</a> to command line tool syntax.</p>
<h3 id="advanced-topic">Advanced topic</h3>
<p>For a real application, you definitely need to define your own customized message passing between processors.
Customized message needs customized serializer to help message passing over wire.
Check <a href="dev-connectors.html">this guide</a> for how to customize serializer.</p>
<h3 id="gearpump-for-non-streaming-usage">Gearpump for Non-Streaming Usage</h3>
<p>Gearpump is also able to as a base platform to develop non-streaming applications. See <a href="dev-non-streaming-example.html">this guide</a> on how to use Gearpump to develop a distributed shell.</p>
</div> <!-- /container -->
<script src="js/vendor/jquery-2.1.4.min.js"></script>
<script src="js/vendor/bootstrap-3.3.5.min.js"></script>
<script src="js/vendor/anchor-1.1.1.min.js"></script>
<script src="js/main.js"></script>
<!-- MathJax Section -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<script>
// Note that we load MathJax this way to work with local file (file://), HTTP and HTTPS.
// We could use "//cdn.mathjax...", but that won't support "file://".
(function(d, script) {
script = d.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.onload = function(){
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ],
displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
});
};
script.src = ('https:' == document.location.protocol ? 'https://' : 'http://') +
'cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
d.getElementsByTagName('head')[0].appendChild(script);
}(document));
</script>
</body>
</html>
| gearpump/gearpump.github.io | releases/0.7.0/dev-write-1st-app.html | HTML | apache-2.0 | 27,220 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<title>Tokyo 2013
- welcome</title>
<meta name="author" content="" >
<link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed" href="http://www.devopsdays.org/feed/" >
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('jquery', '1.3.2');
</script>
<!---This is a combined jAmpersand, jqwindont , jPullquote -->
<script type="text/javascript" src="/js/devops.js"></script>
<!--- Blueprint CSS Framework Screen + Fancytype-Screen + jedi.css -->
<link rel="stylesheet" href="/css/devops.min.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print">
<!--[if IE]>
<link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
</head>
<body onload="initialize()">
<div class="container ">
<div class="span-25 last" id="header">
<div class="span-16 first">
<img src="/images/devopsdays-banner.png" title="devopsdays banner" width="801" height="115" alt="devopdays banner" ><br>
</div>
<div class="span-8 last">
</div>
</div>
<div class="span-25 last">
<div class="span-15 first">
<div id="headermenu">
<table >
<tr>
<td>
<a href="/"><img alt="home" title="home" src="/images/home.png"></a>
<a href="/">Home</a>
</td>
<td>
<a href="/contact/"><img alt="contact" title="contact" src="/images/contact.png"></a>
<a href="/contact/">Contact</a>
</td>
<td>
<a href="/events/"><img alt="events" title="events" src="/images/events.png"></a>
<a href="/events/">Events</a>
</td>
<td>
<a href="/presentations/"><img alt="presentations" title="presentations" src="/images/presentations.png"></a>
<a href="/presentations/">Presentations</a>
</td>
<td>
<a href="/blog/"><img alt="blog" title="blog" src="/images/blog.png"></a>
<a href="/blog/">Blog</a>
</td>
</tr>
</table>
</div>
</div>
<div class="span-8 last">
</div>
<div class="span-25 last" id="header">
<div class="span-15 first">
<h1>Tokyo 2013
- welcome </h1>
</div>
<div class="span-8 last">
</div>
<h1>3.11 Restoration</br>Bento sponsors</h1>
</div>
<div class="span-15 ">
<div class="span-15 last ">
<div class="submenu">
<h3>
<a href="/events/2013-tokyo/">Welcome</a>
<a href="/events/2013-tokyo/program">Program</a>
<a href="/events/2013-tokyo/location">Location</a>
<a href="/events/2013-tokyo/registration">Registration</a>
<a href="/events/2013-tokyo/sponsor">Sponsor</a>
<a href="/events/2013-tokyo/contact">Contact</a>
</br>
</br>
<a href="/events/2013-tokyo/ja/propose">企画主旨</a>
<a href="/events/2013-tokyo/ja/program">プログラム</a>
<a href="/events/2013-tokyo/ja/location">会場情報</a>
<a href="/events/2013-tokyo/ja/registration">参加登録</a>
<a href="/events/2013-tokyo/ja/sponsor">協賛のお願い</a>
<a href="/events/2013-tokyo/ja/contact">問い合せ</a>
</h3>
</div>
<ul>
<li>開催日時: <strong>2013年9月28日(土)
</strong></li>
<li>会 場: <strong>ヤフー株式会社 11階 イベントスペース </br>
〒107-6211 東京都港区赤坂9−7−1</strong></li>
</ul>
<p><img src="mt-fuji.jpg"></p>
<p>このイベントへのご協賛をお待ちしております。</br>
<a href="mailto:organizers-tokyo-2013@devopsdays.org">organizers-tokyo-2013@devopsdays.org</a></p>
</div>
</div>
<div class="span-8 last">
<div class="span-8 last">
<a href='http://www.microsoft.com/ja-jp/default.aspx'><img border=0 alt='Microsoft Japan Co., Ltd.' title='Microsoft Japan Co., Ltd.' width=150px height=150px src='/events/2013-tokyo/logos/microsoft.png'></a>
</br></br>
<h1>Gold sponsors</h1>
<a href='http://www.dell.co.jp/'><img border=0 alt='Dell Japan' title='Dell Japan' width=150px height=150px src='/events/2013-tokyo/logos/dell.png'></a>
<a href='http://gengo.com/'><img border=0 alt='Gengo, Inc.' title='Gengo, Inc.' width=150px height=150px src='/events/2013-tokyo/logos/gengo.png'></a>
<a href='http://www.yahoo.co.jp/'><img border=0 alt='Yahoo! Japan' title='Yahoo! Japan' width=150px height=150px src='/events/2013-tokyo/logos/yahoo.png'></a>
</br></br>
<h1>Silver sponsors</h1>
<a href='http://cookpad.com/'><img border=0 alt='COOKPAD Inc.' title='COOKPAD Inc.' width=150px height=150px src='/events/2013-tokyo/logos/cookpad.png'></a>
<a href='http://puppetlabs.com/'><img border=0 alt='Puppet Labs' title='Puppet Labs' width=150px height=150px src='/events/2013-tokyo/logos/puppetlabs.png'></a>
</br></br>
<h1>Bronze sponsors</h1>
<a href='http://www.ca.com/jp/default.aspx'><img border=0 alt='CA Technologies' title='CA Technologies' width=150px height=150px src='/events/2013-tokyo/logos/ca.png'></a>
<a href='http://tracpath.com/'><img border=0 alt='OpenGroove, Inc.' title='OpenGroove, Inc.' width=150px height=150px src='/events/2013-tokyo/logos/tracpath.png'></a>
<a href='http://dena.com'><img border=0 alt='DeNA Co., Ltd.' title='DeNA Co., Ltd.' width=150px height=150px src='/events/2013-tokyo/logos/dena.png'></a>
<a href='http://voyagegroup.com/'><img border=0 alt='VOYAGE GROUP, Inc.' title='VOYAGE GROUP, Inc.' width=150px height=150px src='/events/2013-tokyo/logos/voyage_group.png'></a>
<a href='http://www.cyberagent.co.jp/'><img border=0 alt='Cyber Agent,Inc.' title='Cyber Agent,Inc.' width=150px height=150px src='/events/2013-tokyo/logos/cyberagent.png'></a>
<a href='http://www.vmware.com/jp'><img border=0 alt='VMware K.K' title='VMware K.K' width=150px height=150px src='/events/2013-tokyo/logos/vmware.png'></a>
<a href='http://sportsnavi.yahoo.co.jp/'><img border=0 alt='sprotsnavi' title='sprotsnavi' width=150px height=150px src='/events/2013-tokyo/logos/sportsnavi.png'></a>
<!--
</br></br>
<h1>Media sponsors</h1>
<a href='http://devopsdays.org/events/2013-tokyo/'><img border=0 alt='YOUR LOGO' title='YOUR LOGO' width=75px height=75px src='/events/2013-tokyo/logos/yourlogo.png'></a>
-->
</br></br>
</div>
<div class="span-8 last">
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9713393-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| benjohnson77/devopsdays-web | static/events/2013-tokyo/ja/index.html | HTML | apache-2.0 | 6,889 |
<div id="global-search" class="{% if request.path == '/search.html' %}_expanded{% endif %} global-search" title="Search">
<div class="search-button">
<div class="icon"></div>
</div>
<div class="search-box">
<div class="gcse-searchbox-only"
data-resultsUrl="/search.html"
data-newWindow="false"
></div>
</div>
</div> | TeamKotl/kotlin-web-site | templates/inc/nav/search.html | HTML | apache-2.0 | 381 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Paint Activity</title>
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width"/>
<link rel="stylesheet" media="not screen and (device-width: 1200px) and (device-height: 900px)"
href="lib/sugar-web/graphics/css/sugar-96dpi.css">
<link rel="stylesheet" media="screen and (device-width: 1200px) and (device-height: 900px)"
href="lib/sugar-web/graphics/css/sugar-200dpi.css">
<link rel="stylesheet" href="css/activity.css">
<script data-main="js/loader" src="lib/require.js"></script>
</head>
<body>
<div id="main-toolbar" class="toolbar">
<button class="toolbutton" id="activity-button" title="My Activity"></button>
<button class="toolbutton pull-right" id="stop-button" title="Stop"></button>
</div>
<svg id="loading-svg" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="0" height="0"
viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
<path opacity="0.2" fill="#000" d="M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946
s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634
c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"/>
<path fill="#000" d="M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0
C22.32,8.481,24.301,9.057,26.013,10.047z">
<animateTransform attributeType="xml"
attributeName="transform"
type="rotate"
from="0 20 20"
to="360 20 20"
dur="1s"
repeatCount="indefinite"/>
</path>
</svg>
<div id="media" style="text-align: center;">
</div>
</body>
</html>
| mikklfr/MediaViewer.activity | index.html | HTML | apache-2.0 | 1,874 |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ResponsivePopover - sap.m</title>
<script src="shared-config.js"></script>
<script src="../../../resources/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-libs="sap.m"
data-sap-ui-compatVersion="1.16">
</script>
<script>
var app = new sap.m.App("myApp", {initialPage:"page1"});
//create the list
var oList = new sap.m.List({
});
var data = {
navigation : [ {
title : "Travel Expend",
description : "Access the travel expend workflow",
icon : "images/travel_expend.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
}, {
title : "Travel and expense report",
description : "Access travel and expense reports",
icon : "images/travel_expense_report.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
}, {
title : "Travel Request",
description : "Access the travel request workflow",
icon : "images/travel_request.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
}, {
title : "Work Accidents",
description : "Report your work accidents",
icon : "images/wounds_doc.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
}, {
title : "Travel Settings",
description : "Change your travel worflow settings",
icon : "images/settings.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
}, {
title : "Travel Expend",
description : "Access the travel expend workflow",
icon : "images/travel_expend.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
}, {
title : "Travel and expense report",
description : "Access travel and expense reports",
icon : "images/travel_expense_report.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
}, {
title : "Travel Request",
description : "Access the travel request workflow",
icon : "images/travel_request.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
}, {
title : "Work Accidents",
description : "Report your work accidents",
icon : "images/wounds_doc.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
}, {
title : "Travel Settings",
description : "Change your travel worflow settings",
icon : "images/settings.png",
iconInset : false,
type : "Navigation",
press : 'detailPage'
} ]
};
var oItemTemplate1 = new sap.m.StandardListItem({
title : "{title}",
description : "{description}",
icon : "{icon}",
iconInset : "{iconInset}",
type : "{type}"
});
function bindListData(data, itemTemplate, list)
{
var oModel = new sap.ui.model.json.JSONModel();
// set the data for the model
oModel.setData(data);
// set the model to the list
list.setModel(oModel);
// bind Aggregation
list.bindAggregation("items", "/navigation", itemTemplate);
}
bindListData(data, oItemTemplate1, oList)
//end of the list creation
var oBeginButton = new sap.m.Button({
text: "Action1",
type: sap.m.ButtonType.Reject,
press: function(){
oResponsivePopover.setShowCloseButton(false);
}
});
var oEndButton = new sap.m.Button({
text: "Action2",
type: sap.m.ButtonType.Accept,
press: function(){
oResponsivePopover.setShowCloseButton(true);
}
});
var oInvisibleText = new sap.ui.core.InvisibleText({text: "I have a hidden label"});
var oResponsivePopover = new sap.m.ResponsivePopover("popoverBottom", {
placement: sap.m.PlacementType.Bottom,
title: "I'm Responsive now",
showHeader: true,
beginButton: oBeginButton,
endButton: oEndButton,
horizontalScrolling: false,
beforeOpen: function(oEvent){
jQuery.sap.log.info("before popover opens!!!");
},
afterOpen: function(oEvent){
jQuery.sap.log.info("popover is opened finally!!!");
},
beforeClose: function(oEvent){
jQuery.sap.log.info("before popover closes!!!");
},
afterClose: function(oEvent){
jQuery.sap.log.info("popover is closed properly!!!");
},
content: [
oList
],
ariaLabelledBy: oInvisibleText.getId()
});
//uncomment this line when padding is needed in the content area
//oResponsivePopover.addStyleClass("sapUiPopupWithPadding");
var oButton = new sap.m.Button("btnPopoverBottom", {
text : "Popover Bottom",
press : function() {
oResponsivePopover.openBy(this);
}
});
/* Second ResponsivePopover with NavContainer as content*/
/*************************************************************************/
/* Create NavContainer with two pages inside and the first page */
/* contains a footer, there's no footer on the popover. */
/*=======================================================================*/
//begin: create the list
var oList1 = new sap.m.List("listInPopover", {
});
//end: create the list
var oItemTemplate2 = new sap.m.StandardListItem({
title : "{title}",
description : "{description}",
icon : "{icon}",
iconInset : "{iconInset}",
type : "{type}",
press: handlePress
});
bindListData(data, oItemTemplate2, oList1);
function handlePress(e) {
oNavContainer.to("detailPage");
}
var footer = new sap.m.Bar({
contentLeft: [],
contentMiddle: [new sap.m.Button({icon: "sap-icon://globe", tooltip: "Global Action 1"}),
new sap.m.Button({icon: "sap-icon://globe", tooltip: "Global Action 2"}),
new sap.m.Button({icon: "sap-icon://globe", tooltip: "Global Action 3"})],
contentRight: []
});
//begin: creating navContainer
var oNavContainer = new sap.m.NavContainer({
initialPage: "listPage"
});
var oPage1 = new sap.m.Page("listPage", {
title: "Click on the list (with footer)",
showNavButton: false,
footer: footer,
content: [
oList1
]
});
var oPage2 = new sap.m.Page("detailPage", {
title: "Detail Page",
showNavButton: true,
showHeader: true,
navButtonText: "listPage",
navButtonPress: function(){ oNavContainer.back(); },
content: [new sap.m.Button({
text: "Finish",
press: function(){
oNavContainer.back();
}
})]
});
oNavContainer.addPage(oPage1).addPage(oPage2);
var oButton1 = new sap.m.Button("btnPopoverWithNavContainer", {
text: "NavContainer as Content",
press: function(){
oResponsivePopover1.openBy(this);
}
});
var oResponsivePopover1 = new sap.m.ResponsivePopover("popoverWithNavContainer", {
placement: sap.m.PlacementType.Bottom,
title: "I'm adaptive now",
showHeader: false,
// modal: true,
contentWidth: "320px",
contentHeight: "400px",
beforeOpen: function(oEvent){
jQuery.sap.log.info("before popover opens!!!");
},
afterOpen: function(oEvent){
jQuery.sap.log.info("popover is opened finally!!!");
},
beforeClose: function(oEvent){
jQuery.sap.log.info("before popover closes!!!");
},
afterClose: function(oEvent){
jQuery.sap.log.info("popover is closed properly!!!");
},
content: [
oNavContainer
],
ariaLabelledBy: oInvisibleText.getId()
});
/*
Third ResponsivePopover with NavContainer as content, but the header is
resposivepopover not in the pages of navcontainer.
The close button should be added to the header in responsivepopover not
to the navcontainer.
*/
var oButton2 = new sap.m.Button("btnPopoverHeader", {
text: "Header in Popover",
press: function(){
oResponsivePopover2.openBy(this);
}
});
var oPage3 = new sap.m.Page("listPage1", {
title: "Click on the list",
showNavButton: false,
showHeader: false,
content: [
new sap.m.Button("btnNextPage", {
text: "Next Page",
press: function(){
oNavContainer1.to("detailPage1");
}
})
]
});
var oPage4 = new sap.m.Page("detailPage1", {
title: "Detail Page",
showHeader: false,
content: [new sap.m.Button({
text: "Finish",
press: function(){
oNavContainer1.back();
}
})]
});
var oNavContainer1 = new sap.m.NavContainer({
initialPage: "listPage1",
pages: [oPage3, oPage4]
});
var oResponsivePopover2 = new sap.m.ResponsivePopover("popoverHeader", {
placement: sap.m.PlacementType.Bottom,
customHeader: new sap.m.Bar({
contentMiddle: new sap.m.Label({
text: "Shared title in Pages"
})
}),
contentWidth: "320px",
contentHeight: "400px",
content: oNavContainer1,
ariaLabelledBy: oInvisibleText.getId()
});
var page = new sap.m.Page("page1", {
title:"Page 1",
content: [
oButton, oButton1, oButton2, oInvisibleText
]
});
app.addPage(page);
app.placeAt("body");
</script>
</head>
<body id="body" class="sapUiBody">
</body>
</html>
| SQCLabs/openui5 | src/sap.m/test/sap/m/ResponsivePopover.html | HTML | apache-2.0 | 9,199 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Header <boost/numeric/odeint/stepper/symplectic_euler.hpp></title>
<link rel="stylesheet" href="../../../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../../index.html" title="Chapter 1. Boost.Numeric.Odeint">
<link rel="up" href="../../../../../odeint_reference.html" title="odeint Reference">
<link rel="prev" href="../../../../../boost/numeric/odeint/base_tag_dense_idp21301904.html" title="Struct base_tag<dense_output_stepper_tag>">
<link rel="next" href="../../../../../boost/numeric/odeint/symplectic_euler.html" title="Class template symplectic_euler">
</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="../../../../../logo.jpg"></td>
<td align="center"><a href="../../../../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../../../../boost/numeric/odeint/base_tag_dense_idp21301904.html"><img src="../../../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../../odeint_reference.html"><img src="../../../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../../index.html"><img src="../../../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../../../boost/numeric/odeint/symplectic_euler.html"><img src="../../../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="header.boost.numeric.odeint.stepper.symplectic_euler_hpp"></a>Header <<a href="../../../../../../../../../../boost/numeric/odeint/stepper/symplectic_euler.hpp" target="_top">boost/numeric/odeint/stepper/symplectic_euler.hpp</a>></h3></div></div></div>
<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">numeric</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">odeint</span> <span class="special">{</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Coor<span class="special">,</span> <span class="keyword">typename</span> Momentum <span class="special">=</span> <span class="identifier">Coor</span><span class="special">,</span>
<span class="keyword">typename</span> Value <span class="special">=</span> <span class="keyword">double</span><span class="special">,</span> <span class="keyword">typename</span> CoorDeriv <span class="special">=</span> <span class="identifier">Coor</span><span class="special">,</span>
<span class="keyword">typename</span> MomentumDeriv <span class="special">=</span> <span class="identifier">Coor</span><span class="special">,</span> <span class="keyword">typename</span> Time <span class="special">=</span> <span class="identifier">Value</span><span class="special">,</span>
<span class="keyword">typename</span> Algebra <span class="special">=</span> <span class="identifier">range_algebra</span><span class="special">,</span>
<span class="keyword">typename</span> Operations <span class="special">=</span> <span class="identifier">default_operations</span><span class="special">,</span>
<span class="keyword">typename</span> Resizer <span class="special">=</span> <span class="identifier">initially_resizer</span><span class="special">></span>
<span class="keyword">class</span> <a class="link" href="../../../../../boost/numeric/odeint/symplectic_euler.html" title="Class template symplectic_euler">symplectic_euler</a><span class="special">;</span>
<span class="special">}</span>
<span class="special">}</span>
<span class="special">}</span></pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2009-2012 Karsten
Ahnert and Mario Mulansky<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../../../../../boost/numeric/odeint/base_tag_dense_idp21301904.html"><img src="../../../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../../odeint_reference.html"><img src="../../../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../../index.html"><img src="../../../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../../../boost/numeric/odeint/symplectic_euler.html"><img src="../../../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| ryancoleman/autodock-vina | boost_1_54_0/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/symplectic_euler_hpp.html | HTML | apache-2.0 | 5,716 |
---
layout: pt-BR/basic
title: Amigos do Rust · A linguagem de programação Rust
---
<div id="users">
<h1>Amigos do Rust</h1>
<h2>(Organizações usando Rust em produção)</h2>
{% for user in site.data.users %}
{% assign mod = forloop.index | minus:1 | modulo:3 %}
{% if mod != 0 %}
{% continue %}
{% endif %}
{% assign offset = forloop.index | minus:1 %}
<div class="row">
{% for user in site.data.users limit:3 offset:offset %}
<div class="col-md-4 friend"
id="user-logo-{{offset}}-{{forloop.index}}">
<div class="user-container">
<a href="{{user.url}}" rel="nofollow" alt="{{user.name}}">
<img src="../user-logos/{{user.logo}}">
</a>
</div>
<div class="details user-detail fade-out"
id="user-details-{{offset}}-{{forloop.index}}">
<p><em>{{user.name}}</em> : {{user.how}}</p>
</div>
</div>
<script type="text/javascript">
var logo = document.getElementById("user-logo-{{offset}}-{{forloop.index}}");
logo.onmouseover = function() {
var allDetails = document.querySelectorAll(".user-detail");
for (var i = 0; i < allDetails.length; i++) {
var details = allDetails[i];
details.className = details.className.replace(" fade-in", "");
details.className = details.className.replace(" fade-out", "");
details.className += " fade-out";
}
var details = document.getElementById("user-details-{{offset}}-{{forloop.index}}");
details.className = details.className.replace(" fade-in", "");
details.className = details.className.replace(" fade-out", "");
details.className += " fade-in";
};
logo.onmouseout = function() {
var details = document.getElementById("user-details-{{offset}}-{{forloop.index}}");
details.className = details.className.replace(" fade-in", "");
details.className = details.className.replace(" fade-out", "");
details.className += " fade-out";
};
</script>
{% endfor %}
</div>
{% endfor %}
<p id="user-add-info">
Se a sua organização usa Rust em produção e você quer ela listada nessa página,<br/>por favor,
<a href="https://github.com/rust-lang/rust-www/issues/new?title=New+Website+Logo%3A+[insert+name]%0A&body=To+list+your+organization%27s+logo+on+the+Rust+website%2C+fill+out+the+following+information+and+click+%22submit+new+issue%22.+Alternately%2C+you+may+edit+_data%2Fusers.yml+as+described+therein+and+submit+a+pull+request.%0D%0A%0D%0A-+Organization+name%3A+%28as+you+want+it+displayed%29%0D%0A-+Homepage+url%3A+%28homepage%2Fprimary+entry+point+for+users%29%0D%0A-+Logo+url%3A+%28svg+if+possible%2C+pngs+over+400x200px+with+transparent+backgrounds+are+also+acceptable%29%0D%0A-+How+you+are+using+Rust%3A+%28one+sentence+describing+your+use+of+Rust%29%0D%0A-+Url+describing+Rust+usage%3A+%28optional+link+to+e.g.+blog+post+explaining+how+you+use+Rust%29%0D%0A-+Organization+contact%3A+%28name+and+email.+we+may+contact+you+when+updating+this+page.+alternately+you+may+email+this+information+to+user-logos%40rust-lang.org+and+it+will+be+kept+secret%29.%0D%0A">
abra uma issue e preencha a informação requisitada lá</a>.
</p>
</div>
<script type="text/javascript">
{% include friends.js %}
</script>
| ituxbag/rust-www | pt-BR/friends.html | HTML | apache-2.0 | 3,502 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<meta name="generator" content="JDiff v1.0.9">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
org.apache.hadoop.mapred.SequenceFileOutputFormat
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style">
</HEAD>
<BODY>
<!-- Start of nav bar -->
<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/SequenceFileOutputFormat.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u5</tt></B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.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="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="org.apache.hadoop.mapred.SequenceFileInputFormat.html"><B>PREV CLASS</B></A>
<A HREF="org.apache.hadoop.mapred.TaskAttemptContext.html"><B>NEXT CLASS</B></A>
<A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="org.apache.hadoop.mapred.SequenceFileOutputFormat.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
<TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD>
</TR>
</TABLE>
<HR>
<!-- End of nav bar -->
<H2>
Class org.apache.hadoop.mapred.<A HREF="../../api/org/apache/hadoop/mapred/SequenceFileOutputFormat.html" target="_top"><tt>SequenceFileOutputFormat</tt></A>
</H2>
<p><font size="+1">Change from deprecated to undeprecated.<br></font>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<a NAME="fields"></a>
<HR>
<!-- Start of nav bar -->
<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/SequenceFileOutputFormat.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u5</tt></B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.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="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="org.apache.hadoop.mapred.SequenceFileInputFormat.html"><B>PREV CLASS</B></A>
<A HREF="org.apache.hadoop.mapred.TaskAttemptContext.html"><B>NEXT CLASS</B></A>
<A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="org.apache.hadoop.mapred.SequenceFileOutputFormat.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
<TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD>
</TR>
</TABLE>
<HR>
<!-- End of nav bar -->
</BODY>
</HTML>
| YuMatsuzawa/HadoopEclipseProject | hadoop-0.20.2-cdh3u5/docs/jdiff-cloudera/changes/org.apache.hadoop.mapred.SequenceFileOutputFormat.html | HTML | apache-2.0 | 5,035 |
{% extends "base.html" %}
{% block title %}Staff - Moderation{% endblock %}
{% block js %}
<script>var disqus_api_key = '{{ disqus_api_key }}';</script>
<script src="{{ static_url }}static/bower/jquery-timeago/jquery.timeago.js"></script>
<script src="{{ static_url }}static/js/staff_moderation.js"></script>
{% endblock %}
{% block content %}
{% load choicesToString %}
{% load pagination %}
{% load imageurl %}
<div class="container">
<br><br>
<h1 class="text-center">Staff Active Moderation</h1>
<br>
<h1>Step 1. Moderate Event participations</h1>
<div class="row">
<div class="col-md-6">
<a href="/event/{{ latest_jp.japanese_name|urlencode }}/"
target="_blank" style="white-space: normal"
class="btn btn-block btn-{{ btnColor }} btn-lg">
<h1>Check the ranking of the latest JP event</h1>
<p>Check the ranking and points. Share a screenshot to prove that it's wrong.</p>
<img src="{% eventimageurl event=latest_jp english=False %}" class="img-responsive">
</a>
</div>
<div class="col-md-6">
<a href="/event/{{ latest_en.japanese_name|urlencode }}/"
target="_blank" style="white-space: normal"
class="btn btn-block btn-{{ btnColor }} btn-lg">
<h1>Check the ranking of the latest EN event</h1>
<p>Check the ranking and points. Share a screenshot to prove that it's wrong.</p>
<img src="{% eventimageurl event=latest_en english=True %}" class="img-responsive">
</a>
</div>
</div>
<br><br>
<h1>Step 2. Moderate Accounts</h1>
<a href="/users/?verified=0&language=JP&reverse_order=on"
target="_blank" style="white-space: normal"
class="btn btn-block btn-{{ btnColor }} btn-lg">
<h1>Check unverified high ranked JP accounts</h1>
<p>Check the friend ID in game and if you decide to report, share a screenshot</p>
</a><br>
<a href="/users/?verified=0&language=EN&reverse_order=on"
target="_blank" style="white-space: normal"
class="btn btn-block btn-{{ btnColor }} btn-lg">
<h1>Check unverified high ranked EN accounts</h1>
<p>Check the friend ID in game and if you decide to report, share a screenshot</p>
</a><br><br>
<a href="/users/?verified=3&language=JP&reverse_order=on"
target="_blank" style="white-space: normal"
class="btn btn-block btn-{{ btnColor }} btn-lg">
<h1>Check verified JP accounts</h1>
<p>Look at activities to find anything suspicious (rank jumps to quickly, 10+ URs at the same time, etc.)</p>
</a><br>
<a href="/users/?verified=3&language=EN&reverse_order=on"
target="_blank" style="white-space: normal"
class="btn btn-block btn-{{ btnColor }} btn-lg">
<h1>Check verified EN accounts</h1>
<p>Look at activities to find anything suspicious (rank jumps to quickly, 10+ URs at the same time, etc.)</p>
</a><br><br>
<hr>
<br><br>
<h1>Step 3. Moderate Comments</h1>
<h2>Read all the latest comments</h2>
<p>Report any spam, insult or negative comment</p>
<br><br>
<style type="text/css" media="screen"> .dsq-widget ul.dsq-widget-list { padding: 0; margin: 0; text-align: left; } img.dsq-widget-avatar { width: 32px; height: 32px; border: 0px; margin: 0px; padding: 0px 3px 3px 0px; float: left; } a.dsq-widget-user { font-weight: bold; } a.dsq-widget-thread { font-weight: bold; } p.dsq-widget-meta { clear: both; font-size: 80%; padding: 0; margin: 0; } li.dsq-widget-item { margin: 15px 0; list-style-type: none; clear: both; } span.dsq-widget-clout { padding: 0 2px; background-color: #ff7300; color: #fff; } table.dsq-widget-horiz td { padding-right: 15px; } .dsq-widget-comment p { display: inline; } </style>
<div id="disqus_comments">
<div class="disqus_loading" style="font-size: 4em; text-align: center;"><i class="flaticon-loading"></i></div>
</div>
<br><br><br><br><br>
{% include 'disqus.html' with disqus_identifier='staff-moderation' %}
</div>
{% endblock %}
| SchoolIdolTomodachi/SchoolIdolAPI | web/templates/staff_moderation.html | HTML | apache-2.0 | 3,944 |
<!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_26) on Tue Feb 14 08:16:37 UTC 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.record.compiler.JString (Hadoop 1.0.1 API)
</TITLE>
<META NAME="date" CONTENT="2012-02-14">
<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.record.compiler.JString (Hadoop 1.0.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/record/compiler/JString.html" title="class in org.apache.hadoop.record.compiler"><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/record/compiler//class-useJString.html" target="_top"><B>FRAMES</B></A>
<A HREF="JString.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.record.compiler.JString</B></H2>
</CENTER>
No usage of org.apache.hadoop.record.compiler.JString
<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/record/compiler/JString.html" title="class in org.apache.hadoop.record.compiler"><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/record/compiler//class-useJString.html" target="_top"><B>FRAMES</B></A>
<A HREF="JString.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>
| zhaobj/MyHadoop | docs/api/org/apache/hadoop/record/compiler/class-use/JString.html | HTML | apache-2.0 | 6,075 |
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>IRemoteCommand Properties</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">An NDoc Documented Class Library</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">IRemoteCommand Properties</h1>
</div>
</div>
<div id="nstext">
<p>The properties of the <b>IRemoteCommand</b> interface are listed below. For a complete list of <b>IRemoteCommand</b> interface members, see the <a href="Selenium.IRemoteCommandMembers.html">IRemoteCommand Members</a> topic.</p>
<h4 class="dtH4">Public Instance Properties</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="Selenium.IRemoteCommand.CommandString.html">CommandString</a></td><td width="50%"> A string representation of this command </td></tr></table>
</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Selenium.IRemoteCommand.html">IRemoteCommand Interface</a> | <a href="Selenium.html">Selenium Namespace</a></p>
</div>
</body>
</html> | dineshkummarc/gitak-1.0 | server/selenium-remote-control-1.0.3/selenium-dotnet-client-driver-1.0.1/doc/Selenium.IRemoteCommandProperties.html | HTML | apache-2.0 | 1,606 |
<!doctype html><html lang=en><head><title>Redirecting…</title><link rel=canonical href=/v1.4/about/bugs/><meta name=robots content=noindex><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.4/about/bugs/"></head><body><h1>Redirecting…</h1><a href=/v1.4/about/bugs/>Click here if you are not redirected.</a></body></html> | istio/istio.io | archive/v1.4/help/bugs/index.html | HTML | apache-2.0 | 348 |
<!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_13) on Wed Apr 02 19:28:45 CDT 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class net.sf.antcontrib.cpptasks.intel.IntelLinux32CCompiler (cpptasks 1.0b5 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 net.sf.antcontrib.cpptasks.intel.IntelLinux32CCompiler (cpptasks 1.0b5 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="../../../../../../net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html" title="class in net.sf.antcontrib.cpptasks.intel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?net/sf/antcontrib/cpptasks/intel//class-useIntelLinux32CCompiler.html" target="_top"><B>FRAMES</B></A>
<A HREF="IntelLinux32CCompiler.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>net.sf.antcontrib.cpptasks.intel.IntelLinux32CCompiler</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html" title="class in net.sf.antcontrib.cpptasks.intel">IntelLinux32CCompiler</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#net.sf.antcontrib.cpptasks.intel"><B>net.sf.antcontrib.cpptasks.intel</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="net.sf.antcontrib.cpptasks.intel"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html" title="class in net.sf.antcontrib.cpptasks.intel">IntelLinux32CCompiler</A> in <A HREF="../../../../../../net/sf/antcontrib/cpptasks/intel/package-summary.html">net.sf.antcontrib.cpptasks.intel</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../net/sf/antcontrib/cpptasks/intel/package-summary.html">net.sf.antcontrib.cpptasks.intel</A> that return <A HREF="../../../../../../net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html" title="class in net.sf.antcontrib.cpptasks.intel">IntelLinux32CCompiler</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html" title="class in net.sf.antcontrib.cpptasks.intel">IntelLinux32CCompiler</A></CODE></FONT></TD>
<TD><CODE><B>IntelLinux32CCompiler.</B><B><A HREF="../../../../../../net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html#getInstance()">getInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html" title="class in net.sf.antcontrib.cpptasks.intel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?net/sf/antcontrib/cpptasks/intel//class-useIntelLinux32CCompiler.html" target="_top"><B>FRAMES</B></A>
<A HREF="IntelLinux32CCompiler.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 © 2001-2008 <a href="http://ant-contrib.sourceforge.net">Ant-Contrib Project</a>. All Rights Reserved.
</BODY>
</HTML>
| 1spatial/cpptasks-parallel | site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux32CCompiler.html | HTML | apache-2.0 | 8,335 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Head First Lounge Directions</title>
</head>
<body>
<h1>Directions</h1>
<p>Take the 305 S exit to Webville - go 0.4 mi</p>
<p>Continue on 305 - go 12 mi</p>
<p>Turn right at Structure Ave N - go 0.6 mi</p>
<p>Turn right and head toward Structure Ave N - go 0.0 mi</p>
<p>Turn right at Structure Ave N - go 0.7 mi</p>
<p>Continue on Stucture Ave S - go 0.2 mi</p>
<p>Turn right at SW Presentation Way - go 0.0 mi</p>
<p>
<a href="../lounge.html">Back to the Lounge</a>
</p>
</body>
</html>
| huang303513/HTML5-CSS-JAVASCRIPT | 书籍学习源码练习/Head First html&css学习代码/chapter6/about/directions.html | HTML | apache-2.0 | 631 |
<!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_21) on Wed May 04 07:58:35 PDT 2011 -->
<TITLE>
Uses of Class org.apache.hadoop.metrics2.impl.MetricsRecordImpl (Hadoop 0.20.203.0 API)
</TITLE>
<META NAME="date" CONTENT="2011-05-04">
<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.metrics2.impl.MetricsRecordImpl (Hadoop 0.20.203.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/metrics2/impl/MetricsRecordImpl.html" title="class in org.apache.hadoop.metrics2.impl"><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/metrics2/impl//class-useMetricsRecordImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="MetricsRecordImpl.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.metrics2.impl.MetricsRecordImpl</B></H2>
</CENTER>
No usage of org.apache.hadoop.metrics2.impl.MetricsRecordImpl
<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/metrics2/impl/MetricsRecordImpl.html" title="class in org.apache.hadoop.metrics2.impl"><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/metrics2/impl//class-useMetricsRecordImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="MetricsRecordImpl.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>
| zincumyx/Mammoth | mammoth-src/docs/api/org/apache/hadoop/metrics2/impl/class-use/MetricsRecordImpl.html | HTML | apache-2.0 | 6,165 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_06) on Thu Feb 03 19:04:31 EST 2005 -->
<TITLE>
net.sf.antcontrib.platform (Ant Contrib)
</TITLE>
<META NAME="keywords" CONTENT="net.sf.antcontrib.platform package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="net.sf.antcontrib.platform (Ant Contrib)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../net/sf/antcontrib/perf/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../net/sf/antcontrib/process/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package net.sf.antcontrib.platform
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/platform/OsFamily.html" title="class in net.sf.antcontrib.platform">OsFamily</A></B></TD>
<TD>Task definition for the <code>OsFamily</code> task.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/platform/Platform.html" title="class in net.sf.antcontrib.platform">Platform</A></B></TD>
<TD></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/platform/ShellScriptTask.html" title="class in net.sf.antcontrib.platform">ShellScriptTask</A></B></TD>
<TD>A generic front-end for passing "shell lines" to any application which can
accept a filename containing script input (bash, perl, csh, tcsh, etc.).</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../net/sf/antcontrib/perf/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../net/sf/antcontrib/process/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT 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>
| blueblazeassociates/ant-contrib | docs/api/net/sf/antcontrib/platform/package-summary.html | HTML | apache-2.0 | 6,423 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Fitted R-MAXQ: Class Members - Related Functions</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li id="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li id="current"><a href="functions_rela.html"><span>Related Functions</span></a></li>
</ul>
</div>
<p>
<ul>
<li>Action
: <a class="el" href="classPlanner_1_1DecisionState_1_1Action.html#dd62ff06348b049c66909d784c6dbbc5">Planner::DecisionState::Action</a>, <a class="el" href="classMDP_1_1State_1_1Action.html#2feee4ad77fefec6d25915486b0dc9f3">MDP::State::Action</a>, <a class="el" href="classPlanner_1_1DecisionState.html#2df56bce875115e30eee589571642e33">Planner::DecisionState</a>, <a class="el" href="classMDP_1_1State.html#2df56bce875115e30eee589571642e33">MDP::State</a><li>DecisionState
: <a class="el" href="classPlanner_1_1DecisionState.html#1f50c4b0373a0ff287b68cbaeddf9da8">Planner::DecisionState</a>, <a class="el" href="classPlanner.html#32bc7816c2daf35597e8487b948cc794">Planner</a><li>DiscretizationAverage
: <a class="el" href="classDiscretizationAverager_1_1DiscretizationAverage.html#523b24c112e36258506840967bddd583">DiscretizationAverager::DiscretizationAverage</a>, <a class="el" href="classDiscretizationAverager.html#76cdd7fe9213cb80db916beaf8d63b05">DiscretizationAverager</a><li>InterpolationAverage
: <a class="el" href="classInterpolationAverager_1_1InterpolationAverage.html#f2fadc6be09467f7bc6d9e6f753bdf7d">InterpolationAverager::InterpolationAverage</a>, <a class="el" href="classInterpolationAverager.html#be50f763ffa4b6e589ae60349baf07bc">InterpolationAverager</a><li>KernelAverage
: <a class="el" href="classKernelAverager_1_1KernelAverage.html#9b57e7a871f629652eac7c8063b31d4f">KernelAverager::KernelAverage</a>, <a class="el" href="classKernelAverager.html#5588fecc4225507f2cdd3a16357b6d73">KernelAverager</a><li>operator<<
: <a class="el" href="classGridworld.html#603d4cf16d869f7d172bfc30bb15bdfb">Gridworld</a><li>ProjectionAverage
: <a class="el" href="classProjectionAverager_1_1ProjectionAverage.html#b87f8eb988bce4fe57430fcf928e2c0c">ProjectionAverager::ProjectionAverage</a>, <a class="el" href="classProjectionAverager.html#0a03e61b2821c5c89f1115499842f9e7">ProjectionAverager</a><li>State
: <a class="el" href="classPredictor_1_1State.html#6509bb238af3da12276ab339c03a3956">Predictor::State</a>, <a class="el" href="classMDP_1_1State.html#7122b54d1203dac6ea6860a8d5a8f816">MDP::State</a>, <a class="el" href="classPredictor.html#7edbf9e31116a21e4e18cd2dd004ae63">Predictor</a>, <a class="el" href="classMDP.html#7edbf9e31116a21e4e18cd2dd004ae63">MDP</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 1 14:50:56 2010 for Fitted R-MAXQ by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>
| chaostrigger/rl-library | projects/packages/fitted-R-MAXQ/html/functions_rela.html | HTML | apache-2.0 | 4,088 |
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Markercluster with Mapbox marker data</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
</head>
<body>
<script src='./data/dataset2015.js'></script>
<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v1.0.0/leaflet.markercluster.js'></script>
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v1.0.0/MarkerCluster.css' rel='stylesheet' />
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v1.0.0/MarkerCluster.Default.css' rel='stylesheet' />
<div id='map'></div>
<script>
L.mapbox.accessToken = 'pk.eyJ1IjoibmtnNDQ4IiwiYSI6ImNpd3JncG45bjBzZDIyeXFsd2ZnOHA4MXIifQ.cUQfTxmm4r87cMn6LfJ3Vw';
// Here we don't use the second argument to map, since that would automatically
// load in non-clustered markers from the layer. Instead we add just the
// backing tileLayer, and then use the featureLayer only for its data.
var map = L.mapbox.map('map')
.setView([30.32067, -97.715944], 13)
.addLayer(L.mapbox.tileLayer('mapbox.streets'));
console.log(dataset2015.features.length)
var markers = new L.MarkerClusterGroup();
for (var i = 0; i < dataset2015.features.length; i++) {
var latLong = dataset2015.features[i].geometry.coordinates;
var title = dataset2015.features[i].properties.name;
var marker = L.marker(new L.LatLng(latLong[1], latLong[0]), {
icon: L.mapbox.marker.icon({'marker-symbol': 'car', 'marker-color': '0044FF'}),
title: title
});
marker.bindPopup(title);
markers.addLayer(marker);
}
map.addLayer(markers);
</script>
</body>
</html> | smaashthemac/data-pump | app/maptests/clusteredmap.html | HTML | apache-2.0 | 1,978 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Wed Oct 12 20:49:58 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.apache.flume.instrumentation.http (Apache Flume 1.7.0 API)</title>
<meta name="date" content="2016-10-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package org.apache.flume.instrumentation.http (Apache Flume 1.7.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/flume/instrumentation/http/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 org.apache.flume.instrumentation.http" class="title">Uses of Package<br>org.apache.flume.instrumentation.http</h1>
</div>
<div class="contentContainer">No usage of org.apache.flume.instrumentation.http</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?org/apache/flume/instrumentation/http/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 © 2009-2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>
| wangchuande/apache-flume-1.7.0 | docs/apidocs/org/apache/flume/instrumentation/http/package-use.html | HTML | apache-2.0 | 4,172 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Comment - Ember OSF Addon</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="icon" href="../assets/favicon.ico">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="https://cdn.cos.io/static/images/cos_wide.png" title="Ember OSF Addon"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.25.0</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/Analytics.html">Analytics</a></li>
<li><a href="../classes/auth.html">auth</a></li>
<li><a href="../classes/author-link.html">author-link</a></li>
<li><a href="../classes/buildSecondaryNavLinks.html">buildSecondaryNavLinks</a></li>
<li><a href="../classes/CasAuthenticatedRouteMixin.html">CasAuthenticatedRouteMixin</a></li>
<li><a href="../classes/ChronosJournals.html">ChronosJournals</a></li>
<li><a href="../classes/ChronosSubmissions.html">ChronosSubmissions</a></li>
<li><a href="../classes/Citation.html">Citation</a></li>
<li><a href="../classes/citation-widget.html">citation-widget</a></li>
<li><a href="../classes/Collection.html">Collection</a></li>
<li><a href="../classes/Comment.html">Comment</a></li>
<li><a href="../classes/comment-detail.html">comment-detail</a></li>
<li><a href="../classes/comment-form.html">comment-form</a></li>
<li><a href="../classes/comment-pane.html">comment-pane</a></li>
<li><a href="../classes/CommentableMixin.html">CommentableMixin</a></li>
<li><a href="../classes/CommentReport.html">CommentReport</a></li>
<li><a href="../classes/Contributor.html">Contributor</a></li>
<li><a href="../classes/current-user.html">current-user</a></li>
<li><a href="../classes/discover-page.html">discover-page</a></li>
<li><a href="../classes/DraftRegistration.html">DraftRegistration</a></li>
<li><a href="../classes/dropzone-widget.html">dropzone-widget</a></li>
<li><a href="../classes/elem-id.html">elem-id</a></li>
<li><a href="../classes/eosf-project-nav.html">eosf-project-nav</a></li>
<li><a href="../classes/faceted-search.html">faceted-search</a></li>
<li><a href="../classes/File.html">File</a></li>
<li><a href="../classes/file-browser.html">file-browser</a></li>
<li><a href="../classes/file-browser-icon.html">file-browser-icon</a></li>
<li><a href="../classes/file-chooser component.html">file-chooser component</a></li>
<li><a href="../classes/file-editor.html">file-editor</a></li>
<li><a href="../classes/file-manager.html">file-manager</a></li>
<li><a href="../classes/file-renderer.html">file-renderer</a></li>
<li><a href="../classes/file-version.html">file-version</a></li>
<li><a href="../classes/file-widget.html">file-widget</a></li>
<li><a href="../classes/FileCacheBypassMixin.html">FileCacheBypassMixin</a></li>
<li><a href="../classes/FileItemMixin.html">FileItemMixin</a></li>
<li><a href="../classes/FileProvider.html">FileProvider</a></li>
<li><a href="../classes/FileVersion.html">FileVersion</a></li>
<li><a href="../classes/filterReplace.html">filterReplace</a></li>
<li><a href="../classes/fix-special-char.html">fix-special-char</a></li>
<li><a href="../classes/fix-special-char-helper.html">fix-special-char-helper</a></li>
<li><a href="../classes/fixstring.html">fixstring</a></li>
<li><a href="../classes/GenericDataADapter.html">GenericDataADapter</a></li>
<li><a href="../classes/getDisplayName.html">getDisplayName</a></li>
<li><a href="../classes/HostAppNameMixin.html">HostAppNameMixin</a></li>
<li><a href="../classes/human-file-size.html">human-file-size</a></li>
<li><a href="../classes/ifFilter.html">ifFilter</a></li>
<li><a href="../classes/InfinityCustomMixin.html">InfinityCustomMixin</a></li>
<li><a href="../classes/Institution.html">Institution</a></li>
<li><a href="../classes/license-picker.html">license-picker</a></li>
<li><a href="../classes/Log.html">Log</a></li>
<li><a href="../classes/Metaschema.html">Metaschema</a></li>
<li><a href="../classes/mimeTypes.html">mimeTypes</a></li>
<li><a href="../classes/navbar-auth-dropdown.html">navbar-auth-dropdown</a></li>
<li><a href="../classes/new-navbar-auth-dropdown.html">new-navbar-auth-dropdown</a></li>
<li><a href="../classes/Node.html">Node</a></li>
<li><a href="../classes/NodeActionsMixin.html">NodeActionsMixin</a></li>
<li><a href="../classes/NodeLink.html">NodeLink</a></li>
<li><a href="../classes/oauth-popup.html">oauth-popup</a></li>
<li><a href="../classes/old-file-browser.html">old-file-browser</a></li>
<li><a href="../classes/osf-copyright.html">osf-copyright</a></li>
<li><a href="../classes/osf-footer.html">osf-footer</a></li>
<li><a href="../classes/osf-mode-footer.html">osf-mode-footer</a></li>
<li><a href="../classes/osf-navbar.html">osf-navbar</a></li>
<li><a href="../classes/osf-paginator.html">osf-paginator</a></li>
<li><a href="../classes/osf-services.html">osf-services</a></li>
<li><a href="../classes/OsfAdapter.html">OsfAdapter</a></li>
<li><a href="../classes/OsfAgnosticAuthController.html">OsfAgnosticAuthController</a></li>
<li><a href="../classes/OsfAgnosticAuthRoute.html">OsfAgnosticAuthRoute</a></li>
<li><a href="../classes/OsfCookieAuthenticator.html">OsfCookieAuthenticator</a></li>
<li><a href="../classes/OsfCookieAuthorizer.html">OsfCookieAuthorizer</a></li>
<li><a href="../classes/OsfCookieLoginController.html">OsfCookieLoginController</a></li>
<li><a href="../classes/OsfCookieLoginRoute.html">OsfCookieLoginRoute</a></li>
<li><a href="../classes/OsfModel.html">OsfModel</a></li>
<li><a href="../classes/OsfSerializer.html">OsfSerializer</a></li>
<li><a href="../classes/OsfTokenAuthenticator.html">OsfTokenAuthenticator</a></li>
<li><a href="../classes/OsfTokenAuthorizer.html">OsfTokenAuthorizer</a></li>
<li><a href="../classes/OsfTokenLoginControllerMixin.html">OsfTokenLoginControllerMixin</a></li>
<li><a href="../classes/OsfTokenLoginRouteMixin.html">OsfTokenLoginRouteMixin</a></li>
<li><a href="../classes/outside-click.html">outside-click</a></li>
<li><a href="../classes/PaginatedControllerMixin.html">PaginatedControllerMixin</a></li>
<li><a href="../classes/PaginatedRouteMixin.html">PaginatedRouteMixin</a></li>
<li><a href="../classes/pagination-control.html">pagination-control</a></li>
<li><a href="../classes/permissions.html">permissions</a></li>
<li><a href="../classes/Preprint.html">Preprint</a></li>
<li><a href="../classes/project-selector.html">project-selector</a></li>
<li><a href="../classes/providerRegex.html">providerRegex</a></li>
<li><a href="../classes/Registration.html">Registration</a></li>
<li><a href="../classes/RegistrationActionsMixin.html">RegistrationActionsMixin</a></li>
<li><a href="../classes/scheduled-banner.html">scheduled-banner</a></li>
<li><a href="../classes/search-dropdown.html">search-dropdown</a></li>
<li><a href="../classes/search-facet-locked.html">search-facet-locked</a></li>
<li><a href="../classes/search-help-modal.html">search-help-modal</a></li>
<li><a href="../classes/search-result.html">search-result</a></li>
<li><a href="../classes/service-links.html">service-links</a></li>
<li><a href="../classes/sharing-icons.html">sharing-icons</a></li>
<li><a href="../classes/sharing-icons-popover
Sample usage:
{{sharing-icons
title=title
description=description
hyperlink=hyperlink
metricsExtra=metricsExtra
}}.html">sharing-icons-popover
Sample usage:
{{sharing-icons
title=title
description=description
hyperlink=hyperlink
metricsExtra=metricsExtra
}}</a></li>
<li><a href="../classes/sign-up.html">sign-up</a></li>
<li><a href="../classes/sortOptionDisplay.html">sortOptionDisplay</a></li>
<li><a href="../classes/Subscription.html">Subscription</a></li>
<li><a href="../classes/TaggableMixin.html">TaggableMixin</a></li>
<li><a href="../classes/tags-widget.html">tags-widget</a></li>
<li><a href="../classes/Taxonomy.html">Taxonomy</a></li>
<li><a href="../classes/theme.html">theme</a></li>
<li><a href="../classes/total-share-results.html">total-share-results</a></li>
<li><a href="../classes/User.html">User</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/adapters.html">adapters</a></li>
<li><a href="../modules/authenticators.html">authenticators</a></li>
<li><a href="../modules/authorizers.html">authorizers</a></li>
<li><a href="../modules/components.html">components</a></li>
<li><a href="../modules/const.html">const</a></li>
<li><a href="../modules/ember-osf.html">ember-osf</a></li>
<li><a href="../modules/helpers.html">helpers</a></li>
<li><a href="../modules/mixins.html">mixins</a></li>
<li><a href="../modules/models.html">models</a></li>
<li><a href="../modules/serializers.html">serializers</a></li>
<li><a href="../modules/services.html">services</a></li>
<li><a href="../modules/transforms.html">transforms</a></li>
<li><a href="../modules/utils.html">utils</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1>Comment Class</h1>
<div class="box meta">
<div class="foundat">
Defined in: <a href="../files/addon_models_comment.js.html#l10"><code>addon/models/comment.js:10</code></a>
</div>
Module: <a href="../modules/models.html">models</a><br>
Parent Module: <a href="../modules/ember-osf.html">ember-osf</a>
</div>
<div class="box intro">
<p>Model for OSF APIv2 comments. This model may be used with one of several API endpoints. It may be queried directly,
or accessed via relationship fields.
For field and usage information, see:</p>
<ul>
<li><a href="https://api.osf.io/v2/docs/#!/v2/Comment_Detail_GET">https://api.osf.io/v2/docs/#!/v2/Comment_Detail_GET</a></li>
<li><a href="https://api.osf.io/v2/docs/#!/v2/Node_Comments_List_GET">https://api.osf.io/v2/docs/#!/v2/Node_Comments_List_GET</a></li>
<li><a href="https://api.osf.io/v2/docs/#!/v2/Registration_Comments_List_GET">https://api.osf.io/v2/docs/#!/v2/Registration_Comments_List_GET</a></li>
</ul>
</div>
<div id="classdocs" class="tabview">
<ul class="api-class-tabs">
<li class="api-class-tab index"><a href="#index">Index</a></li>
</ul>
<div>
<div id="index" class="api-class-tabpanel index">
<h2 class="off-left">Item Index</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
| jamescdavis/ember-osf | docs/classes/Comment.html | HTML | apache-2.0 | 17,212 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.