code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3 values | license stringclasses 5 values | size int64 2 1.05M |
|---|---|---|---|---|---|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>PART</title>
<link rel="root" href=""/> <!-- for JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/>
<link rel="stylesheet" type="text/css" href="../../css/hint.css"/>
<script type="text/javascript" src="../../lib/ext/head.load.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
<script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script>
<!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo -->
<!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page.
<script>
(function() {
var cx = '001145188882102106025:dl1mehhcgbo';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script> -->
<!-- <link rel="shortcut icon" href="favicon.ico"/> -->
</head>
<body>
<div id="main" class="center">
<div id="hp-header">
<table width="100%"><tr><td width="50%">
<span class="header-text"><a href="http://universaldependencies.org/#language-yue">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_yue/pos/PART.md" target="#">edit page</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span>
</td><td>
<gcse:search></gcse:search>
</td></tr></table>
</div>
<hr/>
<div class="v2complete">
This page pertains to UD version 2.
</div>
<div id="content">
<noscript>
<div id="noscript">
It appears that you have Javascript disabled.
Please consider enabling Javascript for this page to see the visualizations.
</div>
</noscript>
<!-- The content may include scripts and styles, hence we must load the shared libraries before the content. -->
<script type="text/javascript">
console.time('loading libraries');
var root = '../../'; // filled in by jekyll
head.js(
// External libraries
// DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all.
root + 'lib/ext/jquery.min.js',
root + 'lib/ext/jquery.svg.min.js',
root + 'lib/ext/jquery.svgdom.min.js',
root + 'lib/ext/jquery.timeago.js',
root + 'lib/ext/jquery-ui.min.js',
root + 'lib/ext/waypoints.min.js',
root + 'lib/ext/jquery.address.min.js'
);
</script>
<h2><code>PART</code>: particle</h2>
<h3 id="definition">Definition</h3>
<p>Particles are function words that must be associated with another word, phrase, or clause to impart meaning and that do not satisfy definitions of other universal parts of speech (such as <code class="language-plaintext highlighter-rouge">ADP</code>, <code class="language-plaintext highlighter-rouge">AUX</code>, <code class="language-plaintext highlighter-rouge">CCONJ</code>, or <code class="language-plaintext highlighter-rouge">SCONJ</code>).</p>
<p>In Cantonese, particles include the genitive/associative/relativizer/nominalizer marker 嘅 / <em>ge3</em>; 得 / <em>dak1</em> and 到 / <em>dou3</em> in V-得/到 extent/descriptive constructions (see <a><code class="language-plaintext highlighter-rouge">compound:ext</code></a>); the manner adverbializer 噉 / <em>gam2</em>; the “et cetera” marker 等(等) / <em>dang2(dang2)</em>; sentence-final particles; the quantifiers 埋 / <em>maai4</em> and 晒 / <em>saai3</em>; the adversative 親 / <em>can1</em>; and so on.</p>
<h3 id="examples">Examples</h3>
<ul>
<li>Genitive 的
<ul>
<li>狗 <b>嘅</b> 尾巴 / <em>gau2 <b>ge3</b> mei4baa1</em> “a dog’s tail”</li>
</ul>
</li>
<li>Associative 的
<ul>
<li>開心 <b>嘅</b> 小朋友 / <em>hoi1sam1 <b>ge3</b> sai3lou6zai2</em> “happy children”</li>
</ul>
</li>
<li>Relativizer 的
<ul>
<li>跴 單車 <b>嘅</b> 人 / <em>yaai2 daan1ce1 <b>ge1</b> jan4</em> “people who bike”</li>
</ul>
</li>
<li>Nominalizer 的
<ul>
<li>食 唔 晒 <b>嘅</b> 唔 准 走 / <em>sik3 m5 saai3 <b>ge3</b> m4 zeon2 zau2</em> “those who don’t finish eating aren’t allowed to go”</li>
</ul>
</li>
<li>Extent/descriptive 得到
<ul>
<li>佢 跑 <b>得</b> 好 快 /<em>keoi5 pao2 <b>dak1</b> hou2 faai3</em> “He runs very fast.”</li>
<li>佢 跑 <b>到</b> 出 晒 汗 /<em>keoi5 pao2 <b>dou3</b> ceot1 saai3 hon6</em> “He ran himself soaked in sweat.”</li>
</ul>
</li>
<li>Adverbializer 地
<ul>
<li>佢 慢慢 <b>噉</b> 跑 / <em>keoi5 maan6maan6*2 <b>gam2</b> pao2</em> “He’s running slowly.”</li>
</ul>
</li>
<li>Etc. marker
<ul>
<li>呢度 有 梨,橙,<b>等等</b> / <em>ni1dou6 jau5 lei2, caang2, <b>dang2dang2</b></em> “There are pears, oranges, etc. here.”</li>
</ul>
</li>
<li>Sentence-final particles
<ul>
<li>你 想 去 <b>呀</b> ? / <em>nei5 soeng2 heoi3 <b>aa4</b></em> “Do you want to go?”</li>
<li>我哋 一齊 去 <b>喇</b> / <em>ngo5dei6 jat1cai4 heoi3 <b>laa1</b></em> “Let’s go together.”</li>
<li>佢 一 個 人 <b>啫</b> / <em>keoi5 jat1 go3 jan4 <b>ze1</b></em> “It’s just him, one person.”</li>
<li>佢哋 一定 嚟 <b>嘅</b> / <em>keoi5dei6 jat1ding6 lei4 <b>ge3</b></em> “They will definitely come.”</li>
</ul>
</li>
<li>Quantifiers
<ul>
<li>畀 <b>埋</b> 我 / <em>bei2 <b>maai4</b> ngo5</em> “Give me that as well.”</li>
<li>佢哋 走 <b>晒</b> / <em>keoi5dei6 zau2 <b>saai3</b></em> “They all left.”</li>
</ul>
</li>
<li>Adversative 親
<ul>
<li>佢 跌 <b>親</b> / <em>keoi5 dit3 <b>can1</b></em> “He fell.”
<!-- Interlanguage links updated St lis 3 20:58:12 CET 2021 --></li>
</ul>
</li>
</ul>
<!-- "in other languages" links -->
<hr/>
PART in other languages:
[<a href="../../bej/pos/PART.html">bej</a>]
[<a href="../../bg/pos/PART.html">bg</a>]
[<a href="../../bm/pos/PART.html">bm</a>]
[<a href="../../cs/pos/PART.html">cs</a>]
[<a href="../../cy/pos/PART.html">cy</a>]
[<a href="../../da/pos/PART.html">da</a>]
[<a href="../../en/pos/PART.html">en</a>]
[<a href="../../ess/pos/PART.html">ess</a>]
[<a href="../../et/pos/PART.html">et</a>]
[<a href="../../fi/pos/PART.html">fi</a>]
[<a href="../../fr/pos/PART.html">fr</a>]
[<a href="../../ga/pos/PART.html">ga</a>]
[<a href="../../grc/pos/PART.html">grc</a>]
[<a href="../../hu/pos/PART.html">hu</a>]
[<a href="../../hy/pos/PART.html">hy</a>]
[<a href="../../it/pos/PART.html">it</a>]
[<a href="../../ja/pos/PART.html">ja</a>]
[<a href="../../kpv/pos/PART.html">kpv</a>]
[<a href="../../myv/pos/PART.html">myv</a>]
[<a href="../../no/pos/PART.html">no</a>]
[<a href="../../pcm/pos/PART.html">pcm</a>]
[<a href="../../pt/pos/PART.html">pt</a>]
[<a href="../../ru/pos/PART.html">ru</a>]
[<a href="../../sl/pos/PART.html">sl</a>]
[<a href="../../sv/pos/PART.html">sv</a>]
[<a href="../../tr/pos/PART.html">tr</a>]
[<a href="../../tt/pos/PART.html">tt</a>]
[<a href="../../uk/pos/PART.html">uk</a>]
[<a href="../../u/pos/PART.html">u</a>]
[<a href="../../urj/pos/PART.html">urj</a>]
[<a href="../../yue/pos/PART.html">yue</a>]
[<a href="../../zh/pos/PART.html">zh</a>]
</div>
<!-- support for embedded visualizations -->
<script type="text/javascript">
var root = '../../'; // filled in by jekyll
head.js(
// We assume that external libraries such as jquery.min.js have already been loaded outside!
// (See _layouts/base.html.)
// brat helper modules
root + 'lib/brat/configuration.js',
root + 'lib/brat/util.js',
root + 'lib/brat/annotation_log.js',
root + 'lib/ext/webfont.js',
// brat modules
root + 'lib/brat/dispatcher.js',
root + 'lib/brat/url_monitor.js',
root + 'lib/brat/visualizer.js',
// embedding configuration
root + 'lib/local/config.js',
// project-specific collection data
root + 'lib/local/collections.js',
// Annodoc
root + 'lib/annodoc/annodoc.js',
// NOTE: non-local libraries
'https://spyysalo.github.io/conllu.js/conllu.js'
);
var webFontURLs = [
// root + 'static/fonts/Astloch-Bold.ttf',
root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf',
root + 'static/fonts/Liberation_Sans-Regular.ttf'
];
var setupTimeago = function() {
jQuery("time.timeago").timeago();
};
head.ready(function() {
setupTimeago();
// mark current collection (filled in by Jekyll)
Collections.listing['_current'] = 'yue';
// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55233688-1', 'auto');
ga('send', 'pageview');
</script>
<div id="footer">
<p class="footer-text">© 2014–2021
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
| UniversalDependencies/universaldependencies.github.io | yue/pos/PART.html | HTML | apache-2.0 | 10,910 |
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<form class="form-horizontal">
<div class="container" id ="header">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1>
Tarjeta Profesional <button class="btn btn-primary">Agregar</button>
</h1>
</div>
<ul class="nav nav-tabs" role="tablist" >
<li role="presentation" class="active"><a href="#home" aria-controls="home" role="tab" data-toggle="tab">Tarjeta 1</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="home">
<div class="panel panel-success">
<!-- Default panel contents -->
<div class="panel-heading">Institución:<strong> Politécnico Grancolombiano Institución Universitaria </strong></div>
<div class="form-group">
<label for="inputTP" class="col-sm-2 control-label" id="tipoDocumento">Tipo de Documento</label>
<div class="col-sm-5">
<select class="form-control">
<option>Abogacía</option>
<option>Enfermería</option>
<option> Laboratorista</option>
<option>Clínico</option>
<option>Contador Público</option>
<option> Odontología</option>
<option> Medicina </option>
<option> Química Farmacéutica o Farmacia</option>
<option>Economista</option>
<option> Microbiología</option>
<option> Bacteriología</option>
<option> Agronomía y Forestales</option>
<option>Técnico Constructor</option>
<option> Químico</option>
<option> Fisioterapista o Terapista Físico</option>
<option>Ingeniero Químico</option>
<option> Licenciados en Ciencias de la Educación</option>
<option>Trabajador Social</option>
<option>Ingeniería</option>
<option>Arquitectura</option>
<option>Profesiones Auxiliares</option>
<option>Nutrición y Dietética</option>
<option>Bibliotecología</option>
<option>Topógrafo</option>
<option>Administración de Empresas</option>
<option>Instrumentación Técnico Quirúrgica</option>
<option>Secretariado</option>
<option>Ingeniero de Petróleos</option>
<option>Biología</option>
<option>Medicina Veterinaria y Zootecnia</option>
<option>Ingeniería Eléctrica</option>
<option>Ingeniería Mecánica y Profesiones Afines</option>
<option>Ingeniería Pesquera</option>
<option>Ingeniero de Transportes y Vías</option>
<option>Actuación</option>
<option>Dirección Escénica y el Doblaje en Radio y Televisión</option>
<option>Técnico Electricista</option>
<option>Agente de Viajes</option>
<option>Administrador Público</option>
<option>Fotografía y Camarografía</option>
<option>Geógrafo</option>
<option>Diseño Industrial</option>
<option>Guía de Turismo</option>
<option>Optometría</option>
<option>Estadística</option>
<option>Fonoaudiología</option>
<option>Ingeniería Naval</option>
<option>Tecnólogo en Electricidad</option>
<option>Electromecánica</option>
<option>Electrónica y Afines</option>
<option>Administradores de Empresas Agropecuarias</option>
<option>Administradores Agrícolas o Administradores Agropecuarios</option>
<option>Desarrollo Familiar</option>
</select>
</div>
</div>
<div class="form-group">
<label for="inputNum" class="col-sm-2 control-label">Num Documento profesional </label>
<div class="col-sm-5">
<input class="form-control" id="inputNumDoc" placeholder="">
</div>
</div>
<div class="form-group">
<label for="inputfecha" class="col-sm-2 control-label">Fecha de Expedicion</label>
<div class="col-sm-5">
<input class="form-control" id="inputFecha" placeholder="">
</div>
</div>
<div class="form-group">
<label for="inputLugarExpedicion" class="col-sm-2 control-label">Lugar de Expedicion </label>
<div class="col-sm-5">
<input class="form-control" id="inputLugarExpedicion" placeholder="">
</div>
</div>
</div>
<button type="submit" class="btn btn-primary" id='guardarCambios' >Guardar Cambios</button>
</div>
<div role="tabpanel" class="tab-pane" id="profile">
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="home">
<div class="panel panel-success">
<!-- Default panel contents -->
<div class="panel-heading">Institución:<strong> Politécnico Grancolombiano Institución Universitaria </strong></div>
<!-- Table -->
<div class="form-group">
<label for="inputTP" class="col-sm-2 control-label">Tipo de Documento</label>
<div class="col-sm-10">
<input class="form-control" id="inpuTP1" placeholder="">
</div>
</div>
<div class="form-group">
<label for="inputNum" class="col-sm-2 control-label">Num Documento profesional </label>
<div class="col-sm-10">
<input class="form-control" id="inputNumDoc1" placeholder="">
</div>
</div>
<div class="form-group">
<label for="inputfecha" class="col-sm-2 control-label">Fecha de Expedicion</label>
<div class="col-sm-10">
<input class="form-control" id="inputFecha1" placeholder="">
</div>
</div>
<div class="form-group">
<label for="inputLugarExpedicion" class="col-sm-2 control-label">Lgar de Expedicion </label>
<div class="col-sm-10">
<input class="form-control" id="inputLugarExpedicion1" placeholder="">
</div>
</div>
</div>
<button class="btn btn-primary" id='bT3' >Editkjjar Tarjeta</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div> | poligrancol/gestiondocente | Presentacion/public_html/templates/docente/tarjetaPorfesionalEditTemplate.html | HTML | apache-2.0 | 6,680 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Tue Dec 12 12:37:17 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.jgroups.Protocol.ProtocolResources (BOM: * : All 2012.12.0 API)</title>
<meta name="date" content="2017-12-12">
<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.wildfly.swarm.config.jgroups.Protocol.ProtocolResources (BOM: * : All 2012.12.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.ProtocolResources.html" title="class in org.wildfly.swarm.config.jgroups">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/jgroups/class-use/Protocol.ProtocolResources.html" target="_top">Frames</a></li>
<li><a href="Protocol.ProtocolResources.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.wildfly.swarm.config.jgroups.Protocol.ProtocolResources" class="title">Uses of Class<br>org.wildfly.swarm.config.jgroups.Protocol.ProtocolResources</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/wildfly/swarm/config/jgroups/Protocol.ProtocolResources.html" title="class in org.wildfly.swarm.config.jgroups">Protocol.ProtocolResources</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.wildfly.swarm.config.jgroups">org.wildfly.swarm.config.jgroups</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.jgroups">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.ProtocolResources.html" title="class in org.wildfly.swarm.config.jgroups">Protocol.ProtocolResources</a> in <a href="../../../../../../org/wildfly/swarm/config/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> that return <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.ProtocolResources.html" title="class in org.wildfly.swarm.config.jgroups">Protocol.ProtocolResources</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/wildfly/swarm/config/jgroups/Protocol.ProtocolResources.html" title="class in org.wildfly.swarm.config.jgroups">Protocol.ProtocolResources</a></code></td>
<td class="colLast"><span class="typeNameLabel">Protocol.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html#subresources--">subresources</a></span>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.ProtocolResources.html" title="class in org.wildfly.swarm.config.jgroups">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/jgroups/class-use/Protocol.ProtocolResources.html" target="_top">Frames</a></li>
<li><a href="Protocol.ProtocolResources.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 © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2012.12.0/apidocs/org/wildfly/swarm/config/jgroups/class-use/Protocol.ProtocolResources.html | HTML | apache-2.0 | 7,346 |
<!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_112) on Tue Sep 12 14:31:27 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.webservices.EndpointConfig.EndpointConfigResources (BOM: * : All 2017.9.5 API)</title>
<meta name="date" content="2017-09-12">
<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.wildfly.swarm.config.webservices.EndpointConfig.EndpointConfigResources (BOM: * : All 2017.9.5 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/webservices/EndpointConfig.EndpointConfigResources.html" title="class in org.wildfly.swarm.config.webservices">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/webservices/class-use/EndpointConfig.EndpointConfigResources.html" target="_top">Frames</a></li>
<li><a href="EndpointConfig.EndpointConfigResources.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.wildfly.swarm.config.webservices.EndpointConfig.EndpointConfigResources" class="title">Uses of Class<br>org.wildfly.swarm.config.webservices.EndpointConfig.EndpointConfigResources</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/wildfly/swarm/config/webservices/EndpointConfig.EndpointConfigResources.html" title="class in org.wildfly.swarm.config.webservices">EndpointConfig.EndpointConfigResources</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.wildfly.swarm.config.webservices">org.wildfly.swarm.config.webservices</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.webservices">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/webservices/EndpointConfig.EndpointConfigResources.html" title="class in org.wildfly.swarm.config.webservices">EndpointConfig.EndpointConfigResources</a> in <a href="../../../../../../org/wildfly/swarm/config/webservices/package-summary.html">org.wildfly.swarm.config.webservices</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/webservices/package-summary.html">org.wildfly.swarm.config.webservices</a> that return <a href="../../../../../../org/wildfly/swarm/config/webservices/EndpointConfig.EndpointConfigResources.html" title="class in org.wildfly.swarm.config.webservices">EndpointConfig.EndpointConfigResources</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/wildfly/swarm/config/webservices/EndpointConfig.EndpointConfigResources.html" title="class in org.wildfly.swarm.config.webservices">EndpointConfig.EndpointConfigResources</a></code></td>
<td class="colLast"><span class="typeNameLabel">EndpointConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/webservices/EndpointConfig.html#subresources--">subresources</a></span>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/webservices/EndpointConfig.EndpointConfigResources.html" title="class in org.wildfly.swarm.config.webservices">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/webservices/class-use/EndpointConfig.EndpointConfigResources.html" target="_top">Frames</a></li>
<li><a href="EndpointConfig.EndpointConfigResources.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 © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2017.9.5/apidocs/org/wildfly/swarm/config/webservices/class-use/EndpointConfig.EndpointConfigResources.html | HTML | apache-2.0 | 7,674 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>PMD 5.5.1 Reference Package net.sourceforge.pmd.lang.java.rule.coupling</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
</head>
<body>
<h3>
<a href="package-summary.html" target="classFrame">net.sourceforge.pmd.lang.java.rule.coupling</a>
</h3>
<h3>Classes</h3>
<ul>
<li>
<a href="CouplingRulesTest.html" target="classFrame">CouplingRulesTest</a>
</li>
</ul>
</body>
</html> | jasonwee/videoOnCloud | pmd/pmd-doc-5.5.1/xref-test/net/sourceforge/pmd/lang/java/rule/coupling/package-frame.html | HTML | apache-2.0 | 778 |
{{ if and .Site.Params.enablePostShare (.Params.share | default .Site.Params.displayPostShare) }}
{{- $title := (partial "utils/title.html" (dict "$" . "title" .Title)).rawTitle -}}
{{- $description := .Description | default (partial "utils/summary.html" .) | default .Site.Params.siteDescription | plainify | htmlUnescape -}}
{{- $images := partial "utils/images.html" . -}}
{{- $images = union $images (slice (.Site.Params.siteLogo | absURL)) -}}
{{- $images = index $images 0 -}}
{{- $hashtags := newScratch -}}
{{- with .Params.tags -}}
{{- range . -}}
{{- $tag := . -}}
{{- $url := urls.Parse (. | urlize) -}}
{{- $path := $url.Path -}}
{{- with $.Site.GetPage (printf `/tags/%s` $path) -}}
{{- $hashtags.Add "tags" (replace (.LinkTitle | default $tag) " " "") -}}
{{- end -}}
{{- $hashtags.Add "tags" "," -}}
{{- end -}}
{{- end -}}
{{- $hashtags.Set "firsttag" "%23" -}}
{{- $hashtags.Add "firsttag" (index (split ($hashtags.Get "tags") ",") 0) -}}
<div class="post-share">
{{ if .Site.Params.displayShareOnText }}
<div class="share-text">{{ i18n "shareOn" }}</div>
{{ end }}
<div class="share-items">
{{ if .Site.Params.shareOnTwitter }}
<div class="share-item twitter">
{{ $url := (printf `https://twitter.com/share?url=%s&text=%s&hashtags=%s&via=%s` .Permalink $title ($hashtags.Get "tags" | default "") .Site.Params.siteTwitter) }}
<a href="{{ $url }}" title="{{ i18n "shareOnTitle" }}{{ i18n "twitter" }}" target="_blank" rel="noopener">
{{- partial "utils/icon.html" (dict "$" . "name" "twitter" "class" "twitter-icon") -}}
</a>
</div>
{{ end }}
{{ if .Site.Params.shareOnFacebook }}
<div class="share-item facebook">
{{ $url := (printf `https://www.facebook.com/sharer/sharer.php?u=%s&hashtag=%s` .Permalink ($hashtags.Get "firsttag" | default "")) }}
<a href="{{ $url }}" title="{{ i18n "shareOnTitle" }}{{ i18n "facebook" }}" target="_blank" rel="noopener">
{{- partial "utils/icon.html" (dict "$" . "name" "facebook" "class" "facebook-icon") -}}
</a>
</div>
{{ end }}
{{ if .Site.Params.shareOnLinkedIn }}
<div class="share-item linkedin">
{{ $url := (printf `https://www.linkedin.com/shareArticle?mini=true&url=%s&title=%s&summary=%s&source=%s` .Permalink $title $description .Site.Title) }}
<a href="{{ $url }}" title="{{ i18n "shareOnTitle" }}{{ i18n "linkedin" }}" target="_blank" rel="noopener">
{{- partial "utils/icon.html" (dict "$" . "name" "linkedin" "class" "linkedin-icon") -}}
</a>
</div>
{{ end }}
{{ if .Site.Params.shareOnTelegram }}
<div class="share-item telegram">
{{ $url := (printf `https://t.me/share/url?url=%s&text=%s` .Permalink $title) }}
<a href="{{ $url }}" title="{{ i18n "shareOnTitle" }}{{ i18n "telegram" }}" target="_blank" rel="noopener">
{{- partial "utils/icon.html" (dict "$" . "name" "telegram" "class" "telegram-icon") -}}
</a>
</div>
{{ end }}
{{ if .Site.Params.shareOnWeibo }}
<div class="share-item weibo">
{{ $url := (printf `https://service.weibo.com/share/share.php?&url=%s&title=%s&pic=%s&searchPic=false` .Permalink $title $images) }}
<a href="{{ $url }}" title="{{ i18n "shareOnTitle" }}{{ i18n "weibo" }}" target="_blank" rel="noopener">
{{- partial "utils/icon.html" (dict "$" . "name" "weibo" "class" "weibo-icon") -}}
</a>
</div>
{{ end }}
{{ if .Site.Params.shareOnDouban }}
<div class="share-item douban">
{{ $url := (printf `https://www.douban.com/share/service?href=%s&name=%s&text=%s` .Permalink $title $description) }}
<a href="{{ $url }}" title="{{ i18n "shareOnTitle" }}{{ i18n "douban" }}" target="_blank" rel="noopener">
{{- partial "utils/icon.html" (dict "$" . "name" "douban" "class" "douban-icon") -}}
</a>
</div>
{{ end }}
{{ if .Site.Params.shareOnQQ }}
<div class="share-item qq">
{{ $url := (printf `https://connect.qq.com/widget/shareqq/index.html?url=%s&title=%s&summary=%s&pics=%s&site=%s` .Permalink $title $description $images .Site.Title) }}
<a href="{{ $url }}" title="{{ i18n "shareOnTitle" }}{{ i18n "qq" }}" target="_blank" rel="noopener">
{{- partial "utils/icon.html" (dict "$" . "name" "qq" "class" "qq-icon") -}}
</a>
</div>
{{ end }}
{{ if .Site.Params.shareOnQzone }}
<div class="share-item qzone">
{{ $url := (printf `https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=%s&title=%s&summary=%s&pics=%s&site=%s` .Permalink $title $description $images .Site.Title) }}
<a href="{{ $url }}" title="{{ i18n "shareOnTitle" }}{{ i18n "qzone" }}" target="_blank" rel="noopener">
{{- partial "utils/icon.html" (dict "$" . "name" "qzone" "class" "qzone-icon") -}}
</a>
</div>
{{ end }}
{{ if .Site.Params.shareViaQRCode }}
<div class="share-item qrcode">
<div class="qrcode-container" title="{{ i18n "shareViaTitle" }}{{ i18n "qrcode" }}">
{{- partial "utils/icon.html" (dict "$" . "name" "qrcode" "class" "qrcode-icon") -}}
<div id="qrcode-img"></div>
</div>
{{ partial "third-party/qrcode-generator.html" . }}
</div>
{{ end }}
</div>
</div>
{{ end }}
| suncook/suncook.github.io | themes/meme/layouts/partials/components/post-share.html | HTML | apache-2.0 | 6,358 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>QScintilla: 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="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">QScintilla
 <span id="projectnumber">2.10</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">QsciLexerAVS Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#acc55913c783eb15988daa5ec59d67b30">apis</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a85eb83cb61874e519bfdba92b06745b0">autoCompletionFillups</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#ae6d51c8e2c602d6d4f5e4ca49d9caf3c">autoCompletionWordSeparators</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a79c27285b6033c553b3f54cb6c56b338">autoIndentStyle</a>()</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3caefb7439724eee3d6b5f2646a4a321415">BlockComment</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a7093ea3c3f03cd4e91df7f207204402e">blockEnd</a>(int *style=0) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#abad1fee8e33da49f68fea83129b11458">blockLookback</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a7c99eb2877dc6a9762815bc0471f0c36">blockStart</a>(int *style=0) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a815a26426ce138adade7f1926dc41881">blockStartKeyword</a>(int *style=0) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#ab30d13dfd906a748714376a97741d222">braceStyle</a>() const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#aef4fe7727bf24806ef9293d931564123">caseSensitive</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3caf3462b881fa15ece44ea25e74ba153c2">ClipProperty</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#abd68753f16fa73284d818eb446a3d32c">color</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a901cf93072b3db3ffe503eab78ae6954">colorChanged</a>(const QColor &c, int style)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3ca3ca3697597b3c6cdcff73b107d59cb6c">Default</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#abd0a98a0e50120446adc231bd848a0f1">defaultColor</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#ae0afe2419326969871275fb7dd7edf69">QsciLexer::defaultColor</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a7fa9b114e0f789e6c8c76d1e6d3290e7">defaultEolFill</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#aecd0e9af4790ca5253c63d09d73ec111">defaultFont</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#aefc2cc14d45c167e71de37bb335c02eb">QsciLexer::defaultFont</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a31126a12c4a841bb471af77d868c6d41">defaultPaper</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a9c994ddd300b495c9eda387b3afdb86c">defaultPaper</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#ac73cecd9e761a0fcfedb152461e2b192">defaultStyle</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a763d3d702d2a36e88d94198fe3dc181f">description</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a196d8f3fdd8285788be8915b59ed1889">editor</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#ac95835a0f6880654981fe45a091ca474">eolFill</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a66c01f0c9470164d4575c2b64f0e4220">eolFillChanged</a>(bool eolfilled, int style)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3caa78ba1174c6df16aceae243269933062">Filter</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#ad4135c78c40e9a4eca2dfb040e6343f6">foldComments</a>() const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#ad9a3df66e9c16645c3a738cd633f25a2">foldCompact</a>() const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#afa432356fa791b0b9d6943a351729369">font</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#ac04ade8be901b67af681e5e3516c0946">fontChanged</a>(const QFont &f, int style)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3ca4235f8fb2c5f08d64d9564c53c9b716d">Function</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3ca485c820ed6275fb070e03ef6e66b3dc0">Identifier</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#ae0a6137b45a7084f8fa33ecbbd78ed3f">indentationGuideView</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3ca46914c7ffeef04a1c25be8c039640ec0">Keyword</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a33e23912d7644e134abba7520d365496">keywords</a>(int set) const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3cabbed202aa3af26d0af11825cd4360ab8">KeywordSet6</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a1b12eff5133103046eee781afc411e25">language</a>() const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#af4284d3c531b933f433b0891433e0439">lexer</a>() const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a45d859ee1d78f47a9b77da870b0aaaa2">lexerId</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3ca73cb3108374ba5ab9efbe7be369d1fda">LineComment</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3caf0bf0d579bb3b4d6c926a447e0d9189c">NestedBlockComment</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3ca522643317abd5f818642e3084a853a99">Number</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3ca2f81dae1f227c08bfa040eda4ee6a8eb">Operator</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#aa9a13f50dbfe19858b241ce9024f8af2">paper</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#adf8de1727583e902c7cae673673a78a1">paperChanged</a>(const QColor &c, int style)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3ca5ef99ccc5e6240b6acbe7b25344f0190">Plugin</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#acd8475f0da36449dc6b1189a587d7a83">propertyChanged</a>(const char *prop, const char *val)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a49fc2fb49ed07f1cb5f8b0a96e07d0d4">QsciLexer</a>(QObject *parent=0)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a15390924acb08542856527f5d0101dab">QsciLexerAVS</a>(QObject *parent=0)</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#ad65ebfab947de5d6e318238f8a0048e4">readProperties</a>(QSettings &qs, const QString &prefix)</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a27728e4e361c5f4bf87690d34d83057d">readSettings</a>(QSettings &qs, const char *prefix="/Scintilla")</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#af5a3f47c4f0be631303cabd42d904c3e">refreshProperties</a>()</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#ac2e1ada934a5dc7685c1ee6a464de5fd">setAPIs</a>(QsciAbstractAPIs *apis)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a793e592d3ac100ff81ae09eefbaa74ef">setAutoIndentStyle</a>(int autoindentstyle)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a0e4235e0bd33f64431a9c6e8c35038d4">setColor</a>(const QColor &c, int style=-1)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a32b16ee95c3dabbc7de61541dd110521">setDefaultColor</a>(const QColor &c)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a19f0b390b5594d0dff5e4d4b484e43d2">setDefaultFont</a>(const QFont &f)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a7ebaedee6979d4cb17399361b37e33e0">setDefaultPaper</a>(const QColor &c)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>setEditor</b>(QsciScintilla *editor) (defined in <a class="el" href="classQsciLexer.html">QsciLexer</a>)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a3fccdb7cb8f6524ecdeb3ff364ae5a49">setEolFill</a>(bool eoffill, int style=-1)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a86be2cbea60ab7b3419ed3bf2db7c5ce">setFoldComments</a>(bool fold)</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#ac814c0fdc49d3c27a027a8e075aa7626">setFoldCompact</a>(bool fold)</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a3484599b6db81b8392ab6cd4f50ab291">setFont</a>(const QFont &f, int style=-1)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#addbc923c938f946180a15d494d17b567">setPaper</a>(const QColor &c, int style=-1)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3ca089dbc8f4ad6daf5a64f5a3f727b9f45">String</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#add2b17b97fa2acf096933b0b4553b707">styleBitsNeeded</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#a97b5e23dfd7e31204d054c97f8522a3cadfef00dbe2a706f7571b769d872ea877">TripleString</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a2f88b1de2137d5855fcb16e5a98ca6c7">wordCharacters</a>() const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerAVS.html#ab8bfb767c86ca8e241fb0b51f8d973f8">writeProperties</a>(QSettings &qs, const QString &prefix) const </td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#ae53dc53e318939e9d52ae544b9995856">writeSettings</a>(QSettings &qs, const char *prefix="/Scintilla") const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#af6cc5bb9d9421d806e9941d018030068">~QsciLexer</a>()</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerAVS.html#a3f758c9ddd617ab1eb870d0eb20877d5">~QsciLexerAVS</a>()</td><td class="entry"><a class="el" href="classQsciLexerAVS.html">QsciLexerAVS</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| Victor-Y-Fadeev/qreal | thirdparty/qscintilla/doc/html-Qt4Qt5/classQsciLexerAVS-members.html | HTML | apache-2.0 | 23,296 |
<!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_20) on Tue Jul 19 23:14:47 CEST 2011 -->
<TITLE>
Uses of Interface org.jboss.shrinkwrap.descriptor.api.jboss51.PortComponentType
</TITLE>
<META NAME="date" CONTENT="2011-07-19">
<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 Interface org.jboss.shrinkwrap.descriptor.api.jboss51.PortComponentType";
}
}
</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/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/jboss/shrinkwrap/descriptor/api/jboss51//class-usePortComponentType.html" target="_top"><B>FRAMES</B></A>
<A HREF="PortComponentType.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.jboss.shrinkwrap.descriptor.api.jboss51.PortComponentType</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/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jboss.shrinkwrap.descriptor.api.jboss51"><B>org.jboss.shrinkwrap.descriptor.api.jboss51</B></A></TD>
<TD>Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jboss.shrinkwrap.descriptor.impl.jboss51"><B>org.jboss.shrinkwrap.descriptor.impl.jboss51</B></A></TD>
<TD>Provides the implementation classes as defined in the schema jboss_5_1.xsd </TD>
</TR>
</TABLE>
<P>
<A NAME="org.jboss.shrinkwrap.descriptor.api.jboss51"><!-- --></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/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A> in <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/package-summary.html">org.jboss.shrinkwrap.descriptor.api.jboss51</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/package-summary.html">org.jboss.shrinkwrap.descriptor.api.jboss51</A> that return <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/GenericBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">GenericBeanType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/GenericBeanType.html" title="type parameter in GenericBeanType">T</A>>></CODE></FONT></TD>
<TD><CODE><B>GenericBeanType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/GenericBeanType.html#portComponent()">portComponent</A></B>()</CODE>
<BR>
If not already created, a new <code>port-component</code> element will be created and returned.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/ServiceBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">ServiceBeanType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/ServiceBeanType.html" title="type parameter in ServiceBeanType">T</A>>></CODE></FONT></TD>
<TD><CODE><B>ServiceBeanType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/ServiceBeanType.html#portComponent()">portComponent</A></B>()</CODE>
<BR>
If not already created, a new <code>port-component</code> element will be created and returned.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/SessionBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">SessionBeanType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/SessionBeanType.html" title="type parameter in SessionBeanType">T</A>>></CODE></FONT></TD>
<TD><CODE><B>SessionBeanType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/SessionBeanType.html#portComponent()">portComponent</A></B>()</CODE>
<BR>
If not already created, a new <code>port-component</code> element will be created and returned.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#removeAuthMethod()">removeAuthMethod</A></B>()</CODE>
<BR>
Removes the <code>auth-method</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#removePortComponentName()">removePortComponentName</A></B>()</CODE>
<BR>
Removes the <code>port-component-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#removePortComponentUri()">removePortComponentUri</A></B>()</CODE>
<BR>
Removes the <code>port-component-uri</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#removeSecureWsdlAccess()">removeSecureWsdlAccess</A></B>()</CODE>
<BR>
Removes the <code>secure-wsdl-access</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#removeTransportGuarantee()">removeTransportGuarantee</A></B>()</CODE>
<BR>
Removes the <code>transport-guarantee</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#setAuthMethod(java.lang.String)">setAuthMethod</A></B>(java.lang.String authMethod)</CODE>
<BR>
If not already created, a new <code>auth-method</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#setPortComponentName(java.lang.String)">setPortComponentName</A></B>(java.lang.String portComponentName)</CODE>
<BR>
If not already created, a new <code>port-component-name</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#setPortComponentUri(java.lang.String)">setPortComponentUri</A></B>(java.lang.String portComponentUri)</CODE>
<BR>
If not already created, a new <code>port-component-uri</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#setSecureWsdlAccess(java.lang.Boolean)">setSecureWsdlAccess</A></B>(java.lang.Boolean secureWsdlAccess)</CODE>
<BR>
If not already created, a new <code>secure-wsdl-access</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="type parameter in PortComponentType">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentType.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html#setTransportGuarantee(java.lang.String)">setTransportGuarantee</A></B>(java.lang.String transportGuarantee)</CODE>
<BR>
If not already created, a new <code>transport-guarantee</code> element with the given value will be created.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.jboss.shrinkwrap.descriptor.impl.jboss51"><!-- --></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/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A> in <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/package-summary.html">org.jboss.shrinkwrap.descriptor.impl.jboss51</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/package-summary.html">org.jboss.shrinkwrap.descriptor.impl.jboss51</A> that implement <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.jboss51">PortComponentTypeImpl<T></A></B></CODE>
<BR>
This class implements the <code> port-componentType </code> xsd type</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/package-summary.html">org.jboss.shrinkwrap.descriptor.impl.jboss51</A> that return <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/ServiceBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">ServiceBeanType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/ServiceBeanTypeImpl.html" title="type parameter in ServiceBeanTypeImpl">T</A>>></CODE></FONT></TD>
<TD><CODE><B>ServiceBeanTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/ServiceBeanTypeImpl.html#portComponent()">portComponent</A></B>()</CODE>
<BR>
If not already created, a new <code>port-component</code> element will be created and returned.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/SessionBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">SessionBeanType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/SessionBeanTypeImpl.html" title="type parameter in SessionBeanTypeImpl">T</A>>></CODE></FONT></TD>
<TD><CODE><B>SessionBeanTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/SessionBeanTypeImpl.html#portComponent()">portComponent</A></B>()</CODE>
<BR>
If not already created, a new <code>port-component</code> element will be created and returned.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/GenericBeanType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">GenericBeanType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/GenericBeanTypeImpl.html" title="type parameter in GenericBeanTypeImpl">T</A>>></CODE></FONT></TD>
<TD><CODE><B>GenericBeanTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/GenericBeanTypeImpl.html#portComponent()">portComponent</A></B>()</CODE>
<BR>
If not already created, a new <code>port-component</code> element will be created and returned.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#removeAuthMethod()">removeAuthMethod</A></B>()</CODE>
<BR>
Removes the <code>auth-method</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#removePortComponentName()">removePortComponentName</A></B>()</CODE>
<BR>
Removes the <code>port-component-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#removePortComponentUri()">removePortComponentUri</A></B>()</CODE>
<BR>
Removes the <code>port-component-uri</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#removeSecureWsdlAccess()">removeSecureWsdlAccess</A></B>()</CODE>
<BR>
Removes the <code>secure-wsdl-access</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#removeTransportGuarantee()">removeTransportGuarantee</A></B>()</CODE>
<BR>
Removes the <code>transport-guarantee</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#setAuthMethod(java.lang.String)">setAuthMethod</A></B>(java.lang.String authMethod)</CODE>
<BR>
If not already created, a new <code>auth-method</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#setPortComponentName(java.lang.String)">setPortComponentName</A></B>(java.lang.String portComponentName)</CODE>
<BR>
If not already created, a new <code>port-component-name</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#setPortComponentUri(java.lang.String)">setPortComponentUri</A></B>(java.lang.String portComponentUri)</CODE>
<BR>
If not already created, a new <code>port-component-uri</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#setSecureWsdlAccess(java.lang.Boolean)">setSecureWsdlAccess</A></B>(java.lang.Boolean secureWsdlAccess)</CODE>
<BR>
If not already created, a new <code>secure-wsdl-access</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51">PortComponentType</A><<A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html" title="type parameter in PortComponentTypeImpl">T</A>></CODE></FONT></TD>
<TD><CODE><B>PortComponentTypeImpl.</B><B><A HREF="../../../../../../../org/jboss/shrinkwrap/descriptor/impl/jboss51/PortComponentTypeImpl.html#setTransportGuarantee(java.lang.String)">setTransportGuarantee</A></B>(java.lang.String transportGuarantee)</CODE>
<BR>
If not already created, a new <code>transport-guarantee</code> element with the given value will be created.</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/jboss/shrinkwrap/descriptor/api/jboss51/PortComponentType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.jboss51"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/jboss/shrinkwrap/descriptor/api/jboss51//class-usePortComponentType.html" target="_top"><B>FRAMES</B></A>
<A HREF="PortComponentType.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>
| shrinkwrap/descriptors | gen/doc/org/jboss/shrinkwrap/descriptor/api/jboss51/class-use/PortComponentType.html | HTML | apache-2.0 | 33,871 |
<html>
<head>
<script src="../Loader.js"></script>
<script type="text/javascript">
/**
* Test to see if the proper formatters are returned for GEORSS
*/
function test_getDataFormatter(t) {
t.plan(3);
var formatter = oscar.Util.getDataFormatter("GEORSS_SIMPLE");
t.ok(formatter instanceof OpenLayers.Format.GeoRSS, "GEORSS_SIMPLE supported");
formatter == null;
formatter = oscar.Util.getDataFormatter("GEORSS_GEO");
t.ok(formatter instanceof OpenLayers.Format.GeoRSS, "GEORSS_GEO supported");
formatter == null;
formatter = oscar.Util.getDataFormatter("GEORSS");
t.eq(formatter,null,"GEORSS not supported");
}
var epsgList = [];
epsgList.push("EPSG:4326");
epsgList.push("EPSG:6402");
epsgList.push("CRS:84");
var urnList = [];
urnList.push("urn:ogc:def:crs:EPSG::4326");
urnList.push("urn:ogc:def:crs:EPSG::6402");
urnList.push("urn:ogc:def:crs:OGC:2:84");
function test_EpsgConversion_urnToEpsg(t) {
t.plan(epsgList.length);
for(var i=0;i<epsgList.length;i++) {
var msg = urnList[i] + " to " + epsgList[i] + " conversion success!";
t.eq(epsgList[i],oscar.Util.EpsgConversion.urnToEpsg(urnList[i]),msg);
}
}
function test_EpsgConversion_epsgToUrn(t) {
t.plan(epsgList.length);
for(var i=0;i<epsgList.length;i++) {
var msg = epsgList[i] + " to " + urnList[i] + " conversion success!";
t.eq(urnList[i],oscar.Util.EpsgConversion.epsgToUrn(epsgList[i]),msg);
}
}
</script>
<body>
</body>
</html> | caris/OSCAR-js | oscar/src/main/javascript/oscar/test/oscar.Util.html | HTML | apache-2.0 | 1,586 |
<!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_75) on Wed Jun 10 23:20:24 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp (Solr 5.2.1 API)</title>
<meta name="date" content="2015-06-10">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp (Solr 5.2.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.Rsp.html" title="class in org.apache.solr.client.solrj.impl">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/solr/client/solrj/impl/class-use/LBHttpSolrClient.Rsp.html" target="_top">Frames</a></li>
<li><a href="LBHttpSolrClient.Rsp.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.solr.client.solrj.impl.LBHttpSolrClient.Rsp" class="title">Uses of Class<br>org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.Rsp.html" title="class in org.apache.solr.client.solrj.impl">LBHttpSolrClient.Rsp</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.solr.client.solrj.impl">org.apache.solr.client.solrj.impl</a></td>
<td class="colLast">
<div class="block">Concrete implementations of client API classes.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.client.solrj.impl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.Rsp.html" title="class in org.apache.solr.client.solrj.impl">LBHttpSolrClient.Rsp</a> in <a href="../../../../../../../org/apache/solr/client/solrj/impl/package-summary.html">org.apache.solr.client.solrj.impl</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/apache/solr/client/solrj/impl/package-summary.html">org.apache.solr.client.solrj.impl</a> that return <a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.Rsp.html" title="class in org.apache.solr.client.solrj.impl">LBHttpSolrClient.Rsp</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/solr/client/solrj/impl/LBHttpSolrClient.Rsp.html" title="class in org.apache.solr.client.solrj.impl">LBHttpSolrClient.Rsp</a></code></td>
<td class="colLast"><span class="strong">LBHttpSolrClient.</span><code><strong><a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.html#request(org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req)">request</a></strong>(<a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.Req.html" title="class in org.apache.solr.client.solrj.impl">LBHttpSolrClient.Req</a> req)</code>
<div class="block">Tries to query a live server from the list provided in Req.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/apache/solr/client/solrj/impl/package-summary.html">org.apache.solr.client.solrj.impl</a> with parameters of type <a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.Rsp.html" title="class in org.apache.solr.client.solrj.impl">LBHttpSolrClient.Rsp</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>protected <a href="http://download.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></td>
<td class="colLast"><span class="strong">LBHttpSolrClient.</span><code><strong><a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.html#doRequest(org.apache.solr.client.solrj.impl.HttpSolrClient,%20org.apache.solr.client.solrj.impl.LBHttpSolrClient.Req,%20org.apache.solr.client.solrj.impl.LBHttpSolrClient.Rsp,%20boolean,%20boolean,%20java.lang.String)">doRequest</a></strong>(<a href="../../../../../../../org/apache/solr/client/solrj/impl/HttpSolrClient.html" title="class in org.apache.solr.client.solrj.impl">HttpSolrClient</a> client,
<a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.Req.html" title="class in org.apache.solr.client.solrj.impl">LBHttpSolrClient.Req</a> req,
<a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.Rsp.html" title="class in org.apache.solr.client.solrj.impl">LBHttpSolrClient.Rsp</a> rsp,
boolean isUpdate,
boolean isZombie,
<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> zombieKey)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/solr/client/solrj/impl/LBHttpSolrClient.Rsp.html" title="class in org.apache.solr.client.solrj.impl">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/solr/client/solrj/impl/class-use/LBHttpSolrClient.Rsp.html" target="_top">Frames</a></li>
<li><a href="LBHttpSolrClient.Rsp.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>
<i>Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
| priyankajayaswal1/Solr-5.2-1-searching-and-indexing- | docs/solr-solrj/org/apache/solr/client/solrj/impl/class-use/LBHttpSolrClient.Rsp.html | HTML | apache-2.0 | 9,883 |
<!DOCTYPE html>
<meta charset="utf-8">
<title>Elasticity Space</title>
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
display: none;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}
#loadingIcon{
position:absolute;
top:50%;
left:50%;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.js"></script>
<script src="scripts/spin.js" type="text/javascript"></script>
<div id="loadingIcon"></div>
<script>
// var deploymentIP = "http://localhost:8080";
// //var deploymentIP = "http://83.212.117.112";
// var elasticitySpaceURL=deploymentIP.concat("/MELA-AnalysisService-0.1-SNAPSHOT/REST_WS/elasticityspace");
// var elasticityPathwayURL=deploymentIP.concat("/MELA-AnalysisService-0.1-SNAPSHOT/REST_WS/elasticitypathway");
var margin = {top: 20, right: 20, bottom: 30, left: 120},
width = 500 - margin.left - margin.right,
height = 500 - margin.top - margin.bottom;
var opts = {
lines: 20, // The number of lines to draw
length: 7, // The length of each line
width: 10, // The line thickness
radius: 100, // The radius of the inner circle
corners: 1, // Corner roundness (0..1)
rotate: 0, // The rotation offset
color: '#000', // #rgb or #rrggbb
speed: 1, // Rounds per second
trail: 60, // Afterglow percentage
shadow: false, // Whether to render a shadow
hwaccel: false, // Whether to use hardware acceleration
className: 'spinner', // The CSS class to assign to the spinner
zIndex: 2e9, // The z-index (defaults to 2000000000)
top: 'auto', // Top position relative to parent in px
left: 'auto', // Left position relative to parent in px
visibility: true
};
var loadingSpinner = new Spinner(opts);
function generateElSpaceChart(elSpaceJSON, rootNode, lineThickness, lineColors, xLoc, yLoc, width, height, xAxisLabel) {
var currentColumn = 0;
var currentRow = 0;
for (var dimensionIndex = 0; dimensionIndex < elSpaceJSON.dimensions.length; dimensionIndex++) {
if (currentColumn >= maxColumns) {
currentColumn = 0;
currentRow = currentRow + 1;
}
xLocation = xLoc + currentColumn * (width + 100);
yLocation = yLoc + currentRow * (width - 20);
var x = d3.scale.linear()
.range([xLocation, xLocation + width]);
var y = d3.scale.linear()
.range([yLocation + height, yLocation]);
var xAxis = d3.svg.axis()
.scale(x)
.orient("bottom");
var yAxis = d3.svg.axis()
.scale(y)
.orient("left");
dimension = elSpaceJSON.dimensions[dimensionIndex];
var index = 1;
for (var valueIndex = 0; valueIndex < dimension.values.length; valueIndex++) {
dimension.values[valueIndex].index = index * 10;
dimension.upperBoundary[valueIndex].index = index * 10;
dimension.lowerBoundary[valueIndex].index = index * 10;
index = index + 1;
}
x.domain(d3.extent(dimension.values, function(d) {
return d.index;
}));
var minY = dimension.lowerBoundary[0].value;
var maxValue = Math.max.apply(null, dimension.values.map(function(c) {
return c.value;
}));
var minValue = Math.min.apply(null, dimension.values.map(function(c) {
return c.value;
}));
var maxY = dimension.upperBoundary[0].value;
if (minY == maxY) {
if (minY != 0) {
minY = 0;
} else {
maxY = 1;
}
}
if (maxY < maxValue) {
maxY = maxValue;
}
if (minY > minValue) {
minY = minValue;
}
y.domain([minY, maxY]);
var yAxisLabel = dimension.name + " (" + dimension.unit + ")";
rootNode.append("rect")
.attr("x", xLocation)
.attr("y", yLocation)
.attr("width", width)
.attr("height", height).style("fill", "none").style("stroke", "black");
var path = rootNode.append("g")
.attr("class", "y axis")
.attr("x", xLocation)
.style("font-size", "140%")
.attr("transform", "translate(0," + (+yLocation + +height) + ")")
// .transition().duration(1000)
.call(xAxis)
.selectAll("text")
.style("text-anchor", "end")
.attr("dx", "-.8em")
.attr("dy", ".15em")
.attr("transform", function(d) {
return "rotate(-65)"
});
//
// path.transition()
// .duration(1000)
// .ease("linear");
rootNode.append("g")
.attr("class", "y axis")
.attr("transform", "translate(" + xLocation + ",0)")
.style("font-size", "140%")
.call(yAxis)
rootNode.append("g")
.attr("class", "y axis").append("text")
.attr("transform", "rotate(-90)")
.attr("y", xLocation - 70)
.attr("x", -yLocation - +height / 2 - yAxisLabel.length * 4)
.attr("dy", ".71em")
.style("text-anchor", "start")
.style("font-size", "180%")
.text(yAxisLabel);
rootNode.append("g")
.attr("class", "y axis")
.append("text")
.attr("y", +yLocation + +height + 60)
.attr("x", +xLocation + +width / 2 - xAxisLabel.length * 6 / 2)
.attr("dy", ".71em")
.style("text-anchor", "start")
.style("font-size", "200%")
.text(xAxisLabel);
var line = d3.svg.line()
.x(function(d) {
return x(d.index);
})
.y(function(d) {
return y(d.value);
});
rootNode.append("path")
.datum(dimension.values)
.attr("class", "line")
.style("stroke", lineColors[0])
.style("stroke-width", lineThickness[0])
.attr("d", line);
rootNode.append("path")
.datum(dimension.upperBoundary)
.attr("class", "line")
.style("stroke", lineColors[1])
.style("stroke-width", lineThickness[1])
.attr("d", line);
rootNode.append("path")
.datum(dimension.lowerBoundary)
.attr("class", "line")
.style("stroke", lineColors[2])
.style("stroke-width", lineThickness[2])
.attr("d", line);
// var legendNames = ["Upper Boundary", "Dimension: " + dimension.name, "Lower Boundary" ];
var legendNames = ["Upper Boundary", dimension.name, "Determined Boundaries"];
// //upper boundary legend entry
// {
// var legend = rootNode
// .append("g")
// .data([legendNames[0]])
// .attr("class", "legend")
// .attr("transform", function(d, i) { return "translate(" + 100 + "," + (+yLocation -20 )+ ")"; });
//
// legend.append("rect")
// .attr("x", xLocation - 18)
// .attr("y", -5)
// .attr("width", 10)
// .attr("height", 10)
// .style("fill", function(d){
// if(d.match(/.*Boundary/)){
// return "D13F31";
// }else{
// return "72B095";
// }
// });
//
// legend.append("text")
// .attr("x", xLocation - 24)
// .attr("dy", ".35em")
// // .style("font-size", "200%")
// .style("text-anchor", "end")
// .text(function(d) { return d; });
// }
//metric legend entry
{
var legend = rootNode
.append("g")
.data([legendNames[1]])
.attr("class", "legend")
.attr("transform", function(d, i) {
return "translate(" + (legendNames[1].length * 9) + "," + (+yLocation - 20) + ")";
});
legend.append("rect")
.attr("x", xLocation - 18)
.attr("y", -5)
.attr("width", 10)
.attr("height", 10)
.style("fill", function(d) {
if (d.match(/.*Boundary/)) {
return "D13F31";
} else {
return "72B095";
}
});
legend.append("text")
.attr("x", xLocation - 24)
.attr("dy", ".35em")
.style("font-size", "160%")
.style("text-anchor", "end")
.text(function(d) {
return d;
});
}
//upper boundary legend entry
{
var legend = rootNode
.append("g")
.data([legendNames[2]])
.attr("class", "legend")
.attr("transform", function(d, i) {
return "translate(" + 0 + "," + (+yLocation - 20) + ")";
});
legend.append("rect")
.attr("x", xLocation + width - 18)
.attr("y", -5)
.attr("width", 10)
.attr("height", 10)
.style("fill", function(d) {
if (d.match(/.*Boundar/)) {
return "D13F31";
} else {
return "72B095";
}
});
legend.append("text")
.attr("x", xLocation + width - 24)
.attr("dy", ".35em")
.style("font-size", "160%")
.style("text-anchor", "end")
.text(function(d) {
return d;
});
}
yLocation = yLocation + height + 50;
currentColumn = currentColumn + 1;
}
}
function generateElPathwayChart(signature, rootNode, colors, xLocation, yLocation, width, height, xAxisLabel, yAxisLabel) {
var x0 = d3.scale.ordinal()
.rangeRoundBands([xLocation, xLocation + width], .1);
var x1 = d3.scale.ordinal();
var y = d3.scale.linear()
.range([yLocation + height, yLocation]);
var color = d3.scale.ordinal()
.range(colors);
var xAxis = d3.svg.axis()
.scale(x0)
.orient("bottom");
var yAxis = d3.svg.axis()
.scale(y)
.orient("left")
.tickFormat(d3.format(".2s"));
var data = signature.neurons;
var ageNames = signature.metricLabels.map(function(d) {
return d.name;
});
data.forEach(function(d) {
d.ages = ageNames.map(function(name) {
return {name: name, value: +d[name]};
});
});
x0.domain(data.map(function(d) {
return d.encounterRate;
}));
x1.domain(ageNames).rangeRoundBands([0, x0.rangeBand()]);
y.domain([-0.1, d3.max(data, function(d) {
return d3.max(d.ages, function(d) {
return d.value;
});
})]);
rootNode.append("g")
.attr("class", "y axis")
.attr("transform", "translate(0," + (yLocation + height) + ")")
.style("font-size", "140%")
.call(xAxis)
.selectAll("text")
.style("text-anchor", "end")
.attr("dx", "-.8em")
.attr("dy", ".15em")
.attr("transform", function(d) {
return "rotate(-65)"
});
rootNode.append("g")
.attr("class", "y axis")
.style("font-size", "140%")
.call(yAxis)
.append("text")
.attr("transform", "rotate(-90)")
.attr("y", +(+xLocation - 45))
.attr("x", +(-yLocation - height / 2 - yAxisLabel.length * 12 / 2))
.attr("dy", ".71em")
.style("text-anchor", "start")
.style("font-size", "150%")
.text(yAxisLabel);
rootNode.append("g")
.attr("class", "y axis")
.append("text")
.attr("y", +yLocation + height + 60)
.attr("x", +xLocation + width / 2 - xAxisLabel.length * 6 / 2)
.attr("dy", ".71em")
.style("text-anchor", "start")
.style("font-size", "150%")
.text(xAxisLabel);
var state = rootNode.selectAll(".encounterRate")
.data(data)
.enter().append("g")
.attr("class", "g")
.attr("transform", function(d) {
return "translate(" + x0(d.encounterRate) + ",0)";
});
state.selectAll("rect")
.data(function(d) {
return d.ages;
})
.enter().append("rect")
.attr("width", x1.rangeBand())
.attr("x", function(d) {
return x1(d.name);
})
.attr("y", function(d) {
return y(d.value);
})
.attr("height", function(d) {
return (+yLocation + +height) - y(d.value);
})
.style("fill", function(d, i) {
return color(i);
});
var legend = rootNode.selectAll(".legend")
.data(ageNames.slice())
.enter().append("g")
.attr("class", "legend")
.attr("transform", function(d, i) {
return "translate(" + (50 + i * width / ageNames.length) + "," + (+yLocation - 40) + ")";
});
legend.append("rect")
.attr("x", xLocation - 18)
.attr("width", 18)
.attr("height", 18)
.style("fill", function(d, i) {
return color(i);
});
legend.append("text")
.attr("x", xLocation + 5)
.attr("y", 9)
.attr("dy", ".35em")
.style("font-size", "140%")
.style("text-anchor", "start")
.text(function(d) {
return d;
});
}
var elSpaceColors = ["72B095", "D13F31", "D13F31"];
var elPathwayColors = ["#1C4946", "#1F7872", "#72B095", "#DEDBA7", "#D13F31", "#8C9C9A", "#9DB2B1"];
//
var lineThickness = new Array("3px", "3px", "3px");
var elSpaceLoaded = false;
var elPathwayLoaded = false;
var query = window.location.search.substring(1);
var vars = query.split("&");
var elSpaceDiv = d3.select("body").append("div");
var elPthwDiv = d3.select("body").append("div");
var maxColumns;
document.title = vars[1] + ": Elasticity Pathway Analysis";
function refreshElPathway() {
elasticityPathwayRequest = null;
if (window.XMLHttpRequest) {
elasticityPathwayRequest = new XMLHttpRequest();
} else {
elasticityPathwayRequest = new ActiveXObject("Microsoft.XMLHTTP");
}
elasticityPathwayRequest.onreadystatechange = processElasticityPathwayRequestResponse;
elasticityPathwayRequest.open("POST", "./REST_WS/" + vars[0] + "/elasticitypathway/json", true);
elasticityPathwayRequest.setRequestHeader('Content-type', 'application/xml');
elasticityPathwayRequest.send("<MonitoredElement id=\"" + vars[1] + "\" level=\"" + vars[2] + "\"/>");
}
function processElasticityPathwayRequestResponse() {
if (elasticityPathwayRequest.readyState == 4) {
elasticityPathway = JSON.parse(elasticityPathwayRequest.responseText);
loadingSpinner.stop();
d3.select("#loadingIcon").remove();
drawElasticityPathway(elasticityPathway, vars)
setTimeout(refreshElPathway, 5000);
}
}
function drawElasticityPathway(elPthw, vars) {
if (elPthw && elPthw.neurons) {
elPthwDiv.selectAll("h2").remove();
elPthwDiv.selectAll("svg").remove();
elPthwSVG = elPthwDiv.append("svg")
.attr("width", window.innerWidth)
.attr("height", window.innerHeight)
.append("g")
.attr("transform", "translate(" + margin.left + "," + margin.top + ")");
elPthwSVG.append("line")
.attr("x1", -margin.left)
.attr("y1", 0)
.attr("x2", window.innerWidth)
.attr("y2", 0)
.attr("stroke-width", 1)
.attr("stroke", "black");
var elSgnChartWidth = window.innerWidth - 200;
if ((elSgnChartWidth / elPthw.neurons.length) > 200 && elPthw.neurons.length > 0) {
elSgnChartWidth = elPthw.neurons.length * 200;
}
if ((elSgnChartWidth / elPthw.metricLabels.length) < 200 && elPthw.metricLabels.length > 0) {
elSgnChartWidth = elPthw.metricLabels.length * 200;
}
generateElPathwayChart(elPthw, elPthwSVG, elPathwayColors, 0, 70, elSgnChartWidth, height, "Situations Encounter Rate (%)", "Value");
}
}
function drawSpinner(spinnerContainer) {
var target = document.getElementById(spinnerContainer);
loadingSpinner.spin(target);
}
drawSpinner('loadingIcon');
refreshElPathway();
</script>
| tuwiendsg/MELA | MELA-Extensions/MELA-SpaceAndPathwayAnalysisService/src/main/webapp/elasticityPathway.html | HTML | apache-2.0 | 21,299 |
<!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_10.html">Class Test_AbaRouteValidator_10</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_21925_good
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10.html?line=46265#src-46265" >testAbaNumberCheck_21925_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:40:00
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_21925_good</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=33541#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.7352941</span>73.5%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10_testAbaNumberCheck_21925_good_pvp.html | HTML | apache-2.0 | 9,181 |
<!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_79) on Wed Jul 20 08:39:14 PDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.fasterxml.jackson.databind.annotation (jackson-databind 2.8.0 API)</title>
<meta name="date" content="2016-07-20">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html" target="classFrame">com.fasterxml.jackson.databind.annotation</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="JsonPOJOBuilder.Value.html" title="class in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonPOJOBuilder.Value</a></li>
<li><a href="NoClass.html" title="class in com.fasterxml.jackson.databind.annotation" target="classFrame">NoClass</a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="JsonSerialize.Inclusion.html" title="enum in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonSerialize.Inclusion</a></li>
<li><a href="JsonSerialize.Typing.html" title="enum in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonSerialize.Typing</a></li>
</ul>
<h2 title="Annotation Types">Annotation Types</h2>
<ul title="Annotation Types">
<li><a href="JacksonStdImpl.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JacksonStdImpl</a></li>
<li><a href="JsonAppend.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonAppend</a></li>
<li><a href="JsonAppend.Attr.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonAppend.Attr</a></li>
<li><a href="JsonAppend.Prop.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonAppend.Prop</a></li>
<li><a href="JsonDeserialize.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonDeserialize</a></li>
<li><a href="JsonNaming.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonNaming</a></li>
<li><a href="JsonPOJOBuilder.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonPOJOBuilder</a></li>
<li><a href="JsonSerialize.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonSerialize</a></li>
<li><a href="JsonTypeIdResolver.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonTypeIdResolver</a></li>
<li><a href="JsonTypeResolver.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonTypeResolver</a></li>
<li><a href="JsonValueInstantiator.html" title="annotation in com.fasterxml.jackson.databind.annotation" target="classFrame">JsonValueInstantiator</a></li>
</ul>
</div>
</body>
</html>
| FasterXML/jackson-databind | docs/javadoc/2.8/com/fasterxml/jackson/databind/annotation/package-frame.html | HTML | apache-2.0 | 3,107 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="../webjars/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" />
<link href="../webjars/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" media="screen" />
<link href="../css/styles.css" rel="stylesheet" media="screen" />
<title>OAuth 2 - Page not found</title>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="">
<i class="fa fa-home"></i><span>OAuth2 Authentication Tool</span>
</a>
</div>
</div>
</nav>
<div class="page-host container">
<h1>500</h1>
<p><strong>Oops</strong></p>
<p>Looks like something went wrong!</p>
<p>
We track these errors automatically, but if the problem <br/>
persists feel free to contact us. In the meantime, try refreshing.
</p>
</div>
</body>
</html>
| hwolf/oauth2 | server-auth/src/main/resources/error-pages/500.html | HTML | apache-2.0 | 1,349 |
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $new_classes</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Thu Oct 23 18:57:41 2014 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_variables';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logVariable('new_classes');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Variable Cross Reference</h3>
<h2><a href="index.html#new_classes">$new_classes</a></h2>
<b>Defined at:</b><ul>
<li><a href="../tests/simpletest/test_case.php.html">/tests/simpletest/test_case.php</A> -> <a href="../tests/simpletest/test_case.php.source.html#l385"> line 385</A></li>
<li><a href="../tests/simpletest/test_case.php.html">/tests/simpletest/test_case.php</A> -> <a href="../tests/simpletest/test_case.php.source.html#l387"> line 387</A></li>
</ul>
<br><b>Referenced 4 times:</b><ul>
<li><a href="../tests/simpletest/test_case.php.html">/tests/simpletest/test_case.php</a> -> <a href="../tests/simpletest/test_case.php.source.html#l385"> line 385</a></li>
<li><a href="../tests/simpletest/test_case.php.html">/tests/simpletest/test_case.php</a> -> <a href="../tests/simpletest/test_case.php.source.html#l386"> line 386</a></li>
<li><a href="../tests/simpletest/test_case.php.html">/tests/simpletest/test_case.php</a> -> <a href="../tests/simpletest/test_case.php.source.html#l387"> line 387</a></li>
<li><a href="../tests/simpletest/test_case.php.html">/tests/simpletest/test_case.php</a> -> <a href="../tests/simpletest/test_case.php.source.html#l389"> line 389</a></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 18:57:41 2014</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
| inputx/code-ref-doc | bonfire/_variables/new_classes.html | HTML | apache-2.0 | 5,439 |
<!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_03.html">Class Test_AbaRouteValidator_03</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_3509_good
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03.html?line=24281#src-24281" >testAbaNumberCheck_3509_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:33:18
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_3509_good</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=7200#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.7352941</span>73.5%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_3509_good_5k0.html | HTML | apache-2.0 | 9,177 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Axis2/C: axutil_hash.h File Reference</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.5.3 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
<div class="nav">
<a class="el" href="dir_f60961de8e5edc3b2658ef023e959e45.html">deploy</a> » <a class="el" href="dir_6b4e91e54b7316b376882a6402adbf44.html">include</a> » <a class="el" href="dir_df3a7695d5a9e696f30b948b566829e7.html">axis2-1.6.0</a></div>
<h1>axutil_hash.h File Reference</h1>Axis2 Hash Tables. <a href="#_details">More...</a>
<p>
<code>#include <axutil_utils_defines.h></code><br>
<code>#include <<a class="el" href="axutil__env_8h-source.html">axutil_env.h</a>></code><br>
<p>
<a href="axutil__hash_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g9d76d1650779662f4e6727f4284e34d9">AXIS2_HASH_KEY_STRING</a> (unsigned int)(-1)</td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <br>
<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <br>
<a class="el" href="group__axutil__hash.html#g3c624ec6d027cc0a7e8f07fb849f51f8">axutil_hash_index_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g3c624ec6d027cc0a7e8f07fb849f51f8">axutil_hash_index_t</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef unsigned int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#gb07fdbe39a3c5b3fdaed1a8c8d1a177b">axutil_hashfunc_t</a> )(const char *key, axis2_ssize_t *klen)</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g7cf05c040bc742d2477ee525d422c674">axutil_hashfunc_default</a> (const char *key, axis2_ssize_t *klen)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g8acab6f89243f53723665aab71e5e945">axutil_hash_make</a> (const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#gc97083ad0e5a219bfd47666ec718e66b">axutil_hash_make_custom</a> (const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env, <a class="el" href="group__axutil__hash.html#gb07fdbe39a3c5b3fdaed1a8c8d1a177b">axutil_hashfunc_t</a> hash_func)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g816156cbb7a006f8cd83cf25397c1bda">axutil_hash_copy</a> (const <a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *ht, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#gdd1a3888b91267e2fc5f84293ec56002">axutil_hash_set</a> (<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *ht, const void *key, axis2_ssize_t klen, const void *val)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN void * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#gc9571a63cb988174c01e18634f9a93bb">axutil_hash_get</a> (<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *ht, const void *key, axis2_ssize_t klen)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
<a class="el" href="group__axutil__hash.html#g3c624ec6d027cc0a7e8f07fb849f51f8">axutil_hash_index_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g99452fb3f68e592c7f64286c10b75426">axutil_hash_first</a> (<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *ht, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
<a class="el" href="group__axutil__hash.html#g3c624ec6d027cc0a7e8f07fb849f51f8">axutil_hash_index_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#gf273ceaf30433b5bef16fe389afbb3e9">axutil_hash_next</a> (const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env, <a class="el" href="group__axutil__hash.html#g3c624ec6d027cc0a7e8f07fb849f51f8">axutil_hash_index_t</a> *hi)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#ga6297355c83ada8f228ab1d6f46e3b50">axutil_hash_this</a> (<a class="el" href="group__axutil__hash.html#g3c624ec6d027cc0a7e8f07fb849f51f8">axutil_hash_index_t</a> *hi, const void **key, axis2_ssize_t *klen, void **val)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#ga6cd5c55cdad46b0b9d3133ff77ed314">axutil_hash_count</a> (<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *ht)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g868c52ba2d5ffc3aae86b68f5fc772a7">axutil_hash_overlay</a> (const <a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *overlay, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env, const <a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *base)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g146257867c0be68eedae4ef822d4d341">axutil_hash_merge</a> (const <a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *h1, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env, const <a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *h2, void *(*merger)(const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env, const void *key, axis2_ssize_t klen, const void *h1_val, const void *h2_val, const void *data), const void *data)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN axis2_bool_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g56cd2ac6c7addaf693c820abe1d180f5">axutil_hash_contains_key</a> (<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *ht, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env, const axis2_char_t *key)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#ge49a13a2adc0881ffdd7f69c6459b949">axutil_hash_free</a> (<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *ht, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__hash.html#g8eb012f8273cfcda84f562dc31385270">axutil_hash_free_void_arg</a> (void *ht_void, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcf5da6ec41283048d3275d51482467c7"></a><!-- doxytag: member="axutil_hash.h::axutil_hash_set_env" ref="gcf5da6ec41283048d3275d51482467c7" args="(axutil_hash_t *ht, const axutil_env_t *env)" -->
AXIS2_EXTERN void </td><td class="memItemRight" valign="bottom"><b>axutil_hash_set_env</b> (<a class="el" href="group__axutil__hash.html#gb2d7d14db2de92a101573f44421ac12a">axutil_hash_t</a> *ht, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Axis2 Hash Tables.
<p>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 11:49:43 2009 for Axis2/C by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>
| loentar/axis2c-unofficial | xdocs/api/html/axutil__hash_8h.html | HTML | apache-2.0 | 11,298 |
<!DOCTYPE html >
<html>
<head>
<title>anyvals - Scalactic 3.0.2 - org.scalactic.anyvals</title>
<meta name="description" content="anyvals - Scalactic 3.0.2 - org.scalactic.anyvals" />
<meta name="keywords" content="anyvals Scalactic 3.0.2 org.scalactic.anyvals" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../../index.html';
var hash = 'org.scalactic.anyvals.package';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
</head>
<body class="value">
<!-- Top of doc.scalactic.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204569 = window.pid204569 || rnd;
var plc204569 = window.plc204569 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204569;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204569+';place='+(plc204569++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<img alt="Package" src="../../../lib/package_big.png" />
<p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalactic">scalactic</a></p>
<h1>anyvals</h1><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<span class="name">anyvals</span>
</span>
</h4>
<div id="comment" class="fullcommenttop"></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="types" class="types members">
<h3>Type Members</h3>
<ol><li name="org.scalactic.anyvals.CompileTimeAssertions" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="CompileTimeAssertionsextendsAnyRef"></a>
<a id="CompileTimeAssertions:CompileTimeAssertions"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">trait</span>
</span>
<span class="symbol">
<a href="CompileTimeAssertions.html"><span class="name">CompileTimeAssertions</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@CompileTimeAssertionsextendsAnyRef" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Trait providing assertion methods that can be called at compile time from macros
to validate literals in source code.</p><div class="fullcomment"><div class="comment cmt"><p>Trait providing assertion methods that can be called at compile time from macros
to validate literals in source code.</p><p>The intent of <code>CompileTimeAssertions</code> is to make it easier to create
<code>AnyVal</code>s that restrict the values of types for which Scala supports
literals: <code>Int</code>, <code>Long</code>, <code>Float</code>, <code>Double</code>, <code>Char</code>,
and <code>String</code>. For example, if you are using odd integers in many places
in your code, you might have validity checks scattered throughout your code. Here's
an example of a method that both requires an odd <code>Int</code> is passed (as a
<em>precondition</em>, and ensures an odd * <code>Int</code> is returned (as
a <em>postcondition</em>):</p><p><pre class="stHighlighted">
<span class="stReserved">def</span> nextOdd(i: <span class="stType">Int</span>): <span class="stType">Int</span> = {
<span class="stReserved">def</span> isOdd(x: <span class="stType">Int</span>): <span class="stType">Boolean</span> = x.abs % <span class="stLiteral">2</span> == <span class="stLiteral">1</span>
require(isOdd(i))
(i + <span class="stLiteral">2</span>) ensuring (isOdd(_))
}
</pre></p><p>In either the precondition or postcondition check fails, an exception will
be thrown at runtime. If you have many methods like this you may want to
create a type to represent an odd <code>Int</code>, so that the checking
for validity errors is isolated in just one place. By using an <code>AnyVal</code>
you can avoid boxing the <code>Int</code>, which may be more efficient.
This might look like:</p><p><pre class="stHighlighted">
<span class="stReserved">final</span> <span class="stReserved">class</span> <span class="stType">OddInt</span> <span class="stReserved">private</span> (<span class="stReserved">val</span> value: <span class="stType">Int</span>) <span class="stReserved">extends</span> <span class="stType">AnyVal</span> {
<span class="stReserved">override</span> <span class="stReserved">def</span> toString: <span class="stType">String</span> = s<span class="stQuotedString">"OddInt($value)"</span>
}
<br/><span class="stReserved">object</span> <span class="stType">OddInt</span> {
<span class="stReserved">def</span> apply(value: <span class="stType">Int</span>): <span class="stType">OddInt</span> = {
require(value.abs % <span class="stLiteral">2</span> == <span class="stLiteral">1</span>)
<span class="stReserved">new</span> <span class="stType">OddInt</span>(value)
}
}
</pre></p><p>An <code>AnyVal</code> cannot have any constructor code, so to ensure that
any <code>Int</code> passed to the <code>OddInt</code> constructor is actually
odd, the constructor must be private. That way the only way to construct a
new <code>OddInt</code> is via the <code>apply</code> factory method in the
<code>OddInt</code> companion object, which can require that the value be
odd. This design eliminates the need for placing <code>require</code> and
<code>ensuring</code> clauses anywhere else that odd <code>Int</code>s are
needed, because the type promises the constraint. The <code>nextOdd</code>
method could, therefore, be rewritten as:</p><p><pre class="stHighlighted">
<span class="stReserved">def</span> nextOdd(oi: <span class="stType">OddInt</span>): <span class="stType">OddInt</span> = <span class="stType">OddInt</span>(oi.value + <span class="stLiteral">2</span>)
</pre></p><p>Using the compile-time assertions provided by this trait, you can construct
a factory method implemented vai a macro wthat causes a compile failure
if <code>OddInt.apply</code> is passed anything besides an odd
<code>Int</code> literal. Class <code>OddInt</code> would look exactly the
same as before:</p><p><pre class="stHighlighted">
<span class="stReserved">final</span> <span class="stReserved">class</span> <span class="stType">OddInt</span> <span class="stReserved">private</span> (<span class="stReserved">val</span> value: <span class="stType">Int</span>) <span class="stReserved">extends</span> <span class="stType">AnyVal</span> {
<span class="stReserved">override</span> <span class="stReserved">def</span> toString: <span class="stType">String</span> = s<span class="stQuotedString">"OddInt($value)"</span>
}
</pre></p><p>In the companion object, however, the <code>apply</code> method would
be implemented in terms of a macro. Because the <code>apply</code> method
will only work with literals, you'll need a second method that can work
an any expression of type <code>Int</code>. Although you could write
a factory method that throws a runtime exception if a non-odd
<code>Int</code> is passed, we recommend a <code>from</code> method
that returns an <code>Option</code>. The returned <code>Option</code>
can be processed to deal with the potential for non-odd values.</p><p><pre class="stHighlighted">
<span class="stReserved">object</span> <span class="stType">OddInt</span> {
<br/> <span class="stLineComment">// The from factory method validates at run time</span>
<span class="stReserved">def</span> from(value: <span class="stType">Int</span>): <span class="stType">Option[OddInt]</span> =
<span class="stReserved">if</span> (OddIntMacro.isValid(value)) <span class="stType">Some</span>(<span class="stReserved">new</span> <span class="stType">OddInt</span>(value)) <span class="stReserved">else</span> <span class="stType">None</span>
<br/> <span class="stLineComment">// The apply factory method validates at compile time</span>
<span class="stReserved">import</span> scala.language.experimental.macros
<span class="stReserved">def</span> apply(value: <span class="stType">Int</span>): <span class="stType">OddInt</span> = macro OddIntMacro.apply
}
</pre></p><p>The <code>apply</code> method refers to a macro implementation method in class
<code>PosIntMacro</code>. The macro implementation of any such method can look
very similar to this one. The only changes you'd need to make is the
<code>isValid</code> method implementation and the text of the error messages.</p><p><pre class="stHighlighted">
<span class="stReserved">import</span> org.scalactic.anyvals.CompileTimeAssertions
<span class="stReserved">import</span> reflect.macros.Context
<br/><span class="stReserved">object</span> <span class="stType">OddIntMacro</span> <span class="stReserved">extends</span> <span class="stType">CompileTimeAssertions</span> {
<br/> <span class="stLineComment">// Validation method used at both compile- and run-time</span>
<span class="stReserved">def</span> isValid(i: <span class="stType">Int</span>): <span class="stType">Boolean</span> = i.abs % <span class="stLiteral">2</span> == <span class="stLiteral">1</span>
<br/> <span class="stLineComment">// Apply macro that performs a compile-time assertion</span>
<span class="stReserved">def</span> apply(c: <span class="stType">Context</span>)(value: <span class="stType">c.Expr[Int]</span>): <span class="stType">c.Expr[OddInt]</span> = {
<br/> <span class="stLineComment">// Prepare potential compiler error messages</span>
<span class="stReserved">val</span> notValidMsg = <span class="stQuotedString">"OddInt.apply can only be invoked on odd Int literals, like OddInt(3)."</span>
<span class="stReserved">val</span> notLiteralMsg = <span class="stQuotedString">"OddInt.apply can only be invoked on Int literals, like "</span> +
<span class="stQuotedString">"OddInt(3). Please use OddInt.from instead."</span>
<br/> <span class="stLineComment">// Validate via a compile-time assertion</span>
ensureValidIntLiteral(c)(value, notValidMsg, notLiteralMsg)(isValid)
<br/> <span class="stLineComment">// Validated, so rewrite the apply call to a from call</span>
c.universe.reify { OddInt.from(value.splice).get }
}
}
</pre></p><p>The <code>isValid</code> method just takes the underlying type and returns <code>true</code> if it is valid,
else <code>false</code>. This method is placed here so the same valiation code can be used both in
the <code>from</code> method at runtime and the <code>apply</code> macro at compile time. The <code>apply</code>
actually does just two things. It calls a <code>ensureValidIntLiteral</code>, performing a compile-time assertion
that value passed to <code>apply</code> is an <code>Int</code> literal that is valid (in this case, odd).
If the assertion fails, <code>ensureValidIntLiteral</code> will complete abruptly with an exception that will
contain an appropriate error message (one of the two you passed in) and cause a compiler error with that message.
If the assertion succeeds, <code>ensureValidIntLiteral</code> will just return normally. The next line of code
will then execute. This line of code must construct an AST (abstract syntax tree) of code that will replace
the <code>OddInt.apply</code> invocation. We invoke the other factory method that returns an <code>Option</code>,
and since we've proven at compile time that that <code>Option</code> will be defined, we call <code>get</code> on it.</p><p>You may wish to use quasi-quotes instead of reify. The reason we use reify is that this also works on 2.10 without
any additional plugin (i.e., you don't need macro paradise), and Scalactic supports 2.10.</p></div></div>
</li><li name="org.scalactic.anyvals.PosDouble" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosDoubleextendsAnyVal"></a>
<a id="PosDouble:PosDouble"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="PosDouble.html"><span class="name">PosDouble</span></a><span class="result"> extends <span class="extype" name="scala.AnyVal">AnyVal</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosDoubleextendsAnyVal" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">An <code>AnyVal</code> for positive <code>Double</code>s.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>An <code>AnyVal</code> for positive <code>Double</code>s.</p><p>Note: a <code>PosDouble</code> may not equal 0. If you want positive
number or 0, use <a href="PosZDouble.html" class="extype" name="org.scalactic.anyvals.PosZDouble">PosZDouble</a>.</p><p>Because <code>PosDouble</code> is an <code>AnyVal</code> it
will usually be as efficient as an <code>Double</code>, being
boxed only when a <code>Double</code> would have been boxed.</p><p>The <code>PosDouble.apply</code> factory method is
implemented in terms of a macro that checks literals for
validity at compile time. Calling
<code>PosDouble.apply</code> with a literal
<code>Double</code> value will either produce a valid
<code>PosDouble</code> instance at run time or an error at
compile time. Here's an example:</p><p><pre class="stREPL">
scala> import anyvals._
import anyvals._
scala> PosDouble(1.0)
res1: org.scalactic.anyvals.PosDouble = PosDouble(1.0)
scala> PosDouble(0.0)
<console>:14: error: PosDouble.apply can only be invoked on a positive (i > 0.0) floating point literal, like PosDouble(42.0).
PosDouble(0.0)
^
</pre></p><p><code>PosDouble.apply</code> cannot be used if the value
being passed is a variable (<em>i.e.</em>, not a literal),
because the macro cannot determine the validity of variables
at compile time (just literals). If you try to pass a
variable to <code>PosDouble.apply</code>, you'll get a
compiler error that suggests you use a different factor
method, <code>PosDouble.from</code>, instead:</p><p><pre class="stREPL">
scala> val x = 1.0
x: Double = 1.0
scala> PosDouble(x)
<console>:15: error: PosDouble.apply can only be invoked on a floating point literal, like PosDouble(42.0). Please use PosDouble.from instead.
PosDouble(x)
^
</pre></p><p>The <code>PosDouble.from</code> factory method will inspect
the value at runtime and return an
<code>Option[PosDouble]</code>. If the value is valid,
<code>PosDouble.from</code> will return a
<code>Some[PosDouble]</code>, else it will return a
<code>None</code>. Here's an example:</p><p><pre class="stREPL">
scala> PosDouble.from(x)
res4: Option[org.scalactic.anyvals.PosDouble] = Some(PosDouble(1.0))
scala> val y = 0.0
y: Double = 0.0
scala> PosDouble.from(y)
res5: Option[org.scalactic.anyvals.PosDouble] = None
</pre></p><p>The <code>PosDouble.apply</code> factory method is marked
implicit, so that you can pass literal <code>Double</code>s
into methods that require <code>PosDouble</code>, and get the
same compile-time checking you get when calling
<code>PosDouble.apply</code> explicitly. Here's an example:</p><p><pre class="stREPL">
scala> def invert(pos: PosDouble): Double = Double.MaxValue - pos
invert: (pos: org.scalactic.anyvals.PosDouble)Double
scala> invert(1.1)
res6: Double = 1.7976931348623157E308
scala> invert(Double.MaxValue)
res8: Double = 0.0
scala> invert(0.0)
<console>:15: error: PosDouble.apply can only be invoked on a positive (i > 0.0) floating point literal, like PosDouble(42.0).
invert(0.0)
^
scala> invert(-1.0)
<console>:15: error: PosDouble.apply can only be invoked on a positive (i > 0.0) floating point literal, like PosDouble(42.0).
invert(-1.0)
^
</pre></p><p>This example also demonstrates that the
<code>PosDouble</code> companion object also defines implicit
widening conversions when a similar conversion is provided in
Scala. This makes it convenient to use a
<code>PosDouble</code> where a <code>Double</code> is
needed. An example is the subtraction in the body of the
<code>invert</code> method defined above,
<code>Double.MaxValue - pos</code>. Although
<code>Double.MaxValue</code> is a <code>Double</code>, which
has no <code>-</code> method that takes a
<code>PosDouble</code> (the type of <code>pos</code>), you
can still subtract <code>pos</code>, because the
<code>PosDouble</code> will be implicitly widened to
<code>Double</code>.</p></div></div>
</li><li name="org.scalactic.anyvals.PosFloat" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosFloatextendsAnyVal"></a>
<a id="PosFloat:PosFloat"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="PosFloat.html"><span class="name">PosFloat</span></a><span class="result"> extends <span class="extype" name="scala.AnyVal">AnyVal</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosFloatextendsAnyVal" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">An <code>AnyVal</code> for positive <code>Float</code>s.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>An <code>AnyVal</code> for positive <code>Float</code>s.</p><p>Note: a <code>PosFloat</code> may not equal 0. If you want positive
number or 0, use <a href="PosZFloat.html" class="extype" name="org.scalactic.anyvals.PosZFloat">PosZFloat</a>.</p><p>Because <code>PosFloat</code> is an <code>AnyVal</code> it
will usually be as efficient as an <code>Float</code>, being
boxed only when an <code>Float</code> would have been boxed.</p><p>The <code>PosFloat.apply</code> factory method is implemented
in terms of a macro that checks literals for validity at
compile time. Calling <code>PosFloat.apply</code> with a
literal <code>Float</code> value will either produce a valid
<code>PosFloat</code> instance at run time or an error at
compile time. Here's an example:</p><p><pre class="stREPL">
scala> import anyvals._
import anyvals._
scala> PosFloat(1.0F)
res0: org.scalactic.anyvals.PosFloat = PosFloat(1.0)
scala> PosFloat(0.0F)
<console>:14: error: PosFloat.apply can only be invoked on a positive (i > 0.0F) floating point literal, like PosFloat(42.0F).
PosFloat(0.0F)
^
</pre></p><p><code>PosFloat.apply</code> cannot be used if the value being
passed is a variable (<em>i.e.</em>, not a literal), because
the macro cannot determine the validity of variables at
compile time (just literals). If you try to pass a variable
to <code>PosFloat.apply</code>, you'll get a compiler error
that suggests you use a different factor method,
<code>PosFloat.from</code>, instead:</p><p><pre class="stREPL">
scala> val x = 1.0F
x: Float = 1.0
scala> PosFloat(x)
<console>:15: error: PosFloat.apply can only be invoked on a floating point literal, like PosFloat(42.0F). Please use PosFloat.from instead.
PosFloat(x)
^
</pre></p><p>The <code>PosFloat.from</code> factory method will inspect
the value at runtime and return an
<code>Option[PosFloat]</code>. If the value is valid,
<code>PosFloat.from</code> will return a
<code>Some[PosFloat]</code>, else it will return a
<code>None</code>. Here's an example:</p><p><pre class="stREPL">
scala> PosFloat.from(x)
res3: Option[org.scalactic.anyvals.PosFloat] = Some(PosFloat(1.0))
scala> val y = 0.0F
y: Float = 0.0
scala> PosFloat.from(y)
res4: Option[org.scalactic.anyvals.PosFloat] = None
</pre></p><p>The <code>PosFloat.apply</code> factory method is marked
implicit, so that you can pass literal <code>Float</code>s
into methods that require <code>PosFloat</code>, and get the
same compile-time checking you get when calling
<code>PosFloat.apply</code> explicitly. Here's an example:</p><p><pre class="stREPL">
scala> def invert(pos: PosFloat): Float = Float.MaxValue - pos
invert: (pos: org.scalactic.anyvals.PosFloat)Float
scala> invert(1.1F)
res5: Float = 3.4028235E38
scala> invert(Float.MaxValue)
res6: Float = 0.0
scala> invert(0.0F)
<console>:15: error: PosFloat.apply can only be invoked on a positive (i > 0.0F) floating point literal, like PosFloat(42.0F).
invert(0.0F)
^
scala> invert(-1.1F)
<console>:15: error: PosFloat.apply can only be invoked on a positive (i > 0.0F) floating point literal, like PosFloat(42.0F).
invert(-1.1F)
^
</pre></p><p>This example also demonstrates that the <code>PosFloat</code>
companion object also defines implicit widening conversions
when no loss of precision will occur. This makes it convenient to use a
<code>PosFloat</code> where a <code>Float</code> or wider
type is needed. An example is the subtraction in the body of
the <code>invert</code> method defined above,
<code>Float.MaxValue - pos</code>. Although
<code>Float.MaxValue</code> is a <code>Float</code>, which
has no <code>-</code> method that takes a
<code>PosFloat</code> (the type of <code>pos</code>), you can
still subtract <code>pos</code>, because the
<code>PosFloat</code> will be implicitly widened to
<code>Float</code>.</p></div></div>
</li><li name="org.scalactic.anyvals.PosInt" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosIntextendsAnyVal"></a>
<a id="PosInt:PosInt"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="PosInt.html"><span class="name">PosInt</span></a><span class="result"> extends <span class="extype" name="scala.AnyVal">AnyVal</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosIntextendsAnyVal" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">An <code>AnyVal</code> for positive <code>Int</code>s.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>An <code>AnyVal</code> for positive <code>Int</code>s.</p><p>Note: a <code>PosInt</code> may not equal 0. If you want positive
number or 0, use <a href="PosZInt.html" class="extype" name="org.scalactic.anyvals.PosZInt">PosZInt</a>.</p><p>Because <code>PosInt</code> is an <code>AnyVal</code> it will usually be
as efficient as an <code>Int</code>, being boxed only when an <code>Int</code>
would have been boxed.</p><p>The <code>PosInt.apply</code> factory method is implemented in terms of a macro that
checks literals for validity at compile time. Calling <code>PosInt.apply</code> with
a literal <code>Int</code> value will either produce a valid <code>PosInt</code> instance
at run time or an error at compile time. Here's an example:</p><p><pre class="stREPL">
scala> import anyvals._
import anyvals._
scala> PosInt(1)
res0: org.scalactic.anyvals.PosInt = PosInt(1)
scala> PosInt(0)
<console>:14: error: PosInt.apply can only be invoked on a positive (i > 0) integer literal, like PosInt(42).
PosInt(0)
^
</pre></p><p><code>PosInt.apply</code> cannot be used if the value being passed is a variable (<em>i.e.</em>, not a literal), because
the macro cannot determine the validity of variables at compile time (just literals). If you try to pass a variable
to <code>PosInt.apply</code>, you'll get a compiler error that suggests you use a different factor method,
<code>PosInt.from</code>, instead:</p><p><pre class="stREPL">
scala> val x = 1
x: Int = 1
scala> PosInt(x)
<console>:15: error: PosInt.apply can only be invoked on an integer literal, like PosInt(42). Please use PosInt.from instead.
PosInt(x)
^
</pre></p><p>The <code>PosInt.from</code> factory method will inspect the value at runtime and return an <code>Option[PosInt]</code>. If
the value is valid, <code>PosInt.from</code> will return a <code>Some[PosInt]</code>, else it will return a <code>None</code>.
Here's an example:</p><p><pre class="stREPL">
scala> PosInt.from(x)
res3: Option[org.scalactic.anyvals.PosInt] = Some(PosInt(1))
scala> val y = 0
y: Int = 0
scala> PosInt.from(y)
res4: Option[org.scalactic.anyvals.PosInt] = None
</pre></p><p>The <code>PosInt.apply</code> factory method is marked implicit, so that you can pass literal <code>Int</code>s
into methods that require <code>PosInt</code>, and get the same compile-time checking you get when calling
<code>PosInt.apply</code> explicitly. Here's an example:</p><p><pre class="stREPL">
scala> def invert(pos: PosInt): Int = Int.MaxValue - pos
invert: (pos: org.scalactic.anyvals.PosInt)Int
scala> invert(1)
res0: Int = 2147483646
scala> invert(Int.MaxValue)
res1: Int = 0
scala> invert(0)
<console>:15: error: PosInt.apply can only be invoked on a positive (i > 0) integer literal, like PosInt(42).
invert(0)
^
scala> invert(-1)
<console>:15: error: PosInt.apply can only be invoked on a positive (i > 0) integer literal, like PosInt(42).
invert(-1)
^
</pre></p><p>This example also demonstrates that the <code>PosInt</code> companion object also defines implicit widening conversions
when either no loss of precision will occur or a similar conversion is provided in Scala. (For example, the implicit
conversion from <code>Int</code> to </code>Float</code> in Scala can lose precision.) This makes it convenient to
use a <code>PosInt</code> where an <code>Int</code> or wider type is needed. An example is the subtraction in the body
of the <code>invert</code> method defined above, <code>Int.MaxValue - pos</code>. Although <code>Int.MaxValue</code> is
an <code>Int</code>, which has no <code>-</code> method that takes a <code>PosInt</code> (the type of <code>pos</code>),
you can still subtract <code>pos</code>, because the <code>PosInt</code> will be implicitly widened to <code>Int</code>.</p></div></div>
</li><li name="org.scalactic.anyvals.PosLong" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosLongextendsAnyVal"></a>
<a id="PosLong:PosLong"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="PosLong.html"><span class="name">PosLong</span></a><span class="result"> extends <span class="extype" name="scala.AnyVal">AnyVal</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosLongextendsAnyVal" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">An <code>AnyVal</code> for positive <code>Long</code>s.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>An <code>AnyVal</code> for positive <code>Long</code>s.</p><p>Note: a <code>PosLong</code> may not equal 0. If you want positive
number or 0, use <a href="PosZLong.html" class="extype" name="org.scalactic.anyvals.PosZLong">PosZLong</a>.</p><p>Because <code>PosLong</code> is an <code>AnyVal</code> it
will usually be as efficient as an <code>Long</code>, being
boxed only when an <code>Long</code> would have been boxed.</p><p>The <code>PosLong.apply</code> factory method is implemented
in terms of a macro that checks literals for validity at
compile time. Calling <code>PosLong.apply</code> with a
literal <code>Long</code> value will either produce a valid
<code>PosLong</code> instance at run time or an error at
compile time. Here's an example:</p><p><pre class="stREPL">
scala> import anyvals._
import anyvals._
scala> PosLong(1L)
res0: org.scalactic.anyvals.PosLong = PosLong(1)
scala> PosLong(0L)
<console>:14: error: PosLong.apply can only be invoked on a positive (i > 0L) integer literal, like PosLong(42L).
PosLong(0L)
^
</pre></p><p><code>PosLong.apply</code> cannot be used if the value being
passed is a variable (<em>i.e.</em>, not a literal), because
the macro cannot determine the validity of variables at
compile time (just literals). If you try to pass a variable
to <code>PosLong.apply</code>, you'll get a compiler error
that suggests you use a different factor method,
<code>PosLong.from</code>, instead:</p><p><pre class="stREPL">
scala> val x = 1L
x: Long = 1
scala> PosLong(x)
<console>:15: error: PosLong.apply can only be invoked on an integer literal, like PosLong(42L). Please use PosLong.from instead.
PosLong(x)
^
</pre></p><p>The <code>PosLong.from</code> factory method will inspect the
value at runtime and return an
<code>Option[PosLong]</code>. If the value is valid,
<code>PosLong.from</code> will return a
<code>Some[PosLong]</code>, else it will return a
<code>None</code>. Here's an example:</p><p><pre class="stREPL">
scala> PosLong.from(x)
res3: Option[org.scalactic.anyvals.PosLong] = Some(PosLong(1))
scala> val y = 0L
y: Long = 0
scala> PosLong.from(y)
res4: Option[org.scalactic.anyvals.PosLong] = None
</pre></p><p>The <code>PosLong.apply</code> factory method is marked
implicit, so that you can pass literal <code>Long</code>s
into methods that require <code>PosLong</code>, and get the
same compile-time checking you get when calling
<code>PosLong.apply</code> explicitly. Here's an example:</p><p><pre class="stREPL">
scala> def invert(pos: PosLong): Long = Long.MaxValue - pos
invert: (pos: org.scalactic.anyvals.PosLong)Long
scala> invert(1L)
res5: Long = 9223372036854775806
scala> invert(Long.MaxValue)
res6: Long = 0
scala> invert(0L)
<console>:15: error: PosLong.apply can only be invoked on a positive (i > 0L) integer literal, like PosLong(42L).
invert(0L)
^
scala> invert(-1L)
<console>:15: error: PosLong.apply can only be invoked on a positive (i > 0L) integer literal, like PosLong(42L).
invert(-1L)
^
</pre></p><p>This example also demonstrates that the <code>PosLong</code>
companion object also defines implicit widening conversions
when either no loss of precision will occur or a similar
conversion is provided in Scala. (For example, the implicit
conversion from <code>Long</code> to </code>Double</code> in
Scala can lose precision.) This makes it convenient to use a
<code>PosLong</code> where a <code>Long</code> or wider type
is needed. An example is the subtraction in the body of the
<code>invert</code> method defined above, <code>Long.MaxValue
- pos</code>. Although <code>Long.MaxValue</code> is a
<code>Long</code>, which has no <code>-</code> method that
takes a <code>PosLong</code> (the type of <code>pos</code>),
you can still subtract <code>pos</code>, because the
<code>PosLong</code> will be implicitly widened to
<code>Long</code>.</p></div></div>
</li><li name="org.scalactic.anyvals.PosZDouble" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosZDoubleextendsAnyVal"></a>
<a id="PosZDouble:PosZDouble"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="PosZDouble.html"><span class="name">PosZDouble</span></a><span class="result"> extends <span class="extype" name="scala.AnyVal">AnyVal</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosZDoubleextendsAnyVal" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">An <code>AnyVal</code> for non-negative <code>Double</code>s.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>An <code>AnyVal</code> for non-negative <code>Double</code>s.</p><p>Because <code>PosZDouble</code> is an <code>AnyVal</code> it will usually be
as efficient as an <code>Double</code>, being boxed only when a
<code>Double</code> would have been boxed.</p><p>The <code>PosZDouble.apply</code> factory method is
implemented in terms of a macro that checks literals for
validity at compile time. Calling
<code>PosZDouble.apply</code> with a literal
<code>Double</code> value will either produce a valid
<code>PosZDouble</code> instance at run time or an error at
compile time. Here's an example:</p><p><pre class="stREPL">
scala> import anyvals._
import anyvals._
scala> PosZDouble(1.1)
res0: org.scalactic.anyvals.PosZDouble = PosZDouble(1.1)
scala> PosZDouble(0.0)
res1: org.scalactic.anyvals.PosZDouble = PosZDouble(0.0)
scala> PosZDouble(-1.1)
<console>:14: error: PosZDouble.apply can only be invoked on a non-negative (i >= 0.0) floating point literal, like PosZDouble(42.0).
PosZDouble(-1.1)
^
</pre></p><p><code>PosZDouble.apply</code> cannot be used if the value
being passed is a variable (<em>i.e.</em>, not a literal),
because the macro cannot determine the validity of variables
at compile time (just literals). If you try to pass a
variable to <code>PosZDouble.apply</code>, you'll get a
compiler error that suggests you use a different factor
method, <code>PosZDouble.from</code>, instead:</p><p><pre class="stREPL">
scala> val x = 1.1
x: Double = 1.1
scala> PosZDouble(x)
<console>:15: error: PosZDouble.apply can only be invoked on a floating point literal, like PosZDouble(42.0). Please use PosZDouble.from instead.
PosZDouble(x)
^
</pre></p><p>The <code>PosZDouble.from</code> factory method will inspect
the value at runtime and return an
<code>Option[PosZDouble]</code>. If the value is valid,
<code>PosZDouble.from</code> will return a
<code>Some[PosZDouble]</code>, else it will return a
<code>None</code>. Here's an example:</p><p><pre class="stREPL">
scala> PosZDouble.from(x)
res4: Option[org.scalactic.anyvals.PosZDouble] = Some(PosZDouble(1.1))
scala> val y = -1.1
y: Double = -1.1
scala> PosZDouble.from(y)
res5: Option[org.scalactic.anyvals.PosZDouble] = None
</pre></p><p>The <code>PosZDouble.apply</code> factory method is marked implicit, so that
you can pass literal <code>Double</code>s into methods that require
<code>PosZDouble</code>, and get the same compile-time checking you get when
calling <code>PosZDouble.apply</code> explicitly. Here's an example:</p><p><pre class="stREPL">
scala> def invert(pos: PosZDouble): Double = Double.MaxValue - pos
invert: (pos: org.scalactic.anyvals.PosZDouble)Double
scala> invert(0.0)
res6: Double = 1.7976931348623157E308
scala> invert(Double.MaxValue)
res7: Double = 0.0
scala> invert(-1.1)
<console>:15: error: PosZDouble.apply can only be invoked on a non-negative (i >= 0.0) floating point literal, like PosZDouble(42.0).
invert(-1.1)
^
</pre></p><p>This example also demonstrates that the
<code>PosZDouble</code> companion object also defines
implicit widening conversions when a similar conversion is
provided in Scala. This makes it convenient to use a
<code>PosZDouble</code> where a <code>Double</code> or wider
type is needed. An example is the subtraction in the body of
the <code>invert</code> method defined above,
<code>Double.MaxValue - pos</code>. Although
<code>Double.MaxValue</code> is a <code>Double</code>, which
has no <code>-</code> method that takes a
<code>PosZDouble</code> (the type of <code>pos</code>), you
can still subtract <code>pos</code>, because the
<code>PosZDouble</code> will be implicitly widened to
<code>Double</code>.</p></div></div>
</li><li name="org.scalactic.anyvals.PosZFloat" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosZFloatextendsAnyVal"></a>
<a id="PosZFloat:PosZFloat"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="PosZFloat.html"><span class="name">PosZFloat</span></a><span class="result"> extends <span class="extype" name="scala.AnyVal">AnyVal</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosZFloatextendsAnyVal" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">An <code>AnyVal</code> for non-negative <code>Float</code>s.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>An <code>AnyVal</code> for non-negative <code>Float</code>s.</p><p>Because <code>PosZFloat</code> is an <code>AnyVal</code> it will usually be
as efficient as an <code>Float</code>, being boxed only when a
<code>Float</code> would have been boxed.</p><p>The <code>PosZFloat.apply</code> factory method is
implemented in terms of a macro that checks literals for
validity at compile time. Calling
<code>PosZFloat.apply</code> with a literal
<code>Float</code> value will either produce a valid
<code>PosZFloat</code> instance at run time or an error at
compile time. Here's an example:</p><p><pre class="stREPL">
scala> import anyvals._
import anyvals._
scala> PosZFloat(1.1F)
res0: org.scalactic.anyvals.PosZFloat = PosZFloat(1.1)
scala> PosZFloat(0.0F)
res1: org.scalactic.anyvals.PosZFloat = PosZFloat(0.0)
scala> PosZFloat(-1.1F)
<console>:14: error: PosZFloat.apply can only be invoked on a non-negative (i >= 0.0F) floating point literal, like PosZFloat(42.0F).
PosZFloat(-1.1F)
^
</pre></p><p><code>PosZFloat.apply</code> cannot be used if the value
being passed is a variable (<em>i.e.</em>, not a literal),
because the macro cannot determine the validity of variables
at compile time (just literals). If you try to pass a
variable to <code>PosZFloat.apply</code>, you'll get a
compiler error that suggests you use a different factor
method, <code>PosZFloat.from</code>, instead:</p><p><pre class="stREPL">
scala> val x = 1.1F
x: Float = 1.1
scala> PosZFloat(x)
<console>:15: error: PosZFloat.apply can only be invoked on a floating point literal, like PosZFloat(42.0F). Please use PosZFloat.from instead.
PosZFloat(x)
^
</pre></p><p>The <code>PosZFloat.from</code> factory method will inspect
the value at runtime and return an
<code>Option[PosZFloat]</code>. If the value is valid,
<code>PosZFloat.from</code> will return a
<code>Some[PosZFloat]</code>, else it will return a
<code>None</code>. Here's an example:</p><p><pre class="stREPL">
scala> PosZFloat.from(x)
res4: Option[org.scalactic.anyvals.PosZFloat] = Some(PosZFloat(1.1))
scala> val y = -1.1F
y: Float = -1.1
scala> PosZFloat.from(y)
res5: Option[org.scalactic.anyvals.PosZFloat] = None
</pre></p><p>The <code>PosZFloat.apply</code> factory method is marked implicit, so that
you can pass literal <code>Float</code>s into methods that require
<code>PosZFloat</code>, and get the same compile-time checking you get when
calling <code>PosZFloat.apply</code> explicitly. Here's an example:</p><p><pre class="stREPL">
scala> def invert(pos: PosZFloat): Float = Float.MaxValue - pos
invert: (pos: org.scalactic.anyvals.PosZFloat)Float
scala> invert(0.0F)
res6: Float = 3.4028235E38
scala> invert(Float.MaxValue)
res7: Float = 0.0
scala> invert(-1.1F)
<console>:15: error: PosZFloat.apply can only be invoked on a non-negative (i >= 0.0F) floating point literal, like PosZFloat(42.0F).
invert(-1.1F)
^
</pre></p><p>This example also demonstrates that the
<code>PosZFloat</code> companion object also defines
implicit widening conversions when a similar conversion is
provided in Scala. This makes it convenient to use a
<code>PosZFloat</code> where a <code>Float</code> or wider
type is needed. An example is the subtraction in the body of
the <code>invert</code> method defined above,
<code>Float.MaxValue - pos</code>. Although
<code>Float.MaxValue</code> is an <code>Float</code>, which
has no <code>-</code> method that takes a
<code>PosZFloat</code> (the type of <code>pos</code>), you
can still subtract <code>pos</code>, because the
<code>PosZFloat</code> will be implicitly widened to
<code>Float</code>.</p></div></div>
</li><li name="org.scalactic.anyvals.PosZInt" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosZIntextendsAnyVal"></a>
<a id="PosZInt:PosZInt"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="PosZInt.html"><span class="name">PosZInt</span></a><span class="result"> extends <span class="extype" name="scala.AnyVal">AnyVal</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosZIntextendsAnyVal" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">An <code>AnyVal</code> for non-negative <code>Int</code>s.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>An <code>AnyVal</code> for non-negative <code>Int</code>s.</p><p>Because <code>PosZInt</code> is an <code>AnyVal</code> it will usually be
as efficient as an <code>Int</code>, being boxed only when an
<code>Int</code> would have been boxed.</p><p>The <code>PosZInt.apply</code> factory method is implemented in terms of a
macro that checks literals for validity at compile time. Calling
<code>PosZInt.apply</code> with a literal <code>Int</code> value will either
produce a valid <code>PosZInt</code> instance at run time or an error at
compile time. Here's an example:</p><p><pre class="stREPL">
scala> import anyvals._
import anyvals._
scala> PosZInt(1)
res0: org.scalactic.anyvals.PosZInt = PosZInt(1)
scala> PosZInt(0)
res1: org.scalactic.anyvals.PosZInt = PosZInt(0)
scala> PosZInt(-1)
<console>:14: error: PosZInt.apply can only be invoked on a non-negative (i >= 0) integer literal, like PosZInt(42).
PosZInt(-1)
^
</pre></p><p><code>PosZInt.apply</code> cannot be used if the value being passed is a
variable (<em>i.e.</em>, not a literal), because the macro cannot determine
the validity of variables at compile time (just literals). If you try to
pass a variable to <code>PosZInt.apply</code>, you'll get a compiler error
that suggests you use a different factor method, <code>PosZInt.from</code>,
instead:</p><p><pre class="stREPL">
scala> val x = 1
x: Int = 1
scala> PosZInt(x)
<console>:15: error: PosZInt.apply can only be invoked on an integer literal, like PosZInt(42). Please use PosZInt.from instead.
PosZInt(x)
^
</pre></p><p>The <code>PosZInt.from</code> factory method will inspect the value at runtime and return an <code>Option[PosZInt]</code>. If
the value is valid, <code>PosZInt.from</code> will return a <code>Some[PosZInt]</code>, else it will return a <code>None</code>.
Here's an example:</p><p><pre class="stREPL">
scala> PosZInt.from(x)
res4: Option[org.scalactic.anyvals.PosZInt] = Some(PosZInt(1))
scala> val y = -1
y: Int = -1
scala> PosZInt.from(y)
res5: Option[org.scalactic.anyvals.PosZInt] = None
</pre></p><p>The <code>PosZInt.apply</code> factory method is marked implicit, so that
you can pass literal <code>Int</code>s into methods that require
<code>PosZInt</code>, and get the same compile-time checking you get when
calling <code>PosZInt.apply</code> explicitly. Here's an example:</p><p><pre class="stREPL">
scala> def invert(pos: PosZInt): Int = Int.MaxValue - pos
invert: (pos: org.scalactic.anyvals.PosZInt)Int
scala> invert(0)
res7: Int = 2147483647
scala> invert(Int.MaxValue)
res8: Int = 0
scala> invert(-1)
<console>:15: error: PosZInt.apply can only be invoked on a non-negative (i >= 0) integer literal, like PosZInt(42).
invert(-1)
^
</pre></p><p>This example also demonstrates that the <code>PosZInt</code>
companion object also defines implicit widening conversions
when either no loss of precision will occur or a similar
conversion is provided in Scala. (For example, the implicit
conversion from <code>Int</code> to </code>Float</code> in
Scala can lose precision.) This makes it convenient to use a
<code>PosZInt</code> where an <code>Int</code> or wider type
is needed. An example is the subtraction in the body of the
<code>invert</code> method defined above, <code>Int.MaxValue
- pos</code>. Although <code>Int.MaxValue</code> is an
<code>Int</code>, which has no <code>-</code> method that
takes a <code>PosZInt</code> (the type of <code>pos</code>),
you can still subtract <code>pos</code>, because the
<code>PosZInt</code> will be implicitly widened to
<code>Int</code>.</p></div></div>
</li><li name="org.scalactic.anyvals.PosZLong" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosZLongextendsAnyVal"></a>
<a id="PosZLong:PosZLong"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<a href="PosZLong.html"><span class="name">PosZLong</span></a><span class="result"> extends <span class="extype" name="scala.AnyVal">AnyVal</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosZLongextendsAnyVal" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">An <code>AnyVal</code> for non-negative <code>Long</code>s.</code></code></p><div class="fullcomment"><div class="comment cmt"><p>An <code>AnyVal</code> for non-negative <code>Long</code>s.</p><p>Because <code>PosZLong</code> is an <code>AnyVal</code> it will usually be
as efficient as an <code>Long</code>, being boxed only when an
<code>Long</code> would have been boxed.</p><p>The <code>PosZLong.apply</code> factory method is implemented in terms of a
macro that checks literals for validity at compile time. Calling
<code>PosZLong.apply</code> with a literal <code>Long</code> value will
either produce a valid <code>PosZLong</code> instance at run time or an
error at compile time. Here's an example:</p><p><pre class="stREPL">
scala> import anyvals._
import anyvals._
scala> PosZLong(1L)
res0: org.scalactic.anyvals.PosZLong = PosZLong(1)
scala> PosZLong(0L)
res1: org.scalactic.anyvals.PosZLong = PosZLong(0)
scala> PosZLong(-1L)
<console>:14: error: PosZLong.apply can only be invoked on a non-negative (i >= 0L) integer literal, like PosZLong(42L).
PosZLong(-1L)
^
</pre></p><p><code>PosZLong.apply</code> cannot be used if the value being passed is a
variable (<em>i.e.</em>, not a literal), because the macro cannot determine
the validity of variables at compile time (just literals). If you try to
pass a variable to <code>PosZLong.apply</code>, you'll get a compiler error
that suggests you use a different factor method, <code>PosZLong.from</code>,
instead:</p><p><pre class="stREPL">
scala> val x = 1L
x: Long = 1
scala> PosZLong(x)
<console>:15: error: PosZLong.apply can only be invoked on an integer literal, like PosZLong(42L). Please use PosZLong.from instead.
PosZLong(x)
^
</pre></p><p>The <code>PosZLong.from</code> factory method will inspect the value at runtime and return an <code>Option[PosZLong]</code>. If
the value is valid, <code>PosZLong.from</code> will return a <code>Some[PosZLong]</code>, else it will return a <code>None</code>.
Here's an example:</p><p><pre class="stREPL">
scala> PosZLong.from(x)
res4: Option[org.scalactic.anyvals.PosZLong] = Some(PosZLong(1))
scala> val y = -1L
y: Long = -1
scala> PosZLong.from(y)
res5: Option[org.scalactic.anyvals.PosZLong] = None
</pre></p><p>The <code>PosZLong.apply</code> factory method is marked implicit, so that
you can pass literal <code>Long</code>s into methods that require
<code>PosZLong</code>, and get the same compile-time checking you get when
calling <code>PosZLong.apply</code> explicitly. Here's an example:</p><p><pre class="stREPL">
scala> def invert(pos: PosZLong): Long = Long.MaxValue - pos
invert: (pos: org.scalactic.anyvals.PosZLong)Long
scala> invert(0L)
res6: Long = 9223372036854775807
scala> invert(Long.MaxValue)
res7: Long = 0
scala> invert(-1L)
<console>:15: error: PosZLong.apply can only be invoked on a non-negative (i >= 0L) integer literal, like PosZLong(42L).
invert(-1L)
^
</pre></p><p>This example also demonstrates that the <code>PosZLong</code>
companion object also defines implicit widening conversions
when either no loss of precision will occur or a similar
conversion is provided in Scala. (For example, the implicit
conversion from <code>Long</code> to </code>Double</code> in
Scala can lose precision.) This makes it convenient to use a
<code>PosZLong</code> where a <code>Long</code> or wider type
is needed. An example is the subtraction in the body of the
<code>invert</code> method defined above, <code>Long.MaxValue
- pos</code>. Although <code>Long.MaxValue</code> is a
<code>Long</code>, which has no <code>-</code> method that
takes a <code>PosZLong</code> (the type of <code>pos</code>),
you can still subtract <code>pos</code>, because the
<code>PosZLong</code> will be implicitly widened to
<code>Long</code>.</p></div></div>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="org.scalactic.anyvals.CompileTimeAssertions" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="CompileTimeAssertions"></a>
<a id="CompileTimeAssertions:CompileTimeAssertions"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a href="CompileTimeAssertions$.html"><span class="name">CompileTimeAssertions</span></a><span class="result"> extends <a href="CompileTimeAssertions.html" class="extype" name="org.scalactic.anyvals.CompileTimeAssertions">CompileTimeAssertions</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@CompileTimeAssertions" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">Companion object that facilitates the importing of <code>CompileTimeAssertions</code> members as
an alternative to mixing in the trait.</code></p><div class="fullcomment"><div class="comment cmt"><p>Companion object that facilitates the importing of <code>CompileTimeAssertions</code> members as
an alternative to mixing in the trait.
</p></div></div>
</li><li name="org.scalactic.anyvals.PosDouble" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosDouble"></a>
<a id="PosDouble:PosDouble"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a href="PosDouble$.html"><span class="name">PosDouble</span></a>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosDouble" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The companion object for <code>PosDouble</code> that offers
factory methods that produce <code>PosDouble</code>s,
implicit widening conversions from <code>PosDouble</code> to
other numeric types, and maximum and minimum constant values
for <code>PosDouble</code>.</code></code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>The companion object for <code>PosDouble</code> that offers
factory methods that produce <code>PosDouble</code>s,
implicit widening conversions from <code>PosDouble</code> to
other numeric types, and maximum and minimum constant values
for <code>PosDouble</code>.
</p></div></div>
</li><li name="org.scalactic.anyvals.PosFloat" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosFloat"></a>
<a id="PosFloat:PosFloat"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a href="PosFloat$.html"><span class="name">PosFloat</span></a>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosFloat" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The companion object for <code>PosFloat</code> that offers
factory methods that produce <code>PosFloat</code>s,
implicit widening conversions from <code>PosFloat</code> to
other numeric types, and maximum and minimum constant values
for <code>PosFloat</code>.</code></code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>The companion object for <code>PosFloat</code> that offers
factory methods that produce <code>PosFloat</code>s,
implicit widening conversions from <code>PosFloat</code> to
other numeric types, and maximum and minimum constant values
for <code>PosFloat</code>.
</p></div></div>
</li><li name="org.scalactic.anyvals.PosInt" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosInt"></a>
<a id="PosInt:PosInt"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a href="PosInt$.html"><span class="name">PosInt</span></a>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosInt" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The companion object for <code>PosInt</code> that offers factory methods that
produce <code>PosInt</code>s, implicit widening conversions from <code>PosInt</code>
to other numeric types, and maximum and minimum constant values for <code>PosInt</code>.</code></code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>The companion object for <code>PosInt</code> that offers factory methods that
produce <code>PosInt</code>s, implicit widening conversions from <code>PosInt</code>
to other numeric types, and maximum and minimum constant values for <code>PosInt</code>.
</p></div></div>
</li><li name="org.scalactic.anyvals.PosLong" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosLong"></a>
<a id="PosLong:PosLong"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a href="PosLong$.html"><span class="name">PosLong</span></a>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosLong" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The companion object for <code>PosLong</code> that offers
factory methods that produce <code>PosLong</code>s, implicit
widening conversions from <code>PosLong</code> to other
numeric types, and maximum and minimum constant values for
<code>PosLong</code>.</code></code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>The companion object for <code>PosLong</code> that offers
factory methods that produce <code>PosLong</code>s, implicit
widening conversions from <code>PosLong</code> to other
numeric types, and maximum and minimum constant values for
<code>PosLong</code>.
</p></div></div>
</li><li name="org.scalactic.anyvals.PosZDouble" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosZDouble"></a>
<a id="PosZDouble:PosZDouble"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a href="PosZDouble$.html"><span class="name">PosZDouble</span></a>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosZDouble" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The companion object for <code>PosZDouble</code> that offers
factory methods that produce <code>PosZDouble</code>s, implicit
widening conversions from <code>PosZDouble</code> to other
numeric types, and maximum and minimum constant values for
<code>PosZDouble</code>.</code></code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>The companion object for <code>PosZDouble</code> that offers
factory methods that produce <code>PosZDouble</code>s, implicit
widening conversions from <code>PosZDouble</code> to other
numeric types, and maximum and minimum constant values for
<code>PosZDouble</code>.
</p></div></div>
</li><li name="org.scalactic.anyvals.PosZFloat" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosZFloat"></a>
<a id="PosZFloat:PosZFloat"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a href="PosZFloat$.html"><span class="name">PosZFloat</span></a>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosZFloat" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The companion object for <code>PosZFloat</code> that offers
factory methods that produce <code>PosZFloat</code>s, implicit
widening conversions from <code>PosZFloat</code> to other
numeric types, and maximum and minimum constant values for
<code>PosZFloat</code>.</code></code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>The companion object for <code>PosZFloat</code> that offers
factory methods that produce <code>PosZFloat</code>s, implicit
widening conversions from <code>PosZFloat</code> to other
numeric types, and maximum and minimum constant values for
<code>PosZFloat</code>.
</p></div></div>
</li><li name="org.scalactic.anyvals.PosZInt" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosZInt"></a>
<a id="PosZInt:PosZInt"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a href="PosZInt$.html"><span class="name">PosZInt</span></a>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosZInt" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The companion object for <code>PosZInt</code> that offers
factory methods that produce <code>PosZInt</code>s, implicit
widening conversions from <code>PosZInt</code> to other
numeric types, and maximum and minimum constant values for
<code>PosZInt</code>.</code></code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>The companion object for <code>PosZInt</code> that offers
factory methods that produce <code>PosZInt</code>s, implicit
widening conversions from <code>PosZInt</code> to other
numeric types, and maximum and minimum constant values for
<code>PosZInt</code>.
</p></div></div>
</li><li name="org.scalactic.anyvals.PosZLong" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="PosZLong"></a>
<a id="PosZLong:PosZLong"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a href="PosZLong$.html"><span class="name">PosZLong</span></a>
</span>
</h4><span class="permalink">
<a href="../../../index.html#org.scalactic.anyvals.package@PosZLong" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<p class="shortcomment cmt">The companion object for <code>PosZLong</code> that offers
factory methods that produce <code>PosZLong</code>s, implicit
widening conversions from <code>PosZLong</code> to other
numeric types, and maximum and minimum constant values for
<code>PosZLong</code>.</code></code></code></code></p><div class="fullcomment"><div class="comment cmt"><p>The companion object for <code>PosZLong</code> that offers
factory methods that produce <code>PosZLong</code>s, implicit
widening conversions from <code>PosZLong</code> to other
numeric types, and maximum and minimum constant values for
<code>PosZLong</code>.
</p></div></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html>
| scalatest/scalactic-website | public/scaladoc/3.0.2/org/scalactic/anyvals/package.html | HTML | apache-2.0 | 65,464 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ko">
<head>
<!-- Generated by javadoc (1.8.0_20) on Wed Jul 29 14:29:10 KST 2015 -->
<title>Uses of Package hsh.lib.widgets.additional</title>
<meta name="date" content="2015-07-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 Package hsh.lib.widgets.additional";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-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?hsh/lib/widgets/additional/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 hsh.lib.widgets.additional" class="title">Uses of Package<br>hsh.lib.widgets.additional</h1>
</div>
<div class="contentContainer">
<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="../../../../hsh/lib/widgets/additional/package-summary.html">hsh.lib.widgets.additional</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="#hsh.lib.widgets">hsh.lib.widgets</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#hsh.lib.widgets.additional">hsh.lib.widgets.additional</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="hsh.lib.widgets">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../hsh/lib/widgets/additional/package-summary.html">hsh.lib.widgets.additional</a> used by <a href="../../../../hsh/lib/widgets/package-summary.html">hsh.lib.widgets</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="../../../../hsh/lib/widgets/additional/class-use/BaseOneLineContentContainer.html#hsh.lib.widgets">BaseOneLineContentContainer</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="hsh.lib.widgets.additional">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../hsh/lib/widgets/additional/package-summary.html">hsh.lib.widgets.additional</a> used by <a href="../../../../hsh/lib/widgets/additional/package-summary.html">hsh.lib.widgets.additional</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="../../../../hsh/lib/widgets/additional/class-use/BaseOneLineContentContainer.html#hsh.lib.widgets.additional">BaseOneLineContentContainer</a> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><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-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?hsh/lib/widgets/additional/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 ======= -->
</body>
</html>
| imscs21/android-TwoStateAdapter | library/document/hsh/lib/widgets/additional/package-use.html | HTML | apache-2.0 | 6,347 |
<!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_05.html">Class Test_AbaRouteValidator_05</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_8780_bad
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_05.html?line=30760#src-30760" >testAbaNumberCheck_8780_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:34:53
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_8780_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=31473#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=31473#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=31473#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.29411766</span>29.4%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_05_testAbaNumberCheck_8780_bad_oa9.html | HTML | apache-2.0 | 10,984 |
<!-- Planning Grid Section -->
<section id="planning">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>planning your trip</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
{% assign sorted_planning = site.planning | sort: 'modal-id' %}
{% for post in sorted_planning %}
{% if post.modal-type == "planning" %}
<div class="col-sm-4 planning-item">
<a href="#planningModal-{{ post.modal-id }}" class="planning-link" data-toggle="modal">
<div class="planning-icon text-center">
<i class="fas fa-{{post.fa-icon}} huge-fa"></i>
</div>
<div class="planning-label"><h4>{{post.caption}}</h4></div>
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</section> | smparker/shane-brit | _includes/planning.html | HTML | apache-2.0 | 1,137 |
<!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_10.html">Class Test_AbaRouteValidator_10</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_20504_bad
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10.html?line=12161#src-12161" >testAbaNumberCheck_20504_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:39:25
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_20504_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=35249#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=35249#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=35249#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.29411766</span>29.4%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10_testAbaNumberCheck_20504_bad_r75.html | HTML | apache-2.0 | 10,987 |
<!-- Copyright (c) 2014 Google Inc. All rights reserved. -->
<!--<link rel="import" href="../polymer/polymer.html">-->
<!--
Provides Google Maps Places API functionality.
See https://developers.google.com/maps/documentation/javascript/places for more
information on the API.
#### Example:
<template is="auto-binding">
<google-map-search map="{{map}}" query="Pizza"
result="{{result}}"></google-map-search>
<google-map map="{{map}}" latitude="37.779"
longitude="-122.3892"></google-map>
<div>Result: {{result.latitude}}, {{result.longitude}}</div>
</template>
<script>
document.querySelector('google-map-search').search();
</script>
@element google-map-search
@status alpha
@homepage http://googlewebcomponents.github.io/google-map/
-->
<polymer-element name="google-map-search" attributes="query result map">
<script>
Polymer('google-map-search', {
/**
* TAhe Google map object.
*
* @attribute map
* @type google.maps.Map
* @default null
*/
map: null,
/**
* The search query.
*
* @attribute query
* @type string
* @default null
*/
query: null,
/**
* The search result.
*
* @attribute result
* @type object
*/
observe: {
query: 'search',
map: 'search'
},
/**
* Performance a search using for `query` for the search term.
*
* @method search
*/
search: function() {
if (this.query && this.map) {
var places = new google.maps.places.PlacesService(this.map);
places.textSearch({query: this.query}, this.gotResults.bind(this));
}
},
gotResults: function(results, status) {
this.result = {
latitude: results[0].geometry.location.lat(),
longitude: results[0].geometry.location.lng(),
show: true
}
}
});
</script>
</polymer-element>
| mediascape/UI-engine | helloworld/resources/wcs/google-map/google-map-search.html | HTML | apache-2.0 | 2,048 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../">
<title data-ice="title">src/monad.js | API Document</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
<script src="script/manual.js"></script>
</head>
<body class="layout-container" data-ice="rootContainer">
<header>
<a href="./">Home</a>
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a data-ice="repoURL" href="https://github.com/sash-ua/monad-ts" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
</header>
<nav class="navigation" data-ice="nav"><div>
<ul>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/asyncFlow.js~AsyncFlow.html">AsyncFlow</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/either.js~Either.html">Either</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/error.js~ErrorM.html">ErrorM</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/flow.js~Flow.html">Flow</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/identity.js~Identity.html">Identity</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/list.js~List.html">List</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/maybe.js~Maybe.html">Maybe</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/monad.js~Monad.html">Monad</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/state.js~State.html">State</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">interfaces</div><span data-ice="kind" class="kind-interface">I</span><span data-ice="name"><span><a href="class/src/interfaces/m.js~M.html">M</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">services</div><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-cast">cast</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-clone">clone</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-debounceTime">debounceTime</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-equality">equality</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-hash">hash</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-wait">wait</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">types</div><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-D<T>">D<T></a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-MF<T,U>">MF<T,U></a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-Pr<U>">Pr<U></a></span></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><h1 data-ice="title">src/monad.js</h1>
<pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">/**
* Class Monad - Base abstract class.
* @implements {M}
* @abstract
*/
export class Monad {
/**
* Binds transformation function and underlying value to the monad.
* @method bind
* @param {MF<T, U> | D<T>} f - transformation function.
* @param v - underlying value.
* @return {Promise<U> | Pr<U> | Error | boolean | void}
* @abstract
*/
abstract bind(f, v)
;
/**
* Takes Error or string return Error.
* @method fail
* @param {Error | string} e - Error obj. or string.
* @return {Error}
* @protected
*/
fail(e) {
return e instanceof Error ? e : new Error(e);
}
/**
* Produces result after execution f(v).
* @method just
* @param {function(v: T) => Pr<U>} f - transformation function for a monad.
* @param {T} v - underlying value.
* @return {Pr<U>} extracts transformed value by f(v).
* @protected
*/
just(f, v) {
return f(v);
}
}
//Copyright (c) 2017 Alex Tranchenko. All rights reserved.
</code></pre>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(0.5.2)</span><img src="./image/esdoc-logo-mini-black.png"></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>
| sash-ua/monad-ts | docs/file/src/monad.js.html | HTML | apache-2.0 | 6,347 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTMLUnit-Angular-Test</title>
</head>
<body>
All examples are working in Browsers:
<ul>
<li><a href="angularapp1.html">angularapp1 (With Angular Version 1.2.20, works with HtmlUnit)</a></li>
<li><a href="angularapp2.html">angularapp2 (With Angular Version 1.2.21, works NOT with HtmlUnit)</a></li>
</ul>
</body>
</html> | mpoehler/htmlunit-angular-test | src/main/webapp/index.html | HTML | apache-2.0 | 408 |
<!DOCTYPE html>
<html>
<head>
<title>Safari Prototype</title>
</head>
<body>
<script type="text/javascript" src='./node_modules/requirejs/require.js' data-main='./demo2'></script>
</body>
</html> | kcappieg/safari | Prototype/demo2.html | HTML | apache-2.0 | 199 |
<!-- HTML header for doxygen 1.8.8-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>DMA Friends: DMA\Friends\Components\Modal Class Reference</title>
<!--<link href="../../tabs.css" rel="stylesheet" type="text/css"/>-->
<!--<script type="text/javascript" src="../../jquery.js"></script>-->
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="bootstrap3/css/bootstrap.min.css" rel="stylesheet">
<script src="bootstrap3/js/jquery-2.1.1.min.js"></script>
<script src="bootstrap3/js/bootstrap.min.js"></script>
<script type="text/javascript" src="doxy-boot.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">DMA Friends
 <span id="projectnumber">2.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="../../index.html"><span>Main Page</span></a></li>
<li><a href="../../pages.html"><span>Related Pages</span></a></li>
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="../../annotated.html"><span>Classes</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="../../search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="../../annotated.html"><span>Class List</span></a></li>
<li><a href="../../classes.html"><span>Class Index</span></a></li>
<li><a href="../../hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="../../functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="../../d2/d01/namespaceDMA.html">DMA</a></li><li class="navelem"><b>Friends</b></li><li class="navelem"><b>Components</b></li><li class="navelem"><a class="el" href="../../df/da2/classDMA_1_1Friends_1_1Components_1_1Modal.html">Modal</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pro-static-methods">Static Protected Member Functions</a> |
<a href="../../d3/d05/classDMA_1_1Friends_1_1Components_1_1Modal-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">DMA\Friends\Components\Modal Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for DMA\Friends\Components\Modal:</div>
<div class="dyncontent">
<div class="center">
<img src="../../df/da2/classDMA_1_1Friends_1_1Components_1_1Modal.png" usemap="#DMA\Friends\Components\Modal_map" alt=""/>
<map id="DMA\Friends\Components\Modal_map" name="DMA\Friends\Components\Modal_map">
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ad951492cf8acea02e0eaf24a029c0851"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad951492cf8acea02e0eaf24a029c0851"></a>
 </td><td class="memItemRight" valign="bottom"><b>componentDetails</b> ()</td></tr>
<tr class="separator:ad951492cf8acea02e0eaf24a029c0851"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa109062a7350b8bd5dd168ede6aafd76"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa109062a7350b8bd5dd168ede6aafd76"></a>
 </td><td class="memItemRight" valign="bottom"><b>defineProperties</b> ()</td></tr>
<tr class="separator:aa109062a7350b8bd5dd168ede6aafd76"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac8ccab598d85dc5339912bd627cd51a8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac8ccab598d85dc5339912bd627cd51a8"></a>
 </td><td class="memItemRight" valign="bottom"><b>onRender</b> ()</td></tr>
<tr class="separator:ac8ccab598d85dc5339912bd627cd51a8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aed8e6b9a32f34a292d8a64619d483786"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aed8e6b9a32f34a292d8a64619d483786"></a>
 </td><td class="memItemRight" valign="bottom"><b>onRun</b> ()</td></tr>
<tr class="separator:aed8e6b9a32f34a292d8a64619d483786"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a524d66800c7799a474a280e6fa77933c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a524d66800c7799a474a280e6fa77933c"></a>
 </td><td class="memItemRight" valign="bottom"><b>onRenderModal</b> ()</td></tr>
<tr class="separator:a524d66800c7799a474a280e6fa77933c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4e45e161a2624a34d59bf56294122ced"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/da2/classDMA_1_1Friends_1_1Components_1_1Modal.html#a4e45e161a2624a34d59bf56294122ced">makePartial</a> ($partial, $params=[], $throwException=true)</td></tr>
<tr class="separator:a4e45e161a2624a34d59bf56294122ced"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-static-methods"></a>
Static Protected Member Functions</h2></td></tr>
<tr class="memitem:ac809c15fb0a9fc3b810afb9cc1d31ee8"><td class="memItemLeft" align="right" valign="top">static </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/da2/classDMA_1_1Friends_1_1Components_1_1Modal.html#ac809c15fb0a9fc3b810afb9cc1d31ee8">getThemePartialsDir</a> ()</td></tr>
<tr class="separator:ac809c15fb0a9fc3b810afb9cc1d31ee8"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ac809c15fb0a9fc3b810afb9cc1d31ee8"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static DMA\Friends\Components\Modal::getThemePartialsDir </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the path to the theme's partials</p>
<dl class="section return"><dt>Returns</dt><dd>string $path </dd></dl>
<div class="fragment"><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  {</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  $theme = Theme::getActiveTheme();</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <span class="keywordflow">return</span> $theme->getPath() . <span class="stringliteral">'/partials/'</span>;</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  }</div>
</div><!-- fragment -->
</div>
</div>
<a class="anchor" id="a4e45e161a2624a34d59bf56294122ced"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">DMA\Friends\Components\Modal::makePartial </td>
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>$partial</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>$params</em> = <code>[]</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>$throwException</em> = <code>true</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Implementation of ViewMaker->makePartial that renders a partial in a modal dialog and can accept a partial from the active theme</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramtype">string</td><td class="paramname">$partial</td><td>Name of the partial to be rendered. The partial must reside in the active theme's "partials" directory</td></tr>
<tr><td class="paramtype">array</td><td class="paramname">$params</td><td>An array of parameters to be passed to makePartial. See Backend for details</td></tr>
<tr><td class="paramtype">boolean</td><td class="paramname">$throwException</td><td>if true an exception will be thrown if the partial is not available</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>string $content A rendered partial </dd></dl>
<div class="fragment"><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  { </div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  $partialsDir = self::getThemePartialsDir();</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  $partialPath = $partialsDir . $partial . <span class="stringliteral">'.htm'</span>;</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> </div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordflow">if</span> (!File::isFile($partialPath)) {</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  $partialPath = $this->getViewPath($partial) . <span class="stringliteral">'.htm'</span>;</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  }</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="keywordflow">if</span> (!File::isFile($partialPath)) {</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keywordflow">if</span> ($throwException)</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> <a class="code" href="../../df/d42/namespaceSystemException.html">SystemException</a>(Lang::get(<span class="stringliteral">'backend::lang.partial.not_found'</span>, [<span class="stringliteral">'name'</span> => $partialPath]));</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keywordflow">else</span></div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  } </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="keywordflow">return</span> $this->makeFileContents($partialPath, $params);</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  } </div>
<div class="ttc" id="namespaceSystemException_html"><div class="ttname"><a href="../../df/d42/namespaceSystemException.html">SystemException</a></div></div>
</div><!-- fragment -->
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>components/Modal.php</li>
</ul>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.8-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Jun 26 2015 13:24:11 for DMA Friends 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>
| DenverArtMuseum/OctoberFriends | docs/html/df/da2/classDMA_1_1Friends_1_1Components_1_1Modal.html | HTML | apache-2.0 | 14,439 |
<template name="aboutus">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>About Us</h1>
</div>
</div>
</div>
</template> | valyou/valyou-app | client/views/aboutus.html | HTML | apache-2.0 | 158 |
<!DOCTYPE html>
<!--
~ Copyright 2015 ligaDATA
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>RT POC</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="_css/bootstrap-flat/css/bootstrap-flat.min.css" rel="stylesheet" />
<link href="_css/bootstrap-flat/css/bootstrap-flat-extras.min.css" rel="stylesheet" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.0.0/css/bootstrap3/bootstrap-switch.min.css" rel="stylesheet" />
<link href="_js/bootstrap-slider/css/bootstrap-slider.min.css" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.css" rel="stylesheet">
<link href="_css/styles.css" rel="stylesheet">
<style type="text/css">
.bootstrap-select > .btn { height: 46px; }
</style>
</head>
<body>
<!--login modal-->
<div id="loginModal" class="modal show" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<img alt="barclays" src="./_images/barclays.gif" />
</div>
<div class="modal-body">
<form role="form">
<div class="form-group">
<select class="selectpicker input-lg">
<option value="16505335407">Mahesh</option>
<option value="14155358383">Nayef</option>
<option value="962797631173">Waddah</option>
<option value="447826088221">Yousef</option>
<option value="962797898322">Baraa</option>
<!-- <option value="962797898322">Baraa</option>-->
</select>
</div>
<div class="form-group" style="padding-left: 15px; padding-right: 15px;">
<input id="password" class="form-control input-lg" placeholder="Message" value="Hi" required />
</div>
<div class="form-group" style="padding-left: 15px; padding-right: 15px;">
<button class="btn btn-info btn-lg btn-block" type="submit" value="Submit" onclick=" ">Send</button>
<!--<span class="pull-right"><a href="#">Register</a></span><span><a href="#">Need help?</a></span>-->
</div>
</form>
<div class="alert alert-dismissable alert-info" style="display: none">
<strong>Sent!</strong> <span>You will receive an SMS shortly</span>
</div>
<div class="alert alert-dismissable alert-danger" style="display: none">
<strong>Login failed!</strong> <span>The email or password you entered is incorrect.</span>
</div>
</div>
</div>
</div>
</div>
<!-- script references -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.0.0/js/bootstrap-switch.min.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.js" type="text/javascript"></script>
<script src="_js/webServicesReferences.js" type="text/javascript"></script>
<script type='text/javascript'>
$(document).ready(function() {
$('.selectpicker').selectpicker({
style: 'btn-info',
// size: 4,
width: '100%',
});
});
$(function() {
$('.btn-block').on('click', function(event) {
$('.alert-danger').hide();
if (document.getElementById('password').validity.valid) {
event.preventDefault();
var data = {
"api_key": "0c85efb9",
"api_secret": "0c4021c9",
"from": "ligaDATA",
"to": $('.selectpicker').selectpicker('val'),
"text": $('#password').val(),
"type": 'unicode'
};
// $.get('https://rest.nexmo.com/sms/json?api_key=0c85efb9&api_secret=0c4021c9&from=NEXMO&to=962797898322&text=Welcome+to+Nexmo', function (data, status) {
//
// },'html');
//
// $.ajax({
// url: 'https://rest.nexmo.com/sms/json?api_key=0c85efb9&api_secret=0c4021c9&from=NEXMO&to=96279789832&text=Welcome+to+Nexmo'
// });
$('.alert-info').show();
$('.btn-block').hide();
$.ajax({
url: SendSms,
// type: 'POST',
// contentType: "application/xml",
// dataType: 'xml',
// headers: { 'Access-Control-Allow-Origin': '*' },
// crossDomain: true,
data: { no: '1650533540', text: 'Hi Mahesh! KIndly email me if you recieved this. Baraa' },
success: function(result) {
console.log(result);
}
});
}
});
});
</script>
</body>
</html> | traytonwhite/Kamanja | trunk/SampleApplication/MiddleWareAndUI/UI/send.html | HTML | apache-2.0 | 7,536 |
<img src="/images/books.jpg" class="img-responsive"/>
<div class="col-md-12">
<br/>
Каталог електронних навчально-методичних матеріалів включає в себе всі інформаційні матеріали та методичні посібники
університету в електронному вигляді, необхідні студентам і викладачам для навчального процесу.<br/>
Повнотекстові документи, представлені в каталозі електронних навчально-методичних матеріалів, є інтелектуальною
власністю вузу.<br/>
<h2>Інститути та факультети НТУУ "КПІ"</h2>
<br />
<progress-bar ng-if="loading"></progress-bar>
<ul class="list">
<li ng-repeat="faculty in faculties"><a href="{{faculty.url}}">{{faculty.title}}</a> - {{faculty.description}}</li>
</ul>
<h2>Загальноуніверситетські ЕІР</h2>
Ресурси, що ґрунтується на ідеях і знаннях, нагромаджених у результаті науково-технічної діяльності для співробітників
та студентів Університету.<br/>
<a href="/generic/university">Переглянути</a>
</div>
| kpi-ua/directory.kpi.ua | app/views/main.html | HTML | apache-2.0 | 1,437 |
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>typewriter</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="default.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="typewriter.js"></script>
</head>
<body>
<div id="mainDiv">
<div id="content">
<div id="code">
<span class="comments">/**</span><br />
<span class="space"/><span class="comments">* We are both XXX Unversity business administration and programmers,</span><br />
<span class="space"/><span class="comments">* so I write some code to show my love to you.</span><br />
<span class="space"/><span class="comments">*/</span><br />
Boy i = <span class="keyword">new</span> Boy(<span class="string">"boyname"</span>);<br />
Girl u = <span class="keyword">new</span> Girl(<span class="string">"girlname"</span>);<br />
<span class="comments">// April 28, 2012, I told you I love you. </span><br />
i.love(u);<br />
<span class="comments">// but..., what you said that meaning we are still good friends.</span><br />
u.sayOtherthing();<br />
<span class="comments">// Since then, I ask you for the reason.</span><br />
<span class="keyword">var</span> reason=i.ask(u);<br />
<span class="comments">// you say we were not understand enough for each other .</span><br />
$("body").append(reason);<br />
<span class="comments">// You say that it is too quickily to turn our relation of lover.</span><br />
<span class="comments">// And take care of u and our love.</span><br />
i.takeCareOf(u);<br />
<span class="comments">// So I keep waiting and I have confidence that you will.</span><br />
<span class="keyword">boolean</span> isAccept = <span class="keyword">false</span>;<br />
<span class="keyword">while</span> (isAccept) {<br />
<span class="placeholder"/>i.waitFor(u);<br />
<span class="placeholder"/><span class="comments">// I think it is an important decision</span><br />
<span class="placeholder"/><span class="comments">// and you should forgot the unhappy things that happended before.</span><br />
<span class="placeholder"/>isAccept = u.thinkOver();<br />
}<br />
<span class="comments">// After a please sound of accept, we will live happily ever after.</span><br />
u.accept(i);<br />
i.liveHappilyWith(u);<br />
</div>
</div>
</div>
<script type="text/javascript">
document.getElementById("code").typewriter();
</script>
</body>
</html>
| pange123/PB_Management | js插件/typewriter/index.html | HTML | apache-2.0 | 2,954 |
<!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_60-ea) on Thu Dec 15 09:48:35 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.management.access.syslog_handler Class Hierarchy (Public javadocs 2016.12.1 API)</title>
<meta name="date" content="2016-12-15">
<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="org.wildfly.swarm.config.management.access.syslog_handler Class Hierarchy (Public javadocs 2016.12.1 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>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2016.12.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/package-tree.html">Prev</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/protocol/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/access/syslog_handler/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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 class="title">Hierarchy For Package org.wildfly.swarm.config.management.access.syslog_handler</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util"><span class="typeNameLink">AbstractMap</span></a><K,V> (implements java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>)
<ul>
<li type="circle">java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util"><span class="typeNameLink">HashMap</span></a><K,V> (implements java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>, java.io.<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
<ul>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/TcpProtocol.html" title="class in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">TcpProtocol</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/TlsProtocol.html" title="class in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">TlsProtocol</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/UdpProtocol.html" title="class in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">UdpProtocol</span></a><T></li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/TlsProtocol.TlsProtocolResources.html" title="class in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">TlsProtocol.TlsProtocolResources</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/TcpProtocolConsumer.html" title="interface in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">TcpProtocolConsumer</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/TcpProtocolSupplier.html" title="interface in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">TcpProtocolSupplier</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/TlsProtocolConsumer.html" title="interface in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">TlsProtocolConsumer</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/TlsProtocolSupplier.html" title="interface in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">TlsProtocolSupplier</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/UdpProtocolConsumer.html" title="interface in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">UdpProtocolConsumer</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.management.access.syslog_handler.<a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/UdpProtocolSupplier.html" title="interface in org.wildfly.swarm.config.management.access.syslog_handler"><span class="typeNameLink">UdpProtocolSupplier</span></a><T></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>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2016.12.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/role_mapping/package-tree.html">Prev</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/syslog_handler/protocol/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/access/syslog_handler/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2016.12.1/apidocs/org/wildfly/swarm/config/management/access/syslog_handler/package-tree.html | HTML | apache-2.0 | 10,015 |
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Portfolio</h2>
<h3 class="section-subheading text-muted">Our recent projects</h3>
</div>
</div>
<div class="row">
{% for post in site.posts %}
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal{{ post.modal-id }}" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/{{ post.thumbnail }}" class="img-responsive img-centered" alt="">
</a>
<div class="portfolio-caption">
<h4>{{ post.title }}</h4>
<p class="text-muted">{{ post.subtitle }}</p>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
| cwayne18/jaggedsunllc | _includes/portfolio_grid.html | HTML | apache-2.0 | 1,318 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="htmlId">
<head>
<title>Coverage Report :: GRADS</title>
<style type="text/css">
@import "../../.css/coverage.css";
</style>
</head>
<body>
<div class="header"></div>
<div class="content">
<div class="breadCrumbs">
[ <a href="../../index.html">all classes</a> ]
[ <a href="../index.html">edu.umn.csci5801</a> ]
</div>
<h1>Coverage Summary for Class: GRADS (edu.umn.csci5801)</h1>
<table class="coverageStats">
<tr>
<th class="name">Class</th>
<th class="coverageStat
">
Method, %
</th>
<th class="coverageStat
">
Line, %
</th>
</tr>
<tr>
<td class="name">GRADS</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(12/ 12)
</span>
</td>
<td class="coverageStat">
<span class="percent">
82.4%
</span>
<span class="absValue">
(131/ 159)
</span>
</td>
</tr>
<tr>
<td class="name">GRADS$1</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
</tr>
<tr>
<td class="name">GRADS$2</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
</tr>
<tr>
<td class="name">GRADS$3</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
</tr>
<tr>
<td class="name"><strong>total</strong></td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(15/ 15)
</span>
</td>
<td class="coverageStat">
<span class="percent">
82.7%
</span>
<span class="absValue">
(134/ 162)
</span>
</td>
</tr>
</table>
<br/>
<br/>
<div class="sourceCode"><i>1</i> /**
<i>2</i> * Copyright 2014 CSCI5801 Fall2014 Group1
<i>3</i> *
<i>4</i> * Licensed under the Apache License, Version 2.0 (the "License");
<i>5</i> * you may not use this file except in compliance with the License.
<i>6</i> * You may obtain a copy of the License at
<i>7</i> *
<i>8</i> * http://www.apache.org/licenses/LICENSE-2.0
<i>9</i> *
<i>10</i> * Unless required by applicable law or agreed to in writing, software
<i>11</i> * distributed under the License is distributed on an "AS IS" BASIS,
<i>12</i> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
<i>13</i> * See the License for the specific language governing permissions and
<i>14</i> * limitations under the License.
<i>15</i> */
<i>16</i>
<i>17</i> package edu.umn.csci5801;
<i>18</i>
<i>19</i> import java.io.*;
<i>20</i> import java.util.ArrayList;
<i>21</i> import java.util.List;
<i>22</i>
<i>23</i> import com.google.gson.Gson;
<i>24</i> import com.google.gson.GsonBuilder;
<i>25</i> import com.google.gson.reflect.TypeToken;
<i>26</i> import edu.umn.csci5801.model.*;
<i>27</i>
<i>28</i>
<i>29</i> /**
<i>30</i> * GRADS.java - Class implementing the GRADS interface,
<i>31</i> * which contains all methods available in an API accessible
<i>32</i> * to those who implement other systems interacting with GRADS
<i>33</i> *
<i>34</i> * @author CSCI5801 Fall2014 Group1
<i>35</i> * @version 1.0
<i>36</i> */
<b class="fc"><i>37</i> public class GRADS implements GRADSIntf {</b>
<i>38</i>
<i>39</i> private List<User> userList;
<i>40</i> public User currentUser;
<i>41</i> private List<Course> courseList;
<i>42</i> private List<StudentRecord> recordList;
<i>43</i>
<i>44</i> /**
<i>45</i> * loadUsers() - Loads the list of system usernames and permissions.
<i>46</i> *
<i>47</i> * @param usersFile the filename of the users file.
<i>48</i> * @throws Exception for I/O errors. SEE NOTE IN CLASS HEADER.
<i>49</i> */
<i>50</i> public void loadUsers(String usersFile) throws IOException{
<i>51</i> try {
<b class="fc"><i>52</i> List<User> users = new Gson().fromJson( new FileReader( new File(usersFile)), new TypeToken<List<User>>(){}.getType());</b>
<b class="fc"><i>53</i> this.userList = users;</b>
<b class="fc"><i>54</i> } catch (IOException ioException) {</b>
<b class="fc"><i>55</i> System.out.println("IO Exception while Loading Users");</b>
<b class="fc"><i>56</i> }</b>
<b class="fc"><i>57</i> }</b>
<i>58</i>
<i>59</i> /**
<i>60</i> * loadCourses() - Loads the list of courses.
<i>61</i> *
<i>62</i> * @param coursesFile the filename of the users file.
<i>63</i> * @throws Exception for I/O errors. SEE NOTE IN CLASS HEADER.
<i>64</i> */
<i>65</i> public void loadCourses(String coursesFile) throws Exception{
<i>66</i> try {
<b class="fc"><i>67</i> List<Course> courses = new Gson().fromJson( new FileReader( new File(coursesFile)), new TypeToken<List<Course>>(){}.getType());</b>
<b class="fc"><i>68</i> this.courseList = courses;</b>
<b class="fc"><i>69</i> } catch (IOException ioException) {</b>
<b class="fc"><i>70</i> System.out.println("IO Exception while Loading Courses");</b>
<b class="fc"><i>71</i> }</b>
<b class="fc"><i>72</i> }</b>
<i>73</i>
<i>74</i> /**
<i>75</i> * loadRecords() - Loads the list of system transcripts.
<i>76</i> *
<i>77</i> * @param recordsFile the filename of the transcripts file.
<i>78</i> * @throws Exception for I/O errors. SEE NOTE IN CLASS HEADER.
<i>79</i> */
<i>80</i> public void loadRecords(String recordsFile) throws Exception {
<i>81</i> try {
<b class="fc"><i>82</i> List<StudentRecord> records = new Gson().fromJson( new FileReader( new File(recordsFile)), new TypeToken<List<StudentRecord>>(){}.getType());</b>
<b class="fc"><i>83</i> this.recordList = records;</b>
<b class="fc"><i>84</i> } catch (IOException ioException) {</b>
<b class="fc"><i>85</i> System.out.println("IO Exception while Loading Records");</b>
<b class="fc"><i>86</i> }</b>
<b class="fc"><i>87</i> }</b>
<i>88</i>
<i>89</i> /**
<i>90</i> * setUser() - Sets the user id (X500) of the user currently using the system.
<i>91</i> *
<i>92</i> * @param userId the X500 id of the user generating progress summaries.
<i>93</i> * @throws Exception if the user id is invalid. SEE NOTE IN CLASS HEADER.
<i>94</i> */
<i>95</i> public void setUser(String userId) throws Exception {
<b class="fc"><i>96</i> if(userList == null) {</b>
<b class="nc"><i>97</i> Exception exception = new InvalidStudentListException();</b>
<b class="nc"><i>98</i> throw exception;</b>
<i>99</i> }
<i>100</i> else {
<b class="fc"><i>101</i> boolean assigned = false;</b>
<b class="fc"><i>102</i> for (User u : userList) {</b>
<b class="fc"><i>103</i> if (userId.equals(u.getId())) {</b>
<b class="fc"><i>104</i> this.currentUser = u;</b>
<b class="fc"><i>105</i> assigned = true;</b>
<i>106</i> }
<b class="fc"><i>107</i> }</b>
<b class="fc"><i>108</i> if (!assigned) {</b>
<b class="nc"><i>109</i> Exception exception = new InvalidUserException();</b>
<b class="nc"><i>110</i> throw exception;</b>
<i>111</i> }
<i>112</i> }
<b class="fc"><i>113</i> }</b>
<i>114</i>
<i>115</i> /**
<i>116</i> * getUser() - Gets the user id of the user currently using the system.
<i>117</i> *
<i>118</i> * @return the X500 user id of the user currently using the system.
<i>119</i> */
<i>120</i> public String getUser() {
<b class="fc"><i>121</i> if(this.currentUser == null) {</b>
<b class="nc"><i>122</i> System.out.println("User Not Assigned");</b>
<b class="nc"><i>123</i> return null;</b>
<i>124</i> }
<b class="fc"><i>125</i> return this.currentUser.getId();</b>
<i>126</i> }
<i>127</i>
<i>128</i> /**
<i>129</i> * getStudentIDs() - Gets a list of the userIds of the students that a GPC can view.
<i>130</i> *
<i>131</i> * @return a list containing the userId of for each student in the
<i>132</i> * system belonging to the current user
<i>133</i> * @throws Exception is the current user is not a GPC.
<i>134</i> */
<i>135</i> @Override
<i>136</i> public List<String> getStudentIDs() throws Exception {
<b class="fc"><i>137</i> if(currentUser == null || currentUser.getRole() == Role.STUDENT || currentUser.getDepartment() != Department.COMPUTER_SCIENCE){</b>
<b class="fc"><i>138</i> Exception exception = new InvalidUserException("User does not have this access to Student IDs");</b>
<b class="fc"><i>139</i> throw exception;</b>
<i>140</i> }
<b class="fc"><i>141</i> List<String> studentIDList = new ArrayList<String>();</b>
<i>142</i> try {
<b class="fc"><i>143</i> for (StudentRecord sr : recordList) {</b>
<b class="fc"><i>144</i> studentIDList.add(sr.getStudent().getId());</b>
<b class="fc"><i>145</i> }</b>
<b class="fc"><i>146</i> } catch(Exception e){</b>
<b class="fc"><i>147</i> Exception exception = new InvalidStudentException("Invalid Students");</b>
<b class="fc"><i>148</i> throw exception;</b>
<b class="fc"><i>149</i> }</b>
<b class="fc"><i>150</i> String representation = new GsonBuilder().setPrettyPrinting().create().toJson(studentIDList);</b>
<i>151</i> try {
<b class="fc"><i>152</i> FileWriter out = new FileWriter("studentids.txt");</b>
<b class="fc"><i>153</i> out.write(representation);</b>
<b class="fc"><i>154</i> out.close();</b>
<b class="nc"><i>155</i> } catch(IOException e) {</b>
<b class="nc"><i>156</i> throw e;</b>
<b class="fc"><i>157</i> }</b>
<b class="fc"><i>158</i> return studentIDList;</b>
<i>159</i> }
<i>160</i>
<i>161</i>
<i>162</i> /**
<i>163</i> * getTranscript() - Gets the raw student record data for a given userId.
<i>164</i> *
<i>165</i> * @param userId the identifier of the student.
<i>166</i> * @return the student record data.
<i>167</i> * @throws Exception if the form data could not be retrieved. SEE NOTE IN
<i>168</i> * CLASS HEADER.
<i>169</i> */
<i>170</i> public StudentRecord getTranscript(String userId) throws Exception {
<b class="fc"><i>171</i> if(currentUser == null || currentUser.getDepartment() != Department.COMPUTER_SCIENCE || (currentUser.getRole() == Role.STUDENT && !(userId.equals(currentUser.getId())))) {</b>
<b class="fc"><i>172</i> Exception exception = new InvalidUserException("Invalid user");</b>
<b class="fc"><i>173</i> throw exception;</b>
<i>174</i> }
<b class="fc"><i>175</i> StudentRecord studentRecord = new StudentRecord();</b>
<b class="fc"><i>176</i> boolean assigned = false;</b>
<b class="fc"><i>177</i> for(StudentRecord sRecord : this.recordList) {</b>
<b class="fc"><i>178</i> if(userId.equals(sRecord.getStudent().getId())) {</b>
<b class="fc"><i>179</i> studentRecord = sRecord;</b>
<b class="fc"><i>180</i> assigned = true;</b>
<i>181</i> }
<b class="fc"><i>182</i> }</b>
<b class="fc"><i>183</i> if(!assigned) {</b>
<b class="fc"><i>184</i> Exception e = new InvalidStudentListException("Student Does Not Exist");</b>
<b class="fc"><i>185</i> throw e;</b>
<i>186</i> }
<i>187</i>
<b class="fc"><i>188</i> String representation = new GsonBuilder().setPrettyPrinting().create().toJson(studentRecord);</b>
<i>189</i> try {
<b class="fc"><i>190</i> FileWriter out = new FileWriter("studentrecord.txt");</b>
<b class="fc"><i>191</i> out.write(representation);</b>
<b class="fc"><i>192</i> out.close();</b>
<b class="nc"><i>193</i> } catch(IOException e) {</b>
<b class="nc"><i>194</i> throw e;</b>
<b class="fc"><i>195</i> }</b>
<i>196</i>
<b class="fc"><i>197</i> return studentRecord;</b>
<i>198</i> }
<i>199</i>
<i>200</i> /**
<i>201</i> * updateTranscript() - Saves a new set of student data to the records data.
<i>202</i> *
<i>203</i> * @param userId the student ID to overwrite.
<i>204</i> * @param transcript the new student record
<i>205</i> * @throws Exception if the transcript data could not be saved, failed
<i>206</i> * a validity check, or a non-GPC tries to call. SEE NOTE IN CLASS HEADER.
<i>207</i> */
<i>208</i> public void updateTranscript(String userId, StudentRecord transcript) throws Exception {
<b class="fc"><i>209</i> if(currentUser == null || currentUser.getDepartment() != Department.COMPUTER_SCIENCE || (currentUser.getRole() == Role.STUDENT && !(userId.equals(currentUser.getId())))) {</b>
<b class="nc"><i>210</i> Exception exception = new InvalidUserException("Invalid user");</b>
<b class="nc"><i>211</i> throw exception;</b>
<i>212</i> }
<b class="fc"><i>213</i> int count = 0, index = -1;</b>
<b class="fc"><i>214</i> for(StudentRecord sRecord : this.recordList) {</b>
<b class="fc"><i>215</i> if(userId.equals(sRecord.getStudent().getId())) {</b>
<b class="fc"><i>216</i> index = count;</b>
<i>217</i> }
<b class="fc"><i>218</i> count++;</b>
<b class="fc"><i>219</i> }</b>
<b class="fc"><i>220</i> if(index == -1) {</b>
<b class="nc"><i>221</i> Exception e = new InvalidStudentListException();</b>
<b class="nc"><i>222</i> throw e;</b>
<i>223</i> }
<b class="fc"><i>224</i> this.recordList.set(index,transcript);</b>
<i>225</i>
<b class="fc"><i>226</i> String representation = new GsonBuilder().setPrettyPrinting().create().toJson(this.recordList);</b>
<i>227</i> try {
<b class="fc"><i>228</i> FileWriter out = new FileWriter("resources/students.txt");</b>
<b class="fc"><i>229</i> out.write(representation);</b>
<b class="fc"><i>230</i> out.close();</b>
<b class="nc"><i>231</i> } catch(IOException e) {</b>
<b class="nc"><i>232</i> throw e;</b>
<b class="fc"><i>233</i> }</b>
<b class="fc"><i>234</i> }</b>
<i>235</i>
<i>236</i> /**
<i>237</i> * addNote() - Appends a note to a student record.
<i>238</i> *
<i>239</i> * @param userId the student ID to add a note to.
<i>240</i> * @param note the note to append
<i>241</i> * @throws Exception if the note could not be saved or a non-GPC tries to call.
<i>242</i> * SEE NOTE IN CLASS HEADER.
<i>243</i> */
<i>244</i> public void addNote(String userId, String note) throws Exception {
<b class="fc"><i>245</i> if(currentUser == null || currentUser.getDepartment() != Department.COMPUTER_SCIENCE || (currentUser.getRole() == Role.STUDENT && !(userId.equals(currentUser.getId())))) {</b>
<b class="nc"><i>246</i> Exception exception = new InvalidUserException("Invalid user");</b>
<b class="nc"><i>247</i> throw exception;</b>
<i>248</i> }
<b class="fc"><i>249</i> if(this.recordList == null) {</b>
<b class="nc"><i>250</i> Exception e = new InvalidStudentListException();</b>
<b class="nc"><i>251</i> throw e;</b>
<i>252</i> }
<b class="fc"><i>253</i> int index = -1, count = 0;</b>
<b class="fc"><i>254</i> for(StudentRecord sRecord : this.recordList) {</b>
<b class="fc"><i>255</i> if(userId.equals(sRecord.getStudent().getId()))</b>
<b class="fc"><i>256</i> index = count;</b>
<b class="fc"><i>257</i> count++;</b>
<b class="fc"><i>258</i> }</b>
<b class="fc"><i>259</i> if(index == -1){</b>
<b class="nc"><i>260</i> Exception e = new InvalidStudentListException();</b>
<b class="nc"><i>261</i> throw e;</b>
<i>262</i> }
<i>263</i> else {
<b class="fc"><i>264</i> this.recordList.get(index).addNote(note);</b>
<i>265</i> }
<b class="fc"><i>266</i> String representation = new GsonBuilder().setPrettyPrinting().create().toJson(this.recordList);</b>
<i>267</i> try {
<b class="fc"><i>268</i> FileWriter out = new FileWriter("resources/students.txt");</b>
<b class="fc"><i>269</i> out.write(representation);</b>
<b class="fc"><i>270</i> out.close();</b>
<b class="nc"><i>271</i> } catch(IOException e) {</b>
<b class="nc"><i>272</i> throw e;</b>
<b class="fc"><i>273</i> }</b>
<b class="fc"><i>274</i> }</b>
<i>275</i>
<i>276</i> /**
<i>277</i> * generateProgressSummary() - Generates progress summary
<i>278</i> *
<i>279</i> * @param userId the student to generate the record for.
<i>280</i> * @returns the student's progress summary in a data class matching the JSON format.
<i>281</i> * @throws Exception if the progress summary could not be generated.
<i>282</i> * SEE NOTE IN CLASS HEADER.
<i>283</i> */
<i>284</i> public ProgressSummary generateProgressSummary(String userId) throws Exception {
<b class="fc"><i>285</i> if(currentUser == null || currentUser.getDepartment() != Department.COMPUTER_SCIENCE || (currentUser.getRole() == Role.STUDENT && !(userId.equals(currentUser.getId())))) {</b>
<b class="fc"><i>286</i> Exception exception = new InvalidUserException("Invalid user");</b>
<b class="fc"><i>287</i> throw exception;</b>
<i>288</i> }
<b class="fc"><i>289</i> ProgressSummary progressSummaryReturn = new ProgressSummary();</b>
<i>290</i>
<i>291</i> //finds studentRecord from data passed in with loadRecords and gets progressSummary
<b class="fc"><i>292</i> for(StudentRecord sr : recordList) {</b>
<b class="fc"><i>293</i> if (currentUser.getDepartment() == sr.getDepartment() && userId.equals(sr.getStudent().getId())) {</b>
<b class="fc"><i>294</i> ProgressSummary progressSummary = new ProgressSummary(sr.getStudent(),</b>
<i>295</i> sr.getDepartment(), sr.getDegreeSought(), sr.getTermBegan(),
<i>296</i> sr.getAdvisors(), sr.getCommittee(), sr.getNotes(), sr.getCoursesTaken());
<b class="fc"><i>297</i> progressSummary.checkGradStatus(sr.getMilestonesSet());</b>
<b class="fc"><i>298</i> progressSummaryReturn = progressSummary;</b>
<b class="fc"><i>299</i> break;</b>
<i>300</i> }
<b class="fc"><i>301</i> }</b>
<b class="fc"><i>302</i> String representation = new GsonBuilder().setPrettyPrinting().create().toJson(progressSummaryReturn);</b>
<i>303</i> try {
<b class="fc"><i>304</i> FileWriter out = new FileWriter("progress.txt");</b>
<b class="fc"><i>305</i> out.write(representation);</b>
<b class="fc"><i>306</i> out.close();</b>
<b class="nc"><i>307</i> } catch(IOException e) {</b>
<b class="nc"><i>308</i> throw e;</b>
<b class="fc"><i>309</i> }</b>
<i>310</i>
<b class="fc"><i>311</i> return progressSummaryReturn;</b>
<i>312</i> }
<i>313</i>
<i>314</i> /**
<i>315</i> * simulateCourses() - Generates a new progress summary, assuming that the student passes the
<i>316</i> * provided set of prospective courses.
<i>317</i> *
<i>318</i> * @param userId the student to generate the record for.
<i>319</i> * @param courses a list of the prospective courses.
<i>320</i> * @returns a map containing the student's hypothetical progress summary
<i>321</i> * @throws Exception if the progress summary could not be generated or the courses
<i>322</i> * are invalid. SEE NOTE IN CLASS HEADER.
<i>323</i> */
<i>324</i> public ProgressSummary simulateCourses(String userId, List<CourseTaken> courses) throws Exception {
<b class="fc"><i>325</i> if(currentUser == null || currentUser.getDepartment() != Department.COMPUTER_SCIENCE || (currentUser.getRole() == Role.STUDENT && !(userId.equals(currentUser.getId())))) {</b>
<b class="fc"><i>326</i> Exception exception = new InvalidUserException("Invalid user");</b>
<b class="fc"><i>327</i> throw exception;</b>
<i>328</i> }
<b class="fc"><i>329</i> ProgressSummary progressSummaryReturn = new ProgressSummary();</b>
<i>330</i>
<i>331</i> //finds studentRecord from data passed in with loadRecords and gets progressSummary
<b class="fc"><i>332</i> for(StudentRecord sr : recordList) {</b>
<b class="fc"><i>333</i> if (currentUser.getDepartment() == sr.getDepartment() && userId.equals(sr.getStudent().getId())) {</b>
<b class="fc"><i>334</i> sr.appendCourses(courses);</b>
<b class="fc"><i>335</i> ProgressSummary progressSummary = new ProgressSummary(sr.getStudent(),</b>
<i>336</i> sr.getDepartment(), sr.getDegreeSought(), sr.getTermBegan(),
<i>337</i> sr.getAdvisors(), sr.getCommittee(), sr.getNotes(), sr.getCoursesTaken());
<b class="fc"><i>338</i> progressSummary.checkGradStatus(sr.getMilestonesSet());</b>
<b class="fc"><i>339</i> progressSummaryReturn = progressSummary;</b>
<i>340</i> }
<b class="fc"><i>341</i> }</b>
<b class="fc"><i>342</i> String representation = new GsonBuilder().setPrettyPrinting().create().toJson(progressSummaryReturn);</b>
<i>343</i> try {
<b class="fc"><i>344</i> FileWriter out = new FileWriter("simulatedprogress.txt");</b>
<b class="fc"><i>345</i> out.write(representation);</b>
<b class="fc"><i>346</i> out.close();</b>
<b class="nc"><i>347</i> } catch(IOException e) {</b>
<b class="nc"><i>348</i> throw e;</b>
<b class="fc"><i>349</i> }</b>
<i>350</i>
<b class="fc"><i>351</i> return progressSummaryReturn;</b>
<i>352</i> }
<i>353</i> }
<i>354</i>
</div>
</div>
<div class="footer">
<div style="float:right;">generated on 2014-12-13 14:30</div>
</div>
</body>
</html>
| joh12041/GRADS | CoverageReports/All Tests/edu.umn.csci5801/.classes/GRADS.html | HTML | apache-2.0 | 25,165 |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>ResultOfContainWordForCollectedAny - ScalaTest 2.2.0 - org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny</title>
<meta name="description" content="ResultOfContainWordForCollectedAny - ScalaTest 2.2.0 - org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny" />
<meta name="keywords" content="ResultOfContainWordForCollectedAny ScalaTest 2.2.0 org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../lib/template.js"></script>
<script type="text/javascript" src="../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../index.html';
var hash = 'org.scalatest.MustMatchers$ResultOfContainWordForCollectedAny';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
<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-71294502-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="type">
<!-- Top of doc.scalatest.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204546 = window.pid204546 || rnd;
var plc204546 = window.plc204546 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<img src="../../lib/class_big.png" />
<p id="owner"><a href="../package.html" class="extype" name="org">org</a>.<a href="package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="MustMatchers.html" class="extype" name="org.scalatest.MustMatchers">MustMatchers</a></p>
<h1>ResultOfContainWordForCollectedAny</h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<span class="name">ResultOfContainWordForCollectedAny</span><span class="tparams">[<span name="T">T</span>]</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>This class is part of the ScalaTest matchers DSL. Please see the documentation for <a href="InspectorsMatchers.html"><code>InspectorsMatchers</code></a> for an overview of
the matchers DSL.
</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.2.0-for-scala-2.11-and-2.10/src/main/scala/genmatchers/MustMatchers.scala" target="_blank">MustMatchers.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny"><span>ResultOfContainWordForCollectedAny</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="constructors" class="members">
<h3>Instance Constructors</h3>
<ol><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#<init>" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="<init>(collected:MustMatchers.this.Collected,xs:scala.collection.GenTraversable[T],original:Any,mustBeTrue:Boolean):MustMatchers.this.ResultOfContainWordForCollectedAny[T]"></a>
<a id="<init>:ResultOfContainWordForCollectedAny[T]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">ResultOfContainWordForCollectedAny</span><span class="params">(<span name="collected">collected: <span class="extype" name="org.scalatest.MustMatchers.Collected">Collected</span></span>, <span name="xs">xs: <span class="extype" name="scala.collection.GenTraversable">GenTraversable</span>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>, <span name="original">original: <span class="extype" name="scala.Any">Any</span></span>, <span name="mustBeTrue">mustBeTrue: <span class="extype" name="scala.Boolean">Boolean</span></span>)</span>
</span>
</h4>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:AnyRef):Boolean"></a>
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:AnyRef):Boolean"></a>
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#allOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="allOf(firstEle:Any,secondEle:Any,remainingEles:Any*)(implicitaggregating:org.scalatest.enablers.Aggregating[T]):Unit"></a>
<a id="allOf(Any,Any,Any*)(Aggregating[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">allOf</span><span class="params">(<span name="firstEle">firstEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="secondEle">secondEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="remainingEles">remainingEles: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="aggregating">aggregating: <a href="enablers/Aggregating.html" class="extype" name="org.scalatest.enablers.Aggregating">Aggregating</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
option must contain allOf (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#atLeastOneOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="atLeastOneOf(firstEle:Any,secondEle:Any,remainingEles:Any*)(implicitaggregating:org.scalatest.enablers.Aggregating[T]):Unit"></a>
<a id="atLeastOneOf(Any,Any,Any*)(Aggregating[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">atLeastOneOf</span><span class="params">(<span name="firstEle">firstEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="secondEle">secondEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="remainingEles">remainingEles: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="aggregating">aggregating: <a href="enablers/Aggregating.html" class="extype" name="org.scalatest.enablers.Aggregating">Aggregating</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
option must contain atLeastOneOf (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#atMostOneOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="atMostOneOf(firstEle:Any,secondEle:Any,remainingEles:Any*)(implicitaggregating:org.scalatest.enablers.Aggregating[T]):Unit"></a>
<a id="atMostOneOf(Any,Any,Any*)(Aggregating[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">atMostOneOf</span><span class="params">(<span name="firstEle">firstEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="secondEle">secondEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="remainingEles">remainingEles: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="aggregating">aggregating: <a href="enablers/Aggregating.html" class="extype" name="org.scalatest.enablers.Aggregating">Aggregating</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
all(xs) must contain atMostOneOf (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#inOrder" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="inOrder(firstEle:Any,secondEle:Any,remainingEles:Any*)(implicitsequencing:org.scalatest.enablers.Sequencing[T]):Unit"></a>
<a id="inOrder(Any,Any,Any*)(Sequencing[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">inOrder</span><span class="params">(<span name="firstEle">firstEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="secondEle">secondEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="remainingEles">remainingEles: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="sequencing">sequencing: <a href="enablers/Sequencing.html" class="extype" name="org.scalatest.enablers.Sequencing">Sequencing</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
option must contain inOrder (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#inOrderOnly" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="inOrderOnly(firstEle:Any,secondEle:Any,remainingEles:Any*)(implicitsequencing:org.scalatest.enablers.Sequencing[T]):Unit"></a>
<a id="inOrderOnly(Any,Any,Any*)(Sequencing[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">inOrderOnly</span><span class="params">(<span name="firstEle">firstEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="secondEle">secondEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="remainingEles">remainingEles: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="sequencing">sequencing: <a href="enablers/Sequencing.html" class="extype" name="org.scalatest.enablers.Sequencing">Sequencing</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
option must contain inOrderOnly (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#key" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="key(expectedKey:Any)(implicitkeyMapping:org.scalatest.enablers.KeyMapping[T]):Unit"></a>
<a id="key(Any)(KeyMapping[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">key</span><span class="params">(<span name="expectedKey">expectedKey: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="params">(<span class="implicit">implicit </span><span name="keyMapping">keyMapping: <a href="enablers/KeyMapping.html" class="extype" name="org.scalatest.enablers.KeyMapping">KeyMapping</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
all(colOfMap) must contain key (<span class="stQuotedString">"one"</span>)
^
</pre>
</p></div></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#noneOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="noneOf(firstEle:Any,secondEle:Any,remainingEles:Any*)(implicitcontaining:org.scalatest.enablers.Containing[T]):Unit"></a>
<a id="noneOf(Any,Any,Any*)(Containing[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">noneOf</span><span class="params">(<span name="firstEle">firstEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="secondEle">secondEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="remainingEles">remainingEles: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="containing">containing: <a href="enablers/Containing.html" class="extype" name="org.scalatest.enablers.Containing">Containing</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
option must contain noneOf (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#oneOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="oneOf(firstEle:Any,secondEle:Any,remainingEles:Any*)(implicitcontaining:org.scalatest.enablers.Containing[T]):Unit"></a>
<a id="oneOf(Any,Any,Any*)(Containing[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">oneOf</span><span class="params">(<span name="firstEle">firstEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="secondEle">secondEle: <span class="extype" name="scala.Any">Any</span></span>, <span name="remainingEles">remainingEles: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="containing">containing: <a href="enablers/Containing.html" class="extype" name="org.scalatest.enablers.Containing">Containing</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
option must contain oneOf (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#only" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="only(right:Any*)(implicitaggregating:org.scalatest.enablers.Aggregating[T]):Unit"></a>
<a id="only(Any*)(Aggregating[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">only</span><span class="params">(<span name="right">right: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="aggregating">aggregating: <a href="enablers/Aggregating.html" class="extype" name="org.scalatest.enablers.Aggregating">Aggregating</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
option must contain only (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#theSameElementsAs" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="theSameElementsAs(right:scala.collection.GenTraversable[_])(implicitaggregating:org.scalatest.enablers.Aggregating[T]):Unit"></a>
<a id="theSameElementsAs(GenTraversable[_])(Aggregating[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">theSameElementsAs</span><span class="params">(<span name="right">right: <span class="extype" name="scala.collection.GenTraversable">GenTraversable</span>[_]</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="aggregating">aggregating: <a href="enablers/Aggregating.html" class="extype" name="org.scalatest.enablers.Aggregating">Aggregating</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
option must contain theSameElementsAs (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#theSameElementsInOrderAs" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="theSameElementsInOrderAs(right:scala.collection.GenTraversable[_])(implicitsequencing:org.scalatest.enablers.Sequencing[T]):Unit"></a>
<a id="theSameElementsInOrderAs(GenTraversable[_])(Sequencing[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">theSameElementsInOrderAs</span><span class="params">(<span name="right">right: <span class="extype" name="scala.collection.GenTraversable">GenTraversable</span>[_]</span>)</span><span class="params">(<span class="implicit">implicit </span><span name="sequencing">sequencing: <a href="enablers/Sequencing.html" class="extype" name="org.scalatest.enablers.Sequencing">Sequencing</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
option must contain theSameElementsInOrderAs (<span class="stLiteral">1</span>, <span class="stLiteral">2</span>)
^
</pre>
</p></div></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4>
<p class="shortcomment cmt">Overrides to return pretty toString.</p><div class="fullcomment"><div class="comment cmt"><p>Overrides to return pretty toString.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>"ResultOfContainWordForCollectedAny([collected], [xs], [mustBeTrue])"
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny">ResultOfContainWordForCollectedAny</a> → AnyRef → Any</dd></dl></div>
</li><li name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny#value" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="value(expectedValue:Any)(implicitvalueMapping:org.scalatest.enablers.ValueMapping[T]):Unit"></a>
<a id="value(Any)(ValueMapping[T]):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">value</span><span class="params">(<span name="expectedValue">expectedValue: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="params">(<span class="implicit">implicit </span><span name="valueMapping">valueMapping: <a href="enablers/ValueMapping.html" class="extype" name="org.scalatest.enablers.ValueMapping">ValueMapping</a>[<span class="extype" name="org.scalatest.MustMatchers.ResultOfContainWordForCollectedAny.T">T</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
all(colOfMap) must contain value (<span class="stLiteral">1</span>)
^
</pre>
</p></div></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html> | scalatest/scalatest-website | public/scaladoc/2.2.0/org/scalatest/MustMatchers$ResultOfContainWordForCollectedAny.html | HTML | apache-2.0 | 43,956 |
<!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_06.html">Class Test_AbaRouteValidator_06</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_11634_bad
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_06.html?line=39280#src-39280" >testAbaNumberCheck_11634_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:35:42
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_11634_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=37352#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=37352#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=37352#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.29411766</span>29.4%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_06_testAbaNumberCheck_11634_bad_stk.html | HTML | apache-2.0 | 10,987 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-google-v3) on Mon Jun 20 19:12:48 BST 2011 -->
<TITLE>
SeleniumException
</TITLE>
<META NAME="date" CONTENT="2011-06-20">
<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="SeleniumException";
}
}
</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="../../../com/thoughtworks/selenium/SeleniumCommandTimedOutException.html" title="class in com.thoughtworks.selenium"><B>PREV CLASS</B></A>
<A HREF="../../../com/thoughtworks/selenium/SeleniumLogLevels.html" title="class in com.thoughtworks.selenium"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/thoughtworks/selenium/SeleniumException.html" target="_top"><B>FRAMES</B></A>
<A HREF="SeleniumException.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="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.thoughtworks.selenium</FONT>
<BR>
Class SeleniumException</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable
<IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception
<IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.lang.RuntimeException
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>com.thoughtworks.selenium.SeleniumException</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>SeleniumException</B><DT>extends java.lang.RuntimeException</DL>
</PRE>
<P>
Thrown when a Selenium command fails.
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#com.thoughtworks.selenium.SeleniumException">Serialized Form</A></DL>
<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="../../../com/thoughtworks/selenium/SeleniumException.html#SeleniumException(java.lang.Exception)">SeleniumException</A></B>(java.lang.Exception e)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../com/thoughtworks/selenium/SeleniumException.html#SeleniumException(java.lang.String)">SeleniumException</A></B>(java.lang.String message)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../com/thoughtworks/selenium/SeleniumException.html#SeleniumException(java.lang.String, java.lang.Exception)">SeleniumException</A></B>(java.lang.String message,
java.lang.Exception e)</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>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></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.Throwable</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</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="SeleniumException(java.lang.String)"><!-- --></A><H3>
SeleniumException</H3>
<PRE>
public <B>SeleniumException</B>(java.lang.String message)</PRE>
<DL>
</DL>
<HR>
<A NAME="SeleniumException(java.lang.Exception)"><!-- --></A><H3>
SeleniumException</H3>
<PRE>
public <B>SeleniumException</B>(java.lang.Exception e)</PRE>
<DL>
</DL>
<HR>
<A NAME="SeleniumException(java.lang.String, java.lang.Exception)"><!-- --></A><H3>
SeleniumException</H3>
<PRE>
public <B>SeleniumException</B>(java.lang.String message,
java.lang.Exception e)</PRE>
<DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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="../../../com/thoughtworks/selenium/SeleniumCommandTimedOutException.html" title="class in com.thoughtworks.selenium"><B>PREV CLASS</B></A>
<A HREF="../../../com/thoughtworks/selenium/SeleniumLogLevels.html" title="class in com.thoughtworks.selenium"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/thoughtworks/selenium/SeleniumException.html" target="_top"><B>FRAMES</B></A>
<A HREF="SeleniumException.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="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| akiellor/selenium | docs/api/java/com/thoughtworks/selenium/SeleniumException.html | HTML | apache-2.0 | 11,036 |
<!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_162) on Tue Nov 05 19:39:12 PST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package com.fasterxml.jackson.databind.ext (jackson-databind 2.10.0 API)</title>
<meta name="date" content="2019-11-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package com.fasterxml.jackson.databind.ext (jackson-databind 2.10.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>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?com/fasterxml/jackson/databind/ext/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 com.fasterxml.jackson.databind.ext" class="title">Uses of Package<br>com.fasterxml.jackson.databind.ext</h1>
</div>
<div class="contentContainer">
<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="../../../../../com/fasterxml/jackson/databind/ext/package-summary.html">com.fasterxml.jackson.databind.ext</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="#com.fasterxml.jackson.databind.ext">com.fasterxml.jackson.databind.ext</a></td>
<td class="colLast">
<div class="block">Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.fasterxml.jackson.databind.ext">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/ext/package-summary.html">com.fasterxml.jackson.databind.ext</a> used by <a href="../../../../../com/fasterxml/jackson/databind/ext/package-summary.html">com.fasterxml.jackson.databind.ext</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="../../../../../com/fasterxml/jackson/databind/ext/class-use/DOMDeserializer.html#com.fasterxml.jackson.databind.ext">DOMDeserializer</a>
<div class="block">Base for serializers that allows parsing DOM Documents from JSON Strings.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/ext/class-use/Java7Handlers.html#com.fasterxml.jackson.databind.ext">Java7Handlers</a>
<div class="block">To support Java7-incomplete platforms, we will offer support for JDK 7
datatype(s) (that is, <a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file"><code>Path</code></a> through this class, loaded
dynamically; if loading fails, support will be missing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/ext/class-use/Java7Support.html#com.fasterxml.jackson.databind.ext">Java7Support</a>
<div class="block">To support Java7-incomplete platforms, we will offer support for JDK 7
annotations through this class, loaded dynamically; if loading fails,
support will be missing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/ext/class-use/OptionalHandlerFactory.html#com.fasterxml.jackson.databind.ext">OptionalHandlerFactory</a>
<div class="block">Helper class used for isolating details of handling optional+external types
(javax.xml classes) from standard factories that offer them.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><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?com/fasterxml/jackson/databind/ext/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 © 2008–2019 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
</body>
</html>
| FasterXML/jackson-databind | docs/javadoc/2.10/com/fasterxml/jackson/databind/ext/package-use.html | HTML | apache-2.0 | 7,494 |
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Class Reference: simplepostencoding</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Thu Oct 23 18:57:41 2014 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_classes';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logClass('simplepostencoding');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Class Cross Reference</h3>
<h2><a href="index.html#simplepostencoding">simplepostencoding</a></h2>
<b>Defined at:</b><ul>
<li><a href="../tests/simpletest/encoding.php.html#simplepostencoding">/tests/simpletest/encoding.php</a> -> <a onClick="logClass('simplepostencoding', '/tests/simpletest/encoding.php.source.html#l496')" href="../tests/simpletest/encoding.php.source.html#l496"> line 496</a></li>
</ul>
<br><b>Referenced 39 times:</b><ul>
<li><a href="../tests/simpletest/test/user_agent_test.php.html">/tests/simpletest/test/user_agent_test.php</a> -> <a href="../tests/simpletest/test/user_agent_test.php.source.html#l300"> line 300</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l53"> line 53</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l57"> line 57</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l67"> line 67</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l100"> line 100</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l106"> line 106</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l116"> line 116</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l243"> line 243</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l388"> line 388</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l394"> line 394</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l438"> line 438</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l457"> line 457</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l477"> line 477</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l497"> line 497</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l517"> line 517</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l535"> line 535</A></li>
<li><a href="../tests/simpletest/test/browser_test.php.html">/tests/simpletest/test/browser_test.php</a> -> <a href="../tests/simpletest/test/browser_test.php.source.html#l541"> line 541</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l56"> line 56</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l62"> line 62</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l69"> line 69</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l78"> line 78</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l86"> line 86</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l93"> line 93</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l102"> line 102</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l109"> line 109</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l116"> line 116</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l122"> line 122</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l128"> line 128</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l135"> line 135</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l142"> line 142</A></li>
<li><a href="../tests/simpletest/test/encoding_test.php.html">/tests/simpletest/test/encoding_test.php</a> -> <a href="../tests/simpletest/test/encoding_test.php.source.html#l150"> line 150</A></li>
<li><a href="../tests/simpletest/test/form_test.php.html">/tests/simpletest/test/form_test.php</a> -> <a href="../tests/simpletest/test/form_test.php.source.html#l245"> line 245</A></li>
<li><a href="../tests/simpletest/test/http_test.php.html">/tests/simpletest/test/http_test.php</a> -> <a href="../tests/simpletest/test/http_test.php.source.html#l271"> line 271</A></li>
<li><a href="../tests/simpletest/test/http_test.php.html">/tests/simpletest/test/http_test.php</a> -> <a href="../tests/simpletest/test/http_test.php.source.html#l287"> line 287</A></li>
<li><a href="../tests/simpletest/test/http_test.php.html">/tests/simpletest/test/http_test.php</a> -> <a href="../tests/simpletest/test/http_test.php.source.html#l304"> line 304</A></li>
<li><a href="../tests/simpletest/test/http_test.php.html">/tests/simpletest/test/http_test.php</a> -> <a href="../tests/simpletest/test/http_test.php.source.html#l321"> line 321</A></li>
<li><a href="../tests/simpletest/test/http_test.php.html">/tests/simpletest/test/http_test.php</a> -> <a href="../tests/simpletest/test/http_test.php.source.html#l338"> line 338</A></li>
<li><a href="../tests/simpletest/encoding.php.html">/tests/simpletest/encoding.php</a> -> <a href="../tests/simpletest/encoding.php.source.html#l599"> line 599</A></li>
<li><a href="../tests/simpletest/browser.php.html">/tests/simpletest/browser.php</a> -> <a href="../tests/simpletest/browser.php.source.html#l522"> line 522</A></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 18:57:41 2014</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
| inputx/code-ref-doc | bonfire/_classes/simplepostencoding.html | HTML | apache-2.0 | 12,303 |
<!doctype html>
<html>
<head>
<meta charset="utf8">
</head>
<body>
<script src='build/<NAME>.bundle.js'></script>
</body>
</html>
| gristlabs/grainjs | test/fixtures/template.html | HTML | apache-2.0 | 146 |
<!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_55) on Wed Sep 24 06:08:04 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>org.apache.solr.internal.csv (Solr 4.10.1 API)</title>
<meta name="date" content="2014-09-24">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../../org/apache/solr/internal/csv/package-summary.html" target="classFrame">org.apache.solr.internal.csv</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="CharBuffer.html" title="class in org.apache.solr.internal.csv" target="classFrame">CharBuffer</a></li>
<li><a href="CSVParser.html" title="class in org.apache.solr.internal.csv" target="classFrame">CSVParser</a></li>
<li><a href="CSVPrinter.html" title="class in org.apache.solr.internal.csv" target="classFrame">CSVPrinter</a></li>
<li><a href="CSVStrategy.html" title="class in org.apache.solr.internal.csv" target="classFrame">CSVStrategy</a></li>
<li><a href="CSVUtils.html" title="class in org.apache.solr.internal.csv" target="classFrame">CSVUtils</a></li>
</ul>
</div>
</body>
</html>
| pulipulichen/ir-practice-solr | docs/solr-core/org/apache/solr/internal/csv/package-frame.html | HTML | apache-2.0 | 1,339 |
<!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="rustdoc">
<meta name="description" content="API documentation for the Rust `SO_RCVLOWAT` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, SO_RCVLOWAT">
<title>libc::SO_RCVLOWAT - Rust</title>
<link rel="stylesheet" type="text/css" href="../normalize.css">
<link rel="stylesheet" type="text/css" href="../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc constant">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a>
<p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'SO_RCVLOWAT', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content">
<h1 class='fqn'><span class='in-band'>Constant <a href='index.html'>libc</a>::<wbr><a class="constant" href=''>SO_RCVLOWAT</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a class='srclink' href='../src/libc/unix/notbsd/linux/other/b64/x86_64.rs.html#241' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const SO_RCVLOWAT: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a><code> = </code><code>18</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../";
window.currentCrate = "libc";
</script>
<script src="../jquery.js"></script>
<script src="../main.js"></script>
<script defer src="../search-index.js"></script>
</body>
</html> | nitro-devs/nitro-game-engine | docs/libc/constant.SO_RCVLOWAT.html | HTML | apache-2.0 | 4,333 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Coverage Report</title>
<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
<script type="text/javascript" src="js/popup.js"></script>
</head>
<body>
<h5>Coverage Report - org.fax4j.spi.phaxio.PhaxioFaxClientSpi</h5>
<div class="separator"> </div>
<table class="report">
<thead><tr> <td class="heading">Classes in this File</td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
<tr><td><a href="org.fax4j.spi.phaxio.PhaxioFaxClientSpi.html">PhaxioFaxClientSpi</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">96%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:96px"><span class="text">56/58</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">4/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.2727272727272727;</span>1.273</td></tr>
<tr><td><a href="org.fax4j.spi.phaxio.PhaxioFaxClientSpi.html">PhaxioFaxClientSpi$FaxClientSpiConfigurationConstants</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">7/7</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.2727272727272727;</span>1.273</td></tr>
</table>
<div class="separator"> </div>
<table cellspacing="0" cellpadding="0" class="src">
<tr> <td class="numLine"> 1</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">package</span> org.fax4j.spi.phaxio;</pre></td></tr>
<tr> <td class="numLine"> 2</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 3</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> java.text.MessageFormat;</pre></td></tr>
<tr> <td class="numLine"> 4</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> java.util.HashMap;</pre></td></tr>
<tr> <td class="numLine"> 5</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> java.util.Map;</pre></td></tr>
<tr> <td class="numLine"> 6</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.fax4j.FaxException;</pre></td></tr>
<tr> <td class="numLine"> 7</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.fax4j.FaxJob;</pre></td></tr>
<tr> <td class="numLine"> 8</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.fax4j.common.FaxActionType;</pre></td></tr>
<tr> <td class="numLine"> 9</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.fax4j.spi.http.AbstractMultiPart2JSONHTTPFaxClientSpi;</pre></td></tr>
<tr> <td class="numLine"> 10</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.fax4j.spi.http.CommonHTTPClientConfiguration;</pre></td></tr>
<tr> <td class="numLine"> 11</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.fax4j.spi.http.HTTPClient.HTTPMethod;</pre></td></tr>
<tr> <td class="numLine"> 12</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.fax4j.spi.http.HTTPClientConfiguration;</pre></td></tr>
<tr> <td class="numLine"> 13</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.fax4j.spi.http.JSONHTTPResponseHandler.JSONHTTPResponseHandlerConfigurationConstants;</pre></td></tr>
<tr> <td class="numLine"> 14</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.fax4j.spi.http.MultiPartFaxJob2HTTPRequestConverter.FaxJob2HTTPRequestConverterConfigurationConstants;</pre></td></tr>
<tr> <td class="numLine"> 15</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 16</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 17</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This class implements the fax client service provider interface.<br></span></pre></td></tr>
<tr> <td class="numLine"> 18</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This implementation will invoke the requests by sending HTTP requests to a Phaxio service.<br></span></pre></td></tr>
<tr> <td class="numLine"> 19</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This implementation is not meant to promote the Phaxio commercial product but to serve as a service provider</span></pre></td></tr>
<tr> <td class="numLine"> 20</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * interface for those using this product.<br></span></pre></td></tr>
<tr> <td class="numLine"> 21</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <br></span></pre></td></tr>
<tr> <td class="numLine"> 22</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The configuration of the fax4j framework is made up of 3 layers.<br></span></pre></td></tr>
<tr> <td class="numLine"> 23</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The configuration is based on simple properties.<br></span></pre></td></tr>
<tr> <td class="numLine"> 24</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Each layer overrides the lower layers by adding/changing the property values.<br></span></pre></td></tr>
<tr> <td class="numLine"> 25</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The first layer is the internal fax4j.properties file located in the fax4j jar.<br></span></pre></td></tr>
<tr> <td class="numLine"> 26</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This layer contains the preconfigured values for the fax4j framework and can be changed by updating these properties</span></pre></td></tr>
<tr> <td class="numLine"> 27</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * in the higher layers.<br></span></pre></td></tr>
<tr> <td class="numLine"> 28</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The second layer is the external fax4j.properties file that is located on the classpath.<br></span></pre></td></tr>
<tr> <td class="numLine"> 29</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This file is optional and provides the ability to override the internal configuration for the entire fax4j</span></pre></td></tr>
<tr> <td class="numLine"> 30</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * framework.<br></span></pre></td></tr>
<tr> <td class="numLine"> 31</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The top most layer is the optional java.util.Properties object provided by the external classes when creating a new</span></pre></td></tr>
<tr> <td class="numLine"> 32</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * fax client.<br></span></pre></td></tr>
<tr> <td class="numLine"> 33</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * These properties enable to override the configuration of the lower 2 layers.<br></span></pre></td></tr>
<tr> <td class="numLine"> 34</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <br></span></pre></td></tr>
<tr> <td class="numLine"> 35</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <b>SPI Status (Draft, Beta, Stable): </b>Stable<br></span></pre></td></tr>
<tr> <td class="numLine"> 36</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <br></span></pre></td></tr>
<tr> <td class="numLine"> 37</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Below table describes the configuration values relevant for this class.<br></span></pre></td></tr>
<tr> <td class="numLine"> 38</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <b>Configuration:</b></span></pre></td></tr>
<tr> <td class="numLine"> 39</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <table summary="" border="1"></span></pre></td></tr>
<tr> <td class="numLine"> 40</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <tr></span></pre></td></tr>
<tr> <td class="numLine"> 41</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>Name</td></span></pre></td></tr>
<tr> <td class="numLine"> 42</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>Description</td></span></pre></td></tr>
<tr> <td class="numLine"> 43</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>Preconfigured Value</td></span></pre></td></tr>
<tr> <td class="numLine"> 44</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>Default Value</td></span></pre></td></tr>
<tr> <td class="numLine"> 45</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>Mandatory</td></span></pre></td></tr>
<tr> <td class="numLine"> 46</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * </tr></span></pre></td></tr>
<tr> <td class="numLine"> 47</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <tr></span></pre></td></tr>
<tr> <td class="numLine"> 48</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>org.fax4j.spi.phaxio.client.class.name</td></span></pre></td></tr>
<tr> <td class="numLine"> 49</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>The HTTP client class name used to submit the HTTP requests</td></span></pre></td></tr>
<tr> <td class="numLine"> 50</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>org.fax4j.spi.http.ApacheHTTPClient</td></span></pre></td></tr>
<tr> <td class="numLine"> 51</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>org.fax4j.spi.http.ApacheHTTPClient</td></span></pre></td></tr>
<tr> <td class="numLine"> 52</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>false</td></span></pre></td></tr>
<tr> <td class="numLine"> 53</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * </tr></span></pre></td></tr>
<tr> <td class="numLine"> 54</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <tr></span></pre></td></tr>
<tr> <td class="numLine"> 55</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>org.fax4j.spi.phaxio.api.key</td></span></pre></td></tr>
<tr> <td class="numLine"> 56</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>The phaxio API key</td></span></pre></td></tr>
<tr> <td class="numLine"> 57</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>none</td></span></pre></td></tr>
<tr> <td class="numLine"> 58</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>none</td></span></pre></td></tr>
<tr> <td class="numLine"> 59</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>true</td></span></pre></td></tr>
<tr> <td class="numLine"> 60</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * </tr></span></pre></td></tr>
<tr> <td class="numLine"> 61</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <tr></span></pre></td></tr>
<tr> <td class="numLine"> 62</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>org.fax4j.spi.phaxio.api.secret</td></span></pre></td></tr>
<tr> <td class="numLine"> 63</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>The phaxio API secret</td></span></pre></td></tr>
<tr> <td class="numLine"> 64</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>none</td></span></pre></td></tr>
<tr> <td class="numLine"> 65</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>none</td></span></pre></td></tr>
<tr> <td class="numLine"> 66</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <td>true</td></span></pre></td></tr>
<tr> <td class="numLine"> 67</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * </tr></span></pre></td></tr>
<tr> <td class="numLine"> 68</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * </table></span></pre></td></tr>
<tr> <td class="numLine"> 69</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <br></span></pre></td></tr>
<tr> <td class="numLine"> 70</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <b>Dependencies:</b><br></span></pre></td></tr>
<tr> <td class="numLine"> 71</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <ul></span></pre></td></tr>
<tr> <td class="numLine"> 72</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <li>HTTP client required jars.</span></pre></td></tr>
<tr> <td class="numLine"> 73</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * </ul></span></pre></td></tr>
<tr> <td class="numLine"> 74</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * <br></span></pre></td></tr>
<tr> <td class="numLine"> 75</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 76</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @author Sagie Gur-Ari</span></pre></td></tr>
<tr> <td class="numLine"> 77</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @version 1.01</span></pre></td></tr>
<tr> <td class="numLine"> 78</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @since 0.42.8</span></pre></td></tr>
<tr> <td class="numLine"> 79</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 80</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> <span class="keyword">class</span> PhaxioFaxClientSpi <span class="keyword">extends</span> AbstractMultiPart2JSONHTTPFaxClientSpi {</pre></td></tr>
<tr> <td class="numLine"> 81</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/** The Phaxio property part */</span></pre></td></tr>
<tr> <td class="numLine"> 82</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">final</span> String PHAXIO_PROPERTY_PART = <span class="string">"phaxio"</span>;</pre></td></tr>
<tr> <td class="numLine"> 83</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 84</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 85</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This class holds the SPI configuration constants.</span></pre></td></tr>
<tr> <td class="numLine"> 86</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 87</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @author Sagie Gur-Ari</span></pre></td></tr>
<tr> <td class="numLine"> 88</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @version 1.0</span></pre></td></tr>
<tr> <td class="numLine"> 89</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @since 0.42.8</span></pre></td></tr>
<tr> <td class="numLine"> 90</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLineCover"> 91</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> <span class="keyword">public</span> enum FaxClientSpiConfigurationConstants {</pre></td></tr>
<tr> <td class="numLine"> 92</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/** The API key property key */</span></pre></td></tr>
<tr> <td class="numLineCover"> 93</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> API_KEY_PROPERTY_KEY(<span class="string">"org.fax4j.spi.phaxio.api.key"</span>),</pre></td></tr>
<tr> <td class="numLine"> 94</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/** The API secret property key */</span></pre></td></tr>
<tr> <td class="numLineCover"> 95</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> API_SECRET_PROPERTY_KEY(<span class="string">"org.fax4j.spi.phaxio.api.secret"</span>);</pre></td></tr>
<tr> <td class="numLine"> 96</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 97</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/** The string value */</span></pre></td></tr>
<tr> <td class="numLine"> 98</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">private</span> String value;</pre></td></tr>
<tr> <td class="numLine"> 99</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 100</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 101</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This is the class constructor.</span></pre></td></tr>
<tr> <td class="numLine"> 102</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 103</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @param value</span></pre></td></tr>
<tr> <td class="numLine"> 104</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The string value</span></pre></td></tr>
<tr> <td class="numLine"> 105</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLineCover"> 106</td> <td class="nbHitsCovered"> 2</td> <td class="src"><pre class="src"> FaxClientSpiConfigurationConstants(String value) {</pre></td></tr>
<tr> <td class="numLineCover"> 107</td> <td class="nbHitsCovered"> 2</td> <td class="src"><pre class="src"> <span class="keyword">this</span>.value = value;</pre></td></tr>
<tr> <td class="numLineCover"> 108</td> <td class="nbHitsCovered"> 2</td> <td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 109</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 110</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 111</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This function returns the string value.</span></pre></td></tr>
<tr> <td class="numLine"> 112</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 113</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return The string value</span></pre></td></tr>
<tr> <td class="numLine"> 114</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 115</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 116</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> <span class="keyword">final</span> String toString() {</pre></td></tr>
<tr> <td class="numLineCover"> 117</td> <td class="nbHitsCovered"> 30</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">this</span>.value;</pre></td></tr>
<tr> <td class="numLine"> 118</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 119</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 120</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 121</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 122</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This is the default constructor.</span></pre></td></tr>
<tr> <td class="numLine"> 123</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 124</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> PhaxioFaxClientSpi() {</pre></td></tr>
<tr> <td class="numLineCover"> 125</td> <td class="nbHitsCovered"> 14</td> <td class="src"><pre class="src"> <span class="keyword">super</span>();</pre></td></tr>
<tr> <td class="numLineCover"> 126</td> <td class="nbHitsCovered"> 14</td> <td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 127</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 128</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 129</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Returns the property part.<br></span></pre></td></tr>
<tr> <td class="numLine"> 130</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Property parts enables to replace the input request key with the part defined to enable to reuse services with</span></pre></td></tr>
<tr> <td class="numLine"> 131</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * different configuration blocks.<br></span></pre></td></tr>
<tr> <td class="numLine"> 132</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Property parts will be replaced with the {0} values in the key, for example org.fax4j.{0}.somekey with part abc</span></pre></td></tr>
<tr> <td class="numLine"> 133</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * will be replaced to org.fax4j.abc.somekey</span></pre></td></tr>
<tr> <td class="numLine"> 134</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 135</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return The property part</span></pre></td></tr>
<tr> <td class="numLine"> 136</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 137</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 138</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> String getPropertyPart() {</pre></td></tr>
<tr> <td class="numLineCover"> 139</td> <td class="nbHitsCovered"> 68</td> <td class="src"><pre class="src"> <span class="keyword">return</span> PhaxioFaxClientSpi.PHAXIO_PROPERTY_PART;</pre></td></tr>
<tr> <td class="numLine"> 140</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 141</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 142</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 143</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This function creates and returns the HTTP configuration object.</span></pre></td></tr>
<tr> <td class="numLine"> 144</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 145</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return The HTTP configuration object</span></pre></td></tr>
<tr> <td class="numLine"> 146</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 147</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 148</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">protected</span> HTTPClientConfiguration createHTTPClientConfiguration() {</pre></td></tr>
<tr> <td class="numLineCover"> 149</td> <td class="nbHitsCovered"> 15</td> <td class="src"><pre class="src"> CommonHTTPClientConfiguration configuration = <span class="keyword">new</span> CommonHTTPClientConfiguration();</pre></td></tr>
<tr> <td class="numLineCover"> 150</td> <td class="nbHitsCovered"> 15</td> <td class="src"><pre class="src"> configuration.setHostName(<span class="string">"api.phaxio.com"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 151</td> <td class="nbHitsCovered"> 15</td> <td class="src"><pre class="src"> configuration.setSSL(<span class="keyword">true</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 152</td> <td class="nbHitsCovered"> 15</td> <td class="src"><pre class="src"> configuration.setMethod(FaxActionType.SUBMIT_FAX_JOB, HTTPMethod.POST);</pre></td></tr>
<tr> <td class="numLineCover"> 153</td> <td class="nbHitsCovered"> 15</td> <td class="src"><pre class="src"> configuration.setMethod(FaxActionType.CANCEL_FAX_JOB, HTTPMethod.POST);</pre></td></tr>
<tr> <td class="numLineCover"> 154</td> <td class="nbHitsCovered"> 15</td> <td class="src"><pre class="src"> configuration.setMethod(FaxActionType.GET_FAX_JOB_STATUS, HTTPMethod.POST);</pre></td></tr>
<tr> <td class="numLine"> 155</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLineCover"> 156</td> <td class="nbHitsCovered"> 15</td> <td class="src"><pre class="src"> <span class="keyword">return</span> configuration;</pre></td></tr>
<tr> <td class="numLine"> 157</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 158</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 159</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 160</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Hook for extending classes.</span></pre></td></tr>
<tr> <td class="numLine"> 161</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 162</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @param configuration</span></pre></td></tr>
<tr> <td class="numLine"> 163</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The converter configuration</span></pre></td></tr>
<tr> <td class="numLine"> 164</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 165</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 166</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">protected</span> <span class="keyword">void</span> updateFaxJob2HTTPRequestConverterConfiguration(Map<String, String> configuration) {</pre></td></tr>
<tr> <td class="numLine"> 167</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// get API key/secret</span></pre></td></tr>
<tr> <td class="numLineCover"> 168</td> <td class="nbHitsCovered"> 15</td> <td class="src"><pre class="src"> String apiKey = <span class="keyword">this</span>.getConfigurationValue(FaxClientSpiConfigurationConstants.API_KEY_PROPERTY_KEY);</pre></td></tr>
<tr> <td class="numLineCover"> 169</td> <td class="nbHitsCovered"> 15</td> <td class="src"><pre class="src"> String apiSecret = <span class="keyword">this</span>.getConfigurationValue(FaxClientSpiConfigurationConstants.API_SECRET_PROPERTY_KEY);</pre></td></tr>
<tr> <td class="numLine"> 170</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 171</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// validate data</span></pre></td></tr>
<tr> <td class="numLineCover"> 172</td> <td class="nbHitsCovered"><a title="Line 172: Conditional coverage 100% (4/4) [each condition: 100%, 100%]."> 15</a></td> <td class="src"><pre class="src"> <a title="Line 172: Conditional coverage 100% (4/4) [each condition: 100%, 100%]."> <span class="keyword">if</span> (apiKey == <span class="keyword">null</span> || apiSecret == <span class="keyword">null</span>) {</a></pre></td></tr>
<tr> <td class="numLineCover"> 173</td> <td class="nbHitsCovered"> 2</td> <td class="src"><pre class="src"> <span class="keyword">throw</span> <span class="keyword">new</span> FaxException(<span class="string">"Missing phaxio API key/secret values."</span>);</pre></td></tr>
<tr> <td class="numLine"> 174</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 175</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 176</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// get property part</span></pre></td></tr>
<tr> <td class="numLineCover"> 177</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> String propertyPart = <span class="keyword">this</span>.getPropertyPart();</pre></td></tr>
<tr> <td class="numLine"> 178</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 179</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// modify configuration</span></pre></td></tr>
<tr> <td class="numLineCover"> 180</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLine"> 181</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> FaxJob2HTTPRequestConverterConfigurationConstants.SUBMIT_ACTION_FILE_CONTENT_PARAMETER_NAME_PROPERTY_KEY</pre></td></tr>
<tr> <td class="numLineCover"> 182</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> .toString(),</pre></td></tr>
<tr> <td class="numLine"> 183</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"filename"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 184</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLine"> 185</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> FaxJob2HTTPRequestConverterConfigurationConstants.SUBMIT_ACTION_TARGET_ADDRESS_PARAMETER_NAME_PROPERTY_KEY</pre></td></tr>
<tr> <td class="numLineCover"> 186</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> .toString(),</pre></td></tr>
<tr> <td class="numLine"> 187</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"to"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 188</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLine"> 189</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> FaxJob2HTTPRequestConverterConfigurationConstants.SUBMIT_ACTION_SENDER_FAX_NUMBER_PARAMETER_NAME_PROPERTY_KEY</pre></td></tr>
<tr> <td class="numLineCover"> 190</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> .toString(),</pre></td></tr>
<tr> <td class="numLine"> 191</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"caller_id"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 192</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLine"> 193</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> FaxJob2HTTPRequestConverterConfigurationConstants.CANCEL_ACTION_FAX_JOB_ID_PARAMETER_NAME_PROPERTY_KEY</pre></td></tr>
<tr> <td class="numLineCover"> 194</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> .toString(),</pre></td></tr>
<tr> <td class="numLine"> 195</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"id"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 196</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLine"> 197</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> FaxJob2HTTPRequestConverterConfigurationConstants.GET_FAX_JOB_STATUS_ACTION_FAX_JOB_ID_PARAMETER_NAME_PROPERTY_KEY</pre></td></tr>
<tr> <td class="numLineCover"> 198</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> .toString(),</pre></td></tr>
<tr> <td class="numLine"> 199</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"id"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 200</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 201</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> FaxJob2HTTPRequestConverterConfigurationConstants.ADDITIONAL_PARAMETER_PROPERTY_KEY_PREFIX.toString()</pre></td></tr>
<tr> <td class="numLine"> 202</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> + <span class="string">"api_key"</span>,</pre></td></tr>
<tr> <td class="numLine"> 203</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), apiKey);</pre></td></tr>
<tr> <td class="numLineCover"> 204</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 205</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> FaxJob2HTTPRequestConverterConfigurationConstants.ADDITIONAL_PARAMETER_PROPERTY_KEY_PREFIX.toString()</pre></td></tr>
<tr> <td class="numLine"> 206</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> + <span class="string">"api_secret"</span>,</pre></td></tr>
<tr> <td class="numLine"> 207</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), apiSecret);</pre></td></tr>
<tr> <td class="numLineCover"> 208</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 209</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 210</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 211</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Hook for extending classes.</span></pre></td></tr>
<tr> <td class="numLine"> 212</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 213</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @param configuration</span></pre></td></tr>
<tr> <td class="numLine"> 214</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The response handler configuration</span></pre></td></tr>
<tr> <td class="numLine"> 215</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 216</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 217</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">protected</span> <span class="keyword">void</span> updateHTTPResponseHandlerConfiguration(Map<String, String> configuration) {</pre></td></tr>
<tr> <td class="numLine"> 218</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// get property part</span></pre></td></tr>
<tr> <td class="numLineCover"> 219</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> String propertyPart = <span class="keyword">this</span>.getPropertyPart();</pre></td></tr>
<tr> <td class="numLine"> 220</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 221</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// modify configuration</span></pre></td></tr>
<tr> <td class="numLineCover"> 222</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 223</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> JSONHTTPResponseHandlerConfigurationConstants.SUBMIT_JSON_OUTPUT_PROPERTY_KEY.toString(), propertyPart),</pre></td></tr>
<tr> <td class="numLine"> 224</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="string">"faxId"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 225</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 226</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> JSONHTTPResponseHandlerConfigurationConstants.ERROR_DETECTION_PATH_PROPERTY_KEY.toString(),</pre></td></tr>
<tr> <td class="numLine"> 227</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"success"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 228</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 229</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> JSONHTTPResponseHandlerConfigurationConstants.ERROR_DETECTION_VALUE_PROPERTY_KEY.toString(),</pre></td></tr>
<tr> <td class="numLine"> 230</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"false"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 231</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 232</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> JSONHTTPResponseHandlerConfigurationConstants.ERROR_MESSAGE_PATH_PROPERTY_KEY.toString(), propertyPart),</pre></td></tr>
<tr> <td class="numLine"> 233</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="string">"message"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 234</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 235</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> JSONHTTPResponseHandlerConfigurationConstants.GET_STATUS_JSON_OUTPUT_PROPERTY_KEY.toString(),</pre></td></tr>
<tr> <td class="numLine"> 236</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"data;status"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 237</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 238</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> JSONHTTPResponseHandlerConfigurationConstants.PENDING_STATUS_MAPPING_PROPERTY_KEY.toString(),</pre></td></tr>
<tr> <td class="numLine"> 239</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"queued;pendingbatch"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 240</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 241</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> JSONHTTPResponseHandlerConfigurationConstants.IN_PROGRESS_STATUS_MAPPING_PROPERTY_KEY.toString(),</pre></td></tr>
<tr> <td class="numLine"> 242</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"inprogress"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 243</td> <td class="nbHitsCovered"> 26</td> <td class="src"><pre class="src"> configuration.put(MessageFormat.format(</pre></td></tr>
<tr> <td class="numLineCover"> 244</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> JSONHTTPResponseHandlerConfigurationConstants.ERROR_STATUS_MAPPING_PROPERTY_KEY.toString(),</pre></td></tr>
<tr> <td class="numLine"> 245</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> propertyPart), <span class="string">"failure;partialsuccess"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 246</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 247</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 248</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 249</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This function initializes the fax action type to resource mappings.</span></pre></td></tr>
<tr> <td class="numLine"> 250</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 251</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return The fax action type to resource mappings</span></pre></td></tr>
<tr> <td class="numLine"> 252</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 253</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 254</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">protected</span> Map<FaxActionType, String> initializeFaxActionType2ResourceMap() {</pre></td></tr>
<tr> <td class="numLine"> 255</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// set resources</span></pre></td></tr>
<tr> <td class="numLineCover"> 256</td> <td class="nbHitsCovered"> 12</td> <td class="src"><pre class="src"> Map<FaxActionType, String> map = <span class="keyword">new</span> HashMap<FaxActionType, String>();</pre></td></tr>
<tr> <td class="numLineCover"> 257</td> <td class="nbHitsCovered"> 12</td> <td class="src"><pre class="src"> map.put(FaxActionType.SUBMIT_FAX_JOB, <span class="string">"/v1/send"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 258</td> <td class="nbHitsCovered"> 12</td> <td class="src"><pre class="src"> map.put(FaxActionType.CANCEL_FAX_JOB, <span class="string">"/v1/faxCancel"</span>);</pre></td></tr>
<tr> <td class="numLineCover"> 259</td> <td class="nbHitsCovered"> 12</td> <td class="src"><pre class="src"> map.put(FaxActionType.GET_FAX_JOB_STATUS, <span class="string">"/v1/faxStatus"</span>);</pre></td></tr>
<tr> <td class="numLine"> 260</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLineCover"> 261</td> <td class="nbHitsCovered"> 12</td> <td class="src"><pre class="src"> <span class="keyword">return</span> map;</pre></td></tr>
<tr> <td class="numLine"> 262</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 263</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 264</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 265</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This function returns the HTTP URL parameters from the configuration.</span></pre></td></tr>
<tr> <td class="numLine"> 266</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 267</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return The HTTP URL parameters</span></pre></td></tr>
<tr> <td class="numLine"> 268</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 269</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 270</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">protected</span> String initializeURLParameters() {</pre></td></tr>
<tr> <td class="numLineCover"> 271</td> <td class="nbHitsCovered"> 12</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">null</span>;</pre></td></tr>
<tr> <td class="numLine"> 272</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 273</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 274</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 275</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This function will suspend an existing fax job.</span></pre></td></tr>
<tr> <td class="numLine"> 276</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 277</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @param faxJob</span></pre></td></tr>
<tr> <td class="numLine"> 278</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The fax job object containing the needed information</span></pre></td></tr>
<tr> <td class="numLine"> 279</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 280</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 281</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">protected</span> <span class="keyword">void</span> suspendFaxJobImpl(FaxJob faxJob) {</pre></td></tr>
<tr> <td class="numLineCover"> 282</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> <span class="keyword">this</span>.throwUnsupportedException();</pre></td></tr>
<tr> <td class="numLineCover"> 283</td> <td class="nbHitsUncovered"> 0</td> <td class="src"><pre class="src"><span class="srcUncovered"> }</span></pre></td></tr>
<tr> <td class="numLine"> 284</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 285</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 286</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * This function will resume an existing fax job.</span></pre></td></tr>
<tr> <td class="numLine"> 287</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 288</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @param faxJob</span></pre></td></tr>
<tr> <td class="numLine"> 289</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * The fax job object containing the needed information</span></pre></td></tr>
<tr> <td class="numLine"> 290</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 291</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 292</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">protected</span> <span class="keyword">void</span> resumeFaxJobImpl(FaxJob faxJob) {</pre></td></tr>
<tr> <td class="numLineCover"> 293</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> <span class="keyword">this</span>.throwUnsupportedException();</pre></td></tr>
<tr> <td class="numLineCover"> 294</td> <td class="nbHitsUncovered"> 0</td> <td class="src"><pre class="src"><span class="srcUncovered"> }</span></pre></td></tr>
<tr> <td class="numLine"> 295</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
</table>
<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.1.1 on 5/15/20 5:47 PM.</div>
</body>
</html>
| sagiegurari/fax4j | docs/cobertura/org.fax4j.spi.phaxio.PhaxioFaxClientSpi.html | HTML | apache-2.0 | 60,705 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>HBase 0.98.7-hadoop2 Reference Package org.apache.hadoop.hbase.snapshot</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
</head>
<body>
<h3>
<a href="package-summary.html" target="classFrame">org.apache.hadoop.hbase.snapshot</a>
</h3>
<h3>Classes</h3>
<ul>
<li>
<a href="ClientSnapshotDescriptionUtils.html" target="classFrame">ClientSnapshotDescriptionUtils</a>
</li>
<li>
<a href="SnapshotDescriptionUtils.html" target="classFrame">CompletedSnaphotDirectoriesFilter</a>
</li>
<li>
<a href="CorruptedSnapshotException.html" target="classFrame">CorruptedSnapshotException</a>
</li>
<li>
<a href="ExportSnapshot.html" target="classFrame">Counter</a>
</li>
<li>
<a href="ExportSnapshot.html" target="classFrame">ExportMapper</a>
</li>
<li>
<a href="ExportSnapshot.html" target="classFrame">ExportSnapshot</a>
</li>
<li>
<a href="ExportSnapshotException.html" target="classFrame">ExportSnapshotException</a>
</li>
<li>
<a href="ExportSnapshot.html" target="classFrame">ExportSnapshotInputFormat</a>
</li>
<li>
<a href="ExportSnapshot.html" target="classFrame">ExportSnapshotInputSplit</a>
</li>
<li>
<a href="ExportSnapshot.html" target="classFrame">ExportSnapshotRecordReader</a>
</li>
<li>
<a href="SnapshotInfo.html" target="classFrame">FileInfo</a>
</li>
<li>
<a href="HBaseSnapshotException.html" target="classFrame">HBaseSnapshotException</a>
</li>
<li>
<a href="SnapshotManifestV1.html" target="classFrame">ManifestBuilder</a>
</li>
<li>
<a href="SnapshotManifest.html" target="classFrame">RegionVisitor</a>
</li>
<li>
<a href="RestoreSnapshotHelper.html" target="classFrame">RestoreMetaChanges</a>
</li>
<li>
<a href="RestoreSnapshotException.html" target="classFrame">RestoreSnapshotException</a>
</li>
<li>
<a href="RestoreSnapshotHelper.html" target="classFrame">RestoreSnapshotHelper</a>
</li>
<li>
<a href="SnapshotCreationException.html" target="classFrame">SnapshotCreationException</a>
</li>
<li>
<a href="SnapshotDescriptionUtils.html" target="classFrame">SnapshotDescriptionUtils</a>
</li>
<li>
<a href="SnapshotDoesNotExistException.html" target="classFrame">SnapshotDoesNotExistException</a>
</li>
<li>
<a href="SnapshotExistsException.html" target="classFrame">SnapshotExistsException</a>
</li>
<li>
<a href="SnapshotInfo.html" target="classFrame">SnapshotInfo</a>
</li>
<li>
<a href="SnapshotManifest.html" target="classFrame">SnapshotManifest</a>
</li>
<li>
<a href="SnapshotManifestV1.html" target="classFrame">SnapshotManifestV1</a>
</li>
<li>
<a href="SnapshotManifestV2.html" target="classFrame">SnapshotManifestV2</a>
</li>
<li>
<a href="SnapshotReferenceUtil.html" target="classFrame">SnapshotReferenceUtil</a>
</li>
<li>
<a href="SnapshotInfo.html" target="classFrame">SnapshotStats</a>
</li>
<li>
<a href="SnapshotReferenceUtil.html" target="classFrame">SnapshotVisitor</a>
</li>
<li>
<a href="SnapshotReferenceUtil.html" target="classFrame">StoreFileVisitor</a>
</li>
<li>
<a href="TablePartiallyOpenException.html" target="classFrame">TablePartiallyOpenException</a>
</li>
<li>
<a href="UnknownSnapshotException.html" target="classFrame">UnknownSnapshotException</a>
</li>
</ul>
</body>
</html> | gsoundar/mambo-ec2-deploy | packages/hbase-0.98.7-hadoop2/docs/xref/org/apache/hadoop/hbase/snapshot/package-frame.html | HTML | apache-2.0 | 4,873 |
<html>
<body>
<h1>Flipping images</h1>
<p><a href="./10.html">Next</a></p>
<canvas id="canvas" width="600" height="400"></canvas>
<script>
var canvas = document.getElementById('canvas');
var ctx = canvas.getContext('2d');
var pos = {
x: canvas.width / 2,
y: canvas.height / 2,
w: canvas.width - 200,
h: canvas.height - 200
};
function draw(timestamp) {
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.fillStyle = 'rgb(0, 90, 0)';
ctx.fillRect(pos.x - pos.w / 2, pos.y - pos.h / 2, pos.w, pos.h);
ctx.lineWidth = '10';
ctx.strokeStyle = 'rgb(100, 0, 0)';
ctx.lineJoin = 'round';
ctx.strokeRect(pos.x - pos.w / 2, pos.y - pos.h / 2, pos.w, pos.h);
ctx.lineWidth = '2';
var path = new Path2D();
path.moveTo(pos.x - 20, pos.y);
path.lineTo(pos.x, pos.y + 50);
path.lineTo(pos.x + 20, pos.y);
path.moveTo(pos.x, pos.y + pos.h / 2 - 25);
path.arc(pos.x, pos.y + pos.h / 2 - 25, 10, 0, Math.PI);
path.lineTo(pos.x, pos.y + pos.h / 2 - 25);
ctx.stroke(path);
ctx.font = '20px Times New Roman';
ctx.fillStyle = 'Black';
var width = ctx.measureText('Canvas rocks').width;
ctx.fillText('Canvas rocks', pos.x - width / 2, canvas.height);
// pos.y = (canvas.height / 2) + 50 * -Math.abs(Math.sin(timestamp / 300));
if (eyeImg.width) {
ctx.drawImage(eyeImg, pos.x - 120, pos.y - 80, 100, 70);
ctx.save();
ctx.translate(canvas.width, 0);
ctx.scale(-1, 1);
// ctx.drawImage(eyeImg, pos.x + 20, pos.y - 80, 100, 70);
ctx.drawImage(eyeImg, pos.x - 120, pos.y - 80, 100, 70);
ctx.restore();
}
requestAnimationFrame(draw);
}
var eyeImg = new Image();
eyeImg.src = '../images/eye.png';
draw();
</script>
<pre>
<code>
...
function draw(timestamp) {
...
if (eyeImg.width) {
ctx.drawImage(eyeImg, pos.x - 120, pos.y - 80, 100, 70);
// Save the state of the context
ctx.save();
// Move the canvas across
ctx.translate(canvas.width, 0);
// Flip the canvas over like paper
ctx.scale(-1, 1);
// Change the position to match the other eye
ctx.drawImage(eyeImg, pos.x - 120, pos.y - 80, 100, 70);
// Restore the context to the saved state
ctx.restore();
}
requestAnimationFrame(draw);
}
...
</code>
</pre>
</body>
</html>
| garrows/canvas-basics-tutorial | public/tutorial/09.html | HTML | apache-2.0 | 2,626 |
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="smartphone ,tablet,phone,mobile,technology,gadget,review,article">
<meta name="author" content="">
<title>Thaimoblilcenter</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Prompt" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="lightslider/src/css/lightslider.css" />
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script src="lightslider/src/js/lightslider.js"></script>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<script src="https://apis.google.com/js/platform.js"></script>
</head>
<body>
<div style=" width:100%;max-width:1090px;margin: auto;">
<!-- ========== start sub menu bar top ================-->
<div style="width:100%;padding:0px;margin-bottom: 25px;margin-top:0px;" class="container hidden-xs">
<ul class="navbar-submenu hidden-xs" id="navbar_submenu">
<li><a href="#ads" data-tag="ads" aria-controls="ads" role="tab" data-toggle="tab" style="background-color:#ff8900;cursor: pointer;padding: 0px;"><img src="img/icon/post.png"></a></li>
<li><a href="#apple" aria-controls="apple" role="tab" data-toggle="tab">Apple</a><span>|</span></li>
<li><a href="#samsung" aria-controls="samsung" role="tab" data-toggle="tab">Samsung</a><span>|</span></li>
<li><a href="#mobile" aria-controls="mobile" role="tab" data-toggle="tab">Mobile</a><span>|</span></li>
<li><a href="#tablet" aria-controls="table" role="tab" data-toggle="tab">Tablet</a><span>|</span></li>
<li><a href="#gadget" aria-controls="gadget" role="tab" data-toggle="tab">Gadget</a><span>|</span></li>
<li><a href="#technology" aria-controls="technology" role="tab" data-toggle="tab">Technology</a><span>|</span></li>
<li><a href="#business" aria-controls="business" role="tab" data-toggle="tab">Business</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content tab-content-submenu">
<div role="tabpanel" class="tab-pane tab-pane-sub-menu active" id="ads">
<div><img class="img-responsive" src="img/banner/oppo_big.png"></div>
</div>
<!-- content Apple -->
<div role="tabpanel" class="tab-pane tab-pane-sub-menu" id="apple">
<div class="box-feed-news">
<!-- ================ Start Div Case Slider ================= -->
<div class="div_feed_news_slider">
<ul id="slide_news_apple">
<li>
<div class="big-feed-news">
<div class="big-feed-news-in">
<div class="big-feed-news-div-img">
<a target= "_blank" href="#">
<img src="img/pic/pic_sub_menu.png" class="img-responsive" alt="">
</a>
</div>
<div class="font-prompt big-feed-news-title" style="padding-left:0px;">
<a target= "_blank" href="#">
iOS 11 สรุปข้อมูล ไอโอเอส 11 ในงาน WWDC 2017 มีฟีเจอร์ใหม่อะไร ? Siri อัปเกรดแค่ไหน iOS device รุ่นไหนอัปเดตได้บ้าง ? รวมคำตอบไว้ที่นี่ ที่เดียว
</a>
</div>
<div class="big-feed-news-status">
<i class="fa fa-eye" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#7c7c7c;">
4,568,900
</span>
<span style="margin-left:2px;color:#7c7c7c;font-size: 12px;">View</span>
<span style="margin-left:2px;margin-right: 2px;font-size: 14px;color:#7c7c7c;">|</span>
<i class="fa fa-share-square-o" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#0da5d7;">
4,200
</span>
<span style="margin-left:2px;color:#0da5d7;font-size: 12px;">Share</span>
</div>
</div>
</div>
</li>
<li>
<div class="big-feed-news">
<div class="big-feed-news-in">
<div class="big-feed-news-div-img">
<a target= "_blank" href="#">
<img src="img/pic/pic_sub_menu.png" class="img-responsive" alt="">
</a>
</div>
<div class="font-prompt big-feed-news-title" style="padding-left:0px;">
<a target= "_blank" href="#">
iOS 11 สรุปข้อมูล ไอโอเอส 11 ในงาน WWDC 2017 มีฟีเจอร์ใหม่อะไร ? Siri อัปเกรดแค่ไหน iOS device รุ่นไหนอัปเดตได้บ้าง ? รวมคำตอบไว้ที่นี่ ที่เดียว
</a>
</div>
<div class="big-feed-news-status">
<i class="fa fa-eye" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#7c7c7c;">
4,568,900
</span>
<span style="margin-left:2px;color:#7c7c7c;font-size: 12px;">View</span>
<span style="margin-left:2px;margin-right: 2px;font-size: 14px;color:#7c7c7c;">|</span>
<i class="fa fa-share-square-o" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#0da5d7;">
4,200
</span>
<span style="margin-left:2px;color:#0da5d7;font-size: 12px;">Share</span>
</div>
</div>
</div>
</li>
<li>
<div class="big-feed-news">
<div class="big-feed-news-in">
<div class="big-feed-news-div-img">
<a target= "_blank" href="#">
<img src="img/pic/pic_sub_menu.png" class="img-responsive" alt="">
</a>
</div>
<div class="font-prompt big-feed-news-title" style="padding-left:0px;">
<a target= "_blank" href="#">
iOS 11 สรุปข้อมูล ไอโอเอส 11 ในงาน WWDC 2017 มีฟีเจอร์ใหม่อะไร ? Siri อัปเกรดแค่ไหน iOS device รุ่นไหนอัปเดตได้บ้าง ? รวมคำตอบไว้ที่นี่ ที่เดียว
</a>
</div>
<div class="big-feed-news-status">
<i class="fa fa-eye" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#7c7c7c;">
4,568,900
</span>
<span style="margin-left:2px;color:#7c7c7c;font-size: 12px;">View</span>
<span style="margin-left:2px;margin-right: 2px;font-size: 14px;color:#7c7c7c;">|</span>
<i class="fa fa-share-square-o" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#0da5d7;">
4,200
</span>
<span style="margin-left:2px;color:#0da5d7;font-size: 12px;">Share</span>
</div>
</div>
</div>
</li>
</ul>
</div>
<!-- ================ Div Case Slider ================= -->
<div class="div_feed_news_content">
<div class="big-feed-news">
<div class="big-feed-news-in">
<div class="big-feed-news-div-img">
<a target= "_blank" href="#">
<img src="img/pic/pic_sub_menu.png" class="img-responsive" alt="">
</a>
</div>
<div class="font-prompt big-feed-news-title">
<a target= "_blank" href="#">
iOS 11 สรุปข้อมูล ไอโอเอส 11 ในงาน WWDC 2017 มีฟีเจอร์ใหม่อะไร ? Siri อัปเกรดแค่ไหน iOS device รุ่นไหนอัปเดตได้บ้าง ? รวมคำตอบไว้ที่นี่ ที่เดียว
</a>
</div>
<div class="big-feed-news-status">
<i class="fa fa-eye" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#7c7c7c;"> 4,568,900</span>
<span style="margin-left:2px;color:#7c7c7c;font-size: 12px;">View</span>
<span style="margin-left:2px;margin-right: 2px;font-size: 14px;color:#7c7c7c;">|</span>
<i class="fa fa-share-square-o" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#0da5d7;">4,200</span>
<span style="margin-left:2px;color:#0da5d7;font-size: 12px;">Share</span>
</div>
</div>
</div>
<div class="big-feed-news">
<div class="big-feed-news-in">
<div class="big-feed-news-div-img">
<a target= "_blank" href="#">
<img src="img/pic/pic_sub_menu.png" class="img-responsive" alt="">
</a>
</div>
<div class="font-prompt big-feed-news-title">
<a target= "_blank" href="#">
iOS 11 สรุปข้อมูล ไอโอเอส 11 ในงาน WWDC 2017 มีฟีเจอร์ใหม่อะไร ? Siri อัปเกรดแค่ไหน iOS device รุ่นไหนอัปเดตได้บ้าง ? รวมคำตอบไว้ที่นี่ ที่เดียว
</a>
</div>
<div class="big-feed-news-status">
<i class="fa fa-eye" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#7c7c7c;"> 4,568,900</span>
<span style="margin-left:2px;color:#7c7c7c;font-size: 12px;">View</span>
<span style="margin-left:2px;margin-right: 2px;font-size: 14px;color:#7c7c7c;">|</span>
<i class="fa fa-share-square-o" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#0da5d7;">4,200</span>
<span style="margin-left:2px;color:#0da5d7;font-size: 12px;">Share</span>
</div>
</div>
</div>
<div class="big-feed-news">
<div class="big-feed-news-in">
<div class="big-feed-news-div-img">
<a target= "_blank" href="#">
<img src="img/pic/pic_sub_menu.png" class="img-responsive" alt="">
</a>
</div>
<div class="font-prompt big-feed-news-title">
<a target= "_blank" href="#">
iOS 11 สรุปข้อมูล ไอโอเอส 11 ในงาน WWDC 2017 มีฟีเจอร์ใหม่อะไร ? Siri อัปเกรดแค่ไหน iOS device รุ่นไหนอัปเดตได้บ้าง ? รวมคำตอบไว้ที่นี่ ที่เดียว
</a>
</div>
<div class="big-feed-news-status">
<i class="fa fa-eye" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#7c7c7c;"> 4,568,900</span>
<span style="margin-left:2px;color:#7c7c7c;font-size: 12px;">View</span>
<span style="margin-left:2px;margin-right: 2px;font-size: 14px;color:#7c7c7c;">|</span>
<i class="fa fa-share-square-o" aria-hidden="true"></i>
<span style="font-weight:bold;margin-left: 2px;color:#0da5d7;">4,200</span>
<span style="margin-left:2px;color:#0da5d7;font-size: 12px;">Share</span>
</div>
</div>
</div>
<div class="sub-feed-news">
<div class="sub-feed-news-in">
<div class="sub-feed-news-content">
<div style="float:left;"><img src="img/pic/pic_small.png" title="images apple" style="width:40px;"></div>
<div class="sub-feed-news-text">
<a target= "_blank" href="#" style="font-weight:600;">
กลับมาอีกครั้ง กับงานลดตับแตก สินค้าไอทีเคลียร์ทุกชิ้น ลดสูงสุด 30-...
</a>
<div style="font-size:8px; color:#e0cbcb;font-size: 12px;">20/08/2017</div>
</div>
</div>
</div>
<div class="sub-feed-news-in">
<div class="sub-feed-news-content">
<div style="float:left;"><img src="img/pic/pic_small.png" title="images apple" style="width:40px;"></div>
<div class="sub-feed-news-text">
<a target= "_blank" href="#" style="font-weight:600;">
กลับมาอีกครั้ง กับงานลดตับแตก สินค้าไอทีเคลียร์ทุกชิ้น ลดสูงสุด 30-...
</a>
<div style="font-size:8px; color:#e0cbcb;font-size: 12px;">20/08/2017</div>
</div>
</div>
</div>
<div class="sub-feed-news-in">
<div class="sub-feed-news-content">
<div style="float:left;"><img src="img/pic/pic_small.png" title="images apple" style="width:40px;"></div>
<div class="sub-feed-news-text">
<a target= "_blank" href="#" style="font-weight:600;">
กลับมาอีกครั้ง กับงานลดตับแตก สินค้าไอทีเคลียร์ทุกชิ้น ลดสูงสุด 30-...
</a>
<div style="font-size:8px; color:#e0cbcb;font-size: 12px;">20/08/2017</div>
</div>
</div>
</div>
<div class="sub-feed-news-in">
<div class="sub-feed-news-content">
<div style="float:left;"><img src="img/pic/pic_small.png" title="images apple" style="width:40px;"></div>
<div class="sub-feed-news-text">
<a target= "_blank" href="#" style="font-weight:600;">
กลับมาอีกครั้ง กับงานลดตับแตก สินค้าไอทีเคลียร์ทุกชิ้น ลดสูงสุด 30-...
</a>
<div style="font-size:8px; color:#e0cbcb;font-size: 12px;">20/08/2017</div>
</div>
</div>
</div>
<div class="sub-feed-news-in">
<div class="sub-feed-news-content">
<div style="float:left;"><img src="img/pic/pic_small.png" title="images apple" style="width:40px;"></div>
<div class="sub-feed-news-text">
<a target= "_blank" href="#" style="font-weight:600;">
กลับมาอีกครั้ง กับงานลดตับแตก สินค้าไอทีเคลียร์ทุกชิ้น ลดสูงสุด 30-...
</a>
<div style="font-size:8px; color:#e0cbcb;font-size: 12px;">20/08/2017</div>
</div>
</div>
</div>
<a href="/archive/samsung" target="_blank" style="background:#8c8c8c;color:#fff;padding:2px 5px 2px 5px;float: right;">อ่านทั้งหมด</a>
</div>
</div>
</div>
</div> <!-- content Apple -->
</div>
</div>
<!-- ========== end sub menu bar top ================-->
<!--div class="row" style="margin-left:-10px;margin-right:-10px;">
<script>
var box_news_update='<div class="col-md-6 col-lg-6">'+
'<div style="max-width: 360px;height: 385px;margin:auto;margin-bottom: 15px;border-bottom: 1px solid #ccc;">'+
'<div style="position:relative;margin:auto;width:100%;height:270px;">'+
'<a target="_blank" href="#">'+
'<img src="img/pic/nokia.png" class="img-responsive center-block" alt="">'+
'</a>'+
'<div style="width:100%;padding:15px;color:#fff;background-color:#000;opacity:0.8;position:absolute;left:0px;bottom:0px;">'+
'<span style="float:left;line-height:1;">60.2k Share</span>'+
'<span style="font-size:11px;float:right;">by bank on 09/09/2017</span>'+
'</div>'+
'</div>'+
'<div style="min-height:40px;padding-top: 10px;line-height: 1.2;">'+
'<a target="_blank" href="/Test-III" style="font-size: 14px;font-weight: bold;color:#000;">'+
'Nokia 6 รุ่นวางจำหน่ายทั่วโลก อาจมีการปรับสเปก เพิ่ม RAM เป็น 4 GB และมีให้เลือกทั้งหมด 4 รุ่นย่อย'+
'</a>'+
'</div>'+
'<div style="min-height:40px;padding-top:5px;font-size: 12px;">'+
'หลังจากที่ทาง HMD Global ได้ประกาศเตรียมวางจำหน่าย Nokia 6 ทั่วโลกในช่วงปลายเดือนมิถุนายนนี้ ซึ่งในประเทศไทยและอีกหลาย ๆ ประเทศได้เปิดให้จับจอง Nokia 6 กันไปแล้วก่อนหน้านั้น'+
'</div>'+
'</div>'+
'</div>';
for(var i=0;i<6;i++){
//document.write(box_news_update);
}
</script>
</div-->
</div>
</body>
</html>
| beginhot/thaimobilecenter | menu_bar.html | HTML | apache-2.0 | 30,591 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Fri Nov 14 18:07:19 ART 2014 -->
<title>Uses of Interface dom.comanda.estado.IEstadoComanda</title>
<meta name="date" content="2014-11-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 Interface dom.comanda.estado.IEstadoComanda";
}
//-->
</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="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">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?dom/comanda/estado/class-use/IEstadoComanda.html" target="_top">Frames</a></li>
<li><a href="IEstadoComanda.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 Interface dom.comanda.estado.IEstadoComanda" class="title">Uses of Interface<br>dom.comanda.estado.IEstadoComanda</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">IEstadoComanda</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="#dom.comanda">dom.comanda</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#dom.comanda.estado">dom.comanda.estado</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="dom.comanda">
<!-- -->
</a>
<h3>Uses of <a href="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">IEstadoComanda</a> in <a href="../../../../dom/comanda/package-summary.html">dom.comanda</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../dom/comanda/package-summary.html">dom.comanda</a> that return <a href="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">IEstadoComanda</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="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">IEstadoComanda</a></code></td>
<td class="colLast"><span class="strong">Comanda.</span><code><strong><a href="../../../../dom/comanda/Comanda.html#getEstado()">getEstado</a></strong>()</code>
<div class="block">Obtiene el estado de una comanda</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../dom/comanda/package-summary.html">dom.comanda</a> with parameters of type <a href="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">IEstadoComanda</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="strong">Comanda.</span><code><strong><a href="../../../../dom/comanda/Comanda.html#setEstado(dom.comanda.estado.IEstadoComanda)">setEstado</a></strong>(<a href="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">IEstadoComanda</a> estado)</code>
<div class="block">Setea el estado de una comanda</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="dom.comanda.estado">
<!-- -->
</a>
<h3>Uses of <a href="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">IEstadoComanda</a> in <a href="../../../../dom/comanda/estado/package-summary.html">dom.comanda.estado</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../dom/comanda/estado/package-summary.html">dom.comanda.estado</a> that implement <a href="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">IEstadoComanda</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../dom/comanda/estado/EnEspera.html" title="class in dom.comanda.estado">EnEspera</a></strong></code>
<div class="block">Estado Particular En Espera de la Comanda, que implementa la Interface IEstadoComanda</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../dom/comanda/estado/EnPreparacion.html" title="class in dom.comanda.estado">EnPreparacion</a></strong></code>
<div class="block">Estado Particular En Preparacion de la Comanda, que implementa la Interface IEstadoComanda</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../dom/comanda/estado/NoConfirmada.html" title="class in dom.comanda.estado">NoConfirmada</a></strong></code>
<div class="block">Estado Particular No confirmada de la Comanda, que implementa la Interface IEstadoComanda</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../dom/comanda/estado/Preparada.html" title="class in dom.comanda.estado">Preparada</a></strong></code>
<div class="block">Estado Particular Preparada de la Comanda, que implementa la Interface IEstadoComanda</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../dom/comanda/estado/IEstadoComanda.html" title="interface in dom.comanda.estado">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?dom/comanda/estado/class-use/IEstadoComanda.html" target="_top">Frames</a></li>
<li><a href="IEstadoComanda.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>
| resto-tesis/resto-tesis | dom/doc/dom/comanda/estado/class-use/IEstadoComanda.html | HTML | apache-2.0 | 9,396 |
<!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_112) on Tue Aug 01 17:30:01 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.transactions Class Hierarchy (Public javadocs 2017.8.1 API)</title>
<meta name="date" content="2017-08-01">
<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="org.wildfly.swarm.transactions Class Hierarchy (Public javadocs 2017.8.1 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>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.8.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/topology/webapp/package-tree.html">Prev</a></li>
<li><a href="../../../../org/wildfly/swarm/transactions/detect/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/transactions/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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 class="title">Hierarchy For Package org.wildfly.swarm.transactions</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle"><any>
<ul>
<li type="circle">org.wildfly.swarm.transactions.<a href="../../../../org/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions"><span class="typeNameLink">TransactionsFraction</span></a> (implements org.wildfly.swarm.spi.api.<a href="../../../../org/wildfly/swarm/spi/api/Fraction.html" title="interface in org.wildfly.swarm.spi.api">Fraction</a><T>)</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">org.wildfly.swarm.transactions.<a href="../../../../org/wildfly/swarm/transactions/TransactionsProperties.html" title="interface in org.wildfly.swarm.transactions"><span class="typeNameLink">TransactionsProperties</span></a></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>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.8.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/topology/webapp/package-tree.html">Prev</a></li>
<li><a href="../../../../org/wildfly/swarm/transactions/detect/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/transactions/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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 © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2017.8.1/apidocs/org/wildfly/swarm/transactions/package-tree.html | HTML | apache-2.0 | 5,815 |
<!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 Mon Apr 07 15:03:09 MDT 2014 -->
<TITLE>
Uses of Class ca.ualberta.cs.team5geotopics.EditCommentActivity
</TITLE>
<META NAME="date" CONTENT="2014-04-07">
<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 ca.ualberta.cs.team5geotopics.EditCommentActivity";
}
}
</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="../../../../../ca/ualberta/cs/team5geotopics/EditCommentActivity.html" title="class in ca.ualberta.cs.team5geotopics"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?ca/ualberta/cs/team5geotopics/\class-useEditCommentActivity.html" target="_top"><B>FRAMES</B></A>
<A HREF="EditCommentActivity.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>ca.ualberta.cs.team5geotopics.EditCommentActivity</B></H2>
</CENTER>
No usage of ca.ualberta.cs.team5geotopics.EditCommentActivity
<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="../../../../../ca/ualberta/cs/team5geotopics/EditCommentActivity.html" title="class in ca.ualberta.cs.team5geotopics"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?ca/ualberta/cs/team5geotopics/\class-useEditCommentActivity.html" target="_top"><B>FRAMES</B></A>
<A HREF="EditCommentActivity.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>
| CMPUT301W14T05/Team5GeoTopics | docs/javadoc/ca/ualberta/cs/team5geotopics/class-use/EditCommentActivity.html | HTML | apache-2.0 | 6,034 |
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About<a href="about"></a></h2>
<br>
</div>
</div>
<div class="row" style="padding-bottom: 2em;">
<div class="col-lg-10 col-lg-offset-1" style="text-align: center">
<p>Hi, this is Bright.</p>
<p>This website is meant to showcase some of the projects I have done. (Work in progress)</p>
<p>Feel free to take a stroll and connect with me!</p>
<br>
</div>
</div>
<div class="row" style="text-align: center">
<p style="padding-bottom: 2em;">What you can expect to see:</p>
<div class="col-lg-4" style="text-align: center">
<h4>Analytics Using:</h4>
<p>R</p>
<p>Python</p>
<p>WEKA</p>
<p>Hadoop (Hive, Pig, HDFS, Spark)</p>
<p>Machine Learning</p>
<p>Statistcal Tests/Methods</p>
<p>Math & Physics</p>
<br>
</div>
<div class="col-lg-4" style="text-align: center">
<img src="img/pie.png" alt="">
</div>
<div class="col-lg-4" style="text-align: center">
<h4>Programming using:</h4>
<p>Python</p>
<p>Java</p>
<p>SQL + NoSQL</p>
<p>Matlab</p>
<p>HTML/CSS/Javascript (D3.js)</p>
<br>
</div>
</div>
</div>
</section> | brightwangca/brightwangca.github.io | _includes/about.html | HTML | apache-2.0 | 1,883 |
{{template "page_top" .}}
{{template "nav_cat_bar" .}}
{{$ModifyACL := .ModifyACL}}
{{$DelACL := .DelACL}}
{{if eq .PageACL false}}
<div><span style="font-size:18px;color:red;">没有相关权限!</span></div>
{{else}}
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-sm-12">
<div class="ibox float-e-margins">
<div class="ibox-content">
<div class="">
<a href="/record/quest/add" class="btn btn-sm btn-primary " {{if eq .AddACL false}}disabled="disabled"{{end}}> 添加记录 </a>
<a id="del_btn" class="btn btn-sm btn-danger " {{if eq .DelACL false}}disabled="disabled"{{end}}> 删除所选 </a>
<a href="/record/quest/export" class="btn btn-sm btn-success " {{if eq .AddACL false}}disabled="disabled"{{end}}> 导出列表 </a>
{{if .IsSearch}}
<a href="/record/quest/list" class="btn btn-white pull-right"> 返回列表 </a>
{{else}}
<form id="search_form" method="get" action="/record/quest/search" class="form-inline pull-right">
<div class="input-group">
<div class="col-sm-8">
<select name="keyword" class="form-control" >
<option value="1">--请选择业务类型--</option>
{{range .AppLevel1}}
<option value="{{.Id}}">{{.AppType}}</option>
{{end}}
</select>
</div>
<div class="input-group-btn">
<button id='search_btn' type="submit" class="btn btn-primary">
-搜索-
</button>
</div>
</div>
</form>
{{end}}
</div>
<table class="table table-striped table-bordered table-hover " id="editable" >
<thead>
<tr>
<th class="text-center">
<input type="checkbox" id="check_all" onclick="checkAll('check_all', 'checked')">
</th>
<th class="text-center">时间</th>
<th class="text-center">内部编号</th>
<th class="text-center">问题名称</th>
<th class="text-center">影响业务</th>
<th class="text-center">责任人</th>
<th class="text-center">导致故障数</th>
<th class="text-center">状态</th>
<th class="text-center">操作</th>
</tr>
</thead>
<tbody>
{{range .QuestRecords}}
<tr class="gradeX">
<td class="text-center">
<input type="checkbox" name="checked" value="{{.Id}}">
</td>
<td class="text-center">{{.Created}}</td>
<td class="text-center">{{.InterNum}}</td>
<td class="text-center">{{.Name}}</td>
<td class="text-center">{{.InfluceBusine}}</td>
<td class="text-center">{{.Owner}}</td>
<td class="text-center"><a href="/record/fault/list?quest={{.Name}}"><span style="font-size:14px;color:red;">{{.FaultCount}}</span></a></td>
<td class="text-center">
<a href="#" {{if eq .Status "已解决"}} class="btn btn-xs btn-success"{{else if eq .Status "挂起"}} class="btn btn-xs btn-warning"{{end}}>{{.Status}}</a>
</td>
<td class="text-center">
<a href="/record/quest/detail?id={{.Id}}" class="btn btn-xs btn-primary">详细内容</a>
<a href="/record/quest/add?id={{.Id}}" class="btn btn-xs btn-info" {{if eq $ModifyACL false}}disabled="disabled"{{end}}>编辑</a>
<a href="/record/quest/del?id={{.Id}}" class="btn btn-xs btn-danger" onclick="if(confirm('确定删除?')==false)return false;" {{if eq $DelACL false}}disabled="disabled"{{end}}>删除</a>
</td>
</tr>
{{end}}
</tbody>
</table>
<div class="row">
<div class="col-sm-6">
<div class="dataTables_info" id="editable_info" role="status" aria-live="polite">
Total {{.totals}} entries
</div>
</div>
{{template "paginator" .}}
</div>
</div>
</div>
</div>
</div>
</div>
{{end}}
<script src="/static/js/jquery.shiftcheckbox.js"></script>
<script>
$(document).ready(function(){
$('#del_btn').click(function(){
var check_array = [];
if (confirm("确定删除")) {
$(".gradeX input:checked").each(function() {
check_array.push($(this).attr("value"))
});
console.log(check_array.join(","));
$.post("/record/quest/bitchDel",
{ids: check_array.join(",")},
function(data){
//console.log(data);
//$(".gradeX input:checked").closest("tr").remove();
window.location.href="/record/quest/list"
//alert(data);
}
)
}
});
});
</script>
{{template "page_buttom"}} | quenlang/NetopGO | views/question_list.html | HTML | apache-2.0 | 6,586 |
<div class ="modal-content">
<div class="modal-header">
<button class="close" ng-click="cancel()"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Atividade:</h4>
</div>
<div class="modal-body">
<form class="form-horizontal" name="entityForm">
<ui-input field="name" status="status.name" ng-model="entity.name" ></ui-input>
<ui-input field="description" status="status.description" ng-model="entity.description" ></ui-input>
<ui-input-check field="groupDiscount" ng-model="entity.groupDiscount" ></ui-input-check>
<ui-input-check field="voucher" ng-model="entity.voucher" ></ui-input-check>
<ui-input-number field="spots" status="status.spots" ng-model="entity.spots" ></ui-input-number>
<ui-input-duration field="duration" status="status.duration" ng-model="entity.duration" ></ui-input-duration>
<ui-input-number field="points" status="status.points" ng-model="entity.points" ></ui-input-number>
<ui-input-date field="date" status="status.date" ng-model="entity.date" ></ui-input-date>
<ui-input-time field="time" status="status.time" ng-model="entity.time" ></ui-input-time>
<ui-input field="place" status="status.place" ng-model="entity.place" ></ui-input>
<h4>Endereço</h4>
<hr>
<ui-input field="address.street" status="status.address.street" ng-model="entity.address.street" ></ui-input>
<ui-input-number field="address.number" status="status.address.number" ng-model="entity.address.number" ></ui-input-number>
<ui-input field="address.complement" status="status.address.complement" ng-model="entity.address.complement" ></ui-input>
<ui-input field="address.neighborhood" status="status.address.neighborhood" ng-model="entity.address.neighborhood" ></ui-input>
<ui-input field="address.city" status="status.address.city" ng-model="entity.address.city" ></ui-input>
<ui-input field="address.state" status="status.address.state" ng-model="entity.address.state" ></ui-input>
<ui-input field="address.country" status="status.address.country" ng-model="entity.address.country" ></ui-input>
<ui-input-cep field="address.cep" status="status.address.cep" ng-model="entity.address.cep" ></ui-input-cep>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button class="btn btn-default" ng-click="cancel()">Cancelar</button>
<button n class="btn btn-primary" ng-click="submit(entity)">Salvar</button>
</div>
</div>
</form>
</div>
</div> | lucasvschenatto/eventex | resources/public/manager/view/activityNew.html | HTML | apache-2.0 | 2,969 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict //EN">
<html>
<head>
<title>Topic: Persistence Context</title>
<link rel="shortcut icon" href="/image/favicon.ico" >
<link rel="stylesheet" type="text/css" href="/static/v2style.css" >
<!--
<link rel="stylesheet" type="text/css" href="/css/100/basestyle|syntaxhighlighter" >
-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="/doc/ie.css" media="screen">
<![endif]-->
<meta name="Author" content="UseR1302">
<meta name="description" content="Hi I am planning develop Netbeans RCP Application with persistence So different views of the same persistent entity should show the same state So if edit an Object the same Object shown in some kind of list view should show the updated state immediately Can I use only one persistence context across all my application I need only one entity instance by the same Id wherever I d try fetch it in all my application Is it possible How to do this Thanks ">
<script type="text/javascript" src="/doc/jslib.js" ></script>
<!--
<script type="text/javascript" src="/jsl/jquery|jquery.corner|mygoo|app|shCore|shBrushJava|shBrushProperty|shBrushSql" ></script>
-->
<script type="text/javascript">
$(document).ready(function(){
$(".topic").corner("12px");
$("a.action").corner("8px hover");
$("div.example").corner("5px");
$(".reqrlogin").hide();
//dp.SyntaxHighlighter.ClipboardSwf = '/flash/clipboard.swf';
dp.SyntaxHighlighter.HighlightAll('code');
});
</script>
<!-- component('cn=app.comp.LoginEnable') -->
</head>
<body>
<form action='/topic-199.html' method="post" id="GLOBAL_ACTION">
<input type='hidden' name='_WOGA_CONTROLLER' >
<input type='hidden' name='_WOGA_METHOD' >
<input type='hidden' name='_WOGA_PARAM' >
<input type='hidden' name='_WOGA_RENDER' >
<a id="top"></a>
<div id="headwrap">
<div id="headmax">
<div id="menuuser">
<!-- component('cn=app.comp.UserStatus') -->
</div>
<img id="logo" src="/image/logo-avaje.gif" width="127" height="50" alt="avaje logo">
<div style="clear:both;"></div>
</div>
</div><!-- end of headwrap -->
<div id="head2wrap">
<div id="head2max">
<table summary="layout">
<tr>
<td align="center">
<div id="menutab" style="">
<a id="m0" href="/" class="popmenu"><span>home</span></a>
<a id="m1" href="/ebean/documentation.html" class="popmenu"><span>documentation</span></a>
<a id="m4" href="/download.html" class="popmenu"><span>downloads</span></a>
<a id="m6" href="http://groups.google.com/group/ebean" class="popmenu"><span>google group</span></a>
<a id="m2" href="/forum.html" class="popmenu"><span>forums<img src="/image/menuDownH6_3.gif" width="11" height="11" alt=""></span></a>
<a id="m3" href="/bug.html" class="popmenu"><span>bugs<img src="/image/menuDownH6_3.gif" width="11" height="11" alt=""></span></a>
<a id="m5" href="/feedback.html" class="popmenu"><span>feedback</span></a>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="bodywrap">
<div id="bodymax">
<div id="content">
<div id="pageBody">
<div id="breadcrumb">
</div>
<div class="breadcrumb">
<img src="/image/smallhome.gif"> <a href="index.html">Home</a> » <a href="forum.html">Forum</a> » <a href="forumdetail-1.html">General Issues</a>
</div>
<h1>
Please use the google group to ask questions - thanks.
</h1>
<div id="app.comp.Topic">
<div class="pageactions">
<!--
<input type="button" class="btn requser" value="Reply" onclick="topicReply();">
<input type="button" class="btn requser" value="New Topic" onclick="gotoURL('topicnew-1.html');">
-->
</div>
<div class="topiccontent">
<div class="topic">
<div class="rhs" style="float:right">
<span>by UseR1302 </span>
08 Dec 20:44
</div>
Persistence Context
<div class="body">
<p>Hi!<br/>I am planning develop Netbeans RCP Application with persistence.<br/>So, different views of the same persistent entity should show the same state. So if edit an Object the same Object shown in some kind of list-view should show the updated state immediately.</p><p>Can I use only one persistence context across all my application? I need only one entity instance by the same Id wherever I'd try fetch it in all my application.<br/>Is it possible? How to do this?</p><p>Thanks!</p>
</div>
</div>
</div>
<div class="pageactions">
</div>
<input type="hidden" name="f_forumid" value="1">
<input type="hidden" name="f_topicid" value="199">
<input type="hidden" name="f_postid" value="">
<div id="commentForm" style="display:none;">
<h4>Add Comment</h4>
<table>
<tr>
<td class="label" valign="top" style="width:8em;">Comment:</td>
<td><textarea class="wide80" id="f_body" name="f_body" rows="10" cols="30"></textarea></td>
</tr>
</table>
<div class="buttons">
</div>
</div>
</div>
<div id="newTopicForm" class="popdialog wideDialogForm">
<div id="app.comp.TopicNew">
<div id="newTopicFormMarker" style="display:none;"></div>
<h4>Create a New Topic</h4>
<table>
<tr>
<td class="label" valign="top" style="width:8em;">Title:</td>
<td><input class="txt wide90" name="nt_title" value="$paramtool.getParamIfNull('nt_title','')"></td>
</tr>
<tr>
<td class="label" valign="top">Body:</td>
<td><textarea class="wide90" name="nt_body" rows="10" cols="30">$paramtool.getParamIfNull('nt_body','')</textarea></td>
</tr>
<tr>
<td class="label"></td>
<td>
</td>
</tr>
</table>
<div class="buttons">
<input type="button" class="btn" value="Save" accesskey="s" onclick="woAction('app.comp.TopicNew','doNewTopic');" >
<input type="button" class="btn" value="Cancel" accesskey="c" onclick="popdialog.hide();">
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- end of bodywrap -->
<div id="footwrap">
<div id="footmax">
<div id="foot">
<a href="/">home</a> | <a href="#top">back to top</a>
</div>
</div>
</div><!-- end of footwrap -->
<!-- layers -->
<div id="m1popxxx" class="popmenuchild">
<a href="/ebean/introduction.html">Introduction</a>
<a href="/doc/ebean-userguide.pdf">User Guide (pdf)</a>
<a href="/configure.html">Install/Configure</a>
<a href="/static/javadoc/pub/index.html">Public JavaDoc</a>
<a href="/whitepaper.html">Whitepapers</a>
</div>
<div id="m2pop" class="popmenuchild">
<a href="/forumdetail-1.html">General</a>
<a href="/forumdetail-2.html">Database Specific</a>
<a href="/forumdetail-3.html">Byte Code</a>
<a href="/forumdetail-4.html">Deployment Annotations</a>
<a href="/forumdetail-5.html">Features</a>
</div>
<div id="m3pop" class="popmenuchild">
<a href="/bug.html">Top Bugs</a>
<a href="/enh.html">Top Enhancements</a>
</div>
<div id="woResponse">woResponse</div>
</form>
<div id="woFocusDelay"></div>
</body>
</html>
| archive-avaje-org/archive-avaje-org.github.io | topic-199.html | HTML | apache-2.0 | 6,804 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sat Mar 16 04:11:49 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ServerConsumer (BOM: * : All 2.3.1.Final-SNAPSHOT API)</title>
<meta name="date" content="2019-03-16">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ServerConsumer (BOM: * : All 2.3.1.Final-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ServerConsumer.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 class="aboutLanguage">Thorntail API, 2.3.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/config/undertow/ServerSupplier.html" title="interface in org.wildfly.swarm.config.undertow"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/undertow/ServerConsumer.html" target="_top">Frames</a></li>
<li><a href="ServerConsumer.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.wildfly.swarm.config.undertow</div>
<h2 title="Interface ServerConsumer" class="title">Interface ServerConsumer<T extends <a href="../../../../../org/wildfly/swarm/config/undertow/Server.html" title="class in org.wildfly.swarm.config.undertow">Server</a><T>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">ServerConsumer<T extends <a href="../../../../../org/wildfly/swarm/config/undertow/Server.html" title="class in org.wildfly.swarm.config.undertow">Server</a><T>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="type parameter in ServerConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of Server resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="interface in org.wildfly.swarm.config.undertow">ServerConsumer</a><<a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="type parameter in ServerConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html#andThen-org.wildfly.swarm.config.undertow.ServerConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="interface in org.wildfly.swarm.config.undertow">ServerConsumer</a><<a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="type parameter in ServerConsumer">T</a>> after)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="accept-org.wildfly.swarm.config.undertow.Server-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="type parameter in ServerConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of Server resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.undertow.ServerConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="interface in org.wildfly.swarm.config.undertow">ServerConsumer</a><<a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="type parameter in ServerConsumer">T</a>> andThen(<a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="interface in org.wildfly.swarm.config.undertow">ServerConsumer</a><<a href="../../../../../org/wildfly/swarm/config/undertow/ServerConsumer.html" title="type parameter in ServerConsumer">T</a>> after)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ServerConsumer.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 class="aboutLanguage">Thorntail API, 2.3.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/config/undertow/Server.ServerResources.html" title="class in org.wildfly.swarm.config.undertow"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/config/undertow/ServerSupplier.html" title="interface in org.wildfly.swarm.config.undertow"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/undertow/ServerConsumer.html" target="_top">Frames</a></li>
<li><a href="ServerConsumer.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2.3.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/undertow/ServerConsumer.html | HTML | apache-2.0 | 11,095 |
<div ng-click="item.open=!item.open" class="w3-hover-light-gray" title="({{calcFilteredChilds(item)}})"
ng-include="'/f/mvp1/meddoc/viewModel/vm_0_0_1/dd/icd10-code-text.html'"
></div> | romanm/algoritmed-mvp1-ehealth | src/main/resources/static/f/mvp1/meddoc/viewModel/vm_0_0_1/dd/icd10-ul4-item-line.html | HTML | apache-2.0 | 184 |
<!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_20) on Tue Jul 19 23:14:44 CEST 2011 -->
<TITLE>
SecurityRoleRefType
</TITLE>
<META NAME="date" CONTENT="2011-07-19">
<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="SecurityRoleRefType";
}
}
</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/SecurityRoleRefType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/RunAsType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6"><B>PREV CLASS</B></A>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" target="_top"><B>FRAMES</B></A>
<A HREF="SecurityRoleRefType.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.jboss.shrinkwrap.descriptor.api.javaee6</FONT>
<BR>
Interface SecurityRoleRefType<T></H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD>org.jboss.shrinkwrap.descriptor.api.Child<T></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/impl/javaee6/SecurityRoleRefTypeImpl.html" title="class in org.jboss.shrinkwrap.descriptor.impl.javaee6">SecurityRoleRefTypeImpl</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>SecurityRoleRefType<T></B><DT>extends org.jboss.shrinkwrap.descriptor.api.Child<T></DL>
</PRE>
<P>
This interface defines the contract for the <code> security-role-refType </code> xsd type
<p>
Original Documentation:
<p>
<br>
<br>
The security-role-refType contains the declaration of a <br>
security role reference in a component's or a <br>
Deployment Component's code. The declaration consists of an <br>
optional description, the security role name used in the <br>
code, and an optional link to a security role. If the <br>
security role is not specified, the Deployer must choose an <br>
appropriate security role. <br>
<br>
<br>
<P>
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>Generation date :2011-07-19T22:55:02.759+02:00</DD>
<DT><B>Author:</B></DT>
<DD><a href="mailto:ralf.battenfeld@bluewin.ch">Ralf Battenfeld</a></DD>
</DL>
<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.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#getDescriptionList()">getDescriptionList</A></B>()</CODE>
<BR>
Returns all <code>description</code> elements</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/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#getRoleLink()">getRoleLink</A></B>()</CODE>
<BR>
Returns the <code>role-link</code> element</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/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#getRoleName()">getRoleName</A></B>()</CODE>
<BR>
Returns the <code>role-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#removeAllDescription()">removeAllDescription</A></B>()</CODE>
<BR>
Removes the <code>description</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#removeRoleLink()">removeRoleLink</A></B>()</CODE>
<BR>
Removes the <code>role-link</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#removeRoleName()">removeRoleName</A></B>()</CODE>
<BR>
Removes the <code>role-name</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#setDescription(java.lang.String)">setDescription</A></B>(java.lang.String description)</CODE>
<BR>
Creates a new <code>description</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#setDescriptionList(java.lang.String...)">setDescriptionList</A></B>(java.lang.String... values)</CODE>
<BR>
Creates for all String objects representing <code>description</code> elements,
a new <code>description</code> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#setRoleLink(java.lang.String)">setRoleLink</A></B>(java.lang.String roleLink)</CODE>
<BR>
If not already created, a new <code>role-link</code> element with the given value will be created.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html#setRoleName(java.lang.String)">setRoleName</A></B>(java.lang.String roleName)</CODE>
<BR>
If not already created, a new <code>role-name</code> element with the given value will be created.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.jboss.shrinkwrap.descriptor.api.Child"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>up</CODE></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="setDescription(java.lang.String)"><!-- --></A><H3>
setDescription</H3>
<PRE>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>> <B>setDescription</B>(java.lang.String description)</PRE>
<DL>
<DD>Creates a new <code>description</code> element
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>SecurityRoleRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setDescriptionList(java.lang.String...)"><!-- --></A><H3>
setDescriptionList</H3>
<PRE>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>> <B>setDescriptionList</B>(java.lang.String... values)</PRE>
<DL>
<DD>Creates for all String objects representing <code>description</code> elements,
a new <code>description</code> element
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>list</CODE> - of <code>description</code> objects
<DT><B>Returns:</B><DD>the current instance of <CODE>SecurityRoleRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="removeAllDescription()"><!-- --></A><H3>
removeAllDescription</H3>
<PRE>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>> <B>removeAllDescription</B>()</PRE>
<DL>
<DD>Removes the <code>description</code> element
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>SecurityRoleRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDescriptionList()"><!-- --></A><H3>
getDescriptionList</H3>
<PRE>
java.util.List<java.lang.String> <B>getDescriptionList</B>()</PRE>
<DL>
<DD>Returns all <code>description</code> elements
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>list of <code>description</code></DL>
</DD>
</DL>
<HR>
<A NAME="setRoleName(java.lang.String)"><!-- --></A><H3>
setRoleName</H3>
<PRE>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>> <B>setRoleName</B>(java.lang.String roleName)</PRE>
<DL>
<DD>If not already created, a new <code>role-name</code> element with the given value will be created.
Otherwise, the existing <code>role-name</code> element will be updated with the given value.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>SecurityRoleRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="removeRoleName()"><!-- --></A><H3>
removeRoleName</H3>
<PRE>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>> <B>removeRoleName</B>()</PRE>
<DL>
<DD>Removes the <code>role-name</code> element
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>SecurityRoleRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getRoleName()"><!-- --></A><H3>
getRoleName</H3>
<PRE>
java.lang.String <B>getRoleName</B>()</PRE>
<DL>
<DD>Returns the <code>role-name</code> element
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the node defined for the element <code>role-name</code></DL>
</DD>
</DL>
<HR>
<A NAME="setRoleLink(java.lang.String)"><!-- --></A><H3>
setRoleLink</H3>
<PRE>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>> <B>setRoleLink</B>(java.lang.String roleLink)</PRE>
<DL>
<DD>If not already created, a new <code>role-link</code> element with the given value will be created.
Otherwise, the existing <code>role-link</code> element will be updated with the given value.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>SecurityRoleRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="removeRoleLink()"><!-- --></A><H3>
removeRoleLink</H3>
<PRE>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6">SecurityRoleRefType</A><<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" title="type parameter in SecurityRoleRefType">T</A>> <B>removeRoleLink</B>()</PRE>
<DL>
<DD>Removes the <code>role-link</code> element
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the current instance of <CODE>SecurityRoleRefType<T></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getRoleLink()"><!-- --></A><H3>
getRoleLink</H3>
<PRE>
java.lang.String <B>getRoleLink</B>()</PRE>
<DL>
<DD>Returns the <code>role-link</code> element
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the node defined for the element <code>role-link</code></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/SecurityRoleRefType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/RunAsType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6"><B>PREV CLASS</B></A>
<A HREF="../../../../../../org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleType.html" title="interface in org.jboss.shrinkwrap.descriptor.api.javaee6"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html" target="_top"><B>FRAMES</B></A>
<A HREF="SecurityRoleRefType.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>
</BODY>
</HTML>
| shrinkwrap/descriptors | gen/doc/org/jboss/shrinkwrap/descriptor/api/javaee6/SecurityRoleRefType.html | HTML | apache-2.0 | 22,555 |
<!-- HTML header for doxygen 1.8.18-->
<!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.9.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: WorkerInfoDefaultTypeInternal</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.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="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
 <span id="projectnumber">9.2</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></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">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function(){initNavTree('structoperations__research_1_1_worker_info_default_type_internal.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-attribs">Public Attributes</a> |
<a href="structoperations__research_1_1_worker_info_default_type_internal-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">WorkerInfoDefaultTypeInternal</div></div>
</div><!--header-->
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock">
<p class="definition">Definition at line <a class="el" href="assignment_8pb_8cc_source.html#l00079">79</a> of file <a class="el" href="assignment_8pb_8cc_source.html">assignment.pb.cc</a>.</p>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a82925bd379877c39119f46a2beb63aa8"><td class="memItemLeft" align="right" valign="top">constexpr </td><td class="memItemRight" valign="bottom"><a class="el" href="structoperations__research_1_1_worker_info_default_type_internal.html#a82925bd379877c39119f46a2beb63aa8">WorkerInfoDefaultTypeInternal</a> ()</td></tr>
<tr class="separator:a82925bd379877c39119f46a2beb63aa8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8286ee47d50dd3a347afd9769d06caf6"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="structoperations__research_1_1_worker_info_default_type_internal.html#a8286ee47d50dd3a347afd9769d06caf6">~WorkerInfoDefaultTypeInternal</a> ()</td></tr>
<tr class="separator:a8286ee47d50dd3a347afd9769d06caf6"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-attribs" name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:ad61ca71368941d4f5f174690056b1448"><td class="memItemLeft" >union {</td></tr>
<tr class="memitem:acdc0ef15759ad89662fb16031137ed80"><td class="memItemLeft" >   <a class="el" href="classoperations__research_1_1_worker_info.html">WorkerInfo</a>   <a class="el" href="structoperations__research_1_1_worker_info_default_type_internal.html#acdc0ef15759ad89662fb16031137ed80">_instance</a></td></tr>
<tr class="separator:acdc0ef15759ad89662fb16031137ed80"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad61ca71368941d4f5f174690056b1448"><td class="memItemLeft" valign="top">}; </td><td class="memItemRight" valign="bottom"></td></tr>
<tr class="separator:ad61ca71368941d4f5f174690056b1448"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a id="a82925bd379877c39119f46a2beb63aa8" name="a82925bd379877c39119f46a2beb63aa8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a82925bd379877c39119f46a2beb63aa8">◆ </a></span>WorkerInfoDefaultTypeInternal()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">constexpr <a class="el" href="structoperations__research_1_1_worker_info_default_type_internal.html">WorkerInfoDefaultTypeInternal</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">constexpr</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="assignment_8pb_8cc_source.html#l00080">80</a> of file <a class="el" href="assignment_8pb_8cc_source.html">assignment.pb.cc</a>.</p>
</div>
</div>
<a id="a8286ee47d50dd3a347afd9769d06caf6" name="a8286ee47d50dd3a347afd9769d06caf6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8286ee47d50dd3a347afd9769d06caf6">◆ </a></span>~WorkerInfoDefaultTypeInternal()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">~<a class="el" href="structoperations__research_1_1_worker_info_default_type_internal.html">WorkerInfoDefaultTypeInternal</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="assignment_8pb_8cc_source.html#l00082">82</a> of file <a class="el" href="assignment_8pb_8cc_source.html">assignment.pb.cc</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a id="ad61ca71368941d4f5f174690056b1448" name="ad61ca71368941d4f5f174690056b1448"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad61ca71368941d4f5f174690056b1448">◆ </a></span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">union { ... } @23</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a id="acdc0ef15759ad89662fb16031137ed80" name="acdc0ef15759ad89662fb16031137ed80"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acdc0ef15759ad89662fb16031137ed80">◆ </a></span>_instance</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classoperations__research_1_1_worker_info.html">WorkerInfo</a> _instance</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="assignment_8pb_8cc_source.html#l00084">84</a> of file <a class="el" href="assignment_8pb_8cc_source.html">assignment.pb.cc</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="assignment_8pb_8cc_source.html">assignment.pb.cc</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespaceoperations__research.html">operations_research</a></li><li class="navelem"><a class="el" href="structoperations__research_1_1_worker_info_default_type_internal.html">WorkerInfoDefaultTypeInternal</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.2 </li>
</ul>
</div>
</body>
</html>
| google/or-tools | docs/cpp/structoperations__research_1_1_worker_info_default_type_internal.html | HTML | apache-2.0 | 10,427 |
<!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_60-ea) on Mon Jun 27 14:13:42 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.naming.RemoteNamingService (WildFly Swarm: Public javadocs 1.0.0.Final API)</title>
<meta name="date" content="2016-06-27">
<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.wildfly.swarm.config.naming.RemoteNamingService (WildFly Swarm: Public javadocs 1.0.0.Final API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 1.0.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/naming/class-use/RemoteNamingService.html" target="_top">Frames</a></li>
<li><a href="RemoteNamingService.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.wildfly.swarm.config.naming.RemoteNamingService" class="title">Uses of Class<br>org.wildfly.swarm.config.naming.RemoteNamingService</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/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</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.wildfly.swarm.config">org.wildfly.swarm.config</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.naming">org.wildfly.swarm.config.naming</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> that return <a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</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/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a></code></td>
<td class="colLast"><span class="typeNameLabel">Naming.NamingResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Naming.NamingResources.html#remoteNamingService--">remoteNamingService</a></span>()</code>
<div class="block">The remote naming server</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/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</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/wildfly/swarm/config/Naming.html" title="type parameter in Naming">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Naming.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Naming.html#remoteNamingService-org.wildfly.swarm.config.naming.RemoteNamingService-">remoteNamingService</a></span>(<a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a> value)</code>
<div class="block">The remote naming server</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.naming">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a> in <a href="../../../../../../org/wildfly/swarm/config/naming/package-summary.html">org.wildfly.swarm.config.naming</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/wildfly/swarm/config/naming/package-summary.html">org.wildfly.swarm.config.naming</a> with type parameters of type <a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a><T extends <a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a><T>></span></code>
<div class="block">The remote naming server</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="interface in org.wildfly.swarm.config.naming">RemoteNamingServiceConsumer</a><T extends <a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a><T>></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceSupplier.html" title="interface in org.wildfly.swarm.config.naming">RemoteNamingServiceSupplier</a><T extends <a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</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/wildfly/swarm/config/naming/package-summary.html">org.wildfly.swarm.config.naming</a> that return <a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</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/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a></code></td>
<td class="colLast"><span class="typeNameLabel">RemoteNamingServiceSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of RemoteNamingService resource</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/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 1.0.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/naming/class-use/RemoteNamingService.html" target="_top">Frames</a></li>
<li><a href="RemoteNamingService.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.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 1.0.0.Final/apidocs/org/wildfly/swarm/config/naming/class-use/RemoteNamingService.html | HTML | apache-2.0 | 12,569 |
<!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_181) on Thu Apr 16 16:19:19 IST 2020 -->
<title>FireEvent</title>
<meta name="date" content="2020-04-16">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FireEvent";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/FireEvent.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="../../../pb/locationintelligence/model/FireDepartmentContactDetails.html" title="class in pb.locationintelligence.model"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../pb/locationintelligence/model/FireEventsResponse.html" title="class in pb.locationintelligence.model"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?pb/locationintelligence/model/FireEvent.html" target="_top">Frames</a></li>
<li><a href="FireEvent.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">pb.locationintelligence.model</div>
<h2 title="Class FireEvent" class="title">Class FireEvent</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>pb.locationintelligence.model.FireEvent</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen",
date="2020-04-16T15:55:12.092+05:30")
public class <span class="typeNameLabel">FireEvent</span>
extends java.lang.Object</pre>
<div class="block">FireEvent</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#FireEvent--">FireEvent</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#agency-java.lang.String-">agency</a></span>(java.lang.String agency)</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#area-pb.locationintelligence.model.Area-">area</a></span>(<a href="../../../pb/locationintelligence/model/Area.html" title="class in pb.locationintelligence.model">Area</a> area)</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object o)</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#fireEndDate-java.lang.String-">fireEndDate</a></span>(java.lang.String fireEndDate)</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#fireName-java.lang.String-">fireName</a></span>(java.lang.String fireName)</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#fireStartDate-java.lang.String-">fireStartDate</a></span>(java.lang.String fireStartDate)</code> </td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#getAgency--">getAgency</a></span>()</code>
<div class="block">Get agency</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../pb/locationintelligence/model/Area.html" title="class in pb.locationintelligence.model">Area</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#getArea--">getArea</a></span>()</code>
<div class="block">Get area</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#getFireEndDate--">getFireEndDate</a></span>()</code>
<div class="block">Get fireEndDate</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#getFireName--">getFireName</a></span>()</code>
<div class="block">Get fireName</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#getFireStartDate--">getFireStartDate</a></span>()</code>
<div class="block">Get fireStartDate</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#hashCode--">hashCode</a></span>()</code> </td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#setAgency-java.lang.String-">setAgency</a></span>(java.lang.String agency)</code> </td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#setArea-pb.locationintelligence.model.Area-">setArea</a></span>(<a href="../../../pb/locationintelligence/model/Area.html" title="class in pb.locationintelligence.model">Area</a> area)</code> </td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#setFireEndDate-java.lang.String-">setFireEndDate</a></span>(java.lang.String fireEndDate)</code> </td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#setFireName-java.lang.String-">setFireName</a></span>(java.lang.String fireName)</code> </td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#setFireStartDate-java.lang.String-">setFireStartDate</a></span>(java.lang.String fireStartDate)</code> </td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../pb/locationintelligence/model/FireEvent.html#toString--">toString</a></span>()</code> </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>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="FireEvent--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>FireEvent</h4>
<pre>public FireEvent()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="fireStartDate-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fireStartDate</h4>
<pre>public <a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a> fireStartDate(java.lang.String fireStartDate)</pre>
</li>
</ul>
<a name="getFireStartDate--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFireStartDate</h4>
<pre>public java.lang.String getFireStartDate()</pre>
<div class="block">Get fireStartDate</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>fireStartDate</dd>
</dl>
</li>
</ul>
<a name="setFireStartDate-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFireStartDate</h4>
<pre>public void setFireStartDate(java.lang.String fireStartDate)</pre>
</li>
</ul>
<a name="fireEndDate-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fireEndDate</h4>
<pre>public <a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a> fireEndDate(java.lang.String fireEndDate)</pre>
</li>
</ul>
<a name="getFireEndDate--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFireEndDate</h4>
<pre>public java.lang.String getFireEndDate()</pre>
<div class="block">Get fireEndDate</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>fireEndDate</dd>
</dl>
</li>
</ul>
<a name="setFireEndDate-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFireEndDate</h4>
<pre>public void setFireEndDate(java.lang.String fireEndDate)</pre>
</li>
</ul>
<a name="fireName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fireName</h4>
<pre>public <a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a> fireName(java.lang.String fireName)</pre>
</li>
</ul>
<a name="getFireName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFireName</h4>
<pre>public java.lang.String getFireName()</pre>
<div class="block">Get fireName</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>fireName</dd>
</dl>
</li>
</ul>
<a name="setFireName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFireName</h4>
<pre>public void setFireName(java.lang.String fireName)</pre>
</li>
</ul>
<a name="area-pb.locationintelligence.model.Area-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>area</h4>
<pre>public <a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a> area(<a href="../../../pb/locationintelligence/model/Area.html" title="class in pb.locationintelligence.model">Area</a> area)</pre>
</li>
</ul>
<a name="getArea--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getArea</h4>
<pre>public <a href="../../../pb/locationintelligence/model/Area.html" title="class in pb.locationintelligence.model">Area</a> getArea()</pre>
<div class="block">Get area</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>area</dd>
</dl>
</li>
</ul>
<a name="setArea-pb.locationintelligence.model.Area-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setArea</h4>
<pre>public void setArea(<a href="../../../pb/locationintelligence/model/Area.html" title="class in pb.locationintelligence.model">Area</a> area)</pre>
</li>
</ul>
<a name="agency-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>agency</h4>
<pre>public <a href="../../../pb/locationintelligence/model/FireEvent.html" title="class in pb.locationintelligence.model">FireEvent</a> agency(java.lang.String agency)</pre>
</li>
</ul>
<a name="getAgency--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAgency</h4>
<pre>public java.lang.String getAgency()</pre>
<div class="block">Get agency</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>agency</dd>
</dl>
</li>
</ul>
<a name="setAgency-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAgency</h4>
<pre>public void setAgency(java.lang.String agency)</pre>
</li>
</ul>
<a name="equals-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object o)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>equals</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="hashCode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/FireEvent.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="../../../pb/locationintelligence/model/FireDepartmentContactDetails.html" title="class in pb.locationintelligence.model"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../pb/locationintelligence/model/FireEventsResponse.html" title="class in pb.locationintelligence.model"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?pb/locationintelligence/model/FireEvent.html" target="_top">Frames</a></li>
<li><a href="FireEvent.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>
| PitneyBowes/LocationIntelligenceSDK-Java | Documentation/pb/locationintelligence/model/FireEvent.html | HTML | apache-2.0 | 20,705 |
<!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_272) on Thu Oct 21 09:13:59 PDT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer (jackson-databind 2.13.0 API)</title>
<meta name="date" content="2021-10-21">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer (jackson-databind 2.13.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.TypedPrimitiveArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/ser/std/class-use/StdArraySerializers.TypedPrimitiveArraySerializer.html" target="_top">Frames</a></li>
<li><a href="StdArraySerializers.TypedPrimitiveArraySerializer.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.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer" class="title">Uses of Class<br>com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer</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="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.TypedPrimitiveArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.TypedPrimitiveArraySerializer</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="#com.fasterxml.jackson.databind.ser.std">com.fasterxml.jackson.databind.ser.std</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.fasterxml.jackson.databind.ser.std">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.TypedPrimitiveArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.TypedPrimitiveArraySerializer</a> in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.TypedPrimitiveArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.TypedPrimitiveArraySerializer</a> in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.FloatArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.FloatArraySerializer</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.LongArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.LongArraySerializer</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.ShortArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.ShortArraySerializer</a></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a> with parameters of type <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.TypedPrimitiveArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.TypedPrimitiveArraySerializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.TypedPrimitiveArraySerializer.html#TypedPrimitiveArraySerializer-com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer-com.fasterxml.jackson.databind.BeanProperty-java.lang.Boolean-">TypedPrimitiveArraySerializer</a></span>(<a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.TypedPrimitiveArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">StdArraySerializers.TypedPrimitiveArraySerializer</a><<a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.TypedPrimitiveArraySerializer.html" title="type parameter in StdArraySerializers.TypedPrimitiveArraySerializer">T</a>> src,
<a href="../../../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a> prop,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> unwrapSingle)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/StdArraySerializers.TypedPrimitiveArraySerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/ser/std/class-use/StdArraySerializers.TypedPrimitiveArraySerializer.html" target="_top">Frames</a></li>
<li><a href="StdArraySerializers.TypedPrimitiveArraySerializer.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 © 2008–2021 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
</body>
</html>
| FasterXML/jackson-databind | docs/javadoc/2.13/com/fasterxml/jackson/databind/ser/std/class-use/StdArraySerializers.TypedPrimitiveArraySerializer.html | HTML | apache-2.0 | 10,431 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jun 10 10:20:17 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.elytron.AggregateRealmSupplier (BOM: * : All 2.6.1.Final-SNAPSHOT API)</title>
<meta name="date" content="2020-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="Uses of Interface org.wildfly.swarm.config.elytron.AggregateRealmSupplier (BOM: * : All 2.6.1.Final-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/elytron/AggregateRealmSupplier.html" title="interface in org.wildfly.swarm.config.elytron">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.6.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/elytron/class-use/AggregateRealmSupplier.html" target="_top">Frames</a></li>
<li><a href="AggregateRealmSupplier.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 Interface org.wildfly.swarm.config.elytron.AggregateRealmSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.elytron.AggregateRealmSupplier</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/wildfly/swarm/config/elytron/AggregateRealmSupplier.html" title="interface in org.wildfly.swarm.config.elytron">AggregateRealmSupplier</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.wildfly.swarm.config">org.wildfly.swarm.config</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/elytron/AggregateRealmSupplier.html" title="interface in org.wildfly.swarm.config.elytron">AggregateRealmSupplier</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/elytron/AggregateRealmSupplier.html" title="interface in org.wildfly.swarm.config.elytron">AggregateRealmSupplier</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/wildfly/swarm/config/Elytron.html" title="type parameter in Elytron">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Elytron.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Elytron.html#aggregateRealm-org.wildfly.swarm.config.elytron.AggregateRealmSupplier-">aggregateRealm</a></span>(<a href="../../../../../../org/wildfly/swarm/config/elytron/AggregateRealmSupplier.html" title="interface in org.wildfly.swarm.config.elytron">AggregateRealmSupplier</a> supplier)</code>
<div class="block">Install a supplied AggregateRealm object to the list of subresources</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/wildfly/swarm/config/elytron/AggregateRealmSupplier.html" title="interface in org.wildfly.swarm.config.elytron">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.6.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/elytron/class-use/AggregateRealmSupplier.html" target="_top">Frames</a></li>
<li><a href="AggregateRealmSupplier.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 © 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2.6.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/elytron/class-use/AggregateRealmSupplier.html | HTML | apache-2.0 | 7,563 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Mar 17 11:03:38 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.transactions (BOM: * : All 2.4.0.Final API)</title>
<meta name="date" content="2019-03-17">
<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="org.wildfly.swarm.transactions (BOM: * : All 2.4.0.Final API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li 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 class="aboutLanguage">Thorntail API, 2.4.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/topology/webapp/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/wildfly/swarm/transactions/detect/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/transactions/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.wildfly.swarm.transactions</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/wildfly/swarm/transactions/TransactionsProperties.html" title="interface in org.wildfly.swarm.transactions">TransactionsProperties</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </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/wildfly/swarm/transactions/TransactionsFraction.html" title="class in org.wildfly.swarm.transactions">TransactionsFraction</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.4.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/topology/webapp/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/wildfly/swarm/transactions/detect/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/transactions/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 © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2.4.0.Final/apidocs/org/wildfly/swarm/transactions/package-summary.html | HTML | apache-2.0 | 5,990 |
<!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_112) on Tue Sep 12 14:31:26 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer (BOM: * : All 2017.9.5 API)</title>
<meta name="date" content="2017-09-12">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer (BOM: * : All 2017.9.5 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/mail/mail_session/class-use/SMTPServerConsumer.html" target="_top">Frames</a></li>
<li><a href="SMTPServerConsumer.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 Interface org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer</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/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</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.wildfly.swarm.config.mail">org.wildfly.swarm.config.mail</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.mail.mail_session">org.wildfly.swarm.config.mail.mail_session</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.mail">org.wildfly.swarm.mail</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.mail">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/mail/package-summary.html">org.wildfly.swarm.config.mail</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/mail/package-summary.html">org.wildfly.swarm.config.mail</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</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/wildfly/swarm/config/mail/MailSession.html" title="type parameter in MailSession">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">MailSession.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/mail/MailSession.html#smtpServer-org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer-">smtpServer</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a> consumer)</code>
<div class="block">Mail session server</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.mail.mail_session">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/package-summary.html">org.wildfly.swarm.config.mail.mail_session</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/package-summary.html">org.wildfly.swarm.config.mail.mail_session</a> that return <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</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>default <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">SMTPServerConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html#andThen-org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>> after)</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/wildfly/swarm/config/mail/mail_session/package-summary.html">org.wildfly.swarm.config.mail.mail_session</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</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>default <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">SMTPServerConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html#andThen-org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="type parameter in SMTPServerConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.mail">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/mail/package-summary.html">org.wildfly.swarm.mail</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
<caption><span>Subinterfaces of <a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/mail/package-summary.html">org.wildfly.swarm.mail</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/mail/EnhancedSMTPServerConsumer.html" title="interface in org.wildfly.swarm.mail">EnhancedSMTPServerConsumer</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/mail/mail_session/class-use/SMTPServerConsumer.html" target="_top">Frames</a></li>
<li><a href="SMTPServerConsumer.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 © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2017.9.5/apidocs/org/wildfly/swarm/config/mail/mail_session/class-use/SMTPServerConsumer.html | HTML | apache-2.0 | 13,441 |
<!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_79) on Wed Jul 31 20:05:51 CEST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.jpasecurity.jpql.compiler.PathEvaluator (JPA Security 1.0.0-SNAPSHOT API)</title>
<meta name="date" content="2019-07-31">
<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 Interface org.jpasecurity.jpql.compiler.PathEvaluator (JPA Security 1.0.0-SNAPSHOT API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">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/jpasecurity/jpql/compiler/class-use/PathEvaluator.html" target="_top">Frames</a></li>
<li><a href="PathEvaluator.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 Interface org.jpasecurity.jpql.compiler.PathEvaluator" class="title">Uses of Interface<br>org.jpasecurity.jpql.compiler.PathEvaluator</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</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.jpasecurity.jpql.compiler">org.jpasecurity.jpql.compiler</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.jpasecurity.persistence">org.jpasecurity.persistence</a></td>
<td class="colLast">
<div class="block">This package contains classes to implement the JPA-Specification.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.jpasecurity.jpql.compiler">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</a> in <a href="../../../../../org/jpasecurity/jpql/compiler/package-summary.html">org.jpasecurity.jpql.compiler</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/jpasecurity/jpql/compiler/package-summary.html">org.jpasecurity.jpql.compiler</a> that implement <a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/jpasecurity/jpql/compiler/MappedPathEvaluator.html" title="class in org.jpasecurity.jpql.compiler">MappedPathEvaluator</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/jpasecurity/jpql/compiler/package-summary.html">org.jpasecurity.jpql.compiler</a> with parameters of type <a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</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>protected <a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><?></code></td>
<td class="colLast"><span class="strong">SimpleSubselectEvaluator.</span><code><strong><a href="../../../../../org/jpasecurity/jpql/compiler/SimpleSubselectEvaluator.html#getResult(org.jpasecurity.jpql.compiler.SimpleSubselectEvaluator.Replacement,%20org.jpasecurity.jpql.compiler.QueryEvaluationParameters,%20org.jpasecurity.jpql.compiler.PathEvaluator)">getResult</a></strong>(<a href="../../../../../org/jpasecurity/jpql/compiler/SimpleSubselectEvaluator.Replacement.html" title="class in org.jpasecurity.jpql.compiler">SimpleSubselectEvaluator.Replacement</a> replacement,
<a href="../../../../../org/jpasecurity/jpql/compiler/QueryEvaluationParameters.html" title="class in org.jpasecurity.jpql.compiler">QueryEvaluationParameters</a> parameters,
<a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</a> pathEvaluator)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/jpasecurity/jpql/compiler/package-summary.html">org.jpasecurity.jpql.compiler</a> with parameters of type <a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/jpasecurity/jpql/compiler/ValueIterator.html#ValueIterator(org.jpasecurity.util.SetMap,%20java.util.Set,%20org.jpasecurity.jpql.compiler.PathEvaluator)">ValueIterator</a></strong>(<a href="../../../../../org/jpasecurity/util/SetMap.html" title="interface in org.jpasecurity.util">SetMap</a><<a href="../../../../../org/jpasecurity/Alias.html" title="class in org.jpasecurity">Alias</a>,<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> possibleValues,
<a href="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../../org/jpasecurity/jpql/TypeDefinition.html" title="class in org.jpasecurity.jpql">TypeDefinition</a>> typeDefinitions,
<a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</a> pathEvaluator)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.jpasecurity.persistence">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</a> in <a href="../../../../../org/jpasecurity/persistence/package-summary.html">org.jpasecurity.persistence</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/jpasecurity/persistence/package-summary.html">org.jpasecurity.persistence</a> with parameters of type <a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/jpasecurity/persistence/EntityManagerEvaluator.html#EntityManagerEvaluator(javax.persistence.EntityManager,%20org.jpasecurity.jpql.compiler.PathEvaluator)">EntityManagerEvaluator</a></strong>(javax.persistence.EntityManager entityManager,
<a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">PathEvaluator</a> pathEvaluator)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/jpasecurity/jpql/compiler/PathEvaluator.html" title="interface in org.jpasecurity.jpql.compiler">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/jpasecurity/jpql/compiler/class-use/PathEvaluator.html" target="_top">Frames</a></li>
<li><a href="PathEvaluator.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 © 2019. All Rights Reserved.</small></p>
</body>
</html>
| ArneLimburg/jpasecurity | docs/apidocs/org/jpasecurity/jpql/compiler/class-use/PathEvaluator.html | HTML | apache-2.0 | 11,624 |
<p>
PAGINA NO ENCONTRADA
</p>
| allianzit/ait-platform | apps/gui/gui-static/src/app/ait/component/page-not-found/ait-page-not-found.component.html | HTML | apache-2.0 | 35 |
<!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_67) on Sun Sep 07 15:29:33 CEST 2014 -->
<title>Cassandra.AsyncProcessor.execute_cql_query (apache-cassandra API)</title>
<meta name="date" content="2014-09-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="Cassandra.AsyncProcessor.execute_cql_query (apache-cassandra 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="navBarCell1Rev">Class</li>
<li><a href="class-use/Cassandra.AsyncProcessor.execute_cql_query.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/cassandra/thrift/Cassandra.AsyncProcessor.describe_version.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql3_query.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html" target="_top">Frames</a></li>
<li><a href="Cassandra.AsyncProcessor.execute_cql_query.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.thrift</div>
<h2 title="Class Cassandra.AsyncProcessor.execute_cql_query" class="title">Class Cassandra.AsyncProcessor.execute_cql_query<I extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>></h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.thrift.AsyncProcessFunction<I,<a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a>,<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>></li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.thrift.Cassandra.AsyncProcessor.execute_cql_query<I></li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.html" title="class in org.apache.cassandra.thrift">Cassandra.AsyncProcessor</a><<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.html" title="type parameter in Cassandra.AsyncProcessor">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="strong">Cassandra.AsyncProcessor.execute_cql_query<I extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>></span>
extends org.apache.thrift.AsyncProcessFunction<I,<a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a>,<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="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/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html#Cassandra.AsyncProcessor.execute_cql_query()">Cassandra.AsyncProcessor.execute_cql_query</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html#getEmptyArgsInstance()">getEmptyArgsInstance</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html#getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer,%20int)">getResultHandler</a></strong>(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html#isOneway()">isOneway</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html#start(I,%20org.apache.cassandra.thrift.Cassandra.execute_cql_query_args,%20org.apache.thrift.async.AsyncMethodCallback)">start</a></strong>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html" title="type parameter in Cassandra.AsyncProcessor.execute_cql_query">I</a> iface,
<a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a> args,
org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>> resultHandler)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.thrift.AsyncProcessFunction">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.thrift.AsyncProcessFunction</h3>
<code>getMethodName, sendResponse</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Cassandra.AsyncProcessor.execute_cql_query()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Cassandra.AsyncProcessor.execute_cql_query</h4>
<pre>public Cassandra.AsyncProcessor.execute_cql_query()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getEmptyArgsInstance()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEmptyArgsInstance</h4>
<pre>public <a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a> getEmptyArgsInstance()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>getEmptyArgsInstance</code> in class <code>org.apache.thrift.AsyncProcessFunction<<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html" title="type parameter in Cassandra.AsyncProcessor.execute_cql_query">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a>,<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>></code></dd>
</dl>
</li>
</ul>
<a name="getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResultHandler</h4>
<pre>public org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>> getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>getResultHandler</code> in class <code>org.apache.thrift.AsyncProcessFunction<<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html" title="type parameter in Cassandra.AsyncProcessor.execute_cql_query">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a>,<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>></code></dd>
</dl>
</li>
</ul>
<a name="isOneway()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isOneway</h4>
<pre>protected boolean isOneway()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>isOneway</code> in class <code>org.apache.thrift.AsyncProcessFunction<<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html" title="type parameter in Cassandra.AsyncProcessor.execute_cql_query">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a>,<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>></code></dd>
</dl>
</li>
</ul>
<a name="start(org.apache.cassandra.thrift.Cassandra.AsyncIface,org.apache.cassandra.thrift.Cassandra.execute_cql_query_args,org.apache.thrift.async.AsyncMethodCallback)">
<!-- -->
</a><a name="start(I, org.apache.cassandra.thrift.Cassandra.execute_cql_query_args, org.apache.thrift.async.AsyncMethodCallback)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>start</h4>
<pre>public void start(<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html" title="type parameter in Cassandra.AsyncProcessor.execute_cql_query">I</a> iface,
<a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a> args,
org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>> resultHandler)
throws org.apache.thrift.TException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>start</code> in class <code>org.apache.thrift.AsyncProcessFunction<<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html" title="type parameter in Cassandra.AsyncProcessor.execute_cql_query">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.execute_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.execute_cql_query_args</a>,<a href="../../../../org/apache/cassandra/thrift/CqlResult.html" title="class in org.apache.cassandra.thrift">CqlResult</a>></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.thrift.TException</code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="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/Cassandra.AsyncProcessor.execute_cql_query.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/cassandra/thrift/Cassandra.AsyncProcessor.describe_version.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql3_query.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html" target="_top">Frames</a></li>
<li><a href="Cassandra.AsyncProcessor.execute_cql_query.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 ======= -->
<p class="legalCopy"><small>Copyright © 2014 The Apache Software Foundation</small></p>
</body>
</html>
| varunmc/cassandra-server | apache-cassandra-2.1.0/javadoc/org/apache/cassandra/thrift/Cassandra.AsyncProcessor.execute_cql_query.html | HTML | apache-2.0 | 18,201 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Fri Jun 22 04:34:16 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.undertow.servlet_container (BOM: * : All 2.0.0.Final API)</title>
<meta name="date" content="2018-06-22">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../../org/wildfly/swarm/config/undertow/servlet_container/package-summary.html" target="classFrame">org.wildfly.swarm.config.undertow.servlet_container</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="CrawlerSessionManagementSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">CrawlerSessionManagementSettingConsumer</span></a></li>
<li><a href="CrawlerSessionManagementSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">CrawlerSessionManagementSettingSupplier</span></a></li>
<li><a href="JSPSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">JSPSettingConsumer</span></a></li>
<li><a href="JSPSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">JSPSettingSupplier</span></a></li>
<li><a href="MimeMappingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">MimeMappingConsumer</span></a></li>
<li><a href="MimeMappingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">MimeMappingSupplier</span></a></li>
<li><a href="PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">PersistentSessionsSettingConsumer</span></a></li>
<li><a href="PersistentSessionsSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">PersistentSessionsSettingSupplier</span></a></li>
<li><a href="SessionCookieSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">SessionCookieSettingConsumer</span></a></li>
<li><a href="SessionCookieSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">SessionCookieSettingSupplier</span></a></li>
<li><a href="WebsocketsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">WebsocketsSettingConsumer</span></a></li>
<li><a href="WebsocketsSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">WebsocketsSettingSupplier</span></a></li>
<li><a href="WelcomeFileConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">WelcomeFileConsumer</span></a></li>
<li><a href="WelcomeFileSupplier.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame"><span class="interfaceName">WelcomeFileSupplier</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="CrawlerSessionManagementSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame">CrawlerSessionManagementSetting</a></li>
<li><a href="JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame">JSPSetting</a></li>
<li><a href="MimeMapping.html" title="class in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame">MimeMapping</a></li>
<li><a href="PersistentSessionsSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame">PersistentSessionsSetting</a></li>
<li><a href="SessionCookieSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame">SessionCookieSetting</a></li>
<li><a href="WebsocketsSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame">WebsocketsSetting</a></li>
<li><a href="WelcomeFile.html" title="class in org.wildfly.swarm.config.undertow.servlet_container" target="classFrame">WelcomeFile</a></li>
</ul>
</div>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2.0.0.Final/apidocs/org/wildfly/swarm/config/undertow/servlet_container/package-frame.html | HTML | apache-2.0 | 5,007 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_40) on Wed Apr 13 18:09:29 UTC 2016 -->
<title>AuthenticationRequest._Fields (apache-cassandra API)</title>
<meta name="date" content="2016-04-13">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AuthenticationRequest._Fields (apache-cassandra API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":10,"i4":10,"i5":9,"i6":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AuthenticationRequest._Fields.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/cassandra/thrift/AuthenticationRequest.html" title="class in org.apache.cassandra.thrift"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/thrift/AuthorizationException.html" title="class in org.apache.cassandra.thrift"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" target="_top">Frames</a></li>
<li><a href="AuthenticationRequest._Fields.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum.constant.summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.thrift</div>
<h2 title="Enum AuthenticationRequest._Fields" class="title">Enum AuthenticationRequest._Fields</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Enum<<a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a>></li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.thrift.AuthenticationRequest._Fields</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a>>, org.apache.thrift.TFieldIdEnum</dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest.html" title="class in org.apache.cassandra.thrift">AuthenticationRequest</a></dd>
</dl>
<hr>
<br>
<pre>public static enum <span class="typeNameLabel">AuthenticationRequest._Fields</span>
extends java.lang.Enum<<a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a>>
implements org.apache.thrift.TFieldIdEnum</pre>
<div class="block">The set of fields this struct contains, along with convenience methods for finding and manipulating them.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html#CREDENTIALS">CREDENTIALS</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html#findByName-java.lang.String-">findByName</a></span>(java.lang.String name)</code>
<div class="block">Find the _Fields constant that matches name, or null if its not found.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html#findByThriftId-int-">findByThriftId</a></span>(int fieldId)</code>
<div class="block">Find the _Fields constant that matches fieldId, or null if its not found.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html#findByThriftIdOrThrow-int-">findByThriftIdOrThrow</a></span>(int fieldId)</code>
<div class="block">Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html#getFieldName--">getFieldName</a></span>()</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>short</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html#getThriftFieldId--">getThriftFieldId</a></span>()</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.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>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Enum</h3>
<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="CREDENTIALS">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CREDENTIALS</h4>
<pre>public static final <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a> CREDENTIALS</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a>[] values()</pre>
<div class="block">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 (AuthenticationRequest._Fields c : AuthenticationRequest._Fields.values())
System.out.println(c);
</pre></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<a name="valueOf-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a> valueOf(java.lang.String name)</pre>
<div class="block">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.)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the enum constant with the specified name</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd>
</dl>
</li>
</ul>
<a name="findByThriftId-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findByThriftId</h4>
<pre>public static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a> findByThriftId(int fieldId)</pre>
<div class="block">Find the _Fields constant that matches fieldId, or null if its not found.</div>
</li>
</ul>
<a name="findByThriftIdOrThrow-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findByThriftIdOrThrow</h4>
<pre>public static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a> findByThriftIdOrThrow(int fieldId)</pre>
<div class="block">Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.</div>
</li>
</ul>
<a name="findByName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findByName</h4>
<pre>public static <a href="../../../../org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" title="enum in org.apache.cassandra.thrift">AuthenticationRequest._Fields</a> findByName(java.lang.String name)</pre>
<div class="block">Find the _Fields constant that matches name, or null if its not found.</div>
</li>
</ul>
<a name="getThriftFieldId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getThriftFieldId</h4>
<pre>public short getThriftFieldId()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getThriftFieldId</code> in interface <code>org.apache.thrift.TFieldIdEnum</code></dd>
</dl>
</li>
</ul>
<a name="getFieldName--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getFieldName</h4>
<pre>public java.lang.String getFieldName()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getFieldName</code> in interface <code>org.apache.thrift.TFieldIdEnum</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AuthenticationRequest._Fields.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/cassandra/thrift/AuthenticationRequest.html" title="class in org.apache.cassandra.thrift"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/thrift/AuthorizationException.html" title="class in org.apache.cassandra.thrift"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/thrift/AuthenticationRequest._Fields.html" target="_top">Frames</a></li>
<li><a href="AuthenticationRequest._Fields.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum.constant.summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 The Apache Software Foundation</small></p>
</body>
</html>
| elisska/cloudera-cassandra | DATASTAX_CASSANDRA-3.5.0/javadoc/org/apache/cassandra/thrift/AuthenticationRequest._Fields.html | HTML | apache-2.0 | 18,313 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tesseract: /home/stefan/src/github/tesseract-ocr/tesseract/arch/dotproductavx.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</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">tesseract
 <span id="projectnumber">4.00.00dev</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></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('a00032.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#namespaces">Namespaces</a> |
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">dotproductavx.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="a00032_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:a01762"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="a01762.html">tesseract</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:aa41529fcf80de7ee0e8cc5691fbee53b"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="a01762.html#aa41529fcf80de7ee0e8cc5691fbee53b">tesseract::DotProductAVX</a> (const double *<a class="el" href="a00965.html#a32568efb941c68967b022927eb67a6ae">u</a>, const double *<a class="el" href="a00965.html#a00dfa511de29cda7165f614fca502359">v</a>, <a class="el" href="a01541.html#a787fa3cf048117ba7123753c1e74fcd6">int</a> n)</td></tr>
<tr class="separator:aa41529fcf80de7ee0e8cc5691fbee53b"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_ea9599923402ca8ab47fc3e495999dea.html">arch</a></li><li class="navelem"><a class="el" href="a00032.html">dotproductavx.h</a></li>
<li class="footer">Generated on Sat May 20 2017 22:15:23 for tesseract by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
| stweil/tesseract-ocr.github.io | 4.00.00dev/a00032.html | HTML | apache-2.0 | 5,146 |
<!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 Sat Apr 09 10:11:01 EDT 2016 -->
<title>SegmentReader.SegmentIterator (apache-cassandra API)</title>
<meta name="date" content="2016-04-09">
<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="SegmentReader.SegmentIterator (apache-cassandra API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SegmentReader.SegmentIterator.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/cassandra/db/commitlog/SegmentReader.html" title="class in org.apache.cassandra.db.commitlog"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SegmentReadException.html" title="class in org.apache.cassandra.db.commitlog"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/db/commitlog/SegmentReader.SegmentIterator.html" target="_top">Frames</a></li>
<li><a href="SegmentReader.SegmentIterator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.db.commitlog</div>
<h2 title="Class SegmentReader.SegmentIterator" class="title">Class SegmentReader.SegmentIterator</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.google.common.collect.UnmodifiableIterator<T></li>
<li>
<ul class="inheritance">
<li>com.google.common.collect.AbstractIterator<<a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SyncSegment.html" title="class in org.apache.cassandra.db.commitlog">SegmentReader.SyncSegment</a>></li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.db.commitlog.SegmentReader.SegmentIterator</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.util.Iterator<<a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SyncSegment.html" title="class in org.apache.cassandra.db.commitlog">SegmentReader.SyncSegment</a>></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.html" title="class in org.apache.cassandra.db.commitlog">SegmentReader</a></dd>
</dl>
<hr>
<br>
<pre>protected class <span class="typeNameLabel">SegmentReader.SegmentIterator</span>
extends com.google.common.collect.AbstractIterator<<a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SyncSegment.html" title="class in org.apache.cassandra.db.commitlog">SegmentReader.SyncSegment</a>></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SegmentIterator.html#SegmentIterator--">SegmentIterator</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SyncSegment.html" title="class in org.apache.cassandra.db.commitlog">SegmentReader.SyncSegment</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SegmentIterator.html#computeNext--">computeNext</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.google.common.collect.AbstractIterator">
<!-- -->
</a>
<h3>Methods inherited from class com.google.common.collect.AbstractIterator</h3>
<code>endOfData, hasNext, next, peek</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.google.common.collect.UnmodifiableIterator">
<!-- -->
</a>
<h3>Methods inherited from class com.google.common.collect.UnmodifiableIterator</h3>
<code>remove</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.util.Iterator">
<!-- -->
</a>
<h3>Methods inherited from interface java.util.Iterator</h3>
<code>forEachRemaining</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="SegmentIterator--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SegmentIterator</h4>
<pre>protected SegmentIterator()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="computeNext--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>computeNext</h4>
<pre>protected <a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SyncSegment.html" title="class in org.apache.cassandra.db.commitlog">SegmentReader.SyncSegment</a> computeNext()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>computeNext</code> in class <code>com.google.common.collect.AbstractIterator<<a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SyncSegment.html" title="class in org.apache.cassandra.db.commitlog">SegmentReader.SyncSegment</a>></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SegmentReader.SegmentIterator.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/cassandra/db/commitlog/SegmentReader.html" title="class in org.apache.cassandra.db.commitlog"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cassandra/db/commitlog/SegmentReader.SegmentReadException.html" title="class in org.apache.cassandra.db.commitlog"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/db/commitlog/SegmentReader.SegmentIterator.html" target="_top">Frames</a></li>
<li><a href="SegmentReader.SegmentIterator.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 ======= -->
<p class="legalCopy"><small>Copyright © 2016 The Apache Software Foundation</small></p>
</body>
</html>
| jasonwee/videoOnCloud | ahkl/apache-cassandra-3.5/javadoc/org/apache/cassandra/db/commitlog/SegmentReader.SegmentIterator.html | HTML | apache-2.0 | 12,348 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>CalvinCommunities</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<calvin-root>Loading...</calvin-root>
</body>
</html>
| stackroute/calvin-communities | webapp/index.html | HTML | apache-2.0 | 310 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Retrieving Multiple Objects</title>
<link rel="stylesheet" href="gettingStarted.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Getting Started with Berkeley DB Java Edition" />
<link rel="up" href="persist_access.html" title="Chapter 5. Saving and Retrieving Objects" />
<link rel="prev" href="simpleget.html" title="Retrieving Objects from an Entity Store" />
<link rel="next" href="dpl_entityjoin.html" title="Join Cursors" />
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">Retrieving Multiple Objects</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="simpleget.html">Prev</a> </td>
<th width="60%" align="center">Chapter 5. Saving and Retrieving Objects</th>
<td width="20%" align="right"> <a accesskey="n" href="dpl_entityjoin.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="getmultiple"></a>Retrieving Multiple Objects</h2>
</div>
</div>
</div>
<div class="toc">
<dl>
<dt>
<span class="sect2">
<a href="getmultiple.html#dpl_cursor_initialize">Cursor Initialization</a>
</span>
</dt>
<dt>
<span class="sect2">
<a href="getmultiple.html#dpl_dups">Working with Duplicate Keys</a>
</span>
</dt>
<dt>
<span class="sect2">
<a href="getmultiple.html#dpl_cursor_range">Key Ranges</a>
</span>
</dt>
</dl>
</div>
<p>
It is possible to iterate over every object referenced
by a specific index. You may want to do this if, for
example, you want to examine or modify every object
accessible by a specific primary index.
</p>
<p>
In addition, some indexes result in the retrieval of multiple
objects. For example, <code class="literal">MANY_TO_ONE</code>
secondary indexes can result in more than one object for any given
key (also known as <span class="emphasis"><em>duplicate keys</em></span>).
When this is the case, you must iterate
over the resulting set of objects in order to examine
each object in turn.
</p>
<p>
There are two ways to iterate over a collection of
objects as returned by an index. One is to use a
standard Java <code class="classname">Iterator</code>, which you
obtain using an <code class="classname">EntityCursor</code>,
which in turn you can obtain from a <code class="classname">PrimaryIndex</code>:
</p>
<pre class="programlisting">PrimaryIndex<String,SimpleEntityClass> pi =
store.getPrimaryIndex(String.class, SimpleEntityClass.class);
EntityCursor<SimpleEntityClass> pi_cursor = pi.entities();
try {
Iterator<SimpleEntityClass> i = pi_cursor.iterator();
while (i.hasNext()) {
// Do something here
}
} finally {
// Always close the cursor
pi_cursor.close();
} </pre>
<p>
Alternatively, you can use a Java "foreach" statement
to iterate over object set:
</p>
<pre class="programlisting">PrimaryIndex<String,SimpleEntityClass> pi =
store.getPrimaryIndex(String.class, SimpleEntityClass.class);
EntityCursor<SimpleEntityClass> pi_cursor = pi.entities();
try {
for (SimpleEntityClass seci : pi_cursor) {
// do something with each object "seci"
}
// Always make sure the cursor is closed when we are done with it.
} finally {
sec_cursor.close();
} </pre>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="dpl_cursor_initialize"></a>Cursor Initialization</h3>
</div>
</div>
</div>
<p>
When a cursor is first opened, it is not
positioned to any value; that is,
it is not <span class="emphasis"><em>initialized</em></span>.
Most of the <code class="classname">EntityCursor</code>
methods that move a cursor will initialize it
to either the first or last object, depending
on whether the operation is moving the cursor
forward (all <code class="literal">next...</code>
methods) or backwards (all
<code class="literal">prev...</code>) methods.
</p>
<p>
You can also force a cursor, whether it is
initialized or not, to return the first object
by calling
<code class="methodname">EntityCursor.first()</code>.
Similarly, you can force a return of the last
object using
<code class="methodname">EntityCursor.last()</code>.
</p>
<p>
Operations that do not move the cursor (such as
<code class="methodname">EntityCursor.current()</code>
or <code class="methodname">EntityCursor.delete()</code>
will throw an
<code class="classname">IllegalStateException</code>
when used on an uninitialized cursor.
</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="dpl_dups"></a>Working with Duplicate Keys</h3>
</div>
</div>
</div>
<p>
If you have duplicate secondary keys, you can return an
<code class="classname">EntityIndex</code> class object for them
using <code class="methodname">SecondaryIndex.subIndex()</code>
Then, use that object's
<code class="methodname">entities()</code>
method to obtain an <code class="classname">EntityCursor</code>
instance.
</p>
<p>
For example:
</p>
<pre class="programlisting">PrimaryIndex<String,SimpleEntityClass> pi =
store.getPrimaryIndex(String.class, SimpleEntityClass.class);
SecondaryIndex<String,String,SimpleEntityClass> si =
store.getSecondaryIndex(pi, String.class, "sKey");
EntityCursor<SimpleEntityClass> sec_cursor =
si.subIndex("skeyone").entities();
try {
for (SimpleEntityClass seci : sec_cursor) {
// do something with each object "seci"
}
// Always make sure the cursor is closed when we are done with it.
} finally {
sec_cursor.close(); } </pre>
<p>
Note that if you are working with duplicate keys, you can
control how cursor iteration works by using the following
<code class="classname">EntityCursor</code> methods:
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
<code class="methodname">nextDup()</code>
</p>
<p>
Moves the cursor to the next object with the
same key as the cursor is currently
referencing. That is, this method returns the
next duplicate object. If no such object
exists, this method returns
<code class="literal">null</code>.
</p>
</li>
<li>
<p>
<code class="methodname">prevDup()</code>
</p>
<p>
Moves the cursor to the previous object with the
same key as the cursor is currently
referencing. That is, this method returns the
previous duplicate object in the cursor's set
of objects. If no such object exists, this method returns
<code class="literal">null</code>.
</p>
</li>
<li>
<p>
<code class="methodname">nextNoDup()</code>
</p>
<p>
Moves the cursor to the next object in the
cursor's set that has a key which is different
than the key that the cursor is currently
referencing. That is, this method skips all
duplicate objects and returns the
next non-duplicate object in the cursor's set
of objects. If no such object exists, this method returns
<code class="literal">null</code>.
</p>
</li>
<li>
<p>
<code class="methodname">prevNoDup()</code>
</p>
<p>
Moves the cursor to the previous object in the
cursor's set that has a key which is different
than the key that the cursor is currently
referencing. That is, this method skips all
duplicate objects and returns the
previous non-duplicate object in the cursor's set
of objects. If no such object exists, this method returns
<code class="literal">null</code>.
</p>
</li>
</ul>
</div>
<p>
For example:
</p>
<pre class="programlisting">PrimaryIndex<String,SimpleEntityClass> pi =
store.getPrimaryIndex(String.class, SimpleEntityClass.class);
SecondaryIndex<String,String,SimpleEntityClass> si =
store.getSecondaryIndex(pi, String.class, "sKey");
EntityCursor<SimpleEntityClass> sec_cursor =
si.subIndex("skeyone").entities();
try {
SimpleEntityClass sec;
Iterator<SimpleEntityClass> i = sec_cursor.iterator();
while (sec = i.nextNoDup() != null) {
// Do something here
}
// Always make sure the cursor is closed when we are done with it.
} finally {
sec_cursor.close(); } </pre>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="dpl_cursor_range"></a>Key Ranges</h3>
</div>
</div>
</div>
<p>
You can restrict the scope of a cursor's movement
by specifying a <span class="emphasis"><em>range</em></span> when you
create the cursor. The cursor can then never be
positioned outside of the specified range.
</p>
<p>
When specifying a range, you indicate whether a
range bound is <span class="emphasis"><em>inclusive</em></span> or
<span class="emphasis"><em>exclusive</em></span> by providing a
boolean value for each range.
<code class="literal">true</code> indicates that the provided
bound is inclusive, while <code class="literal">false</code>
indicates that it is exclusive.
</p>
<p>
You provide this information when you call
<code class="classname">PrimaryIndex.entities()</code>
or
<code class="classname">SecondaryIndex.entities()</code>.
For example, suppose you had a class indexed by
numerical information. Suppose further that you
wanted to examine only those objects with indexed
values of 100 - 199. Then (assuming the numerical
information is the primary index), you can bound
your cursor as follows:
</p>
<pre class="programlisting">
EntityCursor<SomeEntityClass> cursor =
primaryIndex.entities(100, true, 200, false);
try {
for (SomeEntityClass sec : cursor {
// Do something here to objects ranged from 100 to 199
}
// Always make sure the cursor is closed when we are done with it.
} finally {
cursor.close(); } </pre>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="simpleget.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="persist_access.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="dpl_entityjoin.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Retrieving Objects from an Entity Store </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> Join Cursors</td>
</tr>
</table>
</div>
</body>
</html>
| bjorndm/prebake | code/third_party/bdb/docs/GettingStartedGuide/getmultiple.html | HTML | apache-2.0 | 14,798 |
<!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_60-ea) on Mon Jun 27 14:13:38 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ConnectorConsumer (WildFly Swarm: Public javadocs 1.0.0.Final API)</title>
<meta name="date" content="2016-06-27">
<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="ConnectorConsumer (WildFly Swarm: Public javadocs 1.0.0.Final API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ConnectorConsumer.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 class="aboutLanguage">WildFly Swarm API, 1.0.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/config/remoting/Connector.ConnectorResources.html" title="class in org.wildfly.swarm.config.remoting"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorSupplier.html" title="interface in org.wildfly.swarm.config.remoting"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/remoting/ConnectorConsumer.html" target="_top">Frames</a></li>
<li><a href="ConnectorConsumer.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.wildfly.swarm.config.remoting</div>
<h2 title="Interface ConnectorConsumer" class="title">Interface ConnectorConsumer<T extends <a href="../../../../../org/wildfly/swarm/config/remoting/Connector.html" title="class in org.wildfly.swarm.config.remoting">Connector</a><T>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">ConnectorConsumer<T extends <a href="../../../../../org/wildfly/swarm/config/remoting/Connector.html" title="class in org.wildfly.swarm.config.remoting">Connector</a><T>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="type parameter in ConnectorConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of Connector resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="interface in org.wildfly.swarm.config.remoting">ConnectorConsumer</a><<a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="type parameter in ConnectorConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html#andThen-org.wildfly.swarm.config.remoting.ConnectorConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="interface in org.wildfly.swarm.config.remoting">ConnectorConsumer</a><<a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="type parameter in ConnectorConsumer">T</a>> after)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="accept-org.wildfly.swarm.config.remoting.Connector-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="type parameter in ConnectorConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of Connector resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.remoting.ConnectorConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="interface in org.wildfly.swarm.config.remoting">ConnectorConsumer</a><<a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="type parameter in ConnectorConsumer">T</a>> andThen(<a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="interface in org.wildfly.swarm.config.remoting">ConnectorConsumer</a><<a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorConsumer.html" title="type parameter in ConnectorConsumer">T</a>> after)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ConnectorConsumer.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 class="aboutLanguage">WildFly Swarm API, 1.0.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/config/remoting/Connector.ConnectorResources.html" title="class in org.wildfly.swarm.config.remoting"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/config/remoting/ConnectorSupplier.html" title="interface in org.wildfly.swarm.config.remoting"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/remoting/ConnectorConsumer.html" target="_top">Frames</a></li>
<li><a href="ConnectorConsumer.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 1.0.0.Final/apidocs/org/wildfly/swarm/config/remoting/ConnectorConsumer.html | HTML | apache-2.0 | 11,246 |
<!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_112) on Thu Jul 06 10:54:00 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SlaveConfigurationSupplier (Public javadocs 2017.7.0 API)</title>
<meta name="date" content="2017-07-06">
<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="SlaveConfigurationSupplier (Public javadocs 2017.7.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SlaveConfigurationSupplier.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 class="aboutLanguage">WildFly Swarm API, 2017.7.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server.ha_policy.replication_colocated"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfigurationSupplier.html" target="_top">Frames</a></li>
<li><a href="SlaveConfigurationSupplier.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.wildfly.swarm.config.messaging.activemq.server.ha_policy.replication_colocated</div>
<h2 title="Interface SlaveConfigurationSupplier" class="title">Interface SlaveConfigurationSupplier<T extends <a href="../../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfiguration.html" title="class in org.wildfly.swarm.config.messaging.activemq.server.ha_policy.replication_colocated">SlaveConfiguration</a>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">SlaveConfigurationSupplier<T extends <a href="../../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfiguration.html" title="class in org.wildfly.swarm.config.messaging.activemq.server.ha_policy.replication_colocated">SlaveConfiguration</a>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfiguration.html" title="class in org.wildfly.swarm.config.messaging.activemq.server.ha_policy.replication_colocated">SlaveConfiguration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfigurationSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of SlaveConfiguration resource</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="get--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>get</h4>
<pre><a href="../../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfiguration.html" title="class in org.wildfly.swarm.config.messaging.activemq.server.ha_policy.replication_colocated">SlaveConfiguration</a> get()</pre>
<div class="block">Constructed instance of SlaveConfiguration resource</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The instance</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SlaveConfigurationSupplier.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 class="aboutLanguage">WildFly Swarm API, 2017.7.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server.ha_policy.replication_colocated"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfigurationSupplier.html" target="_top">Frames</a></li>
<li><a href="SlaveConfigurationSupplier.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2017.7.0/apidocs/org/wildfly/swarm/config/messaging/activemq/server/ha_policy/replication_colocated/SlaveConfigurationSupplier.html | HTML | apache-2.0 | 10,108 |
<!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_111) on Wed Jan 04 22:31:31 EST 2017 -->
<title>Uses of Class org.drip.spline.pchip.MonotoneConvexHaganWest</title>
<meta name="date" content="2017-01-04">
<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.drip.spline.pchip.MonotoneConvexHaganWest";
}
}
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/drip/spline/pchip/MonotoneConvexHaganWest.html" title="class in org.drip.spline.pchip">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/spline/pchip/class-use/MonotoneConvexHaganWest.html" target="_top">Frames</a></li>
<li><a href="MonotoneConvexHaganWest.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.spline.pchip.MonotoneConvexHaganWest" class="title">Uses of Class<br>org.drip.spline.pchip.MonotoneConvexHaganWest</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/drip/spline/pchip/MonotoneConvexHaganWest.html" title="class in org.drip.spline.pchip">MonotoneConvexHaganWest</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.drip.spline.pchip">org.drip.spline.pchip</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.drip.spline.pchip">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/drip/spline/pchip/MonotoneConvexHaganWest.html" title="class in org.drip.spline.pchip">MonotoneConvexHaganWest</a> in <a href="../../../../../org/drip/spline/pchip/package-summary.html">org.drip.spline.pchip</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/drip/spline/pchip/package-summary.html">org.drip.spline.pchip</a> that return <a href="../../../../../org/drip/spline/pchip/MonotoneConvexHaganWest.html" title="class in org.drip.spline.pchip">MonotoneConvexHaganWest</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/drip/spline/pchip/MonotoneConvexHaganWest.html" title="class in org.drip.spline.pchip">MonotoneConvexHaganWest</a></code></td>
<td class="colLast"><span class="typeNameLabel">MonotoneConvexHaganWest.</span><code><span class="memberNameLink"><a href="../../../../../org/drip/spline/pchip/MonotoneConvexHaganWest.html#Create-double:A-double:A-boolean-">Create</a></span>(double[] adblPredictorOrdinate,
double[] adblObservation,
boolean bLinearNodeInference)</code>
<div class="block">Create an instance of MonotoneConvexHaganWest</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/drip/spline/pchip/MonotoneConvexHaganWest.html" title="class in org.drip.spline.pchip">MonotoneConvexHaganWest</a></code></td>
<td class="colLast"><span class="typeNameLabel">MonotoneConvexHaganWest.</span><code><span class="memberNameLink"><a href="../../../../../org/drip/spline/pchip/MonotoneConvexHaganWest.html#generateAmelioratedInstance-double:A-double:A-double:A-double:A-boolean-">generateAmelioratedInstance</a></span>(double[] adblResponseLeftMin,
double[] adblResponseLeftMax,
double[] adblResponseRightMin,
double[] adblResponseRightMax,
boolean bEnforcePositivity)</code>
<div class="block">Create an Ameliorated Instance of the Current Instance</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/drip/spline/pchip/MonotoneConvexHaganWest.html" title="class in org.drip.spline.pchip">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/spline/pchip/class-use/MonotoneConvexHaganWest.html" target="_top">Frames</a></li>
<li><a href="MonotoneConvexHaganWest.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>
| lakshmiDRIP/DRIP | Javadoc/org/drip/spline/pchip/class-use/MonotoneConvexHaganWest.html | HTML | apache-2.0 | 7,654 |
<div class="well">
<p>
This Cluster Template will be created for:
<br >
<b>Plugin</b>: {{ plugin_name }}
<br />
<b>Hadoop version</b>: {{ hadoop_version }}
<br />
</p>
<p>
The Cluster Template object should specify Node Group Templates that will be used to build a Hadoop Cluster.
You can add Node Groups using Node Group Templates on a "Node Groups" tab.
</p>
<p>
You may set <b>cluster</b> scoped Hadoop configurations on corresponding tabs.
</p>
<p>
The Cluster Template object may specify a list of processes in anti-affinity group.
That means these processes may not be launched more than once on a single host.
</p>
</div> | denismakogon/savanna-dashboard | savannadashboard/templates/cluster_templates/_configure_general_help.html | HTML | apache-2.0 | 680 |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>UrlField - ScalaTest 2.1.5 - org.scalatest.selenium.WebBrowser.UrlField</title>
<meta name="description" content="UrlField - ScalaTest 2.1.5 - org.scalatest.selenium.WebBrowser.UrlField" />
<meta name="keywords" content="UrlField ScalaTest 2.1.5 org.scalatest.selenium.WebBrowser.UrlField" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../../index.html';
var hash = 'org.scalatest.selenium.WebBrowser$UrlField';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
<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-71294502-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="type">
<!-- Top of doc.scalatest.org [javascript] -->
<script type="text/javascript">
var rnd = window.rnd || Math.floor(Math.random()*10e6);
var pid204546 = window.pid204546 || rnd;
var plc204546 = window.plc204546 || 0;
var abkw = window.abkw || '';
var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER';
document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>');
</script>
<div id="definition">
<img src="../../../lib/class_big.png" />
<p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a>.<a href="package.html" class="extype" name="org.scalatest.selenium">selenium</a>.<a href="WebBrowser.html" class="extype" name="org.scalatest.selenium.WebBrowser">WebBrowser</a></p>
<h1>UrlField</h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<span class="name">UrlField</span><span class="result"> extends <a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a> with <a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>This class is part of ScalaTest's Selenium DSL. Please see the documentation for
<a href="WebBrowser.html"><code>WebBrowser</code></a> for an overview of the Selenium DSL.</p><p>This class enables syntax such as the following:</p><p><pre class="stHighlighted">
urlField(<span class="stQuotedString">"q"</span>).value should be (<span class="stQuotedString">"http://google.com"</span>)
</pre>
</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.1.5-for-scala-2.10/src/main/scala/org/scalatest/selenium/WebBrowser.scala" target="_blank">WebBrowser.scala</a></dd><dt>Exceptions thrown</dt><dd><span class="cmt">TestFailedExeption<p>if the passed <code>WebElement</code> does not represent a url field
</p></span></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a>, <a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.scalatest.selenium.WebBrowser.UrlField"><span>UrlField</span></li><li class="in" name="org.scalatest.selenium.WebBrowser.ValueElement"><span>ValueElement</span></li><li class="in" name="org.scalatest.selenium.WebBrowser.Element"><span>Element</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="constructors" class="members">
<h3>Instance Constructors</h3>
<ol><li name="org.scalatest.selenium.WebBrowser.UrlField#<init>" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="<init>(underlying:org.openqa.selenium.WebElement):WebBrowser.this.UrlField"></a>
<a id="<init>:UrlField"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">UrlField</span><span class="params">(<span name="underlying">underlying: <span class="extype" name="org.openqa.selenium.WebElement">WebElement</span></span>)</span>
</span>
</h4>
<p class="shortcomment cmt"></p><div class="fullcomment"><div class="comment cmt"></div><dl class="paramcmts block"><dt class="param">underlying</dt><dd class="cmt"><p>the <code>WebElement</code> representing a url field</p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">TestFailedExeption<p>if the passed <code>WebElement</code> does not represent a url field
</p></span></dd></dl></div>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:AnyRef):Boolean"></a>
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:AnyRef):Boolean"></a>
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#attribute" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="attribute(name:String):Option[String]"></a>
<a id="attribute(String):Option[String]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">attribute</span><span class="params">(<span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Option">Option</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">The attribute value of the given attribute name of this element, wrapped in a <code>Some</code>, or <code>None</code> if no
such attribute exists on this <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>The attribute value of the given attribute name of this element, wrapped in a <code>Some</code>, or <code>None</code> if no
such attribute exists on this <code>Element</code>.</p><p>This method invokes <code>getAttribute</code> on the underlying <code>WebElement</code>, passing in the
specified <code>name</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the attribute with the given name, wrapped in a <code>Some</code>, else <code>None</code>
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.ValueElement#checkCorrectType" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="checkCorrectType(isA:org.openqa.selenium.WebElement=>Boolean,typeDescription:String):Unit"></a>
<a id="checkCorrectType((WebElement)⇒Boolean,String):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">checkCorrectType</span><span class="params">(<span name="isA">isA: (<span class="extype" name="org.openqa.selenium.WebElement">WebElement</span>) ⇒ <span class="extype" name="scala.Boolean">Boolean</span></span>, <span name="typeDescription">typeDescription: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.ValueElement#clear" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clear():Unit"></a>
<a id="clear():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clear</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Clears this field.</p><div class="fullcomment"><div class="comment cmt"><p>Clears this field.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(other:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="other">other: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt">Returns the result of invoking <code>equals</code> on the underlying <code>Element</code>, passing
in the specified <code>other</code> object.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the result of invoking <code>equals</code> on the underlying <code>Element</code>, passing
in the specified <code>other</code> object.
</p></div><dl class="paramcmts block"><dt class="param">other</dt><dd class="cmt"><p>the object with which to compare for equality
</p></dd><dt>returns</dt><dd class="cmt"><p>true if the passed object is equal to this one
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a> → AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<p class="shortcomment cmt">Returns the result of invoking <code>hashCode</code> on the underlying <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the result of invoking <code>hashCode</code> on the underlying <code>Element</code>.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a hash code for this object
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a> → AnyRef → Any</dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#isDisplayed" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isDisplayed:Boolean"></a>
<a id="isDisplayed:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isDisplayed</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt">Indicates whether this <code>Element</code> is displayed.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether this <code>Element</code> is displayed.</p><p>This invokes <code>isDisplayed</code> on the underlying <code>WebElement</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p><code>true</code> if the element is currently displayed
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#isEnabled" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isEnabled:Boolean"></a>
<a id="isEnabled:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isEnabled</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt">Indicates whether this <code>Element</code> is enabled.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether this <code>Element</code> is enabled.</p><p>This invokes <code>isEnabled</code> on the underlying <code>WebElement</code>, which
will generally return <code>true</code> for everything but disabled input elements.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p><code>true</code> if the element is currently enabled
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#isSelected" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isSelected:Boolean"></a>
<a id="isSelected:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isSelected</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt">Indicates whether this <code>Element</code> is selected.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether this <code>Element</code> is selected.</p><p>This method, which invokes <code>isSelected</code> on the underlying <code>WebElement</code>,
is relevant only for input elements such as checkboxes, options in a single- or multiple-selection
list box, and radio buttons. For any other element it will simply return <code>false</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p><code>true</code> if the element is currently selected or checked
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#location" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="location:WebBrowser.this.Point"></a>
<a id="location:Point"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">location</span><span class="result">: <a href="WebBrowser$Point.html" class="extype" name="org.scalatest.selenium.WebBrowser.Point">Point</a></span>
</span>
</h4>
<p class="shortcomment cmt">The XY location of the top-left corner of this <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>The XY location of the top-left corner of this <code>Element</code>.</p><p>This invokes <code>getLocation</code> on the underlying <code>WebElement</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the location of the top-left corner of this element on the page
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#size" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="size:WebBrowser.this.Dimension"></a>
<a id="size:Dimension"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">size</span><span class="result">: <a href="WebBrowser$Dimension.html" class="extype" name="org.scalatest.selenium.WebBrowser.Dimension">Dimension</a></span>
</span>
</h4>
<p class="shortcomment cmt">The width/height size of this <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>The width/height size of this <code>Element</code>.</p><p>This invokes <code>getSize</code> on the underlying <code>WebElement</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the size of the element on the page
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#tagName" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="tagName:String"></a>
<a id="tagName:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">tagName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4>
<p class="shortcomment cmt">The tag name of this element.</p><div class="fullcomment"><div class="comment cmt"><p>The tag name of this element.</p><p>This method invokes <code>getTagName</code> on the underlying <code>WebElement</code>.
Note it returns the name of the tag, not the value of the of the <code>name</code> attribute.
For example, it will return will return <code>"input"</code> for the element
<code><input name="city" /></code>, not <code>"city"</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the tag name of this element
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#text" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="text:String"></a>
<a id="text:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">text</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4>
<p class="shortcomment cmt">Returns the visible (<em>i.e.</em>, not hidden by CSS) text of this element, including sub-elements, without any leading or trailing whitespace.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the visible (<em>i.e.</em>, not hidden by CSS) text of this element, including sub-elements, without any leading or trailing whitespace.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the visible text enclosed by this element, or an empty string, if the element encloses no visible text
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.Element#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4>
<p class="shortcomment cmt">Returns the result of invoking <code>toString</code> on the underlying <code>Element</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the result of invoking <code>toString</code> on the underlying <code>Element</code>.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a string representation of this object
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a> → AnyRef → Any</dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.UrlField#underlying" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="underlying:org.openqa.selenium.WebElement"></a>
<a id="underlying:WebElement"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">underlying</span><span class="result">: <span class="extype" name="org.openqa.selenium.WebElement">WebElement</span></span>
</span>
</h4>
<p class="shortcomment cmt">the <code>WebElement</code> representing a url field</p><div class="fullcomment"><div class="comment cmt"><p>the <code>WebElement</code> representing a url field</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.selenium.WebBrowser.UrlField">UrlField</a> → <a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a> → <a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.ValueElement#value" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="value:String"></a>
<a id="value:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">value</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4>
<p class="shortcomment cmt">Gets this field's value.</p><div class="fullcomment"><div class="comment cmt"><p>Gets this field's value.</p><p>This method invokes <code>getAttribute("value")</code> on the underlying <code>WebElement</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the field's value
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></dd></dl></div>
</li><li name="org.scalatest.selenium.WebBrowser.ValueElement#value_=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="value_=(value:String):Unit"></a>
<a id="value_=(String):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: value_$eq" class="name">value_=</span><span class="params">(<span name="value">value: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Sets this field's value.</p><div class="fullcomment"><div class="comment cmt"><p>Sets this field's value.
</p></div><dl class="paramcmts block"><dt class="param">value</dt><dd class="cmt"><p>the new value
</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="org.scalatest.selenium.WebBrowser.ValueElement">
<h3>Inherited from <a href="WebBrowser$ValueElement.html" class="extype" name="org.scalatest.selenium.WebBrowser.ValueElement">ValueElement</a></h3>
</div><div class="parent" name="org.scalatest.selenium.WebBrowser.Element">
<h3>Inherited from <a href="WebBrowser$Element.html" class="extype" name="org.scalatest.selenium.WebBrowser.Element">Element</a></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html> | scalatest/scalatest-website | public/scaladoc/2.1.5/org/scalatest/selenium/WebBrowser$UrlField.html | HTML | apache-2.0 | 43,435 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:51 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.undertow.HandlerConfigurationConsumer (BOM: * : All 2.5.0.Final API)</title>
<meta name="date" content="2019-07-17">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.wildfly.swarm.config.undertow.HandlerConfigurationConsumer (BOM: * : All 2.5.0.Final API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.5.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/class-use/HandlerConfigurationConsumer.html" target="_top">Frames</a></li>
<li><a href="HandlerConfigurationConsumer.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 Interface org.wildfly.swarm.config.undertow.HandlerConfigurationConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.undertow.HandlerConfigurationConsumer</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/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</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.wildfly.swarm.config">org.wildfly.swarm.config</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow">org.wildfly.swarm.config.undertow</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</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/wildfly/swarm/config/Undertow.html" title="type parameter in Undertow">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Undertow.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Undertow.html#handlerConfiguration-org.wildfly.swarm.config.undertow.HandlerConfigurationConsumer-">handlerConfiguration</a></span>(<a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</a> consumer)</code>
<div class="block">Undertow handlers</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.undertow">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</a> in <a href="../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> that return <a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</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>default <a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="type parameter in HandlerConfigurationConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">HandlerConfigurationConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html#andThen-org.wildfly.swarm.config.undertow.HandlerConfigurationConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="type parameter in HandlerConfigurationConsumer">T</a>> after)</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/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</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>default <a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="type parameter in HandlerConfigurationConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">HandlerConfigurationConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html#andThen-org.wildfly.swarm.config.undertow.HandlerConfigurationConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">HandlerConfigurationConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="type parameter in HandlerConfigurationConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/HandlerConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.undertow">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.5.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/class-use/HandlerConfigurationConsumer.html" target="_top">Frames</a></li>
<li><a href="HandlerConfigurationConsumer.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 © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2.5.0.Final/apidocs/org/wildfly/swarm/config/undertow/class-use/HandlerConfigurationConsumer.html | HTML | apache-2.0 | 11,782 |
<?xml version='1.0' encoding='UTF-8'?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Wicket Examples - stateless</title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<br />
<a href="?wicket:bookmarkablePage=:org.apache.wicket.markup.html.autolink.Index" wicket:id="indexLink">go to index</a>
<form action="stateless?wicket:interface=:0:statelessform::IFormSubmitListener::" wicket:id="statelessform" method="post" id="statelessform1"><div style="display:none"><input type="hidden" name="statelessform1_hf_0" id="statelessform1_hf_0" /></div>
<input value="" type="text" wicket:id="textfield" name="textfield">
<input type="submit">
</form>
<p>
This page is stateless as it doesn't have any callbacks (like statefull links or forms).
If a page doesn't have any, there is no use keeping it around in the
session. Furthermore, as long as you don't have any stateful pages,
the actual session creation will be deferred. A Wicket session object
is available, but is a temporary one.
</p>
<p>
<span wicket:id="feedback"><wicket:panel>
</wicket:panel></span>
</p>
</body>
</html>
| astubbs/wicket.get-portals2 | wicket/src/test/java/org/apache/wicket/request/target/coding/StatelessPage_QueryString_Result.html | HTML | apache-2.0 | 1,205 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.uima.flow.JCasFlowController_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.uima.flow.JCasFlowController_ImplBase (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/uima/flow/JCasFlowController_ImplBase.html" title="class in org.apache.uima.flow">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/uima/flow/class-use/JCasFlowController_ImplBase.html" target="_top">Frames</a></li>
<li><a href="JCasFlowController_ImplBase.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.uima.flow.JCasFlowController_ImplBase" class="title">Uses of Class<br>org.apache.uima.flow.JCasFlowController_ImplBase</h2>
</div>
<div class="classUseContainer">No usage of org.apache.uima.flow.JCasFlowController_ImplBase</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/uima/flow/JCasFlowController_ImplBase.html" title="class in org.apache.uima.flow">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/uima/flow/class-use/JCasFlowController_ImplBase.html" target="_top">Frames</a></li>
<li><a href="JCasFlowController_ImplBase.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 © 2006–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
| TitasNandi/Summer_Project | apache-uima/docs/d/api/org/apache/uima/flow/class-use/JCasFlowController_ImplBase.html | HTML | apache-2.0 | 4,621 |
<div style="max-width:1000px;margin:auto;">
<div class="head-container">
<div class="head-img"><img ng-if="!success" src="../../images/fail.jpg"\></div>
<div class="head-img"><img ng-if="success" src="../../images/success.png"\></div>
<div class="head-content">
<div class="head-title"><h2>Email Confirmation</h2></div>
<hr width="100%" size="12" noshade></hr>
</div>
</div>
<h4>Thank you for signing up to Molecular Playground</h4>
<p ng-if="success">{{text.success}}</p>
<p ng-if="!success">{{text.fail}}</p>
<a href="/landing">Go Back</a> to the main page.
</div>
| Molecular-Playground/frontend | public/javascripts/templates/emailConfirmation.html | HTML | apache-2.0 | 610 |
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<body>
Support for grouping by indexed terms via {org.apache.lucene.search.FieldCache}.
</body>
</html>
| terrancesnyder/solr-analytics | lucene/grouping/src/java/org/apache/lucene/search/grouping/term/package.html | HTML | apache-2.0 | 908 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Tue Dec 12 12:37:11 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HandlerConsumer (BOM: * : All 2012.12.0 API)</title>
<meta name="date" content="2017-12-12">
<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="HandlerConsumer (BOM: * : All 2012.12.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/HandlerConsumer.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 class="aboutLanguage">WildFly Swarm API, 2012.12.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/Handler.html" title="class in org.wildfly.swarm.config.management.access.logger"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerSupplier.html" title="interface in org.wildfly.swarm.config.management.access.logger"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" target="_top">Frames</a></li>
<li><a href="HandlerConsumer.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.wildfly.swarm.config.management.access.logger</div>
<h2 title="Interface HandlerConsumer" class="title">Interface HandlerConsumer<T extends <a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/Handler.html" title="class in org.wildfly.swarm.config.management.access.logger">Handler</a><T>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">HandlerConsumer<T extends <a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/Handler.html" title="class in org.wildfly.swarm.config.management.access.logger">Handler</a><T>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="type parameter in HandlerConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of Handler resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="interface in org.wildfly.swarm.config.management.access.logger">HandlerConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="type parameter in HandlerConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html#andThen-org.wildfly.swarm.config.management.access.logger.HandlerConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="interface in org.wildfly.swarm.config.management.access.logger">HandlerConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="type parameter in HandlerConsumer">T</a>> after)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="accept-org.wildfly.swarm.config.management.access.logger.Handler-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="type parameter in HandlerConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of Handler resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.management.access.logger.HandlerConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="interface in org.wildfly.swarm.config.management.access.logger">HandlerConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="type parameter in HandlerConsumer">T</a>> andThen(<a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="interface in org.wildfly.swarm.config.management.access.logger">HandlerConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" title="type parameter in HandlerConsumer">T</a>> after)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/HandlerConsumer.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 class="aboutLanguage">WildFly Swarm API, 2012.12.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/Handler.html" title="class in org.wildfly.swarm.config.management.access.logger"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/access/logger/HandlerSupplier.html" title="interface in org.wildfly.swarm.config.management.access.logger"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html" target="_top">Frames</a></li>
<li><a href="HandlerConsumer.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2012.12.0/apidocs/org/wildfly/swarm/config/management/access/logger/HandlerConsumer.html | HTML | apache-2.0 | 11,808 |
<div class="container">
<div id="grad" class="jumbotron">
<h3 >Welcome to a healthier lifestyle.</h3>
</div>
<div class="row">
<div class="col-md-4">
<div class="card text-center">
<img class="card-img-top" src="assets/img/Exercises.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Exercises</h4>
<p class="card-text">Click here ot explore our exercise list and add them to your have done and can do lists.</p>
<div class="w3-center">
<a routerLink="/exercises" class="btn btn-primary btn" text-align:center>Exercises</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card text-center">
<img class="card-img-top" src="assets/img/you.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">You</h4>
<p class="card-text">Manage your bodyweight and other great stuff in here!</p>
<a routerLink="/you" class="btn btn-primary">You</a>
</div>
</div>
</div>
</div>
</div> | cerniglj1/2017FitnessApp | src/app/index/index.component.html | HTML | apache-2.0 | 1,244 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Thu Feb 08 09:04:04 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.io (BOM: * : All 2018.2.0 API)</title>
<meta name="date" content="2018-02-08">
<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="org.wildfly.swarm.io (BOM: * : All 2018.2.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li 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 class="aboutLanguage">WildFly Swarm API, 2018.2.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/infinispan/detect/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/wildfly/swarm/jaeger/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/io/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.wildfly.swarm.io</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </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/wildfly/swarm/io/IOFraction.html" title="class in org.wildfly.swarm.io">IOFraction</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.2.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/wildfly/swarm/infinispan/detect/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/wildfly/swarm/jaeger/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/wildfly/swarm/io/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 © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2018.2.0/apidocs/org/wildfly/swarm/io/package-summary.html | HTML | apache-2.0 | 5,236 |
<!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_18) on Thu Jul 31 15:03:55 GMT+01:00 2008 -->
<TITLE>
CloseBlockerOutputStream (Apache FOP 0.95 API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.fop.util.CloseBlockerOutputStream class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="CloseBlockerOutputStream (Apache FOP 0.95 API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CloseBlockerOutputStream.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 0.95</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/fop/util/CharUtilities.html" title="class in org.apache.fop.util"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/fop/util/CMYKColorSpace.html" title="class in org.apache.fop.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="CloseBlockerOutputStream.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_java.io.FilterOutputStream">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.fop.util</FONT>
<BR>
Class CloseBlockerOutputStream</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by">java.io.OutputStream
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by">java.io.FilterOutputStream
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by">org.apache.commons.io.output.ProxyOutputStream
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.fop.util.CloseBlockerOutputStream</B>
</PRE>
<HR>
<DL>
<DT>public class <B>CloseBlockerOutputStream</B><DT>extends org.apache.commons.io.output.ProxyOutputStream</DL>
<P>
This is a decorator to block calls to close() to the underlying stream.
<P>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_java.io.FilterOutputStream"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class java.io.FilterOutputStream</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>out</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">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/fop/util/CloseBlockerOutputStream.html#CloseBlockerOutputStream(java.io.OutputStream)">CloseBlockerOutputStream</A></B>(java.io.OutputStream out)</CODE>
<BR>
Main constructor.</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">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/fop/util/CloseBlockerOutputStream.html#close()">close</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.commons.io.output.ProxyOutputStream"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class org.apache.commons.io.output.ProxyOutputStream</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>flush, write, write, write</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">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="CloseBlockerOutputStream(java.io.OutputStream)"><!-- --></A><H3>
CloseBlockerOutputStream</H3>
<PRE>
public <B>CloseBlockerOutputStream</B>(java.io.OutputStream out)</PRE>
<DL>
<DD>Main constructor.
<P>
<DT><B>Parameters:</B><DD><CODE>out</CODE> - the underlying stream</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="close()"><!-- --></A><H3>
close</H3>
<PRE>
public void <B>close</B>()
throws java.io.IOException</PRE>
<DL>
<DD>
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CloseBlockerOutputStream.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 0.95</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/fop/util/CharUtilities.html" title="class in org.apache.fop.util"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/fop/util/CMYKColorSpace.html" title="class in org.apache.fop.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="CloseBlockerOutputStream.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_java.io.FilterOutputStream">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>
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
| tavultesoft/keymanweb | windows/src/ext/docbook/fop/fop-0.95/javadocs/org/apache/fop/util/CloseBlockerOutputStream.html | HTML | apache-2.0 | 11,822 |
<!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_25) on Tue Apr 28 18:49:25 EEST 2015 -->
<title>A-Index</title>
<meta name="date" content="2015-04-28">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="A-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li>
<li><a href="index-1.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="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.id.html#action_error">action_error</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.id.html" title="class in com.ohtu.wearable.wearabledataservice">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.string.html#action_settings">action_settings</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.string.html" title="class in com.ohtu.wearable.wearabledataservice">R.string</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.id.html#action_success">action_success</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.id.html" title="class in com.ohtu.wearable.wearabledataservice">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.integer.html#action_text_faded_alpha">action_text_faded_alpha</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.integer.html" title="class in com.ohtu.wearable.wearabledataservice">R.integer</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.dimen.html#activity_horizontal_margin">activity_horizontal_margin</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.dimen.html" title="class in com.ohtu.wearable.wearabledataservice">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.layout.html#activity_main">activity_main</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.layout.html" title="class in com.ohtu.wearable.wearabledataservice">R.layout</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.layout.html#activity_pager_adapter">activity_pager_adapter</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.layout.html" title="class in com.ohtu.wearable.wearabledataservice">R.layout</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.layout.html#activity_startserver">activity_startserver</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.layout.html" title="class in com.ohtu.wearable.wearabledataservice">R.layout</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.dimen.html#activity_vertical_margin">activity_vertical_margin</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.dimen.html" title="class in com.ohtu.wearable.wearabledataservice">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/server/NanoHTTPD.Response.html#addHeader-java.lang.String-java.lang.String-">addHeader(String, String)</a></span> - Method in class com.ohtu.wearable.wearabledataservice.server.<a href="../com/ohtu/wearable/wearabledataservice/server/NanoHTTPD.Response.html" title="class in com.ohtu.wearable.wearabledataservice.server">NanoHTTPD.Response</a></dt>
<dd>
<div class="block">Adds given line to the header.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/database/SensorDatabase.html#addSensorUnit-com.ohtu.wearable.wearabledataservice.sensors.SensorUnit-">addSensorUnit(SensorUnit)</a></span> - Method in class com.ohtu.wearable.wearabledataservice.database.<a href="../com/ohtu/wearable/wearabledataservice/database/SensorDatabase.html" title="class in com.ohtu.wearable.wearabledataservice.database">SensorDatabase</a></dt>
<dd>
<div class="block">Add sensorUnit and its values to the database.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.id.html#adjust_height">adjust_height</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.id.html" title="class in com.ohtu.wearable.wearabledataservice">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.id.html#adjust_width">adjust_width</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.id.html" title="class in com.ohtu.wearable.wearabledataservice">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.id.html#all">all</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.id.html" title="class in com.ohtu.wearable.wearabledataservice">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.id.html#animation">animation</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.id.html" title="class in com.ohtu.wearable.wearabledataservice">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.string.html#app_name">app_name</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.string.html" title="class in com.ohtu.wearable.wearabledataservice">R.string</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/BuildConfig.html#APPLICATION_ID">APPLICATION_ID</a></span> - Static variable in class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/BuildConfig.html" title="class in com.ohtu.wearable.wearabledataservice">BuildConfig</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../com/ohtu/wearable/wearabledataservice/R.attr.html#attr--">attr()</a></span> - Constructor for class com.ohtu.wearable.wearabledataservice.<a href="../com/ohtu/wearable/wearabledataservice/R.attr.html" title="class in com.ohtu.wearable.wearabledataservice">R.attr</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li>
<li><a href="index-1.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>
| OhtuWearable/WearableDataServer | javadoc/index-files/index-1.html | HTML | apache-2.0 | 11,749 |
<!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>ovs all: /home/vladn/git/ovs/include/sparse/sys -> openvswitch Relation</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">ovs all
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('dir_dca8e73d4e86cb962f5e2121dffa0b65.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<h3>sys → openvswitch Relation</h3><table class="dirtab"><tr class="dirtab"><th class="dirtab">File in ovs/include/sparse/sys</th><th class="dirtab">Includes file in ovs/include/openvswitch</th></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="sparse_2sys_2socket_8h.html">socket.h</a></td><td class="dirtab"><a class="el" href="include_2openvswitch_2types_8h.html">types.h</a></td></tr></table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_36ad3adc1aabcd87770fae1b41e5ac14.html">ovs</a></li><li class="navelem"><a class="el" href="dir_6817b1b6852d09eb8e8d18b316098349.html">include</a></li><li class="navelem"><a class="el" href="dir_46fcd656faa8e0b0ed751886958f3bbf.html">sparse</a></li><li class="navelem"><a class="el" href="dir_dca8e73d4e86cb962f5e2121dffa0b65.html">sys</a></li>
<li class="footer">Generated on Wed Sep 9 2015 19:08:09 for ovs all by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
| vladn-ma/vladn-ovs-doc | doxygen/ovs_all/html/dir_000029_000016.html | HTML | apache-2.0 | 5,180 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of POSIX_FALLOCATE</TITLE>
</HEAD><BODY>
<H1>POSIX_FALLOCATE</H1>
Section: Linux Programmer's Manual (3)<BR>Updated: 2014-06-03<BR><A HREF="#index">Index</A>
<A HREF="../index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
posix_fallocate - allocate file space
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<PRE>
<B>#include <<A HREF="file:///usr/include/fcntl.h">fcntl.h</A>></B>
<B>int posix_fallocate(int </B><I>fd</I><B>, off_t </B><I>offset</I><B>, off_t </B><I>len</I><B>);</B>
</PRE>
<P>
Feature Test Macro Requirements for glibc (see
<B><A HREF="../man7/feature_test_macros.7.html">feature_test_macros</A></B>(7)):
<P>
<B>posix_fallocate</B>():
<DL COMPACT><DT><DD>
_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L
</DL>
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
The function
<B>posix_fallocate</B>()
ensures that disk space is allocated for the file referred to by the
descriptor
<I>fd</I>
for the bytes in the range starting at
<I>offset</I>
and continuing for
<I>len</I>
bytes.
After a successful call to
<B>posix_fallocate</B>(),
subsequent writes to bytes in the specified range are
guaranteed not to fail because of lack of disk space.
<P>
If the size of the file is less than
<I>offset</I>+<I>len</I>,
then the file is increased to this size;
otherwise the file size is left unchanged.
<A NAME="lbAE"> </A>
<H2>RETURN VALUE</H2>
<B>posix_fallocate</B>()
returns zero on success, or an error number on failure.
Note that
<I>errno</I>
is not set.
<A NAME="lbAF"> </A>
<H2>ERRORS</H2>
<DL COMPACT>
<DT><B>EBADF</B>
<DD>
<I>fd</I>
is not a valid file descriptor, or is not opened for writing.
<DT><B>EFBIG</B>
<DD>
<I>offset+len</I>
exceeds the maximum file size.
<DT><B>EINVAL</B>
<DD>
<I>offset</I>
was less than 0, or
<I>len</I>
was less than or equal to 0.
<DT><B>ENODEV</B>
<DD>
<I>fd</I>
does not refer to a regular file.
<DT><B>ENOSPC</B>
<DD>
There is not enough space left on the device containing the file
referred to by
<I>fd</I>.
<DT><B>ESPIPE</B>
<DD>
<I>fd</I>
refers to a pipe.
</DL>
<A NAME="lbAG"> </A>
<H2>VERSIONS</H2>
<B>posix_fallocate</B>()
is available since glibc 2.1.94.
<A NAME="lbAH"> </A>
<H2>ATTRIBUTES</H2>
<A NAME="lbAI"> </A>
<H3>Multithreading (see <A HREF="../man7/pthreads.7.html">pthreads</A>(7))</H3>
The
<B>posix_fallocate</B>()
function is thread-safe.
<A NAME="lbAJ"> </A>
<H2>CONFORMING TO</H2>
POSIX.1-2001.
<P>
POSIX.1-2008 says that an implementation
<I>shall</I>
give the
<B>EINVAL</B>
error if
<I>len</I>
was 0, or
<I>offset</I>
was less than 0.
POSIX.1-2001 says that an implementation
<I>shall</I>
give the
<B>EINVAL</B>
error if
<I>len</I>
is less than 0, or
<I>offset</I>
was less than 0, and
<I>may</I>
give the error if
<I>len</I>
equals zero.
<A NAME="lbAK"> </A>
<H2>SEE ALSO</H2>
<B><A HREF="../man1/fallocate.1.html">fallocate</A></B>(1),
<B><A HREF="../man2/fallocate.2.html">fallocate</A></B>(2),
<B><A HREF="../man2/lseek.2.html">lseek</A></B>(2),
<B><A HREF="../man2/posix_fadvise.2.html">posix_fadvise</A></B>(2)
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">RETURN VALUE</A><DD>
<DT><A HREF="#lbAF">ERRORS</A><DD>
<DT><A HREF="#lbAG">VERSIONS</A><DD>
<DT><A HREF="#lbAH">ATTRIBUTES</A><DD>
<DL>
<DT><A HREF="#lbAI">Multithreading (see pthreads(7))</A><DD>
</DL>
<DT><A HREF="#lbAJ">CONFORMING TO</A><DD>
<DT><A HREF="#lbAK">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 02:55:04 GMT, September 18, 2014
</BODY>
</HTML>
| cs-education/sysassets | man_pages/html/man3/posix_fallocate.3.html | HTML | apache-2.0 | 3,875 |
<!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_73) on Mon Sep 19 13:35:24 PDT 2016 -->
<title>Iterators</title>
<meta name="date" content="2016-09-19">
<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="Iterators";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-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/deeplearning4j/berkeley/Filter.html" title="interface in org.deeplearning4j.berkeley"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/deeplearning4j/berkeley/Iterators.FilteredIterator.html" title="class in org.deeplearning4j.berkeley"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/deeplearning4j/berkeley/Iterators.html" target="_top">Frames</a></li>
<li><a href="Iterators.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.class.summary">Nested</a> | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.deeplearning4j.berkeley</div>
<h2 title="Class Iterators" class="title">Class Iterators</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.deeplearning4j.berkeley.Iterators</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Iterators</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.FilteredIterator.html" title="class in org.deeplearning4j.berkeley">Iterators.FilteredIterator</a><<a href="../../../org/deeplearning4j/berkeley/Iterators.FilteredIterator.html" title="type parameter in Iterators.FilteredIterator">T</a>></span></code>
<div class="block">Creates an iterator that only returns items of a base iterator that pass
a filter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.IteratorIterator.html" title="class in org.deeplearning4j.berkeley">Iterators.IteratorIterator</a><<a href="../../../org/deeplearning4j/berkeley/Iterators.IteratorIterator.html" title="type parameter in Iterators.IteratorIterator">T</a>></span></code>
<div class="block">Wraps a two-level iteration scenario in an iterator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.Transform.html" title="class in org.deeplearning4j.berkeley">Iterators.Transform</a><<a href="../../../org/deeplearning4j/berkeley/Iterators.Transform.html" title="type parameter in Iterators.Transform">S</a>,<a href="../../../org/deeplearning4j/berkeley/Iterators.Transform.html" title="type parameter in Iterators.Transform">T</a>></span></code>
<div class="block">WraTps a base iterator with a transformation function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.TransformingIterator.html" title="class in org.deeplearning4j.berkeley">Iterators.TransformingIterator</a><<a href="../../../org/deeplearning4j/berkeley/Iterators.TransformingIterator.html" title="type parameter in Iterators.TransformingIterator">I</a>,<a href="../../../org/deeplearning4j/berkeley/Iterators.TransformingIterator.html" title="type parameter in Iterators.TransformingIterator">O</a>></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static <T> java.lang.Iterable<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#able-java.util.Iterator-">able</a></span>(java.util.Iterator<T> it)</code>
<div class="block">Wraps an iterator as an iterable</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <T> java.util.Iterator<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#concat-java.lang.Iterable-">concat</a></span>(java.lang.Iterable<java.util.Iterator<? extends T>> args)</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <T> java.lang.Iterable<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#concat-java.lang.Iterable-java.lang.Iterable-">concat</a></span>(java.lang.Iterable<T> a,
java.lang.Iterable<T> b)</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <T> java.util.Iterator<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#concat-java.util.Iterator...-">concat</a></span>(java.util.Iterator<? extends T>... args)</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static java.util.Iterator</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#emptyIterator--">emptyIterator</a></span>()</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <T> java.util.List<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#fillList-java.util.Iterator-">fillList</a></span>(java.util.Iterator<? extends T> it)</code> </td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <T> void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#fillList-java.util.Iterator-java.util.List-">fillList</a></span>(java.util.Iterator<? extends T> it,
java.util.List<T> lst)</code> </td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static <T> java.util.Iterator<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#filter-java.util.Iterator-org.deeplearning4j.berkeley.Filter-">filter</a></span>(java.util.Iterator<T> iterator,
<a href="../../../org/deeplearning4j/berkeley/Filter.html" title="interface in org.deeplearning4j.berkeley">Filter</a><T> filter)</code> </td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static <T> java.util.Iterator<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#maxLengthIterator-java.util.Iterator-int-">maxLengthIterator</a></span>(java.util.Iterator<T> base,
int max)</code>
<div class="block">Provides a max number of elements for an underlying base iterator.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static <T> java.lang.Iterable<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#newIterable-java.util.Iterator-">newIterable</a></span>(java.util.Iterator<T> it)</code>
<div class="block">Wraps an iterator as an iterable</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static <T> java.util.List<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#nextList-java.util.List-">nextList</a></span>(java.util.List<java.util.Iterator<T>> iterators)</code> </td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>static java.util.Iterator<java.lang.Object></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#objectIterator-java.io.ObjectInputStream-">objectIterator</a></span>(java.io.ObjectInputStream instream)</code> </td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>static <U> java.util.Iterator<U></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#oneItemIterator-U-">oneItemIterator</a></span>(U item)</code> </td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>static <T> java.util.Iterator<T></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#thread-java.util.Iterator-">thread</a></span>(java.util.Iterator<T> base)</code>
<div class="block">Executes calls to next() in a different thread</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>static <S,T> java.util.Iterator<<a href="../../../org/deeplearning4j/berkeley/Pair.html" title="class in org.deeplearning4j.berkeley">Pair</a><S,T>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/deeplearning4j/berkeley/Iterators.html#zip-java.util.Iterator-java.util.Iterator-">zip</a></span>(java.util.Iterator<S> s,
java.util.Iterator<T> t)</code> </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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="fillList-java.util.Iterator-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fillList</h4>
<pre>public static <T> void fillList(java.util.Iterator<? extends T> it,
java.util.List<T> lst)</pre>
</li>
</ul>
<a name="fillList-java.util.Iterator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fillList</h4>
<pre>public static <T> java.util.List<T> fillList(java.util.Iterator<? extends T> it)</pre>
</li>
</ul>
<a name="newIterable-java.util.Iterator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newIterable</h4>
<pre>public static <T> java.lang.Iterable<T> newIterable(java.util.Iterator<T> it)</pre>
<div class="block">Wraps an iterator as an iterable</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - </dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>it</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="able-java.util.Iterator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>able</h4>
<pre>public static <T> java.lang.Iterable<T> able(java.util.Iterator<T> it)</pre>
<div class="block">Wraps an iterator as an iterable</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - </dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>it</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="thread-java.util.Iterator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>thread</h4>
<pre>public static <T> java.util.Iterator<T> thread(java.util.Iterator<T> base)</pre>
<div class="block">Executes calls to next() in a different thread</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - </dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>base</code> - </dd>
<dd><code>numThreads</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="zip-java.util.Iterator-java.util.Iterator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>zip</h4>
<pre>public static <S,T> java.util.Iterator<<a href="../../../org/deeplearning4j/berkeley/Pair.html" title="class in org.deeplearning4j.berkeley">Pair</a><S,T>> zip(java.util.Iterator<S> s,
java.util.Iterator<T> t)</pre>
</li>
</ul>
<a name="maxLengthIterator-java.util.Iterator-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>maxLengthIterator</h4>
<pre>public static <T> java.util.Iterator<T> maxLengthIterator(java.util.Iterator<T> base,
int max)</pre>
<div class="block">Provides a max number of elements for an underlying base iterator.</div>
</li>
</ul>
<a name="filter-java.util.Iterator-org.deeplearning4j.berkeley.Filter-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filter</h4>
<pre>public static <T> java.util.Iterator<T> filter(java.util.Iterator<T> iterator,
<a href="../../../org/deeplearning4j/berkeley/Filter.html" title="interface in org.deeplearning4j.berkeley">Filter</a><T> filter)</pre>
</li>
</ul>
<a name="concat-java.lang.Iterable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>concat</h4>
<pre>public static <T> java.util.Iterator<T> concat(java.lang.Iterable<java.util.Iterator<? extends T>> args)</pre>
</li>
</ul>
<a name="concat-java.util.Iterator...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>concat</h4>
<pre>public static <T> java.util.Iterator<T> concat(java.util.Iterator<? extends T>... args)</pre>
</li>
</ul>
<a name="oneItemIterator-java.lang.Object-">
<!-- -->
</a><a name="oneItemIterator-U-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>oneItemIterator</h4>
<pre>public static <U> java.util.Iterator<U> oneItemIterator(U item)</pre>
</li>
</ul>
<a name="emptyIterator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>emptyIterator</h4>
<pre>public static java.util.Iterator emptyIterator()</pre>
</li>
</ul>
<a name="concat-java.lang.Iterable-java.lang.Iterable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>concat</h4>
<pre>public static <T> java.lang.Iterable<T> concat(java.lang.Iterable<T> a,
java.lang.Iterable<T> b)</pre>
</li>
</ul>
<a name="nextList-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>nextList</h4>
<pre>public static <T> java.util.List<T> nextList(java.util.List<java.util.Iterator<T>> iterators)</pre>
</li>
</ul>
<a name="objectIterator-java.io.ObjectInputStream-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>objectIterator</h4>
<pre>public static java.util.Iterator<java.lang.Object> objectIterator(java.io.ObjectInputStream instream)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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/deeplearning4j/berkeley/Filter.html" title="interface in org.deeplearning4j.berkeley"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/deeplearning4j/berkeley/Iterators.FilteredIterator.html" title="class in org.deeplearning4j.berkeley"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/deeplearning4j/berkeley/Iterators.html" target="_top">Frames</a></li>
<li><a href="Iterators.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.class.summary">Nested</a> | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| YeewenTan/YeewenTan.github.io | doc/org/deeplearning4j/berkeley/Iterators.html | HTML | apache-2.0 | 22,061 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sat Mar 16 04:11:53 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.management.access.constraint.type.classification (BOM: * : All 2.3.1.Final-SNAPSHOT API)</title>
<meta name="date" content="2019-03-16">
<link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../../../../../org/wildfly/swarm/config/management/access/constraint/type/classification/package-summary.html" target="classFrame">org.wildfly.swarm.config.management.access.constraint.type.classification</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="AppliesToConsumer.html" title="interface in org.wildfly.swarm.config.management.access.constraint.type.classification" target="classFrame"><span class="interfaceName">AppliesToConsumer</span></a></li>
<li><a href="AppliesToSupplier.html" title="interface in org.wildfly.swarm.config.management.access.constraint.type.classification" target="classFrame"><span class="interfaceName">AppliesToSupplier</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AppliesTo.html" title="class in org.wildfly.swarm.config.management.access.constraint.type.classification" target="classFrame">AppliesTo</a></li>
</ul>
</div>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2.3.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/management/access/constraint/type/classification/package-frame.html | HTML | apache-2.0 | 1,677 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Brett Gilbert</title>
</head>
<body>
<h1>Bgilbert.io Coming Soon!</h1>
</body>
</html> | Brett-Gilbert/pwp-test | public_html/index-temp.html | HTML | apache-2.0 | 167 |
<!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_112) on Mon Nov 06 11:57:25 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources (BOM: * : All 2017.11.0 API)</title>
<meta name="date" content="2017-11-06">
<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.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources (BOM: * : All 2017.11.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/class-use/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" target="_top">Frames</a></li>
<li><a href="AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.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.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources" class="title">Uses of Class<br>org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources</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/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources</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.wildfly.swarm.config.management.security_realm.authorization">org.wildfly.swarm.config.management.security_realm.authorization</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.management.security_realm.authorization">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources</a> in <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/package-summary.html">org.wildfly.swarm.config.management.security_realm.authorization</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/package-summary.html">org.wildfly.swarm.config.management.security_realm.authorization</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources</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/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources</a></code></td>
<td class="colLast"><span class="typeNameLabel">AdvancedFilterUsernameToDn.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html#subresources--">subresources</a></span>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/class-use/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" target="_top">Frames</a></li>
<li><a href="AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.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 © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2017.11.0/apidocs/org/wildfly/swarm/config/management/security_realm/authorization/class-use/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html | HTML | apache-2.0 | 9,012 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>XLabs: 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="XLabs_logo.psd"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">XLabs
</div>
<div id="projectbrief">Cross-platform reusable C# libraries</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</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('class_x_labs_1_1_ioc_1_1_simple_container.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">XLabs.Ioc.SimpleContainer Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html">XLabs.Ioc.SimpleContainer</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html#a6e301d7a76d26e494f5b091fd667f519">GetResolver</a>()</td><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html">XLabs.Ioc.SimpleContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html#a67a48cc8d764d6d32908ca3c48dfdad2">Register</a>(Type type, Type impl)</td><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html">XLabs.Ioc.SimpleContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html#aaa21eb5c8aebfb0856ba20e35ffb2243">Register< T ></a>(T instance)</td><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html">XLabs.Ioc.SimpleContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html#ad826ef5e4ebcdca7b0567be677776fed">Register< T ></a>(Type type)</td><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html">XLabs.Ioc.SimpleContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html#a2ff1c65726326c0ee0c1aae2fa318533">Register< T ></a>(Func< IResolver, T > func)</td><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html">XLabs.Ioc.SimpleContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html#a865658a1f6e4bb9216a9fca5cb9166af">Register< T, TImpl ></a>()</td><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html">XLabs.Ioc.SimpleContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html#a038f6197434320b4963fb2cfcc14d699">RegisterSingle< T, TImpl ></a>()</td><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html">XLabs.Ioc.SimpleContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html#a50c5e1937449db4209c6dae0eaeb1a67">SimpleContainer</a>()</td><td class="entry"><a class="el" href="class_x_labs_1_1_ioc_1_1_simple_container.html">XLabs.Ioc.SimpleContainer</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li>
</ul>
</div>
</body>
</html>
| XLabs/xlabs.github.io | html/class_x_labs_1_1_ioc_1_1_simple_container-members.html | HTML | apache-2.0 | 7,655 |
<!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_112) on Tue Sep 12 14:31:26 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.messaging.activemq.server.ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources (BOM: * : All 2017.9.5 API)</title>
<meta name="date" content="2017-09-12">
<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.wildfly.swarm.config.messaging.activemq.server.ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources (BOM: * : All 2017.9.5 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.html" target="_top">Frames</a></li>
<li><a href="ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.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.wildfly.swarm.config.messaging.activemq.server.ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources" class="title">Uses of Class<br>org.wildfly.swarm.config.messaging.activemq.server.ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources</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/wildfly/swarm/config/messaging/activemq/server/ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources</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.wildfly.swarm.config.messaging.activemq.server">org.wildfly.swarm.config.messaging.activemq.server</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq.server">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources</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/wildfly/swarm/config/messaging/activemq/server/ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources</a></code></td>
<td class="colLast"><span class="typeNameLabel">ReplicationColocatedHAPolicy.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ReplicationColocatedHAPolicy.html#subresources--">subresources</a></span>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.html" title="class in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.html" target="_top">Frames</a></li>
<li><a href="ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.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 © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2017.9.5/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources.html | HTML | apache-2.0 | 8,720 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Fri Apr 06 09:47:27 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.NamingConsumer (BOM: * : All 2018.4.2 API)</title>
<meta name="date" content="2018-04-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.wildfly.swarm.config.NamingConsumer (BOM: * : All 2018.4.2 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.4.2</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/NamingConsumer.html" target="_top">Frames</a></li>
<li><a href="NamingConsumer.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 Interface org.wildfly.swarm.config.NamingConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.NamingConsumer</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/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</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.wildfly.swarm.config">org.wildfly.swarm.config</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a> in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> that return <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</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>default <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a><<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="type parameter in NamingConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">NamingConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html#andThen-org.wildfly.swarm.config.NamingConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a><<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="type parameter in NamingConsumer">T</a>> after)</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/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</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>default <a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a><<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="type parameter in NamingConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">NamingConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html#andThen-org.wildfly.swarm.config.NamingConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a><<a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="type parameter in NamingConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.4.2</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/NamingConsumer.html" target="_top">Frames</a></li>
<li><a href="NamingConsumer.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 © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
| wildfly-swarm/wildfly-swarm-javadocs | 2018.4.2/apidocs/org/wildfly/swarm/config/class-use/NamingConsumer.html | HTML | apache-2.0 | 8,807 |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>org.scalatest.matchers.Matchers.FloatPlusOrMinusWrapper</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link type="text/css" media="screen" rel="stylesheet" href="../../../lib/template.css" />
<script type="text/javascript" src="../../../lib/jquery.js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<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-71294502-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="type">
<div id="definition">
<img src="../../../lib/class_big.png" />
<p id="owner"><a name="org" class="extype" href="../../package.html">org</a>.<a name="org.scalatest" class="extype" href="../package.html">scalatest</a>.<a name="org.scalatest.matchers" class="extype" href="package.html">matchers</a>.<a name="org.scalatest.matchers.Matchers" class="extype" href="Matchers.html">Matchers</a></p>
<h1>FloatPlusOrMinusWrapper</h1>
</div>
<h4 class="signature" id="signature">
<span class="kind">class</span>
<span class="symbol">
<span class="name">FloatPlusOrMinusWrapper</span>
<span class="result"> extends AnyRef</span>
</span>
</h4>
<div class="fullcommenttop" id="comment"><div class="comment cmt"><p>This class is part of the ScalaTest matchers DSL. Please see the documentation for <a href="ShouldMatchers.html"><code>ShouldMatchers</code></a> or <a href="MustMatchers.html"><code>MustMatchers</code></a> for an overview of
the matchers DSL.
</p></div><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent">AnyRef, <span name="scala.Any" class="extype">Any</span></div>
</div></div>
<div id="template">
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input accesskey="/" type="text" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol><li class="alpha in"><span>Alphabetic</span></li><li class="inherit out"><span>By inheritance</span></li></ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited</span>
<ol><li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li></ol>
<ol id="linearization"><li name="org.scalatest.matchers.Matchers.FloatPlusOrMinusWrapper" class="in"><span>FloatPlusOrMinusWrapper</span></li><li name="scala.AnyRef" class="in"><span>AnyRef</span></li><li name="scala.Any" class="in"><span>Any</span></li></ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div class="members" id="constructors">
<h3>Instance Constructors</h3>
<ol><li visbl="pub" name="org.scalatest.matchers.Matchers.FloatPlusOrMinusWrapper#this" data-isabs="false">
<a id="this:FloatPlusOrMinusWrapper"></a>
<h4 class="signature">
<span class="kind">new</span>
<span class="symbol">
<span class="name">FloatPlusOrMinusWrapper</span>
<span class="params">(<span name="right">right: <span name="scala.Float" class="extype">Float</span></span>)</span>
</span>
</h4>
</li></ol>
</div>
<div class="values members" id="values">
<h3>Value Members</h3>
<ol><li visbl="pub" name="scala.AnyRef#!=" data-isabs="false">
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">!=</span>
<span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.Any#!=" data-isabs="false">
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">!=</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef###" data-isabs="false">
<a id="##():Int"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">##</span>
<span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#==" data-isabs="false">
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">==</span>
<span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.Any#==" data-isabs="false">
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">==</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="pub" name="scala.Any#asInstanceOf" data-isabs="false">
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">asInstanceOf</span>
<span class="tparams">[<span name="T0">T0</span>]</span>
<span class="result">: T0</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="prt" name="scala.AnyRef#clone" data-isabs="false">
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">clone</span>
<span class="params">()</span><span class="result">: AnyRef</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../../java/lang/package.html">lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#eq" data-isabs="false">
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">eq</span>
<span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#equals" data-isabs="false">
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">equals</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="prt" name="scala.AnyRef#finalize" data-isabs="false">
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">finalize</span>
<span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../../java/lang/package.html">lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#getClass" data-isabs="false">
<a id="getClass():java.lang.Class[_]"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">getClass</span>
<span class="params">()</span><span class="result">: java.lang.Class[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#hashCode" data-isabs="false">
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">hashCode</span>
<span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.Any#isInstanceOf" data-isabs="false">
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">isInstanceOf</span>
<span class="tparams">[<span name="T0">T0</span>]</span>
<span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#ne" data-isabs="false">
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">ne</span>
<span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#notify" data-isabs="false">
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">notify</span>
<span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#notifyAll" data-isabs="false">
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">notifyAll</span>
<span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="org.scalatest.matchers.Matchers.FloatPlusOrMinusWrapper#plusOrMinus" data-isabs="false">
<a id="plusOrMinus(Float):FloatTolerance"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">plusOrMinus</span>
<span class="params">(<span name="tolerance">tolerance: <span name="scala.Float" class="extype">Float</span></span>)</span><span class="result">: <a name="org.scalatest.matchers.Matchers.FloatTolerance" class="extype" href="Matchers$FloatTolerance.html">FloatTolerance</a></span>
</span>
</h4>
<p class="shortcomment cmt">This method enables the following syntax:</p><div class="fullcomment"><div class="comment cmt"><p>This method enables the following syntax:</p><p><pre class="stHighlighted">
sevenDotOh should be (<span class="stLiteral">17.0f</span> plusOrMinus <span class="stLiteral">0.2f</span>)
^
</pre>
</p></div></div>
</li><li visbl="pub" name="scala.AnyRef#synchronized" data-isabs="false">
<a id="synchronized[T0](⇒ T0):T0"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">synchronized</span>
<span class="tparams">[<span name="T0">T0</span>]</span>
<span class="params">(<span name="arg0">arg0: ⇒ T0</span>)</span><span class="result">: T0</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#toString" data-isabs="false">
<a id="toString():String"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">toString</span>
<span class="params">()</span><span class="result">: <span name="java.lang.String" class="extype">String</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false">
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">wait</span>
<span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false">
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">wait</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>, <span name="arg1">arg1: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false">
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">wait</span>
<span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">()</span>
</dd></dl></div>
</li></ol>
</div>
<div name="scala.AnyRef" class="parent">
<h3>Inherited from AnyRef</h3>
</div><div name="scala.Any" class="parent">
<h3>Inherited from <span name="scala.Any" class="extype">Any</span></h3>
</div>
</div>
<div id="tooltip"></div>
</body>
</html> | scalatest/scalatest-website | public/scaladoc/1.7/org/scalatest/matchers/Matchers$FloatPlusOrMinusWrapper.html | HTML | apache-2.0 | 18,753 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>velstor.restapi.namespace — vcnc 1.0-beta documentation</title>
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="index" title="Index"
href="../../../genindex.html"/>
<link rel="search" title="Search" href="../../../search.html"/>
<link rel="top" title="vcnc 1.0-beta documentation" href="../../../index.html"/>
<link rel="up" title="Module code" href="../../index.html"/>
<script src="../../../_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="../../../index.html" class="icon icon-home"> vcnc
</a>
<div class="version">
1.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<p class="caption"><span class="caption-text">About the vCNC</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../about-vcnc/vcnc-architecture.html">vCNC Architecture</a></li>
</ul>
<p class="caption"><span class="caption-text">Developer Information</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/ide.html">IDEs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/coding-policies.html">Policies</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/workflow.html">Workflow</a></li>
</ul>
<p class="caption"><span class="caption-text">Building</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/building/build-prepare.html">Preparing to Build</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/building/vcnc-server-build.html">Building <em>vcnc-server</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/building/vcnc-web-build.html">Building <em>vcnc-web</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/building/vclc-pyapi-build.html">Building <em>vclc</em></a></li>
</ul>
<p class="caption"><span class="caption-text">Running</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/run/run-prepare.html">Preparing to Run</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/run/vcnc-server-run.html">Running <em>vcnc-server</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/run/vclc-run.html">Running <em>vclc</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/run/vcnc-web-run.html">Running <em>vcnc-web</em></a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../api-reference/modules.html">api-python</a></li>
</ul>
<p class="caption"><span class="caption-text">About this Document</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/about-this-document.html">About this Document</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/documentation-build.html">Building this document</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../developer/documentation-publish.html">Publishing this Document</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../../index.html">vcnc</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../../index.html">Docs</a> »</li>
<li><a href="../../index.html">Module code</a> »</li>
<li>velstor.restapi.namespace</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<h1>Source code for velstor.restapi.namespace</h1><div class="highlight"><pre>
<span></span><span class="c1">#</span>
<span class="c1"># Copyright (C) 2016 IC Manage Inc.</span>
<span class="c1">#</span>
<span class="c1"># See the file COPYING for license details.</span>
<span class="c1">#</span>
<span class="kn">import</span> <span class="nn">requests</span>
<span class="kn">from</span> <span class="nn">velstor.libutil</span> <span class="k">import</span> <span class="n">urlencode</span>
<span class="kn">from</span> <span class="nn">velstor.restapi.fulfill202</span> <span class="k">import</span> <span class="n">fulfill202</span>
<span class="c1"># namespace.py: Operations on a TRQ namespace</span>
<div class="viewcode-block" id="copy_vector"><a class="viewcode-back" href="../../../api-reference/velstor.restapi.html#velstor.restapi.namespace.copy_vector">[docs]</a><span class="k">def</span> <span class="nf">copy_vector</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">vtrqid</span><span class="p">,</span> <span class="n">pairs</span><span class="p">,</span> <span class="n">overwrite</span><span class="p">):</span>
<span class="sd">"""Performs one or more meta-data copies on the vtrq.</span>
<span class="sd"> Args:</span>
<span class="sd"> session (:class:`~velstor.restapi.Session`): Provides security information.</span>
<span class="sd"> vtrqid (int): ID of the vTRQ.</span>
<span class="sd"> pairs (list): A list of (source, destination) pairs.</span>
<span class="sd"> overwrite (bool): When true, an existing destination is overwritten with</span>
<span class="sd"> 'cp -r' semantics; otherwise, the pair is skipped.</span>
<span class="sd"> Returns:</span>
<span class="sd"> The return value of :func:`~velstor.restapi.fulfill202.fulfill202`</span>
<span class="sd"> """</span>
<span class="c1"># validate vtrqid is an int</span>
<span class="c1"># validate pairs is an array</span>
<span class="c1"># validate overwrite is boolean</span>
<span class="n">url</span> <span class="o">=</span> <span class="s1">'/'</span><span class="o">.</span><span class="n">join</span><span class="p">([</span><span class="n">session</span><span class="o">.</span><span class="n">base_url</span><span class="p">(),</span>
<span class="s1">'vtrq'</span><span class="p">,</span>
<span class="s1">'meta_copy'</span><span class="p">,</span>
<span class="nb">str</span><span class="p">(</span><span class="n">vtrqid</span><span class="p">)])</span>
<span class="n">r</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">post</span><span class="p">(</span><span class="n">url</span><span class="p">,</span>
<span class="n">params</span><span class="o">=</span><span class="p">{</span><span class="s1">'overwrite'</span><span class="p">:</span> <span class="n">overwrite</span><span class="p">},</span>
<span class="n">json</span><span class="o">=</span><span class="p">{</span><span class="s1">'copy_paths'</span><span class="p">:</span> <span class="n">pairs</span><span class="p">})</span>
<span class="k">return</span> <span class="n">fulfill202</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">r</span><span class="p">)</span></div>
<div class="viewcode-block" id="delete"><a class="viewcode-back" href="../../../api-reference/velstor.restapi.html#velstor.restapi.namespace.delete">[docs]</a><span class="k">def</span> <span class="nf">delete</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">vtrqid</span><span class="p">,</span> <span class="n">path</span><span class="p">,</span> <span class="n">recursive</span><span class="p">):</span>
<span class="sd">"""Removes a namespace node.</span>
<span class="sd"> Args:</span>
<span class="sd"> session (:class:`~velstor.restapi.Session`): Provides security information.</span>
<span class="sd"> vtrqid (int): ID of the vTRQ.</span>
<span class="sd"> path (str): Fully-qualified namespace path.</span>
<span class="sd"> recursive (bool): When True, a subtree will removed. Otherwise, only leafs will be removed.</span>
<span class="sd"> Returns:</span>
<span class="sd"> The return value of :func:`~velstor.restapi.fulfill202.fulfill202`</span>
<span class="sd"> """</span>
<span class="c1"># validate vtrqid is an int</span>
<span class="c1"># validate path is a string and is absolute</span>
<span class="n">url</span> <span class="o">=</span> <span class="s1">'/'</span><span class="o">.</span><span class="n">join</span><span class="p">([</span><span class="n">session</span><span class="o">.</span><span class="n">base_url</span><span class="p">(),</span>
<span class="s1">'vtrq'</span><span class="p">,</span>
<span class="s1">'namespace'</span><span class="p">,</span>
<span class="nb">str</span><span class="p">(</span><span class="n">vtrqid</span><span class="p">),</span>
<span class="n">urlencode</span><span class="p">(</span><span class="n">path</span><span class="p">)])</span>
<span class="n">r</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">delete</span><span class="p">(</span><span class="n">url</span><span class="p">,</span> <span class="n">params</span><span class="o">=</span><span class="p">{</span><span class="s1">'recursive'</span><span class="p">:</span> <span class="n">recursive</span><span class="p">})</span>
<span class="k">return</span> <span class="n">fulfill202</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">r</span><span class="p">)</span></div>
<div class="viewcode-block" id="mkdir"><a class="viewcode-back" href="../../../api-reference/velstor.restapi.html#velstor.restapi.namespace.mkdir">[docs]</a><span class="k">def</span> <span class="nf">mkdir</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">vtrqid</span><span class="p">,</span> <span class="n">mode</span><span class="p">,</span> <span class="n">parents</span><span class="p">,</span> <span class="n">path</span><span class="p">):</span>
<span class="sd">"""Creates a directory on the vtrq.</span>
<span class="sd"> Args:</span>
<span class="sd"> session (:class:`~velstor.restapi.Session`): Provides security information.</span>
<span class="sd"> vtrqid (int): ID of the vTRQ.</span>
<span class="sd"> path (str): Fully-qualified namespace path.</span>
<span class="sd"> Returns:</span>
<span class="sd"> The return value of :func:`~velstor.restapi.fulfill202.fulfill202`</span>
<span class="sd"> """</span>
<span class="c1"># validate vtrqid is an int</span>
<span class="c1"># validate path is a string and is absolute</span>
<span class="c1"># validate recursive is boolean</span>
<span class="n">url</span> <span class="o">=</span> <span class="s1">'/'</span><span class="o">.</span><span class="n">join</span><span class="p">([</span><span class="n">session</span><span class="o">.</span><span class="n">base_url</span><span class="p">(),</span>
<span class="s1">'vtrq'</span><span class="p">,</span>
<span class="s1">'namespace'</span><span class="p">,</span>
<span class="nb">str</span><span class="p">(</span><span class="n">vtrqid</span><span class="p">),</span>
<span class="n">urlencode</span><span class="p">(</span><span class="n">path</span><span class="p">),</span>
<span class="s1">'mkdir'</span><span class="p">])</span>
<span class="n">r</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">post</span><span class="p">(</span><span class="n">url</span><span class="p">,</span> <span class="n">params</span><span class="o">=</span><span class="p">{</span><span class="s1">'mode'</span><span class="p">:</span> <span class="n">mode</span><span class="p">,</span> <span class="s1">'parents'</span><span class="p">:</span> <span class="n">parents</span><span class="p">})</span>
<span class="k">return</span> <span class="n">fulfill202</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">r</span><span class="p">)</span></div>
<div class="viewcode-block" id="list"><a class="viewcode-back" href="../../../api-reference/velstor.restapi.html#velstor.restapi.namespace.list">[docs]</a><span class="k">def</span> <span class="nf">list</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">vtrqid</span><span class="p">,</span> <span class="n">path</span><span class="p">):</span>
<span class="sd">"""Returns names of the child nodes of a vtrq path.</span>
<span class="sd"> Args:</span>
<span class="sd"> session (:class:`~velstor.restapi.Session`): Provides security information.</span>
<span class="sd"> vtrqid (int): ID of the vTRQ.</span>
<span class="sd"> path (str): Fully-qualified namespace path.</span>
<span class="sd"> Returns:</span>
<span class="sd"> The return value of :func:`~velstor.restapi.fulfill202.fulfill202`</span>
<span class="sd"> """</span>
<span class="c1"># validate vtrqid is an int</span>
<span class="c1"># validate path is a string and is absolute</span>
<span class="n">url</span> <span class="o">=</span> <span class="s1">'/'</span><span class="o">.</span><span class="n">join</span><span class="p">([</span><span class="n">session</span><span class="o">.</span><span class="n">base_url</span><span class="p">(),</span>
<span class="s1">'vtrq'</span><span class="p">,</span>
<span class="s1">'namespace'</span><span class="p">,</span>
<span class="nb">str</span><span class="p">(</span><span class="n">vtrqid</span><span class="p">),</span>
<span class="n">urlencode</span><span class="p">(</span><span class="n">path</span><span class="p">),</span>
<span class="s1">'children'</span><span class="p">])</span>
<span class="n">r</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">url</span><span class="p">,</span> <span class="n">timeout</span><span class="o">=</span><span class="mf">5.0</span><span class="p">)</span>
<span class="k">return</span> <span class="n">fulfill202</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">r</span><span class="p">)</span></div>
</pre></div>
</div>
<div class="articleComments">
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2017, IC Manage Inc..
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'1.0-beta',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../../../_static/jquery.js"></script>
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<script type="text/javascript" src="../../../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html> | nicko7i/vcnc | docs/_modules/velstor/restapi/namespace.html | HTML | apache-2.0 | 18,078 |
<!DOCTYPE html>
<html>
<!-- Mirrored from inthe7heaven.com/candidate-html/shop-cart.html by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 05 May 2014 13:03:35 GMT -->
<head>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title -->
<title>Shopping Cart | Candidate HTML Template</title>
<!-- Google Fonts -->
<link href='../../fonts.googleapis.com/css2088.css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='../../fonts.googleapis.com/css9d23.css?family=Great+Vibes' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- Stylesheets -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/fontello.css" rel="stylesheet" type="text/css">
<link href="css/flexslider.css" rel="stylesheet" type="text/css">
<link href="js/revolution-slider/css/settings.css" rel="stylesheet" type="text/css" media="screen" />
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="css/responsive-calendar.css" rel="stylesheet" type="text/css">
<link href="css/chosen.css" rel="stylesheet" type="text/css">
<link href="jackbox/css/jackbox.min.css" rel="stylesheet" type="text/css" />
<link href="css/cloud-zoom.css" rel="stylesheet" type="text/css" />
<link href="css/colorpicker.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<!--[if IE 9]>
<link rel="stylesheet" href="css/ie9.css">
<![endif]-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<link href="css/jackbox-ie8.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/ie.css">
<![endif]-->
<!--[if gt IE 8]>
<link href="css/jackbox-ie9.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="css/fontello-ie7.css">
<![endif]-->
<style type="text/css">
.no-fouc {display:none;}
</style>
<!-- jQuery -->
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/jquery-ui-1.10.4.min.js"></script>
<!-- Preloader -->
<script src="js/jquery.queryloader2.min.js"></script>
<script type="text/javascript">
$('html').addClass('no-fouc');
$(document).ready(function(){
$('html').show();
var window_w = $(window).width();
var window_h = $(window).height();
var window_s = $(window).scrollTop();
$("body").queryLoader2({
backgroundColor: '#f2f4f9',
barColor: '#63b2f5',
barHeight: 4,
percentage:false,
deepSearch:true,
minimumTime:1000,
onComplete: function(){
$('.animate-onscroll').filter(function(index){
return this.offsetTop < (window_s + window_h);
}).each(function(index, value){
var el = $(this);
var el_y = $(this).offset().top;
if((window_s) > el_y){
$(el).addClass('animated fadeInDown').removeClass('animate-onscroll');
setTimeout(function(){
$(el).css('opacity','1').removeClass('animated fadeInDown');
},2000);
}
});
}
});
});
</script>
</head>
<body class="tablet-sticky-header ">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "../../connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Container -->
<div class="container">
<!-- Header -->
<header id="header" class="animate-onscroll">
<!-- Main Header -->
<div id="main-header">
<div class="container">
<div class="row">
<!-- Logo -->
<div id="logo" class="col-lg-3 col-md-3 col-sm-3">
<a href="main-v1.html"><img src="img/logo.png" alt="Logo"></a>
</div>
<!-- /Logo -->
<!-- Main Quote -->
<div class="col-lg-5 col-md-4 col-sm-4">
<blockquote>Nam elit agna,enderit sit amet, tinciunt ac,<br>viverra sed, nulla..</blockquote>
</div>
<!-- /Main Quote -->
<!-- Newsletter -->
<div class="col-lg-4 col-md-5 col-sm-5">
<form id="newsletter" action="http://inthe7heaven.com/candidate-html/php/newsletter-form.php" method="POST">
<h5><strong>Sign up</strong> for email updates</h5>
<div class="newsletter-form">
<div class="newsletter-email">
<input type="text" name="newsletter-email" placeholder="Email address">
</div>
<div class="newsletter-zip">
<input type="text" name="newsletter-zip" placeholder="Zip code">
</div>
<div class="newsletter-submit">
<input type="submit" value="">
<i class="icons icon-right-thin"></i>
</div>
</div>
</form>
</div>
<!-- /Newsletter -->
</div>
</div>
</div>
<!-- /Main Header -->
<!-- Lower Header -->
<div id="lower-header">
<div class="container">
<div id="menu-button">
<div>
<span></span>
<span></span>
<span></span>
</div>
<span>Menu</span>
</div>
<ul id="navigation">
<!-- Home -->
<li class="home-button ">
<a href="main-v1.html"><i class="icons icon-home"></i></a>
<ul>
<li>
<span>Layouts</span>
<ul>
<li><a href="main-v1.html">Home v1</a></li>
<li><a href="main-v2.html">Home v2</a></li>
<li><a href="main-v3.html">Home v3</a></li>
</ul>
</li>
<li>
<span>Sliders</span>
<ul>
<li><a href="main-v1.html">Flexslider</a></li>
<li><a href="main-v2.html">Revolution</a></li>
</ul>
</li>
</ul>
</li>
<!-- /Home -->
<!-- Pages -->
<li >
<span>Pages</span>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="issues.html">Issues</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="page-right-sidebar.html">Page with right sidebar</a></li>
<li><a href="page-left-sidebar.html">Page with left sidebar</a></li>
<li><a href="page-fullwidth.html">Full width page</a></li>
</ul>
</li>
<!-- /Pages -->
<!-- Events -->
<li >
<span>Events</span>
<ul>
<li><a href="event-calendar.html">Calendar</a></li>
<li><a href="event-post-v1.html">Event post style 1</a></li>
<li><a href="event-post-v2.html">Event post style 2</a></li>
</ul>
</li>
<!-- /Events -->
<!-- Media -->
<li >
<span>Media</span>
<ul>
<li>
<span>Sortable Grid</span>
<ul>
<li><a href="media-sortable-1column-sidebar.html">1 Column with right sidebar</a></li>
<li><a href="media-sortable-2columns.html">2 Columns</a></li>
<li><a href="media-sortable-3columns.html">3 Columns</a></li>
<li><a href="media-sortable-3columns-sidebar.html">3 Columns with left sidebar</a></li>
<li><a href="media-sortable-4columns.html">4 Columns</a></li>
</ul>
</li>
<li>
<span>Grid with pagination</span>
<ul>
<li><a href="media-grid-1column-sidebar.html">1 Column with right sidebar</a></li>
<li><a href="media-grid-2columns.html">2 Columns</a></li>
<li><a href="media-grid-3columns.html">3 Columns</a></li>
<li><a href="media-grid-3columns-sidebar.html">3 Columns with left sidebar</a></li>
<li><a href="media-grid-4columns.html">4 Columns</a></li>
</ul>
</li>
<li>
<span>Classic gallery</span>
<ul>
<li><a href="media-classic-sortable-3columns.html">Sortable 3 Columns</a></li>
<li><a href="media-classic-sortable-3columns-sidebar.html">Sortable 3 Columns with right sidebar</a></li>
<li><a href="media-classic-sortable-4columns.html">Sortable 4 Columns</a></li>
<li><a href="media-classic-3columns.html">3 Columns</a></li>
<li><a href="media-classic-3columns-sidebar.html">3 Columns with left sidebar</a></li>
<li><a href="media-classic-4columns.html">4 Columns</a></li>
</ul>
</li>
<li>
<span>Single portfolio post</span>
<ul>
<li><a href="portfolio-single-fullwidth.html">Fullwidth</a></li>
<li><a href="portfolio-single-sidebar.html">With Sidebar</a></li>
<li><a href="portfolio-single-extended.html">Extended Image Slideshow</a></li>
</ul>
</li>
</ul>
</li>
<!-- /Media -->
<!-- Get Involved -->
<li >
<a href="get-involved.html">Get Involved</a>
</li>
<!-- /Get Involved -->
<!-- Features -->
<li >
<span>Features</span>
<ul>
<li><a href="features-typography.html">Typography</a></li>
<li><a href="features-shortcodes.html">Shortcodes</a></li>
</ul>
</li>
<!-- /Features -->
<!-- Blog -->
<li >
<span>Blog</span>
<ul>
<li><a href="blog-v1.html">Blog style 1 with right sidebar</a></li>
<li><a href="blog-v2.html">Blog style 2 with left sidebar</a></li>
<li><a href="blog-fullwidth.html">Full width blog</a></li>
<li><span>Single blog post</span>
<ul>
<li><a href="blog-single-sidebar.html">With sidebar</a></li>
<li><a href="blog-single-fullwidth.html">Full width</a></li>
</ul>
</li>
</ul>
</li>
<!-- /Blog -->
<!-- Shop -->
<li class="current-menu-item">
<span>Shop</span>
<ul>
<li><a href="shop-frontpage.html">Front page</a></li>
<li><a href="shop-productpage.html">Product page</a></li>
<li><a href="shop-cart.html">Shopping cart</a></li>
<li><a href="shop-checkout.html">Checkout</a></li>
</ul>
</li>
<!-- /Shop -->
<!-- Donate -->
<li class="donate-button ">
<a href="#">Donate Today</a>
</li>
<!-- /Donate -->
</ul>
</div>
</div>
<!-- /Lower Header -->
</header>
<!-- /Header -->
<section id="content">
<!-- Page Heading -->
<section class="section page-heading animate-onscroll">
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-9">
<h1>Shopping Cart</h1>
<p class="breadcrumb"><a href="main-v1.html">Home</a> / Shopping Cart</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 align-right">
<!-- Shopping Cart -->
<div class="shopping-cart">
<div class="cart-button">
<i class="icons icon-basket"></i>
</div>
<div class="shopping-cart-dropdown">
<div class="shopping-cart-content">
<div class="cart-item">
<div class="featured-image">
<img src="img/shop/item6.jpg" alt="">
</div>
<div class="item-content">
<h6><a href="#">Woo Ninja</a></h6>
<span class="price">1 x £20</span>
<div class="remove-item">
<i class="icons remove-shopping-item icon-cancel-circled"></i>
</div>
</div>
</div>
<div class="cart-item">
<div class="featured-image">
<img src="img/shop/item3.jpg" alt="">
</div>
<div class="item-content">
<h6><a href="#">Happy Ninja</a></h6>
<span class="price">1 x £35</span>
<div class="remove-item">
<i class="icons remove-shopping-item icon-cancel-circled"></i>
</div>
</div>
</div>
<div class="cart-item">
<div class="featured-image">
<img src="img/shop/item5.jpg" alt="">
</div>
<div class="item-content">
<h6><a href="#">Woo Album #2</a></h6>
<span class="price">1 x £9</span>
<div class="remove-item">
<i class="icons remove-shopping-item icon-cancel-circled"></i>
</div>
</div>
</div>
<div class="cart-item">
<h6>Cart subtotal: £64</h6>
</div>
<div class="cart-item">
<a href="#" class="button">View cart</a>
<a href="#" class="button donate">Checkout</a>
</div>
</div>
</div>
</div>
<!-- /Shopping Cart -->
</div>
</div>
</section>
<!-- Page Heading -->
<!-- Section -->
<section class="section full-width-bg gray-bg">
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-8">
<table class="shopping-cart-table animate-onscroll">
<tr>
<th>Product</th>
<th>Price</th>
<th>Quantity</th>
<th>Total</th>
<th></th>
</tr>
<tr>
<td class="shopping-cart-item">
<div class="product-thumbnail">
<img src="img/shop/item6.jpg" alt="">
</div>
<h6><a href="#">Woo Ninja</a></h6>
</td>
<td class="price">£20</td>
<td><input class="numeric-input" type="text" value="1">
<td class="price"><strong>£20</strong></td>
<td><i class="icons remove-shopping-item icon-cancel-circled"></i></td>
</tr>
<tr>
<td class="shopping-cart-item">
<div class="product-thumbnail">
<img src="img/shop/item3.jpg" alt="">
</div>
<h6><a href="#">Happy Ninja</a></h6>
</td>
<td class="price">£35</td>
<td><input class="numeric-input" type="text" value="1">
<td class="price"><strong>£35</strong></td>
<td><i class="icons remove-shopping-item icon-cancel-circled"></i></td>
</tr>
<tr>
<td class="shopping-cart-item">
<div class="product-thumbnail">
<img src="img/shop/item5.jpg" alt="">
</div>
<h6><a href="#">Woo Album #2</a></h6>
</td>
<td class="price">£9</td>
<td><input class="numeric-input" type="text" value="1">
<td class="price"><strong>£9</strong></td>
<td><i class="icons remove-shopping-item icon-cancel-circled"></i></td>
</tr>
<tr>
<td class="apply-coupon">
<input type="text">
<a href="#" class="button">Apply coupon</a>
</td>
<td colspan="4" class="align-right">
<a href="#" class="button">Update cart</a>
<a href="shop-checkout.html" class="button button-arrow donate">Proceed to checkout</a>
</td>
</tr>
</table>
<div class="row shopping-cart-forms">
<div class="col-lg-5 col-md-5 col-sm-6">
<h3 class="animate-onscroll">Cart Totals</h3>
<table class="animate-onscroll">
<tr>
<th>Cart Subtotal</th>
<th>£64</th>
</tr>
<tr>
<th>Shipping</th>
<td>Free shipping</td>
</tr>
<tr>
<th>Order Total</th>
<th>£64</th>
</tr>
</table>
</div>
<div class="col-lg-7 col-md-7 col-sm-6">
<h3 class="animate-onscroll">Calculate Shipping</h3>
<form class="update-totals-form animate-onscroll">
<select class="chosen-select">
<option>United States</option>
<option>United Kindom</option>
<option>France</option>
<option>Germany</option>
</select>
<div class="row inline-inputs">
<div class="col-lg-6 col-md-6 col-sm-6">
<input type="text" placeholder="State / country">
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<input type="text" placeholder="Postcode / Zip">
</div>
</div>
<input type="submit" value="Update totals">
</form>
</div>
</div>
<!-- Related Products -->
<div class="row related-products">
<div class="col-lg-12 col-md-12 col-sm-12 animate-onscroll">
<h3>You may be interested in...</h3>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<!-- Shop Item -->
<div class="shop-item animate-onscroll">
<div class="shop-image">
<a href="shop-productpage.html">
<div class="shop-featured-image">
<img src="img/shop/item7.jpg" alt="">
</div>
<div class="shop-hover">
<img src="img/shop/item7-2.jpg" alt="">
</div>
</a>
</div>
<div class="shop-content">
<h4><a href="shop-productpage.html">Woo Ninja</a></h4>
<span class="price">£35</span>
<div class="shop-rating read-only" data-score="0"></div>
<a href="#" class="button add-to-cart-button transparent">Add to cart</a>
<a href="shop-productpage.html" class="button details-button button-arrow transparent">Details</a>
</div>
</div>
<!-- /Shop Item -->
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<!-- Shop Item -->
<div class="shop-item animate-onscroll">
<div class="shop-image">
<a href="shop-productpage.html">
<div class="shop-featured-image">
<img src="img/shop/item8.jpg" alt="">
</div>
<div class="shop-hover">
<img src="img/shop/item8-2.jpg" alt="">
</div>
</a>
</div>
<div class="shop-content">
<h4><a href="shop-productpage.html">Woo Logo</a></h4>
<span class="price">£15</span>
<div class="shop-rating read-only" data-score="4"></div>
<a href="#" class="button add-to-cart-button transparent">Add to cart</a>
<a href="shop-productpage.html" class="button details-button button-arrow transparent">Details</a>
</div>
</div>
<!-- /Shop Item -->
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<!-- Shop Item -->
<div class="shop-item animate-onscroll">
<div class="shop-image">
<a href="shop-productpage.html">
<div class="shop-featured-image">
<img src="img/shop/item9.jpg" alt="">
</div>
<div class="shop-hover">
<img src="img/shop/item9-2.jpg" alt="">
</div>
</a>
</div>
<div class="shop-content">
<h4><a href="shop-productpage.html">Woo Album #4</a></h4>
<span class="price">£9</span>
<div class="shop-rating read-only" data-score="4"></div>
<a href="#" class="button add-to-cart-button transparent">Add to cart</a>
<a href="shop-productpage.html" class="button details-button button-arrow transparent">Details</a>
</div>
</div>
<!-- /Shop Item -->
</div>
</div>
<!-- /Related Products -->
</div>
<!-- Sidebar -->
<div class="col-lg-3 col-md-3 col-sm-4 sidebar">
<!-- Top Rated Products -->
<div class="sidebar-box white animate-onscroll">
<h3>Top rated products</h3>
<ul class="shop-items-widget">
<li>
<div class="featured-image">
<img src="img/shop/item3.jpg" alt="">
</div>
<div class="shop-item-content">
<h6><a href="shop-productpage.html">Woo Album #1</a></h6>
<span class="price">£9</span>
<div class="shop-rating read-only-small" data-score="5"></div>
</div>
</li>
<li>
<div class="featured-image">
<img src="img/shop/item6.jpg" alt="">
</div>
<div class="shop-item-content">
<h6><a href="shop-productpage.html">Woo Ninja</a></h6>
<span class="price">£20</span>
<div class="shop-rating read-only-small" data-score="4.5"></div>
</div>
</li>
<li>
<div class="featured-image">
<img src="img/shop/item7.jpg" alt="">
</div>
<div class="shop-item-content">
<h6><a href="shop-productpage.html">Woo Logo</a></h6>
<span class="price">£15</span>
<div class="shop-rating read-only-small" data-score="5"></div>
</div>
</li>
</ul>
</div>
<!-- /Top Rated Products --> <!-- Categories -->
<div class="sidebar-box category-box white animate-onscroll">
<h3>Product Categories</h3>
<ul>
<li><a href="#">Clothing</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Posters</a></li>
<li><a href="#">T-shirts</a></li>
</ul>
</div>
<!-- /Categories --> <!-- Tags -->
<div class="sidebar-box white animate-onscroll">
<h3>Tags</h3>
<a href="#" class="tag">interviews</a>
<a href="#" class="tag">design</a>
<a href="#" class="tag">development</a>
<a href="#" class="tag">marketing</a>
<a href="#" class="tag">press</a>
<a href="#" class="tag">projects</a>
<a href="#" class="tag">resources</a>
<a href="#" class="tag">tips</a>
<a href="#" class="tag">tricks</a>
<a href="#" class="tag">web</a>
</div>
<!-- /Tags --> <!-- Instagram Photos -->
<div class="sidebar-box white flickr-photos animate-onscroll">
<h3>Instagram Photos</h3>
<ul id="instagram-feed">
</ul>
</div>
<!-- /Instagram Photos --> <!-- Top Rated Products -->
<div class="sidebar-box white animate-onscroll">
<h3>Featured products</h3>
<ul class="shop-items-widget">
<li>
<div class="featured-image">
<img src="img/shop/item4.jpg" alt="">
</div>
<div class="shop-item-content">
<h6><a href="shop-productpage.html">Woo Album #1</a></h6>
<span class="price">£9</span>
</div>
</li>
<li>
<div class="featured-image">
<img src="img/shop/item6.jpg" alt="">
</div>
<div class="shop-item-content">
<h6><a href="shop-productpage.html">Woo Ninja</a></h6>
<span class="price">£20</span>
</div>
</li>
<li>
<div class="featured-image">
<img src="img/shop/item7.jpg" alt="">
</div>
<div class="shop-item-content">
<h6><a href="shop-productpage.html">Woo Logo</a></h6>
<span class="price">£15</span>
</div>
</li>
</ul>
</div>
<!-- /Top Rated Products -->
</div>
<!-- /Sidebar -->
</div>
</section>
<!-- /Section -->
</section>
<!-- Footer -->
<footer id="footer">
<!-- Main Footer -->
<div id="main-footer">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 animate-onscroll">
<h4>Text Widget</h4>
<p>Aenean auctor wisi et urna. Aliquam erat volutpat. Duis ac turpis. Integer rutrum ante eu lacus. Vestibulum libero nisl, porta vel.<br><br>
Vivamus eget nibh. Etiam cursus leo vel metus. Nulla facilisi. Aenean nec eros. Vestibulum ante ipsum.</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 animate-onscroll">
<h4>Campaign</h4>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 menu-container">
<ul class="menu">
<li><a href="#">About</a></li>
<li><a href="#">Issues</a></li>
<li><a href="#">Media</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 menu-container">
<ul class="menu">
<li><a href="#">Email updates</a></li>
<li><a href="#">Find events</a></li>
<li><a href="#">Make calls</a></li>
<li><a href="#">Register to vote</a></li>
<li><a href="#">Donate</a></li>
<li><a href="#">Volunteer</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 twitter-widget-area animate-onscroll">
<h4>Latest Tweets</h4>
<div class="twitter-widget">
</div>
<a href="#" class="button twitter-button">Follow us on twitter</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 animate-onscroll">
<h4>Like us on facebook</h4>
<iframe src="../../www.facebook.com/plugins/likebox34d7.html?href=http%3A%2F%2Fwww.facebook.com%2FFacebookDevelopers&width=270&height=240&colorscheme=dark&header=false&show_faces=true&stream=false&show_border=false" style="border:none; overflow:hidden; width:100%; height:240px;"></iframe>
</div>
</div>
</div>
<!-- /Main Footer -->
<!-- Lower Footer -->
<div id="lower-footer">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 animate-onscroll">
<p class="copyright">© 2014 Candidate. All Rights Reserved.</p>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 animate-onscroll">
<div class="social-media">
<ul class="social-icons">
<li class="facebook"><a href="#" class="tooltip-ontop" title="Facebook"><i class="icons icon-facebook"></i></a></li>
<li class="twitter"><a href="#" class="tooltip-ontop" title="Twitter"><i class="icons icon-twitter"></i></a></li>
<li class="google"><a href="#" class="tooltip-ontop" title="Google Plus"><i class="icons icon-gplus"></i></a></li>
<li class="youtube"><a href="#" class="tooltip-ontop" title="Youtube"><i class="icons icon-youtube-1"></i></a></li>
<li class="flickr"><a href="#" class="tooltip-ontop" title="Flickr"><i class="icons icon-flickr-4"></i></a></li>
<li class="email"><a href="#" class="tooltip-ontop" title="Email"><i class="icons icon-mail"></i></a></li>
</ul>
<ul class="social-buttons">
<li>
<iframe src="../../www.facebook.com/plugins/likebbce.html?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&width&layout=standard&action=like&show_faces=false&share=false&height=35" style="border:none; overflow:hidden; height:21px; padding-top:1px; width:50px;"></iframe>
</li>
<li>
<div class="fb-share-button" data-href="https://developers.facebook.com/docs/plugins/" data-type="button_count"></div>
</li>
<li>
<a href="../../twitter.com/share.html" class="twitter-share-button">Tweet</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /Lower Footer -->
</footer>
<!-- /Footer -->
<!-- Back To Top -->
<a href="#" id="button-to-top"><i class="icons icon-up-dir"></i></a>
<!-- Customize Box -->
<div class="customize-box">
<h5>Layout Settings</h5>
<form id="customize-box">
<label>Layout type:</label><br>
<input type="radio" value="boxed" name="layout-type" id="boxed-layout-radio"><label for="boxed-layout-radio">Boxed</label>
<input type="radio" value="wide" name="layout-type" checked="checked" id="wide-layout-radio"><label for="wide-layout-radio">Wide</label>
<br>
<label>Background:</label>
<select id="background-option" class="chosen-select">
<option value=".background-color">Color</option>
<option selected value=".background-image">Background</option>
</select>
<div class="background-color">
<div id="colorpicker"></div>
<input type="hidden" id="colorpicker-value" value="#000">
</div>
<div class="background-image">
<input type="radio" value="img/background/1.jpg" name="background-image-radio" id="background-img-radio-1" checked>
<label for="background-img-radio-1"><img src="img/background/1-thumb.jpg" alt=""></label>
<input type="radio" value="img/background/2.jpg" name="background-image-radio" id="background-img-radio-2">
<label for="background-img-radio-2"><img src="img/background/2-thumb.jpg" alt=""></label>
<input type="radio" value="img/background/3.jpg" name="background-image-radio" id="background-img-radio-3">
<label for="background-img-radio-3"><img src="img/background/3-thumb.jpg" alt=""></label>
</div>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</form>
<div class="customize-box-button">
<i class="icons icon-cog-3"></i>
</div>
</div>
<!-- /Customize Box -->
</div>
<!-- /Container -->
<!-- JavaScript -->
<!-- Bootstrap -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Modernizr -->
<script type="text/javascript" src="js/modernizr.js"></script>
<!-- Sliders/Carousels -->
<script type="text/javascript" src="js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<!-- Revolution Slider -->
<script type="text/javascript" src="js/revolution-slider/js/jquery.themepunch.plugins.min.js"></script>
<script type="text/javascript" src="js/revolution-slider/js/jquery.themepunch.revolution.min.js"></script>
<!-- Calendar -->
<script type="text/javascript" src="js/responsive-calendar.min.js"></script>
<!-- Raty -->
<script type="text/javascript" src="js/jquery.raty.min.js"></script>
<!-- Chosen -->
<script type="text/javascript" src="js/chosen.jquery.min.js"></script>
<!-- jFlickrFeed -->
<script type="text/javascript" src="js/jflickrfeed.min.js"></script>
<!-- InstaFeed -->
<script type="text/javascript" src="js/instafeed.min.js"></script>
<!-- Twitter -->
<script type="text/javascript" src="php/twitter/jquery.tweet.js"></script>
<!-- MixItUp -->
<script type="text/javascript" src="js/jquery.mixitup.js"></script>
<!-- JackBox -->
<script type="text/javascript" src="jackbox/js/jackbox-packed.min.js"></script>
<!-- CloudZoom -->
<script type="text/javascript" src="js/zoomsl-3.0.min.js"></script>
<!-- ColorPicker -->
<script type="text/javascript" src="js/colorpicker.js"></script>
<!-- Main Script -->
<script type="text/javascript" src="js/script.js"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="js/jquery.placeholder.js"></script>
<script type="text/javascript" src="js/script_ie.js"></script>
<![endif]-->
</body>
<!-- Mirrored from inthe7heaven.com/candidate-html/shop-cart.html by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 05 May 2014 13:03:35 GMT -->
</html> | carlosway89/solocanchas | themes/candidate-html/shop-cart.html | HTML | apache-2.0 | 33,147 |
<!DOCTYPE html>
<html>
<head>
<title>Capture Video</title>
<script type="text/javascript" charset="utf-8" src="scordova.js"></script>
<script type="text/javascript" charset="utf-8" src="json2.js"></script>
<script type="text/javascript" charset="utf-8">
// Called when capture operation is finished
//
function captureSuccess(mediaFiles) {
var i, len;
for (i = 0, len = mediaFiles.length; i < len; i += 1) {
uploadFile(mediaFiles[i]);
}
}
// Called if something bad happens.
//
function captureError(error) {
var msg = 'An error occurred during capture: ' + error.code;
navigator.notification.alert(msg, null, 'Uh oh!');
}
// A button will call this function
//
function captureVideo() {
// Launch device video recording application,
// allowing user to capture up to 2 video clips
navigator.device.capture.captureVideo(captureSuccess, captureError, {limit: 2});
}
// Upload files to server
function uploadFile(mediaFile) {
var ft = new FileTransfer(),
path = mediaFile.fullPath,
name = mediaFile.name;
ft.upload(path,
"http://my.domain.com/upload.php",
function(result) {
console.log('Upload success: ' + result.responseCode);
console.log(result.bytesSent + ' bytes sent');
},
function(error) {
console.log('Error uploading file ' + path + ': ' + error.code);
},
{ fileName: name });
}
</script>
</head>
<body>
<button onclick="captureVideo();">Capture Video</button> <br>
</body>
</html>
| georgiev-martin/NoFrak | www/capture/capture-video.html | HTML | apache-2.0 | 1,735 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.