path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
solr-5.3.0/docs/solr-solrj/org/apache/solr/client/solrj/request/schema/class-use/SchemaRequest.UniqueKey.html | changwu/mqa | <!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 Mon Aug 17 17:10:58 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.solr.client.solrj.request.schema.SchemaRequest.UniqueKey (Solr 5.3.0 API)</title>
<meta name="date" content="2015-08-17">
<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.request.schema.SchemaRequest.UniqueKey (Solr 5.3.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/solr/client/solrj/request/schema/SchemaRequest.UniqueKey.html" title="class in org.apache.solr.client.solrj.request.schema">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/request/schema/class-use/SchemaRequest.UniqueKey.html" target="_top">Frames</a></li>
<li><a href="SchemaRequest.UniqueKey.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.request.schema.SchemaRequest.UniqueKey" class="title">Uses of Class<br>org.apache.solr.client.solrj.request.schema.SchemaRequest.UniqueKey</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.client.solrj.request.schema.SchemaRequest.UniqueKey</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/request/schema/SchemaRequest.UniqueKey.html" title="class in org.apache.solr.client.solrj.request.schema">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/request/schema/class-use/SchemaRequest.UniqueKey.html" target="_top">Frames</a></li>
<li><a href="SchemaRequest.UniqueKey.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>
|
gwt-client/src/main/java/org/kaaproject/avro/ui/gwt/client/widget/grid/AvroUiDataGrid.css | kaaproject/avro-ui | @def selection-color #336699;
@def selectionBorderWidth 2px;
.dataGridCell input[type="text"] {
height: 26px;
width: 100%;
}
.dataGridWidget {
}
.dataGridFirstColumn {
}
.dataGridLastColumn {
}
.dataGridFooter {
border-top: 1px solid #6f7277;
padding: 3px 15px;
text-align: left;
color: #4b4a4a;
text-shadow: #ddf 1px 1px 0;
overflow: hidden;
white-space: nowrap;
}
.dataGridHeader {
font-family: Arial;
border-bottom: 1px solid #DDDDDD;
font-size: 14px;
padding: 3px 15px;
text-align: left;
text-shadow: none;
color: #666666;
overflow: hidden;
white-space: nowrap;
}
.dataGridCell {
padding: 2px 15px;
overflow: hidden;
height: 40px;
}
.dataGridFirstColumnFooter {
}
.dataGridFirstColumnHeader {
}
.dataGridLastColumnFooter {
}
.dataGridLastColumnHeader {
}
.dataGridSortableHeader {
cursor: pointer;
cursor: hand;
}
.dataGridSortableHeader:hover {
color: #6c6b6b;
}
.dataGridSortedHeaderAscending {
}
.dataGridSortedHeaderDescending {
}
.dataGridEvenRowCell {
/* border: selectionBorderWidth solid #ffffff;*/
border: inherit;
}
.dataGridOddRow, .dataGridEvenRow {
background-color: rgba(0, 0, 0, 0);
border-bottom: 1px solid #DDDDDD;
}
.dataGridOddRowCell {
/* border: selectionBorderWidth solid #f3f7fb; */
border: inherit;
}
.dataGridHoveredRow {
background: #E2F2F4;
}
.dataGridHoveredRowCell {
/* border: selectionBorderWidth solid #eee;*/
border: inherit;
/* background: #B5D8F5;*/
}
.dataGridKeyboardSelectedRow {
/* background: #ffc;*/
background: #B5D8F5;
}
.dataGridKeyboardSelectedRowCell {
/* border: selectionBorderWidth solid #ffc;*/
border: inherit;
}
.dataGridSelectedRow {
/* background: selection-color;*/
color: white;
height: auto;
overflow: auto;
background: #B5D8F5;
}
.dataGridSelectedRowCell {
/* border: selectionBorderWidth solid selection-color;*/
border: inherit;
background: #B5D8F5;
}
/**
* The keyboard selected cell is visible over selection.
*/
.dataGridKeyboardSelectedCell {
/* border: selectionBorderWidth solid #d7dde8;*/
border: inherit;
background: #B5D8F5;
}
.dataGridColumnInvisible {
display: none;
}
|
public/docs/en/2.4.0rc1/cordova_connection_connection.md.html | csantanapr/cordova-blog | <!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<meta name="generator" content="joDoc">
<title>Apache Cordova API Documentation</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
</head>
<body>
<div id="header">
<h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
<small>
<select><optgroup label="English" value="en">
<option value="edge">edge</option>
<option value="2.9.0rc1">2.9.0rc1</option>
<option value="2.9.0">2.9.0</option>
<option value="2.8.0">2.8.0</option>
<option value="2.7.0rc1">2.7.0rc1</option>
<option value="2.7.0">2.7.0</option>
<option value="2.6.0rc1">2.6.0rc1</option>
<option value="2.6.0">2.6.0</option>
<option value="2.5.0rc1">2.5.0rc1</option>
<option value="2.5.0">2.5.0</option>
<option selected value="2.4.0rc1">2.4.0rc1</option>
<option value="2.4.0">2.4.0</option>
<option value="2.3.0rc2">2.3.0rc2</option>
<option value="2.3.0rc1">2.3.0rc1</option>
<option value="2.3.0">2.3.0</option>
<option value="2.2.0rc2">2.2.0rc2</option>
<option value="2.2.0rc1">2.2.0rc1</option>
<option value="2.2.0">2.2.0</option>
<option value="2.1.0rc2">2.1.0rc2</option>
<option value="2.1.0rc1">2.1.0rc1</option>
<option value="2.1.0">2.1.0</option>
<option value="2.0.0rc1">2.0.0rc1</option>
<option value="2.0.0">2.0.0</option>
<option value="1.9.0rc1">1.9.0rc1</option>
<option value="1.9.0">1.9.0</option>
<option value="1.8.1">1.8.1</option>
<option value="1.8.0rc1">1.8.0rc1</option>
<option value="1.8.0">1.8.0</option>
<option value="1.7.0rc1">1.7.0rc1</option>
<option value="1.7.0">1.7.0</option>
<option value="1.6.1">1.6.1</option>
<option value="1.6.0rc1">1.6.0rc1</option>
<option value="1.6.0">1.6.0</option>
<option value="1.5.0rc1">1.5.0rc1</option>
<option value="1.5.0">1.5.0</option>
</optgroup>
<optgroup label="Japanese" value="jp">
<option value="2.2.0">2.2.0</option>
<option value="2.1.0">2.1.0</option>
<option value="2.0.0">2.0.0</option>
<option value="1.9.0">1.9.0</option>
<option value="1.8.1">1.8.1</option>
<option value="1.7.0">1.7.0</option>
</optgroup>
<optgroup label="Korean" value="kr"><option value="2.0.0">2.0.0</option></optgroup></select></small>
</div>
<div id="subheader">
<h1>Connection</h1>
<small><select><option value="Connection">Connection</option>
<option value="Connection_properties"> - Properties</option>
<option value="Connection_constants"> - Constants</option>
<option value="Connection_permissions"> - Permissions</option>
<option value="connection.type">connection.type</option>
<option value="connection.type_description"> - Description</option>
<option value="connection.type_supported_platforms"> - Supported Platforms</option>
<option value="connection.type_quick_example"> - Quick Example</option>
<option value="connection.type_full_example"> - Full Example</option>
<option value="connection.type_api_change"> - API Change</option>
<option value="connection.type_ios_quirks"> - iOS Quirks</option>
<option value="connection.type_bada_quirks"> - Bada Quirks</option>
<option value="connection.type_webos_quirks"> - webOS Quirks</option>
<option value="connection.type_windows_phone_quirks"> - Windows Phone Quirks</option>
<option value="connection.type_tizen_quirks"> - Tizen Quirks</option></select></small>
</div>
<div id="sidebar">
<div class="vertical_divider"></div>
<h1>API Reference</h1>
<ul>
<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
<li><a href="cordova_device_device.md.html#Device">Device</a></li>
<li><a href="cordova_events_events.md.html#Events">Events</a></li>
<li><a href="cordova_file_file.md.html#File">File</a></li>
<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
<li><a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a></li>
<li><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></li>
<li><a href="cordova_media_media.md.html#Media">Media</a></li>
<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
<li><a href="cordova_splashscreen_splashscreen.md.html#Splashscreen">Splashscreen</a></li>
<li><a href="cordova_storage_storage.md.html#Storage">Storage</a></li>
</ul>
<h1>Guides</h1>
<ul>
<li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li>
<li><a href="guide_command-line_index.md.html#Command-Line%20Usage">Command-Line Usage</a></li>
<li><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></li>
<li><a href="guide_project-settings_index.md.html#Project%20Settings">Project Settings</a></li>
<li><a href="guide_plugin-development_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
<li><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></li>
<li><a href="guide_cordova-webview_index.md.html#Embedding%20WebView">Embedding WebView</a></li>
<li><a href="_index.html">Keyword Index</a></li>
</ul>
</div>
<div id="scrollable">
<div id="content">
<h1><a name="Connection">Connection</a></h1>
<blockquote>
<p>The <code>connection</code> object gives access to the device's cellular and wifi connection information.</p>
</blockquote>
<p>This object is exposed as <code>navigator.connection</code>.</p>
<h2>
<a name="Connection_properties">Properties</a>
</h2>
<ul>
<li><a href="cordova_connection_connection.md.html#connection.type">connection.type</a></li>
</ul>
<h2>
<a name="Connection_constants">Constants</a>
</h2>
<ul>
<li>
<a href="cordova_connection_connection.md.html#Connection">Connection</a>.UNKNOWN</li>
<li>
<a href="cordova_connection_connection.md.html#Connection">Connection</a>.ETHERNET</li>
<li>
<a href="cordova_connection_connection.md.html#Connection">Connection</a>.WIFI</li>
<li>
<a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_2G</li>
<li>
<a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_3G</li>
<li>
<a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_4G</li>
<li>
<a href="cordova_connection_connection.md.html#Connection">Connection</a>.NONE</li>
</ul>
<h2>
<a name="Connection_permissions">Permissions</a>
</h2>
<h3>Android</h3>
<h4>app/res/xml/config.xml</h4>
<pre class="prettyprint"><code><plugin name="NetworkStatus" value="org.apache.cordova.NetworkManager" />
</code></pre>
<h4>app/AndroidManifest.xml</h4>
<pre class="prettyprint"><code><uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
</code></pre>
<h3>Bada</h3>
<pre class="prettyprint"><code><Privilege>
<Name>SYSTEM_SERVICE</Name>
</Privilege>
</code></pre>
<h3>BlackBerry WebWorks</h3>
<h4>www/plugins.xml</h4>
<pre class="prettyprint"><code><plugin name="Network Status" value="org.apache.cordova.network.Network" />
</code></pre>
<h3>iOS</h3>
<h4>config.xml</h4>
<pre class="prettyprint"><code><plugin name="NetworkStatus" value="CDVConnection" />
</code></pre>
<h3>webOS</h3>
<pre class="prettyprint"><code>No permissions are required.
</code></pre>
<h3>Windows Phone</h3>
<h4>Properties/WPAppManifest.xml</h4>
<pre class="prettyprint"><code><Capabilities>
<Capability Name="ID_CAP_NETWORKING" />
</Capabilities>
</code></pre>
<p>Reference: <a class="external" href="http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx">Application Manifest for Windows Phone</a></p>
<h3>Tizen</h3>
<h4>config.xml</h4>
<pre class="prettyprint"><code><feature name="http://tizen.org/api/systeminfo" required="true"/>
</code></pre>
<p>Reference: <a class="external" href="https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures">Application Manifest for Tizen Web Application</a></p>
<hr>
<h1><a name="connection.type">connection.type</a></h1>
<p>Checks the active network connection that is being used.</p>
<h2>
<a name="connection.type_description">Description</a>
</h2>
<p>This property is a fast way to determine the device's network connection state, and type of connection.</p>
<h2>
<a name="connection.type_supported_platforms">Supported Platforms</a>
</h2>
<ul>
<li>iOS</li>
<li>Android</li>
<li>BlackBerry WebWorks (OS 5.0 and higher)</li>
<li>Windows Phone 7 and 8</li>
<li>Bada 2.x</li>
<li>webOS</li>
<li>Tizen</li>
<li>Windows 8</li>
</ul>
<h2>
<a name="connection.type_quick_example">Quick Example</a>
</h2>
<pre class="prettyprint"><code>function checkConnection() {
var networkState = navigator.<a href="cordova_connection_connection.md.html#connection.type">connection.type</a>;
var states = {};
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.UNKNOWN] = 'Unknown connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.ETHERNET] = 'Ethernet connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.WIFI] = 'WiFi connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_2G] = 'Cell 2G connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_3G] = 'Cell 3G connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_4G] = 'Cell 4G connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.NONE] = 'No network connection';
alert('<a href="cordova_connection_connection.md.html#Connection">Connection</a> type: ' + states[networkState]);
}
checkConnection();
</code></pre>
<h2>
<a name="connection.type_full_example">Full Example</a>
</h2>
<pre class="prettyprint"><code><!DOCTYPE html>
<html>
<head>
<title>navigator.<a href="cordova_connection_connection.md.html#connection.type">connection.type</a> Example</title>
<script type="text/javascript" charset="utf-8" src="cordova-2.4.0.js"></script>
<script type="text/javascript" charset="utf-8">
// Wait for Cordova to load
//
document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false);
// Cordova is loaded and it is now safe to make calls Cordova methods
//
function onDeviceReady() {
checkConnection();
}
function checkConnection() {
var networkState = navigator.<a href="cordova_connection_connection.md.html#connection.type">connection.type</a>;
var states = {};
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.UNKNOWN] = 'Unknown connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.ETHERNET] = 'Ethernet connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.WIFI] = 'WiFi connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_2G] = 'Cell 2G connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_3G] = 'Cell 3G connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_4G] = 'Cell 4G connection';
states[<a href="cordova_connection_connection.md.html#Connection">Connection</a>.NONE] = 'No network connection';
alert('<a href="cordova_connection_connection.md.html#Connection">Connection</a> type: ' + states[networkState]);
}
</script>
</head>
<body>
<p>A dialog box will report the network state.</p>
</body>
</html>
</code></pre>
<h2>
<a name="connection.type_api_change">API Change</a>
</h2>
<p>Before Cordova 2.3.0, the <a href="cordova_connection_connection.md.html#Connection">Connection</a> object existed at: <code>navigator.network.connection</code>.</p>
<p>To match the spec, this was changed to <code>navigator.connection</code> in 2.3.0.</p>
<p><code>navigator.network.connection</code> still exists, but is now deprecated and will be removed in a future release.</p>
<h2>
<a name="connection.type_ios_quirks">iOS Quirks</a>
</h2>
<ul>
<li>iOS cannot detect the type of cellular network connection.
<ul>
<li>
<code>navigator.<a href="cordova_connection_connection.md.html#connection.type">connection.type</a></code> is set to <code><a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_2G</code> for all cellular data.</li>
</ul>
</li>
</ul>
<h2>
<a name="connection.type_bada_quirks">Bada Quirks</a>
</h2>
<ul>
<li>Bada can only detect a WiFi or cellular connection.
<ul>
<li>
<code>navigator.<a href="cordova_connection_connection.md.html#connection.type">connection.type</a></code> is set to <code><a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_2G</code> for all cellular data.</li>
</ul>
</li>
</ul>
<h2>
<a name="connection.type_webos_quirks">webOS Quirks</a>
</h2>
<ul>
<li>Only shows that a connection is available, but not which type.</li>
</ul>
<h2>
<a name="connection.type_windows_phone_quirks">Windows Phone Quirks</a>
</h2>
<ul>
<li>When running in the emulator, always detects <code>navigator.<a href="cordova_connection_connection.md.html#connection.type">connection.type</a></code> as <code><a href="cordova_connection_connection.md.html#Connection">Connection</a>.UNKNOWN</code>.</li>
</ul>
<h2>
<a name="connection.type_tizen_quirks">Tizen Quirks</a>
</h2>
<ul>
<li>Tizen can only detect a WiFi or cellular connection.
<ul>
<li>
<code>navigator.<a href="cordova_connection_connection.md.html#connection.type">connection.type</a></code> is set to <code><a href="cordova_connection_connection.md.html#Connection">Connection</a>.CELL_2G</code> for all cellular data.</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- Functionality and Syntax Highlighting -->
<script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
</body>
</html>
|
index.html | kurtraschke/stopsonamap | <!DOCTYPE html>
<html>
<head>
<title>Stops on a Map!</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.3.0/handlebars.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
<script type="text/javascript" src="http://maps.stamen.com/js/tile.stamen.js?v1.2.4"></script>
<style>
body {
margin:0;
padding:0;
}
#map {
position:absolute;
top:0;
bottom:0;
width:100%;
}
</style>
<script id="popup-template" type="text/x-handlebars-template">
<div class="popup">
<span class="name">{{name}}</span>
<div class="arrivals"></div>
</div>
</script>
<script type="text/javascript">
var map;
var popupTemplate;
var arrivalsTemplate;
var apiBase = "http://oba.mobilitylab.org/api/where";
var apiKey = "TEST";
var agencies = {};
var routes = {};
var stops = {};
var stopMarkers = {};
/*
function stopClick(e) {
var marker = e.target;
var stopId = e.target.options.title;
$.getJSON(apiBase + "/arrivals-and-departures-for-stop/"+stopId+".json?callback=?", {'key': apiKey, version: 2, minutesBefore:0, minutesAfter:15},
function(data) {
if (data.code == 200) {
console.log(data.data);
}});
}
*/
function markerForStop(stopId) {
var stop = stops[stopId];
if (stopMarkers[stopId] == undefined) {
stopMarkers[stopId] = L.marker([stop.lat, stop.lon], {
title: stop.id
});
stopMarkers[stopId].bindPopup(popupTemplate({
name: stop.name
}));
//stopMarkers[stopId].on("click", stopClick);
stopMarkers[stopId].addTo(map);
}
}
function handleMapChange(e) {
var bounds = map.getBounds();
var lat = bounds.getCenter().lat;
var lon = bounds.getCenter().lng;
var latSpan = 2 * Math.abs(lat - bounds.getSouth());
var lonSpan = 2 * Math.abs(bounds.getWest() - lon);
$.getJSON(apiBase + "/stops-for-location.json?callback=?", {
'key': apiKey,
version: 2,
maxCount: 500,
lat: lat,
lon: lon,
latSpan: latSpan,
lonSpan: lonSpan
},
function (data) {
if (data.code == 200) {
$.each(data.data.references.agencies, function (i, v) {
agencies[v.id] = v;
});
$.each(data.data.references.routes, function (i, v) {
routes[v.id] = v;
});
$.each(data.data.list, function (i, v) {
stops[v.id] = v;
markerForStop(v.id);
});
}
});
}
$(function () {
popupTemplate = Handlebars.compile($('#popup-template').html());
var layer = new L.StamenTileLayer("toner-lite");
map = new L.Map("map", {
center: new L.LatLng(0, 0),
zoom: 12
});
map.addLayer(layer);
map.on('dragend', handleMapChange);
map.on('zoomend', handleMapChange);
$.getJSON(apiBase + "/agencies-with-coverage.json?callback=?", {
'key': apiKey,
version: 2
},
function (data) {
if (data.code == 200) {
$.each(data.data.references.agencies, function (i, v) {
agencies[v.id] = v;
});
var bounds = new L.LatLngBounds();
$.each(data.data.list, function (i, v) {
bounds.extend(L.latLngBounds(
L.latLng(v.lat - v.latSpan, v.lon + v.lonSpan),
L.latLng(v.lat + v.latSpan, v.lon - v.lonSpan)
));
});
map.fitBounds(bounds);
}
});
});
</script>
</head>
<body>
<div id="map"></div>
</body>
</html>
|
static/login.html | eightnoteight/nonsenso-2.0 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>nonsenso</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="static/css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="static/font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<a class="navbar-brand" href="/">Home</a>
<!-- Register Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Login</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<form name="sentMessage" method="post" id="contactForm" action="">
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Username</label>
<input type="text" name="username" class="form-control" placeholder="Username" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Password</label>
<input type="password" name="password" class="form-control" placeholder="Password" required data-validation-required-message="Please enter a password">
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="row">
<div class="form-group col-xs-12">
<input type="submit" class="btn btn-success btn-lg" value=Login></input>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>Indian School Of Mines, Dhanbad<br>Dhanbad, Jharkhand-826004</p>
</div>
<div class="footer-col col-md-4">
<h3>Around the Web</h3>
<ul class="list-inline">
<li>
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>About</h3>
<p>Concetto is the official TechFest of the Indian School Of Mines,Dhanbad.</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visble-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- jQuery Version 1.11.0 -->
<script src="static/js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="static/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="static/js/classie.js"></script>
<script src="static/js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="static/js/jqBootstrapValidation.js"></script>
<!-- Custom Theme JavaScript -->
<script src="static/js/freelancer.js"></script>
</body>
</html>
|
index.html | AVGP/Zueri2Go | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes">
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" type="text/css" href="css/leaflet.css" />
<link rel="shortcut icon" sizes="196x196" href="icon.png" />
<script src="js/leaflet.js"></script>
<script src="js/jquery.js"></script>
<script src="js/i18next-1.7.1.min.js"></script>
<title>Zueri2Go</title>
</head>
<body>
<div class="app">
<div id="map"></div>
<div id="buttons" style="text-align: justify">
<div class="row">
<button id="togglePanoramicviews" class="on" data-i18n="buttons.panoramicViews">Aussichtspunkte</button>
<button id="toggle_restaurant" class="on" data-i18n="buttons.restaurants">Restaurants</button>
</div>
<div class="row">
<button id="togglePlaygrounds" class="on" data-i18n="buttons.playgrounds">Spielplaetze</button>
<button id="toggle_cafe" class="on" data-i18n="buttons.cafes">Cafes</button>
</div>
<div class="row">
<button id="toggleToilets" class="on" data-i18n="buttons.toilets">Toiletten</button>
<button id="toggle_fast_food" class="on" data-i18n="buttons.fastfoods">Imbisse</button>
</div>
</div>
</div>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-37093471-2', 'avgp.github.io');
ga('send', 'pageview');
</script>
</body>
</html>
|
docs/javadoc/opensaml4/2.0.1/se/litsec/eidas/opensaml/ext/class-use/SPTypeEnumeration.html | litsec/eidas-opensaml | <!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.4) on Wed Feb 17 15:34:46 CET 2021 -->
<title>Uses of Class se.litsec.eidas.opensaml.ext.SPTypeEnumeration (eIDAS extension for OpenSAML 4.x - 2.0.1)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-02-17">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class se.litsec.eidas.opensaml.ext.SPTypeEnumeration (eIDAS extension for OpenSAML 4.x - 2.0.1)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">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" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.html">All Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Class se.litsec.eidas.opensaml.ext.SPTypeEnumeration" class="title">Uses of Class<br>se.litsec.eidas.opensaml.ext.SPTypeEnumeration</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</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">
<th class="colFirst" scope="row"><a href="#se.litsec.eidas.opensaml.ext">se.litsec.eidas.opensaml.ext</a></th>
<td class="colLast">
<div class="block">Interfaces and classes representing eIDAS extension elements.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#se.litsec.eidas.opensaml.ext.impl">se.litsec.eidas.opensaml.ext.impl</a></th>
<td class="colLast">
<div class="block">Implementation classes for eIDAS SAML extensions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="se.litsec.eidas.opensaml.ext">
<!-- -->
</a>
<h3>Uses of <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a> in <a href="../package-summary.html">se.litsec.eidas.opensaml.ext</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">se.litsec.eidas.opensaml.ext</a> that return <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SPType.</span><code><span class="memberNameLink"><a href="../SPType.html#getType()">getType</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the SP type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SPTypeEnumeration.</span><code><span class="memberNameLink"><a href="../SPTypeEnumeration.html#parseValue(java.lang.String)">parseValue</a></span>​(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> value)</code></th>
<td class="colLast">
<div class="block">Given the string representation of a SPType, the method returns its <code>SPTypeEnumeration</code> representation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SPTypeEnumeration.</span><code><span class="memberNameLink"><a href="../SPTypeEnumeration.html#valueOf(java.lang.String)">valueOf</a></span>​(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> name)</code></th>
<td class="colLast">
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a>[]</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SPTypeEnumeration.</span><code><span class="memberNameLink"><a href="../SPTypeEnumeration.html#values()">values</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">se.litsec.eidas.opensaml.ext</a> with parameters of type <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SPType.</span><code><span class="memberNameLink"><a href="../SPType.html#setType(se.litsec.eidas.opensaml.ext.SPTypeEnumeration)">setType</a></span>​(<a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a> type)</code></th>
<td class="colLast">
<div class="block">Assigns the SP type</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="se.litsec.eidas.opensaml.ext.impl">
<!-- -->
</a>
<h3>Uses of <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a> in <a href="../impl/package-summary.html">se.litsec.eidas.opensaml.ext.impl</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../impl/package-summary.html">se.litsec.eidas.opensaml.ext.impl</a> that return <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SPTypeImpl.</span><code><span class="memberNameLink"><a href="../impl/SPTypeImpl.html#getType()">getType</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the SP type.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../impl/package-summary.html">se.litsec.eidas.opensaml.ext.impl</a> with parameters of type <a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SPTypeImpl.</span><code><span class="memberNameLink"><a href="../impl/SPTypeImpl.html#setType(se.litsec.eidas.opensaml.ext.SPTypeEnumeration)">setType</a></span>​(<a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">SPTypeEnumeration</a> type)</code></th>
<td class="colLast">
<div class="block">Assigns the SP type</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../SPTypeEnumeration.html" title="enum in se.litsec.eidas.opensaml.ext">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" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright © 2021 <a href="http://www.litsec.se">Litsec AB</a>. All rights reserved.</small></p>
</footer>
</body>
</html>
|
src/components/subcomponents/layer-typing-indicator/layer-typing-indicator.html | layerhq/layer-ui-web | <template>
<style>
layer-typing-indicator {
display: block;
}
layer-typing-indicator span {
display: none;
}
layer-typing-indicator.layer-typing-occuring span {
display: inline;
}
</style>
<span class='layer-typing-message' layer-id='panel'></span>
</template>
<script>
window.layerUI.registerTemplate('layer-typing-indicator');
</script>
|
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/thrift/class-use/Cassandra.AsyncClient.get_range_slices_call.html | anuragkapur/cassandra-2.1.2-ak-skynet | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 18 14:08:48 EDT 2015 -->
<title>Uses of Class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_range_slices_call (apache-cassandra API)</title>
<meta name="date" content="2015-06-18">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_range_slices_call (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><a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.get_range_slices_call.html" title="class in org.apache.cassandra.thrift">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.AsyncClient.get_range_slices_call.html" target="_top">Frames</a></li>
<li><a href="Cassandra.AsyncClient.get_range_slices_call.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_range_slices_call" class="title">Uses of Class<br>org.apache.cassandra.thrift.Cassandra.AsyncClient.get_range_slices_call</h2>
</div>
<div class="classUseContainer">No usage of org.apache.cassandra.thrift.Cassandra.AsyncClient.get_range_slices_call</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/cassandra/thrift/Cassandra.AsyncClient.get_range_slices_call.html" title="class in org.apache.cassandra.thrift">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.AsyncClient.get_range_slices_call.html" target="_top">Frames</a></li>
<li><a href="Cassandra.AsyncClient.get_range_slices_call.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
|
_layouts/news.html | vhuber/csmi.cemosis.fr | ---
layout: default
---
<div class="container" style="padding-top:50px">
<h2>{{ page.title }}</h2>
<article>
{{ content }}
</article>
</div> |
JavaScript进阶篇/1/1-1/index.html | fuyongde/web | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>我们互动下</title>
<script type="text/javascript">
document.write("JS进阶篇");
</script>
</head>
<body>
</body>
</html> |
old/dev/css/grayscale.css | DatOps/publicsite | /*!
* Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
width: 100%;
height: 100%;
font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
background-color: #000;
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
@media(min-width:768px) {
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
}
a {
color: #42dca3;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #1d9b6c;
}
.light {
font-weight: 400;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
background-color: #000;
}
.navbar-custom .navbar-brand {
font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
padding: 4px 6px;
font-size: 16px;
color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
outline: 0;
}
.navbar-custom a {
color: #fff;
}
.navbar-custom .nav li a {
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
outline: 0;
color: rgba(255,255,255,.8);
background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: 0;
background-color: transparent;
}
.navbar-custom .nav li.active {
outline: 0;
}
.navbar-custom .nav li.active a {
background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
color: #fff;
}
@media(min-width:768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: 0;
letter-spacing: 1px;
background: 0 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
padding: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
background: #000;
}
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 100px 0;
text-align: center;
color: black;
background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: top;
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.intro .intro-body .brand-heading {
font-size: 40px;
}
.intro .intro-body .intro-text {
font-size: 18px;
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
@media(min-width:768px) {
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 100px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
}
.btn-circle {
width: 70px;
height: 70px;
margin-top: 15px;
padding: 7px 16px;
border: 2px solid #fff;
border-radius: 100%!important;
font-size: 40px;
color: #fff;
background: 0 0;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
outline: 0;
color: #fff;
background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
.content-section {
padding-top: 100px;
}
.download-section {
width: 100%;
padding: 50px 0;
color: #fff;
background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#map {
width: 100%;
height: 200px;
margin-top: 100px;
}
@media(min-width:767px) {
.content-section {
padding-top: 250px;
}
.download-section {
padding: 100px 0;
}
#map {
height: 400px;
margin-top: 250px;
}
}
.btn {
border-radius: 0;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-default {
border: 1px solid #42dca3;
color: #42dca3;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42dca3;
outline: 0;
color: #000;
background-color: #42dca3;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media(max-width:767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
}
footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/*Pricing Module CSS Starts Here*/
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext");
body {
padding-top: 40px;
padding-bottom: 40px;
}
/* COMMON PRICING STYLES */
.panel.price,
.panel.price>.panel-heading{
border-radius:0px;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
}
.panel.price:hover{
box-shadow: 0px 0px 30px rgba(0,0,0, .2);
}
.panel.price:hover>.panel-heading{
box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
}
.panel.price>.panel-heading{
box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
text-shadow:0px 3px 0px rgba(50,50,50, .6);
}
.price .list-group-item{
border-bottom-:1px solid rgba(250,250,250, .5);
}
.panel.price .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.price .panel-footer {
color: #fff;
border-bottom:0px;
background-color: rgba(0,0,0, .1);
box-shadow: 0px 3px 0px rgba(0,0,0, .3);
}
.panel.price .btn{
box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
border:0px;
}
/* green panel */
.price.panel-green>.panel-heading {
color: #fff;
background-color: #57AC57;
border-color: #71DF71;
border-bottom: 1px solid #71DF71;
}
.price.panel-green>.panel-body {
color: #fff;
background-color: #65C965;
}
.price.panel-green>.panel-body .lead{
text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-green .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* blue panel */
.price.panel-blue>.panel-heading {
color: #fff;
background-color: #608BB4;
border-color: #78AEE1;
border-bottom: 1px solid #78AEE1;
}
.price.panel-blue>.panel-body {
color: #fff;
background-color: #73A3D4;
}
.price.panel-blue>.panel-body .lead{
text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-blue .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* red price */
.price.panel-red>.panel-heading {
color: #fff;
background-color: #D04E50;
border-color: #FF6062;
border-bottom: 1px solid #FF6062;
}
.price.panel-red>.panel-body {
color: #fff;
background-color: #EF5A5C;
}
.price.panel-red>.panel-body .lead{
text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-red .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* grey price */
.price.panel-grey>.panel-heading {
color: #fff;
background-color: #6D6D6D;
border-color: #B7B7B7;
border-bottom: 1px solid #B7B7B7;
}
.price.panel-grey>.panel-body {
color: #fff;
background-color: #808080;
}
.price.panel-grey>.panel-body .lead{
text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-grey .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* white price */
.price.panel-white>.panel-heading {
color: #333;
background-color: #f9f9f9;
border-color: #ccc;
border-bottom: 1px solid #ccc;
text-shadow: 0px 2px 0px rgba(250,250,250, .7);
}
.panel.panel-white.price:hover>.panel-heading{
box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
}
.price.panel-white>.panel-body {
color: #fff;
background-color: #dfdfdf;
}
.price.panel-white>.panel-body .lead{
text-shadow: 0px 2px 0px rgba(250,250,250, .8);
color:#666;
}
.price:hover.panel-white>.panel-body .lead{
text-shadow: 0px 2px 0px rgba(250,250,250, .9);
color:#333;
}
.price.panel-white .list-group-item {
color: #333;
background-color: rgba(50,50,50, .01);
font-weight:600;
text-shadow: 0px 1px 0px rgba(250,250,250, .75);
} |
src/main/webapp/css/Checkout.css | FishFuzz99/ElsevierBookStore |
.payment{
list-style: none;
}
.billing {
padding-left: 30px;
}
.shipping {
padding-left: 30px;
}
.bill{
list-style: none;
}
.ship{
list-style:none;
}
form ul li {
margin: 5px 0;
}
.pay{
padding-left:30px;
}
label {
display: inline-block;
width: 150px;
text-align: right;
}
.click{
padding-left:30px;}
.logo1{
height: 7%;
width: 11%;
}
|
docs/javadoc/opensaml3/1.3.0/se/litsec/eidas/opensaml/config/package-summary.html | litsec/eidas-opensaml | <!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_144) on Wed Oct 17 11:30:16 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>se.litsec.eidas.opensaml.config (eIDAS extension for OpenSAML 3.x - 1.3.0)</title>
<meta name="date" content="2018-10-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="se.litsec.eidas.opensaml.config (eIDAS extension for OpenSAML 3.x - 1.3.0)";
}
}
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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../se/litsec/eidas/opensaml/common/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../se/litsec/eidas/opensaml/ext/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?se/litsec/eidas/opensaml/config/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 se.litsec.eidas.opensaml.config</h1>
<div class="docSummary">
<div class="block">Configuration classes for the OpenSAML 3.X eIDAS extension library.</div>
</div>
<p>See: <a href="#package.description">Description</a></p>
</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="../../../../../se/litsec/eidas/opensaml/config/XMLObjectProviderInitializer.html" title="class in se.litsec.eidas.opensaml.config">XMLObjectProviderInitializer</a></td>
<td class="colLast">
<div class="block">XMLObject provider initializer for this module.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package se.litsec.eidas.opensaml.config Description">Package se.litsec.eidas.opensaml.config Description</h2>
<div class="block">Configuration classes for the OpenSAML 3.X eIDAS extension library.</div>
</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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../se/litsec/eidas/opensaml/common/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../se/litsec/eidas/opensaml/ext/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?se/litsec/eidas/opensaml/config/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.litsec.se">Litsec AB</a>. All rights reserved.</small></p>
</body>
</html>
|
java/demo/target/apidocs/com/google/phonenumbers/package-use.html | leandrocohn/libphonenumber-7-0.5 | <!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 (1.8.0_25) on Thu Nov 12 16:46:45 ART 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package com.google.phonenumbers (demo 7.0.5.3_fix-bug-559-565 API)</title>
<meta name="date" content="2015-11-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 Package com.google.phonenumbers (demo 7.0.5.3_fix-bug-559-565 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="../../../com/google/phonenumbers/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/google/phonenumbers/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.google.phonenumbers" class="title">Uses of Package<br>com.google.phonenumbers</h1>
</div>
<div class="contentContainer">No usage of com.google.phonenumbers</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="../../../com/google/phonenumbers/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/google/phonenumbers/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 <a href="http://www.google.com/">Google</a>. All Rights Reserved.</small></p>
</body>
</html>
|
docs/api/org/apache/solr/analysis/class-use/HunspellStemFilterFactory.html | normann/apache-solr | <!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_32) on Wed Jul 18 13:34:51 UTC 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.solr.analysis.HunspellStemFilterFactory (Solr 5.0-2012-07-18_13-07-53 API)
</TITLE>
<META NAME="date" CONTENT="2012-07-18">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.analysis.HunspellStemFilterFactory (Solr 5.0-2012-07-18_13-07-53 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/analysis/HunspellStemFilterFactory.html" title="class in org.apache.solr.analysis"><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="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/analysis//class-useHunspellStemFilterFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="HunspellStemFilterFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.solr.analysis.HunspellStemFilterFactory</B></H2>
</CENTER>
No usage of org.apache.solr.analysis.HunspellStemFilterFactory
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/analysis/HunspellStemFilterFactory.html" title="class in org.apache.solr.analysis"><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="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/analysis//class-useHunspellStemFilterFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="HunspellStemFilterFactory.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>
<address>Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.</address>
<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>
</BODY>
</HTML>
|
docs/javadoc/2.5/com/fasterxml/jackson/databind/node/class-use/TextNode.html | FasterXML/jackson-databind | <!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_25) on Thu Jan 01 17:43:59 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.fasterxml.jackson.databind.node.TextNode (jackson-databind 2.5.0 API)</title>
<meta name="date" content="2015-01-01">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.fasterxml.jackson.databind.node.TextNode (jackson-databind 2.5.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">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/node/class-use/TextNode.html" target="_top">Frames</a></li>
<li><a href="TextNode.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.node.TextNode" class="title">Uses of Class<br>com.fasterxml.jackson.databind.node.TextNode</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="../../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">TextNode</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.node">com.fasterxml.jackson.databind.node</a></td>
<td class="colLast">
<div class="block">Contains concrete <a href="../../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind"><code>JsonNode</code></a> implementations
Jackson uses for the Tree model.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.fasterxml.jackson.databind.node">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">TextNode</a> in <a href="../../../../../../com/fasterxml/jackson/databind/node/package-summary.html">com.fasterxml.jackson.databind.node</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../com/fasterxml/jackson/databind/node/package-summary.html">com.fasterxml.jackson.databind.node</a> that return <a href="../../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">TextNode</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="../../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">TextNode</a></code></td>
<td class="colLast"><span class="strong">JsonNodeFactory.</span><code><strong><a href="../../../../../../com/fasterxml/jackson/databind/node/JsonNodeFactory.html#textNode(java.lang.String)">textNode</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</code>
<div class="block">Factory method for constructing a node that represents JSON
String value</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">TextNode</a></code></td>
<td class="colLast"><span class="strong">ContainerNode.</span><code><strong><a href="../../../../../../com/fasterxml/jackson/databind/node/ContainerNode.html#textNode(java.lang.String)">textNode</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">TextNode</a></code></td>
<td class="colLast"><span class="strong">TextNode.</span><code><strong><a href="../../../../../../com/fasterxml/jackson/databind/node/TextNode.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> v)</code>
<div class="block">Factory method that should be used to construct instances.</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="../../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">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/node/class-use/TextNode.html" target="_top">Frames</a></li>
<li><a href="TextNode.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
</body>
</html>
|
source/build/package-templates/hdn-itk-documentation/hdn-itk-documentation/srv/hdn-itk-documentation/itk/itk-samples/apidocs/uk/nhs/interoperability/consumer/smsp/class-use/SMSProviderServlet.html | health-and-care-developer-network/health-and-care-developer-network | <!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_15) on Sat May 04 07:11:50 UTC 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class uk.nhs.interoperability.consumer.smsp.SMSProviderServlet (ITK Samples project 0.1-SNAPSHOT API)</title>
<meta name="date" content="2013-05-04">
<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 uk.nhs.interoperability.consumer.smsp.SMSProviderServlet (ITK Samples project 0.1-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="../../../../../../uk/nhs/interoperability/consumer/smsp/SMSProviderServlet.html" title="class in uk.nhs.interoperability.consumer.smsp">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?uk/nhs/interoperability/consumer/smsp/class-use/SMSProviderServlet.html" target="_top">Frames</a></li>
<li><a href="SMSProviderServlet.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 uk.nhs.interoperability.consumer.smsp.SMSProviderServlet" class="title">Uses of Class<br>uk.nhs.interoperability.consumer.smsp.SMSProviderServlet</h2>
</div>
<div class="classUseContainer">No usage of uk.nhs.interoperability.consumer.smsp.SMSProviderServlet</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="../../../../../../uk/nhs/interoperability/consumer/smsp/SMSProviderServlet.html" title="class in uk.nhs.interoperability.consumer.smsp">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?uk/nhs/interoperability/consumer/smsp/class-use/SMSProviderServlet.html" target="_top">Frames</a></li>
<li><a href="SMSProviderServlet.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>All content is available under the <a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/" title="Open Government Licence">Open Government Licence</a>, except where otherwise stated<br/>
All example source code is available under <a href="http://www.apache.org/licenses/LICENSE-2.0.html" title="Apache 2.0 License">Apache 2.0</a>, except where otherwise stated</small></p>
</body>
</html>
|
pl/dep/parataxis-insert.html | UniversalDependencies/universaldependencies.github.io | <!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>parataxis:insert</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-pl">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_pl/dep/parataxis-insert.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>parataxis:insert</code>: parenthetical clause or comment</h2>
<p>The <code class="language-plaintext highlighter-rouge">parataxis:insert</code> relation is used in the Polish <a href="http://universaldependencies.org/treebanks/pl_pdb/index.html">PDB-UD</a> and <a href="http://universaldependencies.org/treebanks/pl_pud/index.html">PUD</a> treebanks for explanatory or commenting word, clause or sentence inserted into a sentence. A paranthesis is usually marked with punctuation marks (e.g. commas, brackets, or dashes), but sometimes it is not marked.</p>
<pre><code class="language-conllu"># visual-style 7 5 parataxis:insert color:blue
1 W w ADP prep:acc:nwok AdpType=Prep|Variant=Short 3 case _ Case=Acc
2 ten ten DET adj:sg:acc:m3:pos Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|PronType=Dem 3 det _ _
3 sposób sposób NOUN subst:sg:acc:m3 Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing 7 obl _ SpaceAfter=No
4 , , PUNCT interp PunctType=Comm 5 punct _ _
5 teoretycznie teoretycznie ADV adv:pos Degree=Pos 7 parataxis:insert _ SpaceAfter=No
6 , , PUNCT interp PunctType=Comm 5 punct _ _
7 możliwy możliwy ADJ adj:sg:nom:m3:pos Animacy=Inan|Case=Nom|Degree=Pos|Gender=Masc|Number=Sing 0 root _ _
8 jest być AUX fin:sg:ter:imperf Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act 7 cop _ _
9 dostęp dostęp NOUN subst:sg:nom:m3 Animacy=Inan|Case=Nom|Gender=Masc|Number=Sing 7 nsubj _ _
10 do do ADP prep:gen AdpType=Prep 12 case _ Case=Gen
11 swoich swój DET adj:pl:gen:m3:pos Animacy=Inan|Case=Gen|Gender=Masc|Number=Plur|Poss=Yes|PronType=Prs|Reflex=Yes 12 det:poss _ _
12 pieniędzy pieniądz NOUN subst:pl:gen:m3 Animacy=Inan|Case=Gen|Gender=Masc|Number=Plur 9 nmod:arg _ _
13 w w ADP prep:loc:nwok AdpType=Prep|Variant=Short 15 case _ Case=Loc
14 dowolnym dowolny ADJ adj:sg:loc:m3:pos Animacy=Inan|Case=Loc|Degree=Pos|Gender=Masc|Number=Sing 15 amod _ _
15 momencie moment NOUN subst:sg:loc:m3 Animacy=Inan|Case=Loc|Gender=Masc|Number=Sing 7 obl _ SpaceAfter=No
16 . . PUNCT interp PunctType=Peri 7 punct _ _
</code></pre>
<pre><code class="language-conllu">1 In _ _ _ _ _ _ _ _
2 this _ _ _ _ _ _ _ _
3 way _ _ _ _ _ _ _ _
4 , _ _ _ _ _ _ _ _
5 theoretically _ _ _ _ _ _ _ _
6 , _ _ _ _ _ _ _ _
7 you _ _ _ _ _ _ _ _
8 can _ _ _ _ _ _ _ _
9 access _ _ _ _ _ _ _ _
10 your _ _ _ _ _ _ _ _
11 money _ _ _ _ _ _ _ _
12 any _ _ _ _ _ _ _ _
13 time _ _ _ _ _ _ _ _
14 . _ _ _ _ _ _ _ _
</code></pre>
<pre><code class="language-conllu"># visual-style 1 4 parataxis:insert color:blue
1 Oto oto VERB pred Mood=Ind|Tense=Pres|VerbForm=Fin|VerbType=Quasi 0 root _ _
2 tajemnica tajemnica NOUN subst:sg:nom:f Case=Nom|Gender=Fem|Number=Sing 1 nsubj _ _
3 powodzenia powodzenie NOUN subst:sg:gen:n:ncol Case=Gen|Gender=Neut|Number=Sing 2 nmod _ _
4 itd i tak dalej X brev:pun Abbr=Yes|Pun=Yes 1 parataxis:insert _ SpaceAfter=No
5 . . PUNCT interp PunctType=Peri 1 punct _ _
</code></pre>
<pre><code class="language-conllu">1 This _ _ _ _ _ _ _ _
2 is _ _ _ _ _ _ _ _
3 the _ _ _ _ _ _ _ _
4 secret _ _ _ _ _ _ _ _
5 of _ _ _ _ _ _ _ _
6 success _ _ _ _ _ _ _ _
7 etc _ _ _ _ _ _ _ _
8 . _ _ _ _ _ _ _ _
</code></pre>
<!-- Interlanguage links updated St lis 3 20:59:08 CET 2021 -->
<!-- "in other languages" links -->
<hr/>
parataxis:insert in other languages:
[<a href="../../fr/dep/parataxis-insert.html">fr</a>]
[<a href="../../it/dep/parataxis-insert.html">it</a>]
[<a href="../../pl/dep/parataxis-insert.html">pl</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'] = 'pl';
// 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>
|
play2-maven-plugin/1.0.0-alpha8/play2-providers/play2-provider-play24/project-info.html | play2-maven-plugin/play2-maven-plugin.github.io | <!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2014-08-25
| Rendered using Apache Maven Fluido Skin 1.3.1
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20140825" />
<meta http-equiv="Content-Language" content="en" />
<title>Play! 2.x Provider for Play! 2.4.x – Project Information</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="./css/site.css"/>
</head>
<body class="topBarDisabled">
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<div id="bannerLeft">
<h2>Play! 2.x Provider for Play! 2.4.x</h2>
</div>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2014-08-25
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 1.0.0-alpha8
</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Parent Project</li>
<li>
<a href="../index.html" title="Play! 2.x Providers">
<i class="none"></i>
Play! 2.x Providers</a>
</li>
<li class="nav-header">Overview</li>
<li>
<a href="index.html" title="Introduction">
<i class="none"></i>
Introduction</a>
</li>
<li>
<a href="apidocs/index.html" title="JavaDocs">
<i class="none"></i>
JavaDocs</a>
</li>
<li class="nav-header">Project Documentation</li>
<li class="active">
<a href="#"><i class="icon-chevron-down"></i>Project Information</a>
<ul class="nav nav-list">
<li>
<a href="index.html" title="About">
<i class="none"></i>
About</a>
</li>
<li>
<a href="plugin-management.html" title="Plugin Management">
<i class="none"></i>
Plugin Management</a>
</li>
<li>
<a href="distribution-management.html" title="Distribution Management">
<i class="none"></i>
Distribution Management</a>
</li>
<li>
<a href="dependency-info.html" title="Dependency Information">
<i class="none"></i>
Dependency Information</a>
</li>
<li>
<a href="source-repository.html" title="Source Repository">
<i class="none"></i>
Source Repository</a>
</li>
<li>
<a href="mail-lists.html" title="Mailing Lists">
<i class="none"></i>
Mailing Lists</a>
</li>
<li>
<a href="issue-tracking.html" title="Issue Tracking">
<i class="none"></i>
Issue Tracking</a>
</li>
<li>
<a href="integration.html" title="Continuous Integration">
<i class="none"></i>
Continuous Integration</a>
</li>
<li>
<a href="plugins.html" title="Project Plugins">
<i class="none"></i>
Project Plugins</a>
</li>
<li>
<a href="license.html" title="Project License">
<i class="none"></i>
Project License</a>
</li>
<li>
<a href="team-list.html" title="Project Team">
<i class="none"></i>
Project Team</a>
</li>
<li>
<a href="project-summary.html" title="Project Summary">
<i class="none"></i>
Project Summary</a>
</li>
<li>
<a href="dependencies.html" title="Dependencies">
<i class="none"></i>
Dependencies</a>
</li>
</ul>
</li>
<li>
<a href="project-reports.html" title="Project Reports">
<i class="icon-chevron-right"></i>
Project Reports</a>
</li>
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
</div>
<div id="bodyColumn" class="span9" >
<div class="section">
<h2><a name="Project_Information"></a>Project Information</h2>
<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
<div class="section">
<h3><a name="Overview"></a>Overview</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th>Document</th>
<th>Description</th></tr>
<tr class="b">
<td><a href="index.html">About</a></td>
<td>Play! 2.x Provider for Play! 2.4.x</td></tr>
<tr class="a">
<td><a href="plugin-management.html">Plugin Management</a></td>
<td>This document lists the plugins that are defined through pluginManagement.</td></tr>
<tr class="b">
<td><a href="distribution-management.html">Distribution Management</a></td>
<td>This document provides informations on the distribution management of this project.</td></tr>
<tr class="a">
<td><a href="dependency-info.html">Dependency Information</a></td>
<td>This document describes how to to include this project as a dependency using various dependency management tools.</td></tr>
<tr class="b">
<td><a href="source-repository.html">Source Repository</a></td>
<td>This is a link to the online source repository that can be viewed via a web browser.</td></tr>
<tr class="a">
<td><a href="mail-lists.html">Mailing Lists</a></td>
<td>This document provides subscription and archive information for this project's mailing lists.</td></tr>
<tr class="b">
<td><a href="issue-tracking.html">Issue Tracking</a></td>
<td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr>
<tr class="a">
<td><a href="integration.html">Continuous Integration</a></td>
<td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr>
<tr class="b">
<td><a href="plugins.html">Project Plugins</a></td>
<td>This document lists the build plugins and the report plugins used by this project.</td></tr>
<tr class="a">
<td><a href="license.html">Project License</a></td>
<td>This is a link to the definitions of project licenses.</td></tr>
<tr class="b">
<td><a href="team-list.html">Project Team</a></td>
<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr>
<tr class="a">
<td><a href="project-summary.html">Project Summary</a></td>
<td>This document lists other related information of this project</td></tr>
<tr class="b">
<td><a href="dependencies.html">Dependencies</a></td>
<td>This document lists the project's dependencies and provides information on each dependency.</td></tr></table></div></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p >Copyright © 2013–2014.
All rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>
|
src/test/resources/graph-generator/index.html | APIReader/starcraft2 | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Graph search path</title>
</head>
<link href="opentip.css" rel="stylesheet" type="text/css" />
<style>
html {
height: 100%;
}
body {
margin: 0px;
height: 100%;
overflow: hidden;
font-family: "Lucida Console", Monaco, monospace;
font-size: 14px;
font-weight: 300;
background-color: #222;
}
.contents {
background: rgb(238,238,238);
height: 100%;
}
.meny {
display: none;
padding: 20px;
overflow: auto;
background: rgb(51,51,51);
color:rgb(76, 185, 228);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
svg {
overflow: hidden;
}
table.tooltip {
width: 100%;
font-size: 12px;
border-collapse: collapse;
}
table.tooltip th {
padding: 0.25rem;
text-align: center;
font-size: 14px;
font-weight: bolder;
border-bottom: 5px solid #333;
}
table.tooltip td {
padding: 0.25rem;
text-align: left;
}
.node rect {
stroke: #333;
stroke-width: 2px;
fill: #fff;
}
g.active {
cursor: pointer;
}
g.active > rect {
fill: #333;
}
g.active text {
fill: #fff;
}
.edgeLabel text {
font-style: italic;
font-size: 11px;
}
.edgeLabel rect {
fill: rgb(238,238,238);
}
.edgePath path {
stroke: #333;
stroke-width: 1.5px;
fill: none;
}
a:visited {
color: rgb(76, 185, 228);
}
.meny-arrow {
position: absolute;
z-index: 10;
border: 10px solid transparent;
-webkit-transition: opacity 0.4s ease 0.4s;
-moz-transition: opacity 0.4s ease 0.4s;
-ms-transition: opacity 0.4s ease 0.4s;
-o-transition: opacity 0.4s ease 0.4s;
transition: opacity 0.4s ease 0.4s;
left: 14px;
top: 50%;
margin-top: -16px;
border-left: 16px solid #333;
}
</style>
<body>
<div class="meny" height="100%">
</div>
<div class="meny-arrow"></div>
<div class="contents" height="100%">
<svg width="100%" height="100%" preserveAspectRatio="xMidYMid">
<g />
</svg>
</div>
</body>
<script src="lib/meny.js"></script>
<script src="lib/d3.min.js"></script>
<script src="lib/dagre-d3.min.js"></script>
<script src="lib/opentip-native.js"></script>
<script src="catalog.js"></script>
</html> |
src/main/webapp/WEB-INF/thymeleaf/miles/mileDetails.html | mahbubur-rahman-rambird/mahbubur-rahman-rambird | <!DOCTYPE html>
<html lang="en">
<head th:replace="fragments/headTag :: headTag">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>PetClinic :: a Spring Framework demonstration</title>
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap.min.css"
th:href="@{/webjars/bootstrap/2.3.0/css/bootstrap.min.css}" rel="stylesheet" />
<link href="../../../resources/css/petclinic.css"
th:href="@{/resources/css/petclinic.css}" rel="stylesheet" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"
th:src="@{/webjars/jquery/1.9.0/jquery.js}"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"
th:src="@{/webjars/jquery-ui/1.9.2/js/jquery-ui-1.9.2.custom.js}"></script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/smoothness/jquery-ui.css"
th:href="@{/webjars/jquery-ui/1.9.2/css/smoothness/jquery-ui-1.9.2.custom.css}" rel="stylesheet" />
</head>
<body>
<div class="container">
<div th:replace="fragments/bodyHeader :: bodyHeader">
<img th:src="@{/resources/images/banner-graphic.png}"
src="../../../resources/images/banner-graphic.png"/>
<div class="navbar" style="width: 601px;">
<div class="navbar-inner">
<ul class="nav">
<li style="width: 100px;"><a href="../welcome.html" th:href="@{/}"><i class="icon-home"></i>Home</a></li>
<li style="width: 130px;"><a href="../owners/findOwners.html" th:href="@{/owners/find.html}"><i class="icon-search"></i>Find owners</a></li>
<li style="width: 140px;"><a href="../vets/vetList.html" th:href="@{/vets.html}"><i class="icon-th-list"></i>Veterinarians</a></li>
<li style="width: 90px;"><a href="../exception.html" th:href="@{/oups.html}" title="trigger a RuntimeException to see how it is handled"><i class="icon-warning-sign"></i>Error</a></li>
<li style="width: 80px;"><a href="#" title="not available yet. Work in progress!!"><i class=" icon-question-sign"></i>Help</a></li>
</ul>
</div>
</div>
</div>
<h2>Mile details</h2>
<table class="table table-striped" style="width:600px;">
<tr>
<th>Category</th>
<td><b th:text="${myMile.catg}">[categories]</b></td>
</tr>
<tr>
<th>Milestone</th>
<td th:text="${myMile.milestone}">[categories label]</td>
</tr>
<tr>
<th>Comments</th>
<td th:text="${myMile.comments}">[Rank]</td>
</tr>
<tr>
<th>Priority</th>
<td th:text="${myMile.priority}">[User name]</td>
</tr>
<tr>
<td>
<a th:href="@{|${myMile.mileId}/edit.html|}" href="./addOrUpdateMile.html" class="btn btn-info">Edit Mile</a></td>
<td>
<a th:href="@{'new'}" href="../categories/addOrUpdateCatg.html" class="btn btn-success">Add a mile</a></td>
</tr>
</table>
<table th:replace="fragments/footer :: footer" class="footer">
<tr>
<td></td>
<td align="right">
<img src="../../../resources/images/springsource-logo.png"
th:src="@{/resources/images/springsource-logo.png}"
alt="Sponsored by SpringSource" />
</td>
</tr>
</table>
</div>
</body>
</html>
|
_includes/en_hero.html | miguelcarvajal/agrau | <!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center align-items-center">
<div class="container text-center text-md-left" data-aos="fade-up">
<h1>Spanish to English <span>Translator</span></h1>
<h2><strong>More than words. </strong>I help Spanish companies reach international markets by building a meticulous image and conveying the underlying nuances of their messages</h2>
</div>
</section>
<!-- End Hero --> |
2017.7.0/apidocs/org/wildfly/swarm/config/class-use/Mail.MailResources.html | wildfly-swarm/wildfly-swarm-javadocs | <!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:05 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.Mail.MailResources (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="Uses of Class org.wildfly.swarm.config.Mail.MailResources (Public javadocs 2017.7.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/Mail.MailResources.html" title="class 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, 2017.7.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/class-use/Mail.MailResources.html" target="_top">Frames</a></li>
<li><a href="Mail.MailResources.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.Mail.MailResources" class="title">Uses of Class<br>org.wildfly.swarm.config.Mail.MailResources</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.MailResources.html" title="class in org.wildfly.swarm.config">Mail.MailResources</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/Mail.MailResources.html" title="class in org.wildfly.swarm.config">Mail.MailResources</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/Mail.MailResources.html" title="class in org.wildfly.swarm.config">Mail.MailResources</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.MailResources.html" title="class in org.wildfly.swarm.config">Mail.MailResources</a></code></td>
<td class="colLast"><span class="typeNameLabel">Mail.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/Mail.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/Mail.MailResources.html" title="class 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, 2017.7.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/class-use/Mail.MailResources.html" target="_top">Frames</a></li>
<li><a href="Mail.MailResources.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>
|
public/scaladoc/2.2.6/org/scalatest/time/Millisecond$.html | scalatest/scalatest-website | <?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>Millisecond - ScalaTest 2.2.6 - org.scalatest.time.Millisecond</title>
<meta name="description" content="Millisecond - ScalaTest 2.2.6 - org.scalatest.time.Millisecond" />
<meta name="keywords" content="Millisecond ScalaTest 2.2.6 org.scalatest.time.Millisecond" />
<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.time.Millisecond$';
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.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/object_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.time">time</a></p>
<h1>Millisecond</h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">Millisecond</span><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Indicates units for a single millisecond.</p><p>This singleton object may be passed to the constructor of <a href="Span.html"><code>Span</code></a> to
specify millisecond units of time, so long as the value passed to <code>Span</code> is 1. For example:</p><p><pre class="stHighlighted">
<span class="stType">Span</span>(<span class="stLiteral">1</span>, <span class="stType">Millisecond</span>)
</pre>
</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.2.6-for-scala-2.11-and-2.10/src/main/scala/org/scalatest/time/Units.scala" target="_blank">Units.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</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.time.Millisecond"><span>Millisecond</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="org.scalatest.time.Units"><span>Units</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="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="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.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="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="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="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.Serializable">
<h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3>
</div><div class="parent" name="java.io.Serializable">
<h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.Product">
<h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3>
</div><div class="parent" name="scala.Equals">
<h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3>
</div><div class="parent" name="org.scalatest.time.Units">
<h3>Inherited from <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</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> |
docs/solr-core/org/apache/solr/update/processor/class-use/UniqFieldsUpdateProcessorFactory.html | arnaud71/webso-db | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:22:10 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory (Solr 4.6.1 API)</title>
<meta name="date" content="2014-01-23">
<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.update.processor.UniqFieldsUpdateProcessorFactory (Solr 4.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">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/update/processor//class-useUniqFieldsUpdateProcessorFactory.html" target="_top">FRAMES</a></li>
<li><a href="UniqFieldsUpdateProcessorFactory.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.update.processor.UniqFieldsUpdateProcessorFactory" class="title">Uses of Class<br>org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.update.processor.UniqFieldsUpdateProcessorFactory</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/update/processor/UniqFieldsUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">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/update/processor//class-useUniqFieldsUpdateProcessorFactory.html" target="_top">FRAMES</a></li>
<li><a href="UniqFieldsUpdateProcessorFactory.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-2014 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>
|
docs/javadoc/core/com/github/ponkin/bloom/package-summary.html | ponkin/bloom | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<!-- Generated by javadoc (1.8.0_121) on Fri Mar 24 12:56:16 MSK 2017 -->
<title>com.github.ponkin.bloom</title>
<meta name="date" content="2017-03-24">
<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="com.github.ponkin.bloom";
}
}
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="../../../../com/github/ponkin/bloom/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Package</li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/github/ponkin/bloom/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 com.github.ponkin.bloom</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="../../../../com/github/ponkin/bloom/Filter.html" title="interface in com.github.ponkin.bloom">Filter</a></td>
<td class="colLast">
<div class="block">Common filter interface.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/github/ponkin/bloom/FilterBuilder.html" title="interface in com.github.ponkin.bloom">FilterBuilder</a><T extends <a href="../../../../com/github/ponkin/bloom/Filter.html" title="interface in com.github.ponkin.bloom">Filter</a>></td>
<td class="colLast">
<div class="block">Common builder interface
for all filters</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/github/ponkin/bloom/HashFunction.html" title="interface in com.github.ponkin.bloom">HashFunction</a></td>
<td class="colLast">
<div class="block">Common functional interface for
all hashing strategies.</div>
</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="../../../../com/github/ponkin/bloom/BloomFilter.html" title="class in com.github.ponkin.bloom">BloomFilter</a></td>
<td class="colLast">
<div class="block">Classic bloom filter implementation
To calculate hash by default Murmur3 hash is used (128 bit) but this can
be changed in builder.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/github/ponkin/bloom/BloomFilter.Builder.html" title="class in com.github.ponkin.bloom">BloomFilter.Builder</a></td>
<td class="colLast">
<div class="block">Builder for BloomFilter</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/github/ponkin/bloom/CuckooFilter.html" title="class in com.github.ponkin.bloom">CuckooFilter</a></td>
<td class="colLast">
<div class="block">Cuckoo filter implementation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/github/ponkin/bloom/CuckooFilter.Builder.html" title="class in com.github.ponkin.bloom">CuckooFilter.Builder</a></td>
<td class="colLast">
<div class="block">Builder for CuckooFilter</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/github/ponkin/bloom/Hashers.html" title="class in com.github.ponkin.bloom">Hashers</a></td>
<td class="colLast">
<div class="block">HashFunctions implementations</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/github/ponkin/bloom/ScalableBloomFilter.html" title="class in com.github.ponkin.bloom">ScalableBloomFilter</a></td>
<td class="colLast">
<div class="block">Scalable bloom filter implementation
http://gsd.di.uminho.pt/members/cbm/ps/dbloom.pdf
Scalable Bloom Filters are useful for cases where the size of the data set
isn't known a priori and memory constraints aren't of particular concern.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/github/ponkin/bloom/StableBloomFilter.html" title="class in com.github.ponkin.bloom">StableBloomFilter</a></td>
<td class="colLast">
<div class="block">StableBloomFilter implements a Stable Bloom Filter as described by Deng and
Rafiei in Approximately Detecting Duplicates for Streaming Data using Stable
Bloom Filters:
http://webdocs.cs.ualberta.ca/~drafiei/papers/DupDet06Sigmod.pdf
A Stable Bloom Filter (SBF) continuously evicts stale information so that it
has room for more recent elements.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/github/ponkin/bloom/IncompatibleMergeException.html" title="class in com.github.ponkin.bloom">IncompatibleMergeException</a></td>
<td class="colLast">
<div class="block">Special Exception, thrown when
two incompatible filters are merged.</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="../../../../com/github/ponkin/bloom/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Package</li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/github/ponkin/bloom/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
app/views/mainPage.scala.html | unterstein/requireweb | @**
* Copyright (C) 2014 Johannes Unterstein, unterstein@me.com, unterstein.info
*
* 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.
*@
@(headline: Html = Html(""), headline2: Html = Html(""), scripts: Html = Html(""), css: Html = Html(""), fluid: Boolean = false)(content: Html)(implicit request: play.api.mvc.Request[Any], lang: Lang)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="@Messages("keywords")">
<meta name="description" content="@Messages("description")">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="7 days">
<title>@Messages("title")</title>
<link rel="stylesheet" href="@routes.Assets.at("stylesheets/bootstrap.min.css")">
<link rel="stylesheet" href="@routes.Assets.at("stylesheets/font-awesome.min.css")">
<link rel="stylesheet" href="@routes.Assets.at("stylesheets/select2.css")">
<link rel="stylesheet" href="@routes.Assets.at("stylesheets/select2-bootstrap.css")">
<link rel="stylesheet" href="@routes.Assets.at("stylesheets/bootstrap-datetimepicker.min.css")">
<link rel="stylesheet" href="@routes.Assets.at("stylesheets/app.css")">
@css
<link rel="shortcut icon" type="image/png" href="@routes.Assets.at("img/favicon.png")">
<link rel="apple-touch-icon-precomposed" href="@routes.Assets.at("img/favicon.png")">
</head>
<body class="smart-style-2">
<header id="header">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">@Messages("toggle")</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="@routes.ApplicationController.index()">@Html(Messages("app.title"))</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@if(PlaySession.isLoggedIn) {
@buildNav("dashboard", "signal", routes.DashboardController.dashboard)
@buildNav("require", "book", routes.RequirementController.requirementList)
@buildNav("users", "users", routes.UserController.userList)
@if(PlaySession.isAdmin) {
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-umbrella"></i> @Messages("navi.adminRoot") <b class="caret"></b></a>
<ul class="dropdown-menu">
@buildNav("performance", "bars", routes.AdminController.performance)
@buildNav("allPerformance", "bolt", routes.AdminController.allPerformance)
<li class="divider"></li>
@buildNav("logs", "archive", routes.AdminController.logs)
</ul>
</li>
}
@buildNav("logout", "sign-out", routes.AuthenticationController.logout)
} else {
@buildNav("login", "sign-in", routes.AuthenticationController.login)
}
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</header>
<main>
<div class="container">
<h1 class="page-header">@headline</h1>
</div>
<div class="container@if(fluid){-fluid}">
@content
</div>
</main>
<!-- delete modal -->
<div class="modal fade" id="deleteModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">@Messages("delete")</h4>
</div>
<div class="modal-body">
@Messages("delete.confirm")
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left" data-dismiss="modal">@Messages("close")</button>
<button type="button" class="btn btn-danger pull-right" id="deleteConfirm">@Messages("confirm")</button>
</div>
</div>
</div>
</div>
<script type='text/javascript' src='@routes.Assets.at("javascripts/jquery-1.11.0.min.js")'></script>
<script type='text/javascript' src='@routes.Assets.at("javascripts/bootstrap.min.js")'></script>
<script type='text/javascript' src='@routes.Assets.at("javascripts/select2.min.js")'></script>
<script type='text/javascript' src='@routes.Assets.at("javascripts/jquery.autogrowtextarea.min.js")'></script>
<script type='text/javascript' src='@routes.Assets.at("javascripts/bootstrap-datetimepicker.min.js")'></script>
<script type='text/javascript' src='@routes.Assets.at("javascripts/app.js")'></script>
@scripts
<script src="@routes.ApplicationController.jsRoutes" type="text/javascript"></script>
</body>
</html>
@buildNav(name: String, cssClass: String, route: Object) = {
<li class="@("active".when(request.uri.contains(route.toString)))">
<a href="@route">
<i class="fa fa-@cssClass"></i> @Messages("navi." + name)
</a>
</li>
}
|
webapp/cbmonitor/static/styles/charts.css | ronniedada/litmus | /* --Main container-- */
.main {
position: absolute;
width: 99%;
height: 87.5%;
margin: 0 0.25%;
top: 6%
}
/* --Left board-- */
.sources {
position: absolute;
width: 29.8%;
height: 99.8%;
}
#accordion .ui-accordion-content {
padding: 2%;
}
#accordion .ui-accordion-header{
padding: 2% 7%;
}
.selectors {
width: 100%;
}
.selectors label {
line-height: 2.0;
font-size: 77%;
}
.selectors select {
width: 100%;
height: 24px;
text-overflow: ellipsis;
}
.ui-state-default.ui-corner-all.ui-draggable {
margin: 5px 0;
font-size: 65%;
padding-left: 5px;
}
.ui-state-default.ui-corner-all.ui-draggable:hover {
cursor: pointer;
}
/* --Right board-- */
.charts {
position: absolute;
width: 70%;
height: 100%;
left: 30%;
}
.charts_panel {
position: relative;
width: 100%;
height: 7%;
}
.cpanel_left {
top: 20%;
position: absolute;
}
.cpanel_middle {
left: 20%;
top: 20%;
width: 70px;
position: absolute;
}
.cpanel_right {
position: absolute;
width: 70%;
left: 30%;
top: 20%;
text-align: right;
}
.chart_view_single {
width: 100%;
height: 94%;
position: absolute;
}
.chart_view_double {
width: 100%;
height: 46.5%;
position: absolute;
}
.chart_view_quadruple {
width: 50%;
height: 46.5%;
position: absolute;
}
#first_view {
top: 6%;
left: 0;
border: solid 1px #808080;
border-radius: 5px;
}
#second_view {
top: 6%;
left: 50%;
border: solid 1px #808080;
border-radius: 5px;
}
#second_view_double {
top: 52.5%;
left: 0;
border: solid 1px #808080;
border-radius: 5px;
}
#third_view {
top: 52.5%;
left: 0;
border: solid 1px #808080;
border-radius: 5px;
}
#fourth_view {
top: 52.5%;
left: 50%;
border: solid 1px #808080;
border-radius: 5px;
}
|
delivery/extbus/product/connectors/extended/w4mail_2_0/resources/template_notif/content/standard_en.html | ptitcoutu/w4bf_newtasknotifier |
#set( $activity = $taskVariables.Activity.Value.replaceAll("([^_A-Z])([A-Z])","$1_$2").toLowerCase() )
#set( $bfApp = $taskVariables.Application.Value.toLowerCase() )
<html>
<body>
<pre style="font:12px arial,sans-serif;color:darkgrey;">
Hello,
<a style="font:12px arial,sans-serif;color:darkblue;text-decoration:none;" href="http://localhost:8090/$bfApp/invoke.htm?_action=w4_activity_${activity}_process_task&_classInfo=w4_activity_${activity}_class&_objectId=${taskVariables.Task.Value}&_new_session=true&_dashboard=true">The task - "${taskVariables.Step.Value}" - #${taskVariables.Task.Value}</a> was assigned to you for the case ${taskVariables.Workcase.value}.
Please <a style="font:12px arial,sans-serif;color:darkblue;text-decoration:none;" href="http://localhost:8090/$bfApp/invoke.htm?_action=guiWorkItems&_classInfo=w4_task_cls&_classFilter=active_assigned_to_user&_sort=w4_sort_by_date_desc&_new_session=true&_dashboard=true">check your workitems</a> for further details.
Regards,
W4
</pre>
</body>
</html>
|
html-projects/webs/jint2015plan/cbml/cbml.html | jormunmor/doctorado | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Jorge Munoz-Morera" />
<link rel="stylesheet" type="text/css" href="../css/variant-stream.css" title="Variant Stream" media="screen,projection" />
<title>jint 2015</title>
</head>
<body>
<div id="wrap">
<div id="header">
<div id="topmenu">
<p>
<strong class="hide">Main menu:</strong>
<a href="../index.html">Home</a><span class="hide"> | </span>
<a class="active" href="cbml.html">C-BML</a><span class="hide"> | </span>
<a href="../tap/tap.html">TAP</a><span class="hide"> | </span>
<a href="../sp/sp.html">SP</a><span class="hide"> | </span>
<a href="../results/results.html">Results</a>
</p>
</div>
<div id="title">
<h1><a href="../index.html">Arquitecture for the automatic generation of plans for multiple UAS from a generic mission description</a></h1>
</div>
</div>
<div id="sidebar">
<ul class="sidemenu">
<li><a href="../index.html">Home</a></li>
<li><a class="active" href="cbml.html">C-BML</a></li>
<li><a href="../tap/tap.html">TAP</a></li>
<li><a href="../sp/sp.html">SP</a>
<li><a href="../results/results.html">Results</a></li>
</ul>
<h2>Other links</h2>
<p>We recommend these pages:</p>
<ul>
<li><a href="http://grvc.us.es" target="_blank">GRVC web page</a></li>
</ul>
</div>
<div id="content">
<div id="feature">
<img src="../images/front_results.png" width="750" height="200" alt="3D point cloud" />
</div>
<div class="post">
<h2>C-BML section</h2>
<p>
In this section you can review and download all the C-BML files used for the description of the
mission presented in the paper. The file where the tasks are defined can be directly viewed.
The rest of files can be downloaded in a zip file.
</p>
<p>
<table style="width:25%">
<tr>
<td><a href="7_ORDER.xml" target="_blank">C-BML Order File</a></td>
<td><a download href="7_ORDER.xml"><img src="../images/xml_file_download_icon.png" alt="File download image"></a></td>
</tr>
</table>
</p>
<p class="postmeta"></p>
</div>
</div>
<div id="footer">
<p>Copyright © 2014 <a href="index.html">Jorge Juan Muñoz Morera</a><br />
Template design by <a href="http://andreasviklund.com/">Andreas Viklund</a><br />
</div>
</div>
</body>
</html>
|
jfinal-authority/src/main/webapp/static/代码/Part I/Listing 02-16.html | longjl/JFinal_Authority | <!DOCTYPE html>
<html>
<head>
<title>Example</title>
<style>
h1 {
width: 700px; border: thick double black; margin-left: auto;
margin-right: auto; text-align: center; font-size: x-large; padding: .5em;
color: darkgreen; background-image: url("border.png");
background-size: contain; margin-top: 0;
}
.dtable {display: table;}
.drow {display: table-row;}
.dcell {display: table-cell; padding: 10px;}
.dcell > * {vertical-align: middle}
input {width: 2em; text-align: right; border: thin solid black; padding: 2px;}
label {width: 5em; padding-left: .5em;display: inline-block;}
#buttonDiv {text-align: center;}
#oblock {display: block; margin-left: auto; margin-right: auto; width: 700px;}
</style>
</head>
<body>
<h1>Jacqui's Flower Shop</h1>
<form method="post">
<div id="oblock">
<div class="dtable">
<div class="drow">
<div class="dcell">
<img src="astor.png"/><label for="astor">Astor:</label>
<input name="astor" value="0" required>
</div>
<div class="dcell">
<img src="daffodil.png"/><label for="daffodil">Daffodil:</label>
<input name="daffodil" value="0" required >
</div>
<div class="dcell">
<img src="rose.png"/><label for="rose">Rose:</label>
<input name="rose" value="0" required>
</div>
</div>
<div class="drow">
<div class="dcell">
<img src="peony.png"/><label for="peony">Peony:</label>
<input name="peony" value="0" required>
</div>
<div class="dcell">
<img src="primula.png"/><label for="primula">Primula:</label>
<input name="primula" value="0" required>
</div>
<div class="dcell">
<img src="snowdrop.png"/><label for="snowdrop">Snowdrop:</label>
<input name="snowdrop" value="0" required>
</div>
</div>
</div>
</div>
<div id="buttonDiv"><button type="submit">Place Order</button></div>
</form>
<script>
var elements = document.getElementsByTagName("img");
for (var i = 0; i < elements.length; i++) {
elements[i].src = "snowdrop.png";
}
</script>
</body>
</html>
|
docs/apidocs/org/apache/hadoop/hbase/regionserver/snapshot/class-use/FlushSnapshotSubprocedure.html | zqxjjj/NobidaBase | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Mon Jun 24 22:25:08 UTC 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure (HBase 0.94.9 API)
</TITLE>
<META NAME="date" CONTENT="2013-06-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure (HBase 0.94.9 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/regionserver/snapshot/FlushSnapshotSubprocedure.html" title="class in org.apache.hadoop.hbase.regionserver.snapshot"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/regionserver/snapshot//class-useFlushSnapshotSubprocedure.html" target="_top"><B>FRAMES</B></A>
<A HREF="FlushSnapshotSubprocedure.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure</B></H2>
</CENTER>
No usage of org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/regionserver/snapshot/FlushSnapshotSubprocedure.html" title="class in org.apache.hadoop.hbase.regionserver.snapshot"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/regionserver/snapshot//class-useFlushSnapshotSubprocedure.html" target="_top"><B>FRAMES</B></A>
<A HREF="FlushSnapshotSubprocedure.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
fobo-lift-template-demo/src/main/webapp/foboapi/older/v2.0/net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html | karma4u101/FoBo-Demo | <!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title></title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js"></script>
<script type="text/javascript" src="../../../lib/jquery.panzoom.min.js"></script>
<script type="text/javascript" src="../../../lib/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../../../lib/index.js"></script>
<script type="text/javascript" src="../../../index.js"></script>
<script type="text/javascript" src="../../../lib/scheduler.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
/* this variable can be used by the JS to determine the path to the root document */
var toRoot = '../../../';
</script>
</head>
<body>
<div id="search">
<span id="doc-title"><span id="doc-version"></span></span>
<span class="close-results"><span class="left"><</span> Back</span>
<div id="textfilter">
<span class="input">
<input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" />
<i class="clear material-icons"></i>
<i id="search-icon" class="material-icons"></i>
</span>
</div>
</div>
<div id="search-results">
<div id="search-progress">
<div id="progress-fill"></div>
</div>
<div id="results-content">
<div id="entity-results"></div>
<div id="member-results"></div>
</div>
</div>
<div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;">
<div id="content-container" style="-webkit-overflow-scrolling: touch;">
<div id="subpackage-spacer">
<div id="packages">
<h1>Packages</h1>
<ul>
<li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="_root_"></a><a id="root:_root_"></a>
<span class="permalink">
<a href="index.html#_root_" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../index.html">
<span class="name">root</span>
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="_root_.net" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="net"></a><a id="net:net"></a>
<span class="permalink">
<a href="index.html#net" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="For a overview, proceed to the starting point for this document => net.liftmodules.fobo" href="../../index.html">
<span class="name">net</span>
</a>
</span>
<p class="shortcomment cmt">For a overview, proceed to the starting point for this document => <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p><div class="fullcomment"><div class="comment cmt"><p>For a overview, proceed to the starting point for this document => <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="net.liftmodules" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="liftmodules"></a><a id="liftmodules:liftmodules"></a>
<span class="permalink">
<a href="../net/index.html#liftmodules" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="For a overview, proceed to the starting point for this document => net.liftmodules.fobo" href="../index.html">
<span class="name">liftmodules</span>
</a>
</span>
<p class="shortcomment cmt">For a overview, proceed to the starting point for this document => <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p><div class="fullcomment"><div class="comment cmt"><p>For a overview, proceed to the starting point for this document => <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a></p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="net">net</a></dd></dl></div>
</li><li name="net.liftmodules.foboajs" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="foboajs"></a><a id="foboajs:foboajs"></a>
<span class="permalink">
<a href="../../net/liftmodules/index.html#foboajs" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="This FoBo toolkit module provides AngularJS API and Resource components to the FoBo Module,
but can also be used as-is, see below for setup information." href="index.html">
<span class="name">foboajs</span>
</a>
</span>
<p class="shortcomment cmt">This FoBo toolkit module provides AngularJS API and Resource components to the FoBo Module,
but can also be used as-is, see below for setup information.</p><div class="fullcomment"><div class="comment cmt"><h4>FoBo AngularJS Toolkit Module</h4><p>This FoBo toolkit module provides AngularJS API and Resource components to the FoBo Module,
but can also be used as-is, see below for setup information.</p><p>If you are using this module via the FoBo/FoBo module see also <a href="../fobo/index.html" class="extype" name="net.liftmodules.fobo">net.liftmodules.fobo</a> for setup information.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="net.liftmodules">liftmodules</a></dd></dl></div>
</li><li name="net.liftmodules.foboajs.Toolkit" visbl="pub" class="indented4 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="Toolkit"></a><a id="Toolkit:Toolkit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/index.html#Toolkit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<a title="" href="package$$Toolkit$.html">
<span class="name">Toolkit</span>
</a><span class="result"> extends <a href="package$$Toolkit.html" class="extype" name="net.liftmodules.foboajs.Toolkit">Toolkit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="net.liftmodules.foboajs">foboajs</a></dd></dl></div>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AJMaterial108$.html" title="Enable usage of FoBo's Angular Material API and resources version 1&#8228;0&#8228;8 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AJMaterial108$.html" title="Enable usage of FoBo's Angular Material API and resources version 1&#8228;0&#8228;8 in your bootstrap liftweb Boot.">
AJMaterial108
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AJMaterial111$.html" title="Enable usage of FoBo's Angular Material API and resources version 1&#8228;1&#8228;1 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AJMaterial111$.html" title="Enable usage of FoBo's Angular Material API and resources version 1&#8228;1&#8228;1 in your bootstrap liftweb Boot.">
AJMaterial111
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AJMaterial114$.html" title="Enable usage of FoBo's Angular Material API and resources version 1&#8228;1&#8228;4 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AJMaterial114$.html" title="Enable usage of FoBo's Angular Material API and resources version 1&#8228;1&#8228;4 in your bootstrap liftweb Boot.">
AJMaterial114
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AJSNGGrid207$.html" title="Enable usage of FoBo's Angular API and NG-Grid resources version 2&#8228;0&#8228;7 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AJSNGGrid207$.html" title="Enable usage of FoBo's Angular API and NG-Grid resources version 2&#8228;0&#8228;7 in your bootstrap liftweb Boot.">
AJSNGGrid207
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AJSUIBootstrap0100$.html" title="Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0&#8228;10&#8228;0 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AJSUIBootstrap0100$.html" title="Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0&#8228;10&#8228;0 in your bootstrap liftweb Boot.">
AJSUIBootstrap0100
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AJSUIBootstrap020$.html" title="Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0&#8228;2&#8228;0 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AJSUIBootstrap020$.html" title="Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0&#8228;2&#8228;0 in your bootstrap liftweb Boot.">
AJSUIBootstrap020
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AJSUIBootstrap070$.html" title="Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0&#8228;7&#8228;0 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AJSUIBootstrap070$.html" title="Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0&#8228;7&#8228;0 in your bootstrap liftweb Boot.">
AJSUIBootstrap070
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AJSUIBootstrap250$.html" title="Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 2&#8228;5&#8228;0 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AJSUIBootstrap250$.html" title="Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 2&#8228;5&#8228;0 in your bootstrap liftweb Boot.">
AJSUIBootstrap250
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AJSUIGrid307$.html" title="Enable usage of FoBo's Angular API and UI-Grid resources version 3&#8228;0&#8228;7 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AJSUIGrid307$.html" title="Enable usage of FoBo's Angular API and UI-Grid resources version 3&#8228;0&#8228;7 in your bootstrap liftweb Boot.">
AJSUIGrid307
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AngularJS1219$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;2&#8228;19 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AngularJS1219$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;2&#8228;19 in your bootstrap liftweb Boot.">
AngularJS1219
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AngularJS1219i18n$.html" title="Enable usage of AngularJS i18n resource files in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AngularJS1219i18n$.html" title="Enable usage of AngularJS i18n resource files in your bootstrap liftweb Boot.">
AngularJS1219i18n
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AngularJS1315$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;3&#8228;15 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AngularJS1315$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;3&#8228;15 in your bootstrap liftweb Boot.">
AngularJS1315
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AngularJS1315i18n$.html" title="Enable usage of AngularJS i18n resource files in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AngularJS1315i18n$.html" title="Enable usage of AngularJS i18n resource files in your bootstrap liftweb Boot.">
AngularJS1315i18n
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AngularJS141$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;4&#8228;1 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AngularJS141$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;4&#8228;1 in your bootstrap liftweb Boot.">
AngularJS141
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AngularJS141i18n$.html" title="Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AngularJS141i18n$.html" title="Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.">
AngularJS141i18n
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AngularJS148$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;4&#8228;8 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AngularJS148$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;4&#8228;8 in your bootstrap liftweb Boot.">
AngularJS148
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="" title="Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot."></a>
<a href="" title="Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.">
AngularJS148i18n
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AngularJS153$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;5&#8228;3 in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AngularJS153$.html" title="Enable usage of FoBo's AngularJS API and resources version 1&#8228;5&#8228;3 in your bootstrap liftweb Boot.">
AngularJS153
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="object" href="package$$Toolkit$$AngularJS153i18n$.html" title="Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot."></a>
<a href="package$$Toolkit$$AngularJS153i18n$.html" title="Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.">
AngularJS153i18n
</a>
</li>
</ul>
</div>
</div>
<div id="content">
<body class="object value">
<div id="definition">
<div class="big-circle object">o</div>
<p id="owner"><a href="../../index.html" class="extype" name="net">net</a>.<a href="../index.html" class="extype" name="net.liftmodules">liftmodules</a>.<a href="index.html" class="extype" name="net.liftmodules.foboajs">foboajs</a>.<a href="package$$Toolkit$.html" class="extype" name="net.liftmodules.foboajs.Toolkit">Toolkit</a></p>
<h1>AngularJS148i18n<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span></h1>
<h3><span class="morelinks"></span></h3>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">AngularJS148i18n</span><span class="result"> extends <a href="package$$Toolkit.html" class="extype" name="net.liftmodules.foboajs.Toolkit">Toolkit</a> with <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Product" class="extype" target="_top">Product</a> with <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Serializable" class="extype" target="_top">Serializable</a></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.</p></div><dl class="attributes block"> <div class="block">Example:
<ol><li class="cmt"><p></p><pre><span class="kw">import</span> net.liftmodules.{foboajs <span class="kw">=></span> fobo}
:
fobo.Toolkit.init=fobo.Toolkit.AngularJS148i18n</pre></li></ol>
</div><dt>Version</dt><dd><p>1.4.8 i18n</p></dd></dl><div class="toggleContainer block">
<span class="toggle">
Linear Supertypes
</span>
<div class="superTypes hiddenContent"><a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Serializable" class="extype" target="_top">Serializable</a>, <span class="extype" name="java.io.Serializable">Serializable</span>, <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Product" class="extype" target="_top">Product</a>, <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Equals" class="extype" target="_top">Equals</a>, <a href="package$$Toolkit.html" class="extype" name="net.liftmodules.foboajs.Toolkit">Toolkit</a>, <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a>, <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></div>
</div></div>
<div id="mbrsel">
<div class="toggle"></div>
<div id="memberfilter">
<i class="material-icons arrow"></i>
<span class="input">
<input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" />
</span>
<i class="clear material-icons"></i>
</div>
<div id="filterby">
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By Inheritance</span></li>
</ol>
</div>
<div class="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="net.liftmodules.foboajs.Toolkit.AngularJS148i18n"><span>AngularJS148i18n</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="net.liftmodules.foboajs.Toolkit"><span>Toolkit</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div class="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show All</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
</div>
<div id="template">
<div id="allMembers">
<div class="values members">
<h3>Value Members</h3>
<ol>
<li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#!=(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html###():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Int" class="extype" target="_top">Int</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#==(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#asInstanceOf[T0]:T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a><a id="clone():AnyRef"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#clone():Object" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a></span>
</span>
<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>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#eq(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#equals(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#finalize():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span>
</span>
<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>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#getClass():Class[_]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#isInstanceOf[T0]:Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#ne(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Boolean" class="extype" target="_top">Boolean</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#notify():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#notifyAll():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#synchronized[T0](x$1:=>T0):T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#wait():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Long" class="extype" target="_top">Long</a></span>, <span name="arg1">arg1: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Int" class="extype" target="_top">Int</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a>
<span class="permalink">
<a href="../../../net/liftmodules/foboajs/package$$Toolkit$$AngularJS148i18n$.html#wait(x$1:Long):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Long" class="extype" target="_top">Long</a></span>)</span><span class="result">: <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Unit" class="extype" target="_top">Unit</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li>
</ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.Serializable">
<h3>Inherited from <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Serializable" class="extype" target="_top">Serializable</a></h3>
</div><div class="parent" name="java.io.Serializable">
<h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.Product">
<h3>Inherited from <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Product" class="extype" target="_top">Product</a></h3>
</div><div class="parent" name="scala.Equals">
<h3>Inherited from <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Equals" class="extype" target="_top">Equals</a></h3>
</div><div class="parent" name="net.liftmodules.foboajs.Toolkit">
<h3>Inherited from <a href="package$$Toolkit.html" class="extype" name="net.liftmodules.foboajs.Toolkit">Toolkit</a></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.AnyRef" class="extype" target="_top">AnyRef</a></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <a href="http://www.scala-lang.org/api/2.12.2/index.html#scala.Any" class="extype" target="_top">Any</a></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</div>
</div>
</div>
</body>
</html>
|
dokumen/source-class-Pajax.html | solusi-integral/reserv | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<title>File application/controllers/pajax.php | Reserv</title>
<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Packages</h3>
<ul>
<li>
<a href="package-CodeIgniter.html">
CodeIgniter<span></span>
</a>
<ul>
<li>
<a href="package-CodeIgniter.Drivers.html">
Drivers </a>
</li>
<li>
<a href="package-CodeIgniter.Libraries.html">
Libraries </a>
</li>
</ul></li>
<li>
<a href="package-None.html">
None </a>
</li>
<li>
<a href="package-Reserv.html">
Reserv </a>
</li>
</ul>
</div>
<hr>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Charts.html">Charts</a></li>
<li><a href="class-CI_Benchmark.html">CI_Benchmark</a></li>
<li><a href="class-CI_Cache.html">CI_Cache</a></li>
<li><a href="class-CI_Cache_apc.html">CI_Cache_apc</a></li>
<li><a href="class-CI_Cache_dummy.html">CI_Cache_dummy</a></li>
<li><a href="class-CI_Cache_file.html">CI_Cache_file</a></li>
<li><a href="class-CI_Cache_memcached.html">CI_Cache_memcached</a></li>
<li><a href="class-CI_Calendar.html">CI_Calendar</a></li>
<li><a href="class-CI_Cart.html">CI_Cart</a></li>
<li><a href="class-CI_Config.html">CI_Config</a></li>
<li><a href="class-CI_Controller.html">CI_Controller</a></li>
<li><a href="class-CI_DB_active_record.html">CI_DB_active_record</a></li>
<li><a href="class-CI_DB_Cache.html">CI_DB_Cache</a></li>
<li><a href="class-CI_DB_cubrid_driver.html">CI_DB_cubrid_driver</a></li>
<li><a href="class-CI_DB_cubrid_forge.html">CI_DB_cubrid_forge</a></li>
<li><a href="class-CI_DB_cubrid_result.html">CI_DB_cubrid_result</a></li>
<li><a href="class-CI_DB_cubrid_utility.html">CI_DB_cubrid_utility</a></li>
<li><a href="class-CI_DB_driver.html">CI_DB_driver</a></li>
<li><a href="class-CI_DB_forge.html">CI_DB_forge</a></li>
<li><a href="class-CI_DB_mssql_driver.html">CI_DB_mssql_driver</a></li>
<li><a href="class-CI_DB_mssql_forge.html">CI_DB_mssql_forge</a></li>
<li><a href="class-CI_DB_mssql_result.html">CI_DB_mssql_result</a></li>
<li><a href="class-CI_DB_mssql_utility.html">CI_DB_mssql_utility</a></li>
<li><a href="class-CI_DB_mysql_driver.html">CI_DB_mysql_driver</a></li>
<li><a href="class-CI_DB_mysql_forge.html">CI_DB_mysql_forge</a></li>
<li><a href="class-CI_DB_mysql_result.html">CI_DB_mysql_result</a></li>
<li><a href="class-CI_DB_mysql_utility.html">CI_DB_mysql_utility</a></li>
<li><a href="class-CI_DB_mysqli_driver.html">CI_DB_mysqli_driver</a></li>
<li><a href="class-CI_DB_mysqli_forge.html">CI_DB_mysqli_forge</a></li>
<li><a href="class-CI_DB_mysqli_result.html">CI_DB_mysqli_result</a></li>
<li><a href="class-CI_DB_mysqli_utility.html">CI_DB_mysqli_utility</a></li>
<li><a href="class-CI_DB_oci8_driver.html">CI_DB_oci8_driver</a></li>
<li><a href="class-CI_DB_oci8_forge.html">CI_DB_oci8_forge</a></li>
<li><a href="class-CI_DB_oci8_result.html">CI_DB_oci8_result</a></li>
<li><a href="class-CI_DB_oci8_utility.html">CI_DB_oci8_utility</a></li>
<li><a href="class-CI_DB_odbc_driver.html">CI_DB_odbc_driver</a></li>
<li><a href="class-CI_DB_odbc_forge.html">CI_DB_odbc_forge</a></li>
<li><a href="class-CI_DB_odbc_result.html">CI_DB_odbc_result</a></li>
<li><a href="class-CI_DB_odbc_utility.html">CI_DB_odbc_utility</a></li>
<li><a href="class-CI_DB_pdo_driver.html">CI_DB_pdo_driver</a></li>
<li><a href="class-CI_DB_pdo_forge.html">CI_DB_pdo_forge</a></li>
<li><a href="class-CI_DB_pdo_result.html">CI_DB_pdo_result</a></li>
<li><a href="class-CI_DB_pdo_utility.html">CI_DB_pdo_utility</a></li>
<li><a href="class-CI_DB_postgre_driver.html">CI_DB_postgre_driver</a></li>
<li><a href="class-CI_DB_postgre_forge.html">CI_DB_postgre_forge</a></li>
<li><a href="class-CI_DB_postgre_result.html">CI_DB_postgre_result</a></li>
<li><a href="class-CI_DB_postgre_utility.html">CI_DB_postgre_utility</a></li>
<li><a href="class-CI_DB_result.html">CI_DB_result</a></li>
<li><a href="class-CI_DB_sqlite_driver.html">CI_DB_sqlite_driver</a></li>
<li><a href="class-CI_DB_sqlite_forge.html">CI_DB_sqlite_forge</a></li>
<li><a href="class-CI_DB_sqlite_result.html">CI_DB_sqlite_result</a></li>
<li><a href="class-CI_DB_sqlite_utility.html">CI_DB_sqlite_utility</a></li>
<li><a href="class-CI_DB_sqlsrv_driver.html">CI_DB_sqlsrv_driver</a></li>
<li><a href="class-CI_DB_sqlsrv_forge.html">CI_DB_sqlsrv_forge</a></li>
<li><a href="class-CI_DB_sqlsrv_result.html">CI_DB_sqlsrv_result</a></li>
<li><a href="class-CI_DB_sqlsrv_utility.html">CI_DB_sqlsrv_utility</a></li>
<li><a href="class-CI_DB_utility.html">CI_DB_utility</a></li>
<li><a href="class-CI_Driver.html">CI_Driver</a></li>
<li><a href="class-CI_Driver_Library.html">CI_Driver_Library</a></li>
<li><a href="class-CI_Email.html">CI_Email</a></li>
<li><a href="class-CI_Encrypt.html">CI_Encrypt</a></li>
<li><a href="class-CI_Exceptions.html">CI_Exceptions</a></li>
<li><a href="class-CI_Form_validation.html">CI_Form_validation</a></li>
<li><a href="class-CI_FTP.html">CI_FTP</a></li>
<li><a href="class-CI_Hooks.html">CI_Hooks</a></li>
<li><a href="class-CI_Image_lib.html">CI_Image_lib</a></li>
<li><a href="class-CI_Input.html">CI_Input</a></li>
<li><a href="class-CI_Javascript.html">CI_Javascript</a></li>
<li><a href="class-CI_Jquery.html">CI_Jquery</a></li>
<li><a href="class-CI_Lang.html">CI_Lang</a></li>
<li><a href="class-CI_Loader.html">CI_Loader</a></li>
<li><a href="class-CI_Log.html">CI_Log</a></li>
<li><a href="class-CI_Migration.html">CI_Migration</a></li>
<li><a href="class-CI_Model.html">CI_Model</a></li>
<li><a href="class-CI_Output.html">CI_Output</a></li>
<li><a href="class-CI_Pagination.html">CI_Pagination</a></li>
<li><a href="class-CI_Parser.html">CI_Parser</a></li>
<li><a href="class-CI_Profiler.html">CI_Profiler</a></li>
<li><a href="class-CI_Router.html">CI_Router</a></li>
<li><a href="class-CI_Security.html">CI_Security</a></li>
<li><a href="class-CI_Session.html">CI_Session</a></li>
<li><a href="class-CI_SHA1.html">CI_SHA1</a></li>
<li><a href="class-CI_Table.html">CI_Table</a></li>
<li><a href="class-CI_Trackback.html">CI_Trackback</a></li>
<li><a href="class-CI_Typography.html">CI_Typography</a></li>
<li><a href="class-CI_Unit_test.html">CI_Unit_test</a></li>
<li><a href="class-CI_Upload.html">CI_Upload</a></li>
<li><a href="class-CI_URI.html">CI_URI</a></li>
<li><a href="class-CI_User_agent.html">CI_User_agent</a></li>
<li><a href="class-CI_Utf8.html">CI_Utf8</a></li>
<li><a href="class-CI_Xmlrpc.html">CI_Xmlrpc</a></li>
<li><a href="class-CI_Xmlrpcs.html">CI_Xmlrpcs</a></li>
<li><a href="class-CI_Zip.html">CI_Zip</a></li>
<li><a href="class-Control.html">Control</a></li>
<li><a href="class-Data.html">Data</a></li>
<li><a href="class-elFinder.html">elFinder</a></li>
<li><a href="class-elFinderLogger.html">elFinderLogger</a></li>
<li><a href="class-Format.html">Format</a></li>
<li><a href="class-Graphs.html">Graphs</a></li>
<li><a href="class-Location_model.html">Location_model</a></li>
<li><a href="class-Notif_model.html">Notif_model</a></li>
<li><a href="class-Pages.html">Pages</a></li>
<li><a href="class-Pajax.html">Pajax</a></li>
<li><a href="class-Report.html">Report</a></li>
<li><a href="class-Report_api.html">Report_api</a></li>
<li><a href="class-Report_model.html">Report_model</a></li>
<li><a href="class-REST_Controller.html">REST_Controller</a></li>
<li><a href="class-Tables.html">Tables</a></li>
<li><a href="class-Tables_static.html">Tables_static</a></li>
<li><a href="class-Tes.html">Tes</a></li>
<li><a href="class-Welcome.html">Welcome</a></li>
<li><a href="class-XML_RPC_Client.html">XML_RPC_Client</a></li>
<li><a href="class-XML_RPC_Message.html">XML_RPC_Message</a></li>
<li><a href="class-XML_RPC_Response.html">XML_RPC_Response</a></li>
<li><a href="class-XML_RPC_Values.html">XML_RPC_Values</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-elFinderILogger.html">elFinderILogger</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-_attributes_to_string.html">_attributes_to_string</a></li>
<li><a href="function-_exception_handler.html">_exception_handler</a></li>
<li><a href="function-_get_smiley_array.html">_get_smiley_array</a></li>
<li><a href="function-_get_validation_object.html">_get_validation_object</a></li>
<li><a href="function-_list.html">_list</a></li>
<li><a href="function-_parse_attributes.html">_parse_attributes</a></li>
<li><a href="function-_parse_form_attributes.html">_parse_form_attributes</a></li>
<li><a href="function-alternator.html">alternator</a></li>
<li><a href="function-anchor.html">anchor</a></li>
<li><a href="function-anchor_popup.html">anchor_popup</a></li>
<li><a href="function-ascii_to_entities.html">ascii_to_entities</a></li>
<li><a href="function-auto_link.html">auto_link</a></li>
<li><a href="function-auto_typography.html">auto_typography</a></li>
<li><a href="function-base_url.html">base_url</a></li>
<li><a href="function-br.html">br</a></li>
<li><a href="function-byte_format.html">byte_format</a></li>
<li><a href="function-camelize.html">camelize</a></li>
<li><a href="function-character_limiter.html">character_limiter</a></li>
<li><a href="function-check_file.html" class="invalid">check_file</a></li>
<li><a href="function-config_item.html">config_item</a></li>
<li><a href="function-convert_accented_characters.html">convert_accented_characters</a></li>
<li><a href="function-create_captcha.html">create_captcha</a></li>
<li><a href="function-current_url.html">current_url</a></li>
<li><a href="function-days_in_month.html">days_in_month</a></li>
<li><a href="function-DB.html">DB</a></li>
<li><a href="function-delete_cookie.html">delete_cookie</a></li>
<li><a href="function-delete_files.html">delete_files</a></li>
<li><a href="function-directory_map.html">directory_map</a></li>
<li><a href="function-do_hash.html">do_hash</a></li>
<li><a href="function-doctype.html">doctype</a></li>
<li><a href="function-element.html">element</a></li>
<li><a href="function-elements.html">elements</a></li>
<li><a href="function-ellipsize.html">ellipsize</a></li>
<li><a href="function-encode_php_tags.html">encode_php_tags</a></li>
<li><a href="function-entities_to_ascii.html">entities_to_ascii</a></li>
<li><a href="function-entity_decode.html">entity_decode</a></li>
<li><a href="function-force_download.html">force_download</a></li>
<li><a href="function-form_button.html">form_button</a></li>
<li><a href="function-form_checkbox.html">form_checkbox</a></li>
<li><a href="function-form_close.html">form_close</a></li>
<li><a href="function-form_dropdown.html">form_dropdown</a></li>
<li><a href="function-form_error.html">form_error</a></li>
<li><a href="function-form_fieldset.html">form_fieldset</a></li>
<li><a href="function-form_fieldset_close.html">form_fieldset_close</a></li>
<li><a href="function-form_hidden.html">form_hidden</a></li>
<li><a href="function-form_input.html">form_input</a></li>
<li><a href="function-form_label.html">form_label</a></li>
<li><a href="function-form_multiselect.html">form_multiselect</a></li>
<li><a href="function-form_open.html">form_open</a></li>
<li><a href="function-form_open_multipart.html">form_open_multipart</a></li>
<li><a href="function-form_password.html">form_password</a></li>
<li><a href="function-form_prep.html">form_prep</a></li>
<li><a href="function-form_radio.html">form_radio</a></li>
<li><a href="function-form_reset.html">form_reset</a></li>
<li><a href="function-form_submit.html">form_submit</a></li>
<li><a href="function-form_textarea.html">form_textarea</a></li>
<li><a href="function-form_upload.html">form_upload</a></li>
<li><a href="function-get_clickable_smileys.html">get_clickable_smileys</a></li>
<li><a href="function-get_config.html">get_config</a></li>
<li><a href="function-get_cookie.html">get_cookie</a></li>
<li><a href="function-get_dir_file_info.html">get_dir_file_info</a></li>
<li><a href="function-get_file_info.html">get_file_info</a></li>
<li><a href="function-get_filenames.html">get_filenames</a></li>
<li><a href="function-get_instance.html">get_instance</a></li>
<li><a href="function-get_mime_by_extension.html">get_mime_by_extension</a></li>
<li><a href="function-gmt_to_local.html">gmt_to_local</a></li>
<li><a href="function-heading.html">heading</a></li>
<li><a href="function-highlight_code.html">highlight_code</a></li>
<li><a href="function-highlight_phrase.html">highlight_phrase</a></li>
<li><a href="function-html_escape.html">html_escape</a></li>
<li><a href="function-human_to_unix.html">human_to_unix</a></li>
<li><a href="function-humanize.html">humanize</a></li>
<li><a href="function-img.html">img</a></li>
<li><a href="function-increment_string.html">increment_string</a></li>
<li><a href="function-index_page.html">index_page</a></li>
<li><a href="function-is_false.html">is_false</a></li>
<li><a href="function-is_loaded.html">is_loaded</a></li>
<li><a href="function-is_php.html">is_php</a></li>
<li><a href="function-is_really_writable.html">is_really_writable</a></li>
<li><a href="function-is_true.html">is_true</a></li>
<li><a href="function-js_insert_smiley.html">js_insert_smiley</a></li>
<li><a href="function-lang.html">lang</a></li>
<li><a href="function-link_tag.html">link_tag</a></li>
<li><a href="function-load_class.html">load_class</a></li>
<li><a href="function-local_to_gmt.html">local_to_gmt</a></li>
<li><a href="function-log_message.html">log_message</a></li>
<li><a href="function-mailto.html">mailto</a></li>
<li><a href="function-mdate.html">mdate</a></li>
<li><a href="function-meta.html">meta</a></li>
<li><a href="function-mysql_to_unix.html">mysql_to_unix</a></li>
<li><a href="function-nbs.html">nbs</a></li>
<li><a href="function-nl2br_except_pre.html">nl2br_except_pre</a></li>
<li><a href="function-now.html">now</a></li>
<li><a href="function-octal_permissions.html">octal_permissions</a></li>
<li><a href="function-ol.html">ol</a></li>
<li><a href="function-parse_smileys.html">parse_smileys</a></li>
<li><a href="function-plural.html">plural</a></li>
<li><a href="function-prep_url.html">prep_url</a></li>
<li><a href="function-quotes_to_entities.html">quotes_to_entities</a></li>
<li><a href="function-random_element.html">random_element</a></li>
<li><a href="function-random_string.html">random_string</a></li>
<li><a href="function-read_file.html">read_file</a></li>
<li><a href="function-redirect.html">redirect</a></li>
<li><a href="function-reduce_double_slashes.html">reduce_double_slashes</a></li>
<li><a href="function-reduce_multiples.html">reduce_multiples</a></li>
<li><a href="function-remove_invisible_characters.html">remove_invisible_characters</a></li>
<li><a href="function-repeater.html">repeater</a></li>
<li><a href="function-safe_mailto.html">safe_mailto</a></li>
<li><a href="function-sanitize_filename.html">sanitize_filename</a></li>
<li><a href="function-send_email.html">send_email</a></li>
<li><a href="function-set_checkbox.html">set_checkbox</a></li>
<li><a href="function-set_cookie.html">set_cookie</a></li>
<li><a href="function-set_radio.html">set_radio</a></li>
<li><a href="function-set_realpath.html">set_realpath</a></li>
<li><a href="function-set_select.html">set_select</a></li>
<li><a href="function-set_status_header.html">set_status_header</a></li>
<li><a href="function-set_value.html">set_value</a></li>
<li><a href="function-show_404.html">show_404</a></li>
<li><a href="function-show_error.html">show_error</a></li>
<li><a href="function-singular.html">singular</a></li>
<li><a href="function-site_url.html">site_url</a></li>
<li><a href="function-smiley_js.html">smiley_js</a></li>
<li><a href="function-standard_date.html">standard_date</a></li>
<li><a href="function-strip_image_tags.html">strip_image_tags</a></li>
<li><a href="function-strip_quotes.html">strip_quotes</a></li>
<li><a href="function-strip_slashes.html">strip_slashes</a></li>
<li><a href="function-symbolic_permissions.html">symbolic_permissions</a></li>
<li><a href="function-timespan.html">timespan</a></li>
<li><a href="function-timezone_menu.html">timezone_menu</a></li>
<li><a href="function-timezones.html">timezones</a></li>
<li><a href="function-trim_slashes.html">trim_slashes</a></li>
<li><a href="function-ul.html">ul</a></li>
<li><a href="function-underscore.html">underscore</a></li>
<li><a href="function-unix_to_human.html">unix_to_human</a></li>
<li><a href="function-uri_string.html">uri_string</a></li>
<li><a href="function-url_title.html">url_title</a></li>
<li><a href="function-valid_email.html">valid_email</a></li>
<li><a href="function-validation_errors.html">validation_errors</a></li>
<li><a href="function-word_censor.html">word_censor</a></li>
<li><a href="function-word_limiter.html">word_limiter</a></li>
<li><a href="function-word_wrap.html">word_wrap</a></li>
<li><a href="function-write_file.html">write_file</a></li>
<li><a href="function-xml_convert.html">xml_convert</a></li>
<li><a href="function-xss_clean.html">xss_clean</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text" placeholder="Search">
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<span>Package</span> </li>
<li>
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<pre><code><span id="1" class="l"><a href="#1"> 1: </a><span class="xlang"><?php</span> <span class="php-keyword1">if</span> ( ! <span class="php-keyword2">defined</span>(<span class="php-quote">'BASEPATH'</span>)) <span class="php-keyword1">exit</span>(<span class="php-quote">'No direct script access allowed'</span>);
</span><span id="2" class="l"><a href="#2"> 2: </a>
</span><span id="3" class="l"><a href="#3"> 3: </a><span class="php-comment">/**
</span></span><span id="4" class="l"><a href="#4"> 4: </a><span class="php-comment"> * Description of Pajax
</span></span><span id="5" class="l"><a href="#5"> 5: </a><span class="php-comment"> *
</span></span><span id="6" class="l"><a href="#6"> 6: </a><span class="php-comment"> * @package Reserv
</span></span><span id="7" class="l"><a href="#7"> 7: </a><span class="php-comment"> * @author CV Solusi Integral
</span></span><span id="8" class="l"><a href="#8"> 8: </a><span class="php-comment"> * @copyright Copyright (c) 2014 CV Solusi Integral
</span></span><span id="9" class="l"><a href="#9"> 9: </a><span class="php-comment"> * @link http://www.solusi-integral.co.id CV Solusi Integral
</span></span><span id="10" class="l"><a href="#10"> 10: </a><span class="php-comment"> */</span>
</span><span id="11" class="l"><a href="#11"> 11: </a>
</span><span id="12" class="l"><a href="#12"> 12: </a><span class="php-keyword1">class</span> Pajax <span class="php-keyword1">extends</span> CI_Controller {
</span><span id="13" class="l"><a href="#13"> 13: </a>
</span><span id="14" class="l"><a href="#14"> 14: </a> <span class="php-comment">/**
</span></span><span id="15" class="l"><a href="#15"> 15: </a><span class="php-comment"> * Index Page for this controller.
</span></span><span id="16" class="l"><a href="#16"> 16: </a><span class="php-comment"> *
</span></span><span id="17" class="l"><a href="#17"> 17: </a><span class="php-comment"> * Maps to the following URL
</span></span><span id="18" class="l"><a href="#18"> 18: </a><span class="php-comment"> * http://example.com/index.php/welcome
</span></span><span id="19" class="l"><a href="#19"> 19: </a><span class="php-comment"> * - or -
</span></span><span id="20" class="l"><a href="#20"> 20: </a><span class="php-comment"> * http://example.com/index.php/welcome/index
</span></span><span id="21" class="l"><a href="#21"> 21: </a><span class="php-comment"> * - or -
</span></span><span id="22" class="l"><a href="#22"> 22: </a><span class="php-comment"> * Since this controller is set as the default controller in
</span></span><span id="23" class="l"><a href="#23"> 23: </a><span class="php-comment"> * config/routes.php, it's displayed at http://example.com/
</span></span><span id="24" class="l"><a href="#24"> 24: </a><span class="php-comment"> *
</span></span><span id="25" class="l"><a href="#25"> 25: </a><span class="php-comment"> * So any other public methods not prefixed with an underscore will
</span></span><span id="26" class="l"><a href="#26"> 26: </a><span class="php-comment"> * map to /index.php/welcome/<method_name>
</span></span><span id="27" class="l"><a href="#27"> 27: </a><span class="php-comment"> * @see http://codeigniter.com/user_guide/general/urls.html
</span></span><span id="28" class="l"><a href="#28"> 28: </a><span class="php-comment"> */</span>
</span><span id="29" class="l"><a href="#29"> 29: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> index()
</span><span id="30" class="l"><a href="#30"> 30: </a> {
</span><span id="31" class="l"><a href="#31"> 31: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'charts'</span>);
</span><span id="32" class="l"><a href="#32"> 32: </a> }
</span><span id="33" class="l"><a href="#33"> 33: </a>
</span><span id="34" class="l"><a href="#34"> 34: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_total()
</span><span id="35" class="l"><a href="#35"> 35: </a> {
</span><span id="36" class="l"><a href="#36"> 36: </a> <span class="php-var">$data</span>[<span class="php-quote">'total'</span>] = <span class="php-var">$this</span>->sumrace();
</span><span id="37" class="l"><a href="#37"> 37: </a> <span class="php-var">$data</span>[<span class="php-quote">'red'</span>] = <span class="php-var">$this</span>->redrace();
</span><span id="38" class="l"><a href="#38"> 38: </a> <span class="php-var">$data</span>[<span class="php-quote">'green'</span>] = <span class="php-var">$this</span>->green_percentage();
</span><span id="39" class="l"><a href="#39"> 39: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="40" class="l"><a href="#40"> 40: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'graphs_pjax_total'</span>, <span class="php-var">$data</span>);
</span><span id="41" class="l"><a href="#41"> 41: </a> }
</span><span id="42" class="l"><a href="#42"> 42: </a>
</span><span id="43" class="l"><a href="#43"> 43: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_green()
</span><span id="44" class="l"><a href="#44"> 44: </a> {
</span><span id="45" class="l"><a href="#45"> 45: </a> <span class="php-var">$data</span>[<span class="php-quote">'green'</span>] = <span class="php-var">$this</span>->green_percentage();
</span><span id="46" class="l"><a href="#46"> 46: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="47" class="l"><a href="#47"> 47: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'pjax_green'</span>, <span class="php-var">$data</span>);
</span><span id="48" class="l"><a href="#48"> 48: </a> }
</span><span id="49" class="l"><a href="#49"> 49: </a>
</span><span id="50" class="l"><a href="#50"> 50: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_status()
</span><span id="51" class="l"><a href="#51"> 51: </a> {
</span><span id="52" class="l"><a href="#52"> 52: </a> <span class="php-var">$data</span>[<span class="php-quote">'status'</span>] = <span class="php-var">$this</span>->status();
</span><span id="53" class="l"><a href="#53"> 53: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="54" class="l"><a href="#54"> 54: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'pjax_status'</span>, <span class="php-var">$data</span>);
</span><span id="55" class="l"><a href="#55"> 55: </a> }
</span><span id="56" class="l"><a href="#56"> 56: </a>
</span><span id="57" class="l"><a href="#57"> 57: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_chart()
</span><span id="58" class="l"><a href="#58"> 58: </a> {
</span><span id="59" class="l"><a href="#59"> 59: </a> <span class="php-var">$data</span>[<span class="php-quote">'gtype'</span>] = <span class="php-var">$this</span>->GType();
</span><span id="60" class="l"><a href="#60"> 60: </a> <span class="php-var">$data</span>[<span class="php-quote">'rtype'</span>] = <span class="php-var">$this</span>->RType();
</span><span id="61" class="l"><a href="#61"> 61: </a> <span class="php-var">$data</span>[<span class="php-quote">'ttype'</span>] = <span class="php-var">$this</span>->TType();
</span><span id="62" class="l"><a href="#62"> 62: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="63" class="l"><a href="#63"> 63: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'pjax_chart'</span>, <span class="php-var">$data</span>);
</span><span id="64" class="l"><a href="#64"> 64: </a> }
</span><span id="65" class="l"><a href="#65"> 65: </a>
</span><span id="66" class="l"><a href="#66"> 66: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_person()
</span><span id="67" class="l"><a href="#67"> 67: </a> {
</span><span id="68" class="l"><a href="#68"> 68: </a> <span class="php-var">$data</span>[<span class="php-quote">'surya'</span>] = <span class="php-var">$this</span>->individual_performance(<span class="php-quote">'surya'</span>);
</span><span id="69" class="l"><a href="#69"> 69: </a> <span class="php-var">$data</span>[<span class="php-quote">'azis'</span>] = <span class="php-var">$this</span>->individual_performance(<span class="php-quote">'azis'</span>);
</span><span id="70" class="l"><a href="#70"> 70: </a> <span class="php-var">$data</span>[<span class="php-quote">'indra'</span>] = <span class="php-var">$this</span>->individual_performance(<span class="php-quote">'indra'</span>);
</span><span id="71" class="l"><a href="#71"> 71: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="72" class="l"><a href="#72"> 72: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'pjax_person'</span>, <span class="php-var">$data</span>);
</span><span id="73" class="l"><a href="#73"> 73: </a> }
</span><span id="74" class="l"><a href="#74"> 74: </a>
</span><span id="75" class="l"><a href="#75"> 75: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_last6()
</span><span id="76" class="l"><a href="#76"> 76: </a> {
</span><span id="77" class="l"><a href="#77"> 77: </a> <span class="php-var">$data</span>[<span class="php-quote">'last6'</span>] = <span class="php-var">$this</span>->last6();
</span><span id="78" class="l"><a href="#78"> 78: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="79" class="l"><a href="#79"> 79: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'pjax_last6'</span>,<span class="php-var">$data</span>);
</span><span id="80" class="l"><a href="#80"> 80: </a> }
</span><span id="81" class="l"><a href="#81"> 81: </a>
</span><span id="82" class="l"><a href="#82"> 82: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_today()
</span><span id="83" class="l"><a href="#83"> 83: </a> {
</span><span id="84" class="l"><a href="#84"> 84: </a> <span class="php-var">$data</span>[<span class="php-quote">'today_gree'</span>] = <span class="php-var">$this</span>->today_green();
</span><span id="85" class="l"><a href="#85"> 85: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="86" class="l"><a href="#86"> 86: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'pjax_today'</span>, <span class="php-var">$data</span>);
</span><span id="87" class="l"><a href="#87"> 87: </a> }
</span><span id="88" class="l"><a href="#88"> 88: </a>
</span><span id="89" class="l"><a href="#89"> 89: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_today_perf()
</span><span id="90" class="l"><a href="#90"> 90: </a> {
</span><span id="91" class="l"><a href="#91"> 91: </a> <span class="php-var">$data</span>[<span class="php-quote">'pjax_today_perf'</span>] = <span class="php-var">$this</span>->today_performance();
</span><span id="92" class="l"><a href="#92"> 92: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="93" class="l"><a href="#93"> 93: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'pjax_today_perf'</span>, <span class="php-var">$data</span>);
</span><span id="94" class="l"><a href="#94"> 94: </a> }
</span><span id="95" class="l"><a href="#95"> 95: </a>
</span><span id="96" class="l"><a href="#96"> 96: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_today_total()
</span><span id="97" class="l"><a href="#97"> 97: </a> {
</span><span id="98" class="l"><a href="#98"> 98: </a> <span class="php-var">$data</span>[<span class="php-quote">'today_total'</span>] = <span class="php-var">$this</span>->today();
</span><span id="99" class="l"><a href="#99"> 99: </a> <span class="php-var">$data</span>[<span class="php-quote">'today_red'</span>] = <span class="php-var">$this</span>->today_red();
</span><span id="100" class="l"><a href="#100">100: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="101" class="l"><a href="#101">101: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'pjax_today_total'</span>, <span class="php-var">$data</span>);
</span><span id="102" class="l"><a href="#102">102: </a> }
</span><span id="103" class="l"><a href="#103">103: </a>
</span><span id="104" class="l"><a href="#104">104: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> pjax_test()
</span><span id="105" class="l"><a href="#105">105: </a> {
</span><span id="106" class="l"><a href="#106">106: </a> <span class="php-var">$data</span>[<span class="php-quote">'todaytest'</span>] = <span class="php-var">$this</span>->today_performance();
</span><span id="107" class="l"><a href="#107">107: </a> <span class="php-var">$this</span>->output->cache(<span class="php-num">2</span>);
</span><span id="108" class="l"><a href="#108">108: </a> <span class="php-var">$this</span>->load->view(<span class="php-quote">'pjax_test'</span>, <span class="php-var">$data</span>);
</span><span id="109" class="l"><a href="#109">109: </a> }
</span><span id="110" class="l"><a href="#110">110: </a>
</span><span id="111" class="l"><a href="#111">111: </a> <span class="php-keyword1">function</span> sumrace()
</span><span id="112" class="l"><a href="#112">112: </a> {
</span><span id="113" class="l"><a href="#113">113: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="114" class="l"><a href="#114">114: </a> <span class="php-var">$data</span> = <span class="php-var">$this</span>->report_model->all_sum_race();
</span><span id="115" class="l"><a href="#115">115: </a> <span class="php-keyword1">return</span> <span class="php-var">$data</span>;
</span><span id="116" class="l"><a href="#116">116: </a> }
</span><span id="117" class="l"><a href="#117">117: </a>
</span><span id="118" class="l"><a href="#118">118: </a> <span class="php-keyword1">function</span> redrace()
</span><span id="119" class="l"><a href="#119">119: </a> {
</span><span id="120" class="l"><a href="#120">120: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="121" class="l"><a href="#121">121: </a> <span class="php-var">$data</span> = <span class="php-var">$this</span>->report_model->all_sum_redrace();
</span><span id="122" class="l"><a href="#122">122: </a> <span class="php-keyword1">return</span> <span class="php-var">$data</span>;
</span><span id="123" class="l"><a href="#123">123: </a> }
</span><span id="124" class="l"><a href="#124">124: </a>
</span><span id="125" class="l"><a href="#125">125: </a> <span class="php-keyword1">function</span> green_percentage()
</span><span id="126" class="l"><a href="#126">126: </a> {
</span><span id="127" class="l"><a href="#127">127: </a> <span class="php-var">$all</span> = <span class="php-var">$this</span>->sumrace();
</span><span id="128" class="l"><a href="#128">128: </a> <span class="php-var">$red</span> = <span class="php-var">$this</span>->redrace();
</span><span id="129" class="l"><a href="#129">129: </a> <span class="php-var">$green</span> = <span class="php-var">$all</span>-<span class="php-var">$red</span>;
</span><span id="130" class="l"><a href="#130">130: </a> <span class="php-var">$perce1</span> = <span class="php-keyword2">round</span>((<span class="php-var">$green</span>/<span class="php-var">$all</span>*<span class="php-num">100</span>),<span class="php-num">2</span>);
</span><span id="131" class="l"><a href="#131">131: </a> <span class="php-keyword1">return</span> <span class="php-var">$perce1</span>;
</span><span id="132" class="l"><a href="#132">132: </a> }
</span><span id="133" class="l"><a href="#133">133: </a>
</span><span id="134" class="l"><a href="#134">134: </a> <span class="php-keyword1">function</span> GType()
</span><span id="135" class="l"><a href="#135">135: </a> {
</span><span id="136" class="l"><a href="#136">136: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="137" class="l"><a href="#137">137: </a> <span class="php-var">$Gtyper</span> = <span class="php-var">$this</span>->report_model->all_gtype_sum_race();
</span><span id="138" class="l"><a href="#138">138: </a> <span class="php-keyword1">return</span> <span class="php-var">$Gtyper</span>;
</span><span id="139" class="l"><a href="#139">139: </a> }
</span><span id="140" class="l"><a href="#140">140: </a>
</span><span id="141" class="l"><a href="#141">141: </a> <span class="php-keyword1">function</span> TType()
</span><span id="142" class="l"><a href="#142">142: </a> {
</span><span id="143" class="l"><a href="#143">143: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="144" class="l"><a href="#144">144: </a> <span class="php-var">$Ttyper</span> = <span class="php-var">$this</span>->report_model->all_ttype_sum_race();
</span><span id="145" class="l"><a href="#145">145: </a> <span class="php-keyword1">return</span> <span class="php-var">$Ttyper</span>;
</span><span id="146" class="l"><a href="#146">146: </a> }
</span><span id="147" class="l"><a href="#147">147: </a>
</span><span id="148" class="l"><a href="#148">148: </a> <span class="php-keyword1">function</span> RType()
</span><span id="149" class="l"><a href="#149">149: </a> {
</span><span id="150" class="l"><a href="#150">150: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="151" class="l"><a href="#151">151: </a> <span class="php-var">$Rtyper</span> = <span class="php-var">$this</span>->report_model->all_rtype_sum_race();
</span><span id="152" class="l"><a href="#152">152: </a> <span class="php-keyword1">return</span> <span class="php-var">$Rtyper</span>;
</span><span id="153" class="l"><a href="#153">153: </a> }
</span><span id="154" class="l"><a href="#154">154: </a>
</span><span id="155" class="l"><a href="#155">155: </a> <span class="php-keyword1">function</span> status()
</span><span id="156" class="l"><a href="#156">156: </a> {
</span><span id="157" class="l"><a href="#157">157: </a> <span class="php-var">$status</span> = <span class="php-var">$this</span>->green_percentage();
</span><span id="158" class="l"><a href="#158">158: </a> <span class="php-keyword1">if</span> (<span class="php-var">$status</span> > <span class="php-num">90</span>){
</span><span id="159" class="l"><a href="#159">159: </a> <span class="php-var">$pesan</span> = <span class="php-quote">'Great'</span>;
</span><span id="160" class="l"><a href="#160">160: </a> }
</span><span id="161" class="l"><a href="#161">161: </a> <span class="php-keyword1">else</span> <span class="php-keyword1">if</span> (<span class="php-var">$status</span> > <span class="php-num">80</span>){
</span><span id="162" class="l"><a href="#162">162: </a> <span class="php-var">$pesan</span> = <span class="php-quote">'Good'</span>;
</span><span id="163" class="l"><a href="#163">163: </a> }
</span><span id="164" class="l"><a href="#164">164: </a> <span class="php-keyword1">else</span> <span class="php-keyword1">if</span> (<span class="php-var">$status</span> > <span class="php-num">75</span>){
</span><span id="165" class="l"><a href="#165">165: </a> <span class="php-var">$pesan</span> = <span class="php-quote">'Fair'</span>;
</span><span id="166" class="l"><a href="#166">166: </a> }
</span><span id="167" class="l"><a href="#167">167: </a> <span class="php-keyword1">else</span> {
</span><span id="168" class="l"><a href="#168">168: </a> <span class="php-var">$pesan</span> = <span class="php-quote">'Bad'</span>;
</span><span id="169" class="l"><a href="#169">169: </a> }
</span><span id="170" class="l"><a href="#170">170: </a> <span class="php-keyword1">return</span> <span class="php-var">$pesan</span>;
</span><span id="171" class="l"><a href="#171">171: </a> }
</span><span id="172" class="l"><a href="#172">172: </a>
</span><span id="173" class="l"><a href="#173">173: </a> <span class="php-keyword1">function</span> today()
</span><span id="174" class="l"><a href="#174">174: </a> {
</span><span id="175" class="l"><a href="#175">175: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="176" class="l"><a href="#176">176: </a> <span class="php-var">$today_total</span> = <span class="php-var">$this</span>->report_model->today_sum_race();
</span><span id="177" class="l"><a href="#177">177: </a> <span class="php-keyword1">return</span> <span class="php-var">$today_total</span>;
</span><span id="178" class="l"><a href="#178">178: </a> }
</span><span id="179" class="l"><a href="#179">179: </a>
</span><span id="180" class="l"><a href="#180">180: </a> <span class="php-keyword1">function</span> today_red()
</span><span id="181" class="l"><a href="#181">181: </a> {
</span><span id="182" class="l"><a href="#182">182: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="183" class="l"><a href="#183">183: </a> <span class="php-var">$todayul</span> = <span class="php-var">$this</span>->report_model->today_red_ul();
</span><span id="184" class="l"><a href="#184">184: </a> <span class="php-var">$todaydl</span> = <span class="php-var">$this</span>->report_model->today_red_dl();
</span><span id="185" class="l"><a href="#185">185: </a> <span class="php-var">$today_total</span> = <span class="php-var">$todayul</span>+<span class="php-var">$todaydl</span>;
</span><span id="186" class="l"><a href="#186">186: </a> <span class="php-var">$red</span> = <span class="php-var">$today_total</span>;
</span><span id="187" class="l"><a href="#187">187: </a> <span class="php-keyword1">return</span> <span class="php-var">$red</span>;
</span><span id="188" class="l"><a href="#188">188: </a> }
</span><span id="189" class="l"><a href="#189">189: </a>
</span><span id="190" class="l"><a href="#190">190: </a> <span class="php-keyword1">function</span> today_green()
</span><span id="191" class="l"><a href="#191">191: </a> {
</span><span id="192" class="l"><a href="#192">192: </a> <span class="php-var">$total</span> = <span class="php-var">$this</span>->today();
</span><span id="193" class="l"><a href="#193">193: </a> <span class="php-var">$red</span> = <span class="php-var">$this</span>->today_red();
</span><span id="194" class="l"><a href="#194">194: </a>
</span><span id="195" class="l"><a href="#195">195: </a> <span class="php-keyword1">if</span> (<span class="php-var">$red</span> == <span class="php-num">0</span>)
</span><span id="196" class="l"><a href="#196">196: </a> {
</span><span id="197" class="l"><a href="#197">197: </a> <span class="php-var">$perce1</span> = <span class="php-num">100</span>;
</span><span id="198" class="l"><a href="#198">198: </a> }
</span><span id="199" class="l"><a href="#199">199: </a> <span class="php-keyword1">else</span>
</span><span id="200" class="l"><a href="#200">200: </a> {
</span><span id="201" class="l"><a href="#201">201: </a> <span class="php-var">$green</span> = <span class="php-var">$total</span>-<span class="php-var">$red</span>;
</span><span id="202" class="l"><a href="#202">202: </a> <span class="php-var">$perce1</span> = <span class="php-keyword2">round</span>((<span class="php-var">$green</span>/<span class="php-var">$total</span>*<span class="php-num">100</span>),<span class="php-num">2</span>);
</span><span id="203" class="l"><a href="#203">203: </a> }
</span><span id="204" class="l"><a href="#204">204: </a> <span class="php-keyword1">return</span> <span class="php-var">$perce1</span>;
</span><span id="205" class="l"><a href="#205">205: </a> }
</span><span id="206" class="l"><a href="#206">206: </a>
</span><span id="207" class="l"><a href="#207">207: </a> <span class="php-keyword1">function</span> today_performance()
</span><span id="208" class="l"><a href="#208">208: </a> {
</span><span id="209" class="l"><a href="#209">209: </a> <span class="php-var">$status</span> = <span class="php-var">$this</span>->today_green();
</span><span id="210" class="l"><a href="#210">210: </a> <span class="php-keyword1">if</span> (<span class="php-var">$status</span> > <span class="php-num">90</span>){
</span><span id="211" class="l"><a href="#211">211: </a> <span class="php-var">$pesan</span> = <span class="php-quote">'Great'</span>;
</span><span id="212" class="l"><a href="#212">212: </a> }
</span><span id="213" class="l"><a href="#213">213: </a> <span class="php-keyword1">else</span> <span class="php-keyword1">if</span> (<span class="php-var">$status</span> > <span class="php-num">80</span>){
</span><span id="214" class="l"><a href="#214">214: </a> <span class="php-var">$pesan</span> = <span class="php-quote">'Good'</span>;
</span><span id="215" class="l"><a href="#215">215: </a> }
</span><span id="216" class="l"><a href="#216">216: </a> <span class="php-keyword1">else</span> <span class="php-keyword1">if</span> (<span class="php-var">$status</span> > <span class="php-num">75</span>){
</span><span id="217" class="l"><a href="#217">217: </a> <span class="php-var">$pesan</span> = <span class="php-quote">'Fair'</span>;
</span><span id="218" class="l"><a href="#218">218: </a> }
</span><span id="219" class="l"><a href="#219">219: </a> <span class="php-keyword1">else</span> {
</span><span id="220" class="l"><a href="#220">220: </a> <span class="php-var">$pesan</span> = <span class="php-quote">'Bad'</span>;
</span><span id="221" class="l"><a href="#221">221: </a> }
</span><span id="222" class="l"><a href="#222">222: </a> <span class="php-keyword1">return</span> <span class="php-var">$pesan</span>;
</span><span id="223" class="l"><a href="#223">223: </a> }
</span><span id="224" class="l"><a href="#224">224: </a>
</span><span id="225" class="l"><a href="#225">225: </a> <span class="php-keyword1">function</span> yesterday()
</span><span id="226" class="l"><a href="#226">226: </a> {
</span><span id="227" class="l"><a href="#227">227: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="228" class="l"><a href="#228">228: </a> <span class="php-var">$today_total</span> = <span class="php-var">$this</span>->report_model->yesterday_sum_race();
</span><span id="229" class="l"><a href="#229">229: </a> <span class="php-keyword1">return</span> <span class="php-var">$today_total</span>;
</span><span id="230" class="l"><a href="#230">230: </a> }
</span><span id="231" class="l"><a href="#231">231: </a>
</span><span id="232" class="l"><a href="#232">232: </a> <span class="php-keyword1">function</span> yesterday_red()
</span><span id="233" class="l"><a href="#233">233: </a> {
</span><span id="234" class="l"><a href="#234">234: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="235" class="l"><a href="#235">235: </a> <span class="php-var">$todayul</span> = <span class="php-var">$this</span>->report_model->yesterday_red_ul();
</span><span id="236" class="l"><a href="#236">236: </a> <span class="php-var">$todaydl</span> = <span class="php-var">$this</span>->report_model->yesterday_red_dl();
</span><span id="237" class="l"><a href="#237">237: </a> <span class="php-var">$today_total</span> = <span class="php-var">$todayul</span>+<span class="php-var">$todaydl</span>;
</span><span id="238" class="l"><a href="#238">238: </a> <span class="php-var">$red</span> = <span class="php-var">$today_total</span>;
</span><span id="239" class="l"><a href="#239">239: </a> <span class="php-keyword1">return</span> <span class="php-var">$red</span>;
</span><span id="240" class="l"><a href="#240">240: </a> }
</span><span id="241" class="l"><a href="#241">241: </a>
</span><span id="242" class="l"><a href="#242">242: </a> <span class="php-keyword1">function</span> yesterday_green()
</span><span id="243" class="l"><a href="#243">243: </a> {
</span><span id="244" class="l"><a href="#244">244: </a> <span class="php-var">$total</span> = <span class="php-var">$this</span>->yesterday();
</span><span id="245" class="l"><a href="#245">245: </a> <span class="php-var">$red</span> = <span class="php-var">$this</span>->yesterday_red();
</span><span id="246" class="l"><a href="#246">246: </a> <span class="php-var">$green</span> = <span class="php-var">$total</span>-<span class="php-var">$red</span>;
</span><span id="247" class="l"><a href="#247">247: </a> <span class="php-var">$perce1</span> = <span class="php-keyword2">round</span>((<span class="php-var">$green</span>/<span class="php-var">$total</span>*<span class="php-num">100</span>),<span class="php-num">2</span>);
</span><span id="248" class="l"><a href="#248">248: </a> <span class="php-keyword1">return</span> <span class="php-var">$perce1</span>;
</span><span id="249" class="l"><a href="#249">249: </a> }
</span><span id="250" class="l"><a href="#250">250: </a>
</span><span id="251" class="l"><a href="#251">251: </a> <span class="php-keyword1">function</span> twday_sum()
</span><span id="252" class="l"><a href="#252">252: </a> {
</span><span id="253" class="l"><a href="#253">253: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="254" class="l"><a href="#254">254: </a> <span class="php-var">$offset</span> = <span class="php-num">3</span>*<span class="php-num">60</span>*<span class="php-num">60</span>*<span class="php-num">24</span>;
</span><span id="255" class="l"><a href="#255">255: </a> <span class="php-var">$today_total</span> = <span class="php-var">$this</span>->report_model->global_sum_race(<span class="php-var">$offset</span>);
</span><span id="256" class="l"><a href="#256">256: </a> <span class="php-keyword1">return</span> <span class="php-var">$today_total</span>;
</span><span id="257" class="l"><a href="#257">257: </a> }
</span><span id="258" class="l"><a href="#258">258: </a>
</span><span id="259" class="l"><a href="#259">259: </a> <span class="php-keyword1">function</span> twday_red()
</span><span id="260" class="l"><a href="#260">260: </a> {
</span><span id="261" class="l"><a href="#261">261: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="262" class="l"><a href="#262">262: </a> <span class="php-var">$offset</span> = <span class="php-num">3</span>*<span class="php-num">60</span>*<span class="php-num">60</span>*<span class="php-num">24</span>;
</span><span id="263" class="l"><a href="#263">263: </a> <span class="php-var">$todayul</span> = <span class="php-var">$this</span>->report_model->global_red_ul(<span class="php-var">$offset</span>);
</span><span id="264" class="l"><a href="#264">264: </a> <span class="php-var">$todaydl</span> = <span class="php-var">$this</span>->report_model->global_red_dl(<span class="php-var">$offset</span>);
</span><span id="265" class="l"><a href="#265">265: </a> <span class="php-var">$today_total</span> = <span class="php-var">$todayul</span>+<span class="php-var">$todaydl</span>;
</span><span id="266" class="l"><a href="#266">266: </a> <span class="php-var">$red</span> = <span class="php-var">$today_total</span>;
</span><span id="267" class="l"><a href="#267">267: </a> <span class="php-keyword1">return</span> <span class="php-var">$red</span>;
</span><span id="268" class="l"><a href="#268">268: </a> }
</span><span id="269" class="l"><a href="#269">269: </a>
</span><span id="270" class="l"><a href="#270">270: </a> <span class="php-keyword1">function</span> twday_green()
</span><span id="271" class="l"><a href="#271">271: </a> {
</span><span id="272" class="l"><a href="#272">272: </a> <span class="php-var">$total</span> = <span class="php-var">$this</span>->twday_sum();
</span><span id="273" class="l"><a href="#273">273: </a> <span class="php-var">$red</span> = <span class="php-var">$this</span>->twday_red();
</span><span id="274" class="l"><a href="#274">274: </a> <span class="php-var">$green</span> = <span class="php-var">$total</span>-<span class="php-var">$red</span>;
</span><span id="275" class="l"><a href="#275">275: </a> <span class="php-var">$perce1</span> = <span class="php-keyword2">round</span>((<span class="php-var">$green</span>/<span class="php-var">$total</span>*<span class="php-num">100</span>),<span class="php-num">2</span>);
</span><span id="276" class="l"><a href="#276">276: </a> <span class="php-keyword1">return</span> <span class="php-var">$perce1</span>;
</span><span id="277" class="l"><a href="#277">277: </a> }
</span><span id="278" class="l"><a href="#278">278: </a>
</span><span id="279" class="l"><a href="#279">279: </a> <span class="php-keyword1">function</span> thday_sum()
</span><span id="280" class="l"><a href="#280">280: </a> {
</span><span id="281" class="l"><a href="#281">281: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="282" class="l"><a href="#282">282: </a> <span class="php-var">$offset</span> = <span class="php-num">4</span>*<span class="php-num">60</span>*<span class="php-num">60</span>*<span class="php-num">24</span>;
</span><span id="283" class="l"><a href="#283">283: </a> <span class="php-var">$today_total</span> = <span class="php-var">$this</span>->report_model->global_sum_race(<span class="php-var">$offset</span>);
</span><span id="284" class="l"><a href="#284">284: </a> <span class="php-keyword1">return</span> <span class="php-var">$today_total</span>;
</span><span id="285" class="l"><a href="#285">285: </a> }
</span><span id="286" class="l"><a href="#286">286: </a>
</span><span id="287" class="l"><a href="#287">287: </a> <span class="php-keyword1">function</span> thday_red()
</span><span id="288" class="l"><a href="#288">288: </a> {
</span><span id="289" class="l"><a href="#289">289: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="290" class="l"><a href="#290">290: </a> <span class="php-var">$offset</span> = <span class="php-num">4</span>*<span class="php-num">60</span>*<span class="php-num">60</span>*<span class="php-num">24</span>;
</span><span id="291" class="l"><a href="#291">291: </a> <span class="php-var">$todayul</span> = <span class="php-var">$this</span>->report_model->global_red_ul(<span class="php-var">$offset</span>);
</span><span id="292" class="l"><a href="#292">292: </a> <span class="php-var">$todaydl</span> = <span class="php-var">$this</span>->report_model->global_red_dl(<span class="php-var">$offset</span>);
</span><span id="293" class="l"><a href="#293">293: </a> <span class="php-var">$today_total</span> = <span class="php-var">$todayul</span>+<span class="php-var">$todaydl</span>;
</span><span id="294" class="l"><a href="#294">294: </a> <span class="php-var">$red</span> = <span class="php-var">$today_total</span>;
</span><span id="295" class="l"><a href="#295">295: </a> <span class="php-keyword1">return</span> <span class="php-var">$red</span>;
</span><span id="296" class="l"><a href="#296">296: </a> }
</span><span id="297" class="l"><a href="#297">297: </a>
</span><span id="298" class="l"><a href="#298">298: </a> <span class="php-keyword1">function</span> thday_green()
</span><span id="299" class="l"><a href="#299">299: </a> {
</span><span id="300" class="l"><a href="#300">300: </a> <span class="php-var">$total</span> = <span class="php-var">$this</span>->thday_sum();
</span><span id="301" class="l"><a href="#301">301: </a> <span class="php-var">$red</span> = <span class="php-var">$this</span>->thday_red();
</span><span id="302" class="l"><a href="#302">302: </a> <span class="php-var">$green</span> = <span class="php-var">$total</span>-<span class="php-var">$red</span>;
</span><span id="303" class="l"><a href="#303">303: </a> <span class="php-var">$perce1</span> = <span class="php-keyword2">round</span>((<span class="php-var">$green</span>/<span class="php-var">$total</span>*<span class="php-num">100</span>),<span class="php-num">2</span>);
</span><span id="304" class="l"><a href="#304">304: </a> <span class="php-keyword1">return</span> <span class="php-var">$perce1</span>;
</span><span id="305" class="l"><a href="#305">305: </a> }
</span><span id="306" class="l"><a href="#306">306: </a>
</span><span id="307" class="l"><a href="#307">307: </a> <span class="php-keyword1">function</span> frday_sum()
</span><span id="308" class="l"><a href="#308">308: </a> {
</span><span id="309" class="l"><a href="#309">309: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="310" class="l"><a href="#310">310: </a> <span class="php-var">$offset</span> = <span class="php-num">5</span>*<span class="php-num">60</span>*<span class="php-num">60</span>*<span class="php-num">24</span>;
</span><span id="311" class="l"><a href="#311">311: </a> <span class="php-var">$today_total</span> = <span class="php-var">$this</span>->report_model->global_sum_race(<span class="php-var">$offset</span>);
</span><span id="312" class="l"><a href="#312">312: </a> <span class="php-keyword1">return</span> <span class="php-var">$today_total</span>;
</span><span id="313" class="l"><a href="#313">313: </a> }
</span><span id="314" class="l"><a href="#314">314: </a>
</span><span id="315" class="l"><a href="#315">315: </a> <span class="php-keyword1">function</span> frday_red()
</span><span id="316" class="l"><a href="#316">316: </a> {
</span><span id="317" class="l"><a href="#317">317: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="318" class="l"><a href="#318">318: </a> <span class="php-var">$offset</span> = <span class="php-num">5</span>*<span class="php-num">60</span>*<span class="php-num">60</span>*<span class="php-num">24</span>;
</span><span id="319" class="l"><a href="#319">319: </a> <span class="php-var">$todayul</span> = <span class="php-var">$this</span>->report_model->global_red_ul(<span class="php-var">$offset</span>);
</span><span id="320" class="l"><a href="#320">320: </a> <span class="php-var">$todaydl</span> = <span class="php-var">$this</span>->report_model->global_red_dl(<span class="php-var">$offset</span>);
</span><span id="321" class="l"><a href="#321">321: </a> <span class="php-var">$today_total</span> = <span class="php-var">$todayul</span>+<span class="php-var">$todaydl</span>;
</span><span id="322" class="l"><a href="#322">322: </a> <span class="php-var">$red</span> = <span class="php-var">$today_total</span>;
</span><span id="323" class="l"><a href="#323">323: </a> <span class="php-keyword1">return</span> <span class="php-var">$red</span>;
</span><span id="324" class="l"><a href="#324">324: </a> }
</span><span id="325" class="l"><a href="#325">325: </a>
</span><span id="326" class="l"><a href="#326">326: </a> <span class="php-keyword1">function</span> frday_green()
</span><span id="327" class="l"><a href="#327">327: </a> {
</span><span id="328" class="l"><a href="#328">328: </a> <span class="php-var">$total</span> = <span class="php-var">$this</span>->frday_sum();
</span><span id="329" class="l"><a href="#329">329: </a> <span class="php-var">$red</span> = <span class="php-var">$this</span>->frday_red();
</span><span id="330" class="l"><a href="#330">330: </a> <span class="php-var">$green</span> = <span class="php-var">$total</span>-<span class="php-var">$red</span>;
</span><span id="331" class="l"><a href="#331">331: </a> <span class="php-var">$perce1</span> = <span class="php-keyword2">round</span>((<span class="php-var">$green</span>/<span class="php-var">$total</span>*<span class="php-num">100</span>),<span class="php-num">2</span>);
</span><span id="332" class="l"><a href="#332">332: </a> <span class="php-keyword1">return</span> <span class="php-var">$perce1</span>;
</span><span id="333" class="l"><a href="#333">333: </a> }
</span><span id="334" class="l"><a href="#334">334: </a>
</span><span id="335" class="l"><a href="#335">335: </a> <span class="php-keyword1">function</span> last6()
</span><span id="336" class="l"><a href="#336">336: </a> {
</span><span id="337" class="l"><a href="#337">337: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="338" class="l"><a href="#338">338: </a> <span class="php-var">$data</span> = <span class="php-var">$this</span>->report_model->get_races_6();
</span><span id="339" class="l"><a href="#339">339: </a> <span class="php-keyword1">return</span> <span class="php-var">$data</span>;
</span><span id="340" class="l"><a href="#340">340: </a> }
</span><span id="341" class="l"><a href="#341">341: </a>
</span><span id="342" class="l"><a href="#342">342: </a> <span class="php-keyword1">function</span> individual_performance(<span class="php-var">$name</span>)
</span><span id="343" class="l"><a href="#343">343: </a> {
</span><span id="344" class="l"><a href="#344">344: </a> <span class="php-var">$this</span>->load->model(<span class="php-quote">'report_model'</span>);
</span><span id="345" class="l"><a href="#345">345: </a> <span class="php-var">$data</span> = <span class="php-var">$this</span>->report_model->individual_performance(<span class="php-var">$name</span>);
</span><span id="346" class="l"><a href="#346">346: </a> <span class="php-var">$all</span> = <span class="php-var">$this</span>->sumrace();
</span><span id="347" class="l"><a href="#347">347: </a> <span class="php-var">$green</span> = <span class="php-keyword2">round</span>(<span class="php-var">$data</span>/<span class="php-var">$all</span>*<span class="php-num">100</span>, <span class="php-num">2</span>);
</span><span id="348" class="l"><a href="#348">348: </a> <span class="php-keyword1">return</span> <span class="php-var">$green</span>;
</span><span id="349" class="l"><a href="#349">349: </a> }
</span><span id="350" class="l"><a href="#350">350: </a>
</span><span id="351" class="l"><a href="#351">351: </a>}
</span><span id="352" class="l"><a href="#352">352: </a>
</span><span id="353" class="l"><a href="#353">353: </a><span class="php-comment">/* End of file pajax.php */</span>
</span><span id="354" class="l"><a href="#354">354: </a><span class="php-comment">/* Location: ./application/controllers/pajax.php */</span></span></code></pre>
<div id="footer">
Reserv API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
</div>
<script src="resources/combined.js?3ef17f3508f4d2b82168a5c4107a9b111ddc99c1"></script>
<script src="elementlist.js?c1959d5a671c8530a62e3ab24e7ff96739d22420"></script>
</body>
</html>
|
public/scaladoc/2.1.4/org/scalatest/events/DiscoveryStarting.html | scalatest/scalatest-website | <?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>DiscoveryStarting - ScalaTest 2.1.4 - org.scalatest.events.DiscoveryStarting</title>
<meta name="description" content="DiscoveryStarting - ScalaTest 2.1.4 - org.scalatest.events.DiscoveryStarting" />
<meta name="keywords" content="DiscoveryStarting ScalaTest 2.1.4 org.scalatest.events.DiscoveryStarting" />
<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.events.DiscoveryStarting';
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.events">events</a></p>
<h1>DiscoveryStarting</h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">case class</span>
</span>
<span class="symbol">
<span class="name">DiscoveryStarting</span><span class="params">(<span name="ordinal">ordinal: <a href="Ordinal.html" class="extype" name="org.scalatest.events.Ordinal">Ordinal</a></span>, <span name="configMap">configMap: <a href="../ConfigMap.html" class="extype" name="org.scalatest.ConfigMap">ConfigMap</a></span>, <span name="threadName">threadName: <span class="extype" name="scala.Predef.String">String</span> = <span class="defval" name="java.this.lang.Thread.currentThread().getName()">...</span></span>, <span name="timeStamp">timeStamp: <span class="extype" name="scala.Long">Long</span> = <span class="symbol">new java.util.Date().getTime()</span></span>)</span><span class="result"> extends <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Event that indicates a runner is beginning search for suites to run.
</p></div><dl class="paramcmts block"><dt class="param">ordinal</dt><dd class="cmt"><p>an <code>Ordinal</code> that can be used to place this event in order in the context of
other events reported during the same run</p></dd><dt class="param">configMap</dt><dd class="cmt"><p>a <code>ConfigMap</code> of key-value pairs that can be used by custom <code>Reporter</code>s</p></dd><dt class="param">threadName</dt><dd class="cmt"><p>a name for the <code>Thread</code> about whose activity this event was reported</p></dd><dt class="param">timeStamp</dt><dd class="cmt"><p>a <code>Long</code> indicating the time this event was reported, expressed in terms of the
number of milliseconds since the standard base time known as "the epoch": January 1, 1970, 00:00:00 GMT
</p></dd></dl><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.1.4-for-scala-2.10/src/main/scala/org/scalatest/events/Event.scala" target="_blank">Event.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.math.Ordered">Ordered</span>[<a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a>], <span class="extype" name="java.lang.Comparable">Comparable</span>[<a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</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.events.DiscoveryStarting"><span>DiscoveryStarting</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="org.scalatest.events.Event"><span>Event</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.math.Ordered"><span>Ordered</span></li><li class="in" name="java.lang.Comparable"><span>Comparable</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.events.DiscoveryStarting#<init>" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="<init>(ordinal:org.scalatest.events.Ordinal,configMap:org.scalatest.ConfigMap,threadName:String,timeStamp:Long):org.scalatest.events.DiscoveryStarting"></a>
<a id="<init>:DiscoveryStarting"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">DiscoveryStarting</span><span class="params">(<span name="ordinal">ordinal: <a href="Ordinal.html" class="extype" name="org.scalatest.events.Ordinal">Ordinal</a></span>, <span name="configMap">configMap: <a href="../ConfigMap.html" class="extype" name="org.scalatest.ConfigMap">ConfigMap</a></span>, <span name="threadName">threadName: <span class="extype" name="scala.Predef.String">String</span> = <span class="defval" name="java.this.lang.Thread.currentThread().getName()">...</span></span>, <span name="timeStamp">timeStamp: <span class="extype" name="scala.Long">Long</span> = <span class="symbol">new java.util.Date().getTime()</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">ordinal</dt><dd class="cmt"><p>an <code>Ordinal</code> that can be used to place this event in order in the context of
other events reported during the same run</p></dd><dt class="param">configMap</dt><dd class="cmt"><p>a <code>ConfigMap</code> of key-value pairs that can be used by custom <code>Reporter</code>s</p></dd><dt class="param">threadName</dt><dd class="cmt"><p>a name for the <code>Thread</code> about whose activity this event was reported</p></dd><dt class="param">timeStamp</dt><dd class="cmt"><p>a <code>Long</code> indicating the time this event was reported, expressed in terms of the
number of milliseconds since the standard base time known as "the epoch": January 1, 1970, 00:00:00 GMT
</p></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.math.Ordered#<" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="<(that:A):Boolean"></a>
<a id="<(Event):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $less" class="name"><</span><span class="params">(<span name="that">that: <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></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>Ordered</dd></dl></div>
</li><li name="scala.math.Ordered#<=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="<=(that:A):Boolean"></a>
<a id="<=(Event):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $less$eq" class="name"><=</span><span class="params">(<span name="that">that: <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></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>Ordered</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.math.Ordered#>" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id=">(that:A):Boolean"></a>
<a id=">(Event):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $greater" class="name">></span><span class="params">(<span name="that">that: <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></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>Ordered</dd></dl></div>
</li><li name="scala.math.Ordered#>=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id=">=(that:A):Boolean"></a>
<a id=">=(Event):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $greater$eq" class="name">>=</span><span class="params">(<span name="that">that: <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></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>Ordered</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="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="org.scalatest.events.Event#compare" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="compare(that:org.scalatest.events.Event):Int"></a>
<a id="compare(Event):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">compare</span><span class="params">(<span name="that">that: <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></span>)</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<p class="shortcomment cmt">Comparing <code>this</code> event with the event passed as <code>that</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Comparing <code>this</code> event with the event passed as <code>that</code>. Returns
x, where x < 0 iff this < that, x == 0 iff this == that, x > 0 iff this > that.
</p></div><dl class="paramcmts block"><dt class="param">that</dt><dd class="cmt"><p>the event to compare to this event</p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a> → Ordered</dd></dl></div>
</li><li name="scala.math.Ordered#compareTo" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="compareTo(that:A):Int"></a>
<a id="compareTo(Event):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">compareTo</span><span class="params">(<span name="that">that: <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></span>)</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>Ordered → Comparable</dd></dl></div>
</li><li name="org.scalatest.events.DiscoveryStarting#configMap" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="configMap:org.scalatest.ConfigMap"></a>
<a id="configMap:ConfigMap"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">configMap</span><span class="result">: <a href="../ConfigMap.html" class="extype" name="org.scalatest.ConfigMap">ConfigMap</a></span>
</span>
</h4>
<p class="shortcomment cmt">a <code>ConfigMap</code> of key-value pairs that can be used by custom <code>Reporter</code>s</p>
</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#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="org.scalatest.events.DiscoveryStarting#formatter" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="formatter:Option[org.scalatest.events.Formatter]"></a>
<a id="formatter:Option[Formatter]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">formatter</span><span class="result">: <span class="extype" name="scala.Option">Option</span>[<a href="Formatter.html" class="extype" name="org.scalatest.events.Formatter">Formatter</a>]</span>
</span>
</h4>
<p class="shortcomment cmt"><code>Formatter</code> in a <code>DiscoveryStarting</code> is always set to <code>None</code>.</p><div class="fullcomment"><div class="comment cmt"><p><code>Formatter</code> in a <code>DiscoveryStarting</code> is always set to <code>None</code>.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.events.DiscoveryStarting">DiscoveryStarting</a> → <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></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.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.events.DiscoveryStarting#location" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="location:Option[org.scalatest.events.Location]"></a>
<a id="location:Option[Location]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">location</span><span class="result">: <span class="extype" name="scala.Option">Option</span>[<a href="Location.html" class="extype" name="org.scalatest.events.Location">Location</a>]</span>
</span>
</h4>
<p class="shortcomment cmt"><code>Location</code> in a <code>DiscoveryStarting</code> is always set to <code>None</code>.</p><div class="fullcomment"><div class="comment cmt"><p><code>Location</code> in a <code>DiscoveryStarting</code> is always set to <code>None</code>.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.events.DiscoveryStarting">DiscoveryStarting</a> → <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</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.events.DiscoveryStarting#ordinal" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ordinal:org.scalatest.events.Ordinal"></a>
<a id="ordinal:Ordinal"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">ordinal</span><span class="result">: <a href="Ordinal.html" class="extype" name="org.scalatest.events.Ordinal">Ordinal</a></span>
</span>
</h4>
<p class="shortcomment cmt">an <code>Ordinal</code> that can be used to place this event in order in the context of
other events reported during the same run</p><div class="fullcomment"><div class="comment cmt"><p>an <code>Ordinal</code> that can be used to place this event in order in the context of
other events reported during the same run</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.events.DiscoveryStarting">DiscoveryStarting</a> → <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></dd></dl></div>
</li><li name="org.scalatest.events.DiscoveryStarting#payload" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="payload:Option[Any]"></a>
<a id="payload:Option[Any]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">payload</span><span class="result">: <span class="extype" name="scala.Option">Option</span>[<span class="extype" name="scala.Any">Any</span>]</span>
</span>
</h4>
<p class="shortcomment cmt">Payload in a <code>DiscoveryStarting</code> is always set to <code>None</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Payload in a <code>DiscoveryStarting</code> is always set to <code>None</code>.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.events.DiscoveryStarting">DiscoveryStarting</a> → <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</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.events.DiscoveryStarting#threadName" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="threadName:String"></a>
<a id="threadName:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">threadName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4>
<p class="shortcomment cmt">a name for the <code>Thread</code> about whose activity this event was reported</p><div class="fullcomment"><div class="comment cmt"><p>a name for the <code>Thread</code> about whose activity this event was reported</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.events.DiscoveryStarting">DiscoveryStarting</a> → <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></dd></dl></div>
</li><li name="org.scalatest.events.DiscoveryStarting#timeStamp" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="timeStamp:Long"></a>
<a id="timeStamp:Long"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">timeStamp</span><span class="result">: <span class="extype" name="scala.Long">Long</span></span>
</span>
</h4>
<p class="shortcomment cmt">a <code>Long</code> indicating the time this event was reported, expressed in terms of the
number of milliseconds since the standard base time known as "the epoch": January 1, 1970, 00:00:00 GMT
</p><div class="fullcomment"><div class="comment cmt"><p>a <code>Long</code> indicating the time this event was reported, expressed in terms of the
number of milliseconds since the standard base time known as "the epoch": January 1, 1970, 00:00:00 GMT
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.events.DiscoveryStarting">DiscoveryStarting</a> → <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</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="scala.Serializable">
<h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.Product">
<h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3>
</div><div class="parent" name="scala.Equals">
<h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3>
</div><div class="parent" name="org.scalatest.events.Event">
<h3>Inherited from <a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a></h3>
</div><div class="parent" name="java.io.Serializable">
<h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.math.Ordered">
<h3>Inherited from <span class="extype" name="scala.math.Ordered">Ordered</span>[<a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</a>]</h3>
</div><div class="parent" name="java.lang.Comparable">
<h3>Inherited from <span class="extype" name="java.lang.Comparable">Comparable</span>[<a href="Event.html" class="extype" name="org.scalatest.events.Event">Event</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> |
app/views/Public/fonts.html | changlor/v2ex | <td width="auto" align="left">
<select name="font" id="fonts" style="width: 322px;">
<option value="Avenir">Avenir</option>
<option value="Avenir Next" selected="selected">Avenir Next</option>
<option value="Helvetica">Helvetica</option>
<option value="Helvetica Neue">Helvetica Neue</option>
<option value="Lucida Grande">Lucida Grande</option>
<option value="Myriad Pro">Myriad Pro</option>
<option value="Segoe UI">Segoe UI</option>
<option value="Comic Sans MS">Comic Sans MS</option>
<option value="Menlo">Menlo</option>
<option value="Panic Sans">Panic Sans</option>
</select> <span class="gray"></span></td>
|
src/root_files/_common/404.html | binary-static-deployed/binary-static | <!DOCTYPE html>
<html>
<head>
<title>Binary.com</title>
<meta charset="utf-8" />
<meta name='referrer' content='origin' />
<script type="text/javascript">
function getCookieItem(sKey) {
'use strict';
return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*" + encodeURIComponent(sKey).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1")) || null;
}
var langs = {
'de': 'de|at|li',
'es': 'ar|bo|cl|co|cr|cu|do|ec|sv|gt|hn|mx|ni|pa|py|pr|es|uy|ve',
'fr': 'fr|ad|bj|bf|cf|cg|ga|gn|ml|mc|ne|sn|tg',
'it': 'it',
'ko': 'kr',
'pl': 'po',
'pt': 'br|mz|ao|pt|gw|pg|cv|st',
'ru': 'ru|ua|by|kz',
'th': 'th',
'vi': 'vn',
'zh_tw': 'tw|mo',
'zh_cn': 'cn',
};
function getLanguage(country) {
var conLang = 'en';
if (country) {
var keys = Object.keys(langs);
for (var i = keys.length; i--; ) {
var l = keys[i];
if ((new RegExp(langs[l], 'i')).test(country)) {
return l;
}
}
}
return conLang;
}
function redirect(lang) {
var base = /^(.+?).github.io$/.test(window.location.hostname) ? window.location.origin + '/binary-static' : window.location.origin;
// TODO: REMOVE/CHANGE this after addition of DE or TH languages
var unsupported_languages = ['de', 'th'];
if (unsupported_languages.indexOf(lang.toLowerCase()) >= 0) {
lang = 'en';
window.location.href = base + '/' + lang.toLowerCase() + '/' + 'home.html';
return;
}
window.location.href = base + '/' + lang.toLowerCase() + '/' + '404.html';
}
function openWSAndGetLanguage(cb) {
var ws = new WebSocket('wss://frontend.binaryws.com/websockets/v3?app_id=1');
ws.onopen = function() {
ws.send(JSON.stringify({ website_status: 1 }));
};
ws.onmessage = function(msg) {
var response = JSON.parse(msg.data);
if (response.msg_type === 'website_status') {
var lang;
if (!response.error && response.hasOwnProperty('website_status')) {
lang = getLanguage(response.website_status.clients_country);
}
ws.close();
return cb(lang);
}
};
}
var lang = getCookieItem('language');
if (lang) {
redirect(lang);
} else {
openWSAndGetLanguage(function(lang) {
if (lang) redirect(lang);
});
}
</script>
</head>
<body>
<h1>404</h1>
<p style='font-size: 1.5em;'><a href='https://binary.com'>https://binary.com</a></p>
</body>
</html>
|
Application/Admin/View/default/User/recharge.html | ljh50/thinkphp-agile-dev | <extend name="Public/base"/>
<block name="body">
<div class="main-title">
<h2>{:L("_INTEGRAL_RECHARGE_")}</h2>
</div>
<div class="col-xs-12">
<include file="_recharge"/>
</div>
</block>
<block name="script">
</block>
|
public/docs/ts/latest/interfaces/_nlp_lda_docs_types_index_d_.term.html | stdlib-js/www | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Term | stdlib</title>
<meta name="description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing.">
<meta name="author" content="stdlib">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="manifest" href="../manifest.json">
<link rel="mask-icon" href="../safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- Facebook Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="stdlib">
<meta property="og:url" content="https://stdlib.io/">
<meta property="og:title" content="A standard library for JavaScript and Node.js.">
<meta property="og:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing.">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="">
<!-- Twitter -->
<meta name="twitter:card" content="A standard library for JavaScript and Node.js.">
<meta name="twitter:site" content="@stdlibjs">
<meta name="twitter:url" content="https://stdlib.io/">
<meta name="twitter:title" content="stdlib">
<meta name="twitter:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing.">
<meta name="twitter:image" content="">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/theme.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title"><img src="../logo_white.svg" alt="stdlib"></a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/_nlp_lda_docs_types_index_d_.html">"nlp/lda/docs/types/index.d"</a>
</li>
<li>
<a href="_nlp_lda_docs_types_index_d_.term.html">Term</a>
</li>
</ul>
<h1>Interface Term</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Term probabilities.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">Term</span>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-not-exported">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="_nlp_lda_docs_types_index_d_.term.html#prob" class="tsd-kind-icon">prob</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="_nlp_lda_docs_types_index_d_.term.html#word" class="tsd-kind-icon">word</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
<a name="prob" class="tsd-anchor"></a>
<h3>prob</h3>
<div class="tsd-signature tsd-kind-icon">prob<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/nlp/lda/docs/types/index.d.ts#L48">lib/node_modules/@stdlib/nlp/lda/docs/types/index.d.ts:48</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Probability.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
<a name="word" class="tsd-anchor"></a>
<h3>word</h3>
<div class="tsd-signature tsd-kind-icon">word<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/nlp/lda/docs/types/index.d.ts#L43">lib/node_modules/@stdlib/nlp/lda/docs/types/index.d.ts:43</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Word.</p>
</div>
</div>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Packages</em></a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/_nlp_lda_docs_types_index_d_.html">"nlp/lda/docs/types/index.d"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_nlp_lda_docs_types_index_d_.model.html" class="tsd-kind-icon">Model</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_nlp_lda_docs_types_index_d_.options.html" class="tsd-kind-icon">Options</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_nlp_lda_docs_types_index_d_.term.html" class="tsd-kind-icon">Term</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
<a href="_nlp_lda_docs_types_index_d_.term.html#prob" class="tsd-kind-icon">prob</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
<a href="_nlp_lda_docs_types_index_d_.term.html#word" class="tsd-kind-icon">word</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-function tsd-parent-kind-external-module">
<a href="../modules/_nlp_lda_docs_types_index_d_.html#lda" class="tsd-kind-icon">lda</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer>
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
<div class="bottom-nav center border-top">
<a href="https://www.patreon.com/athan">Donate</a>
/
<a href="/docs/api/">Docs</a>
/
<a href="https://gitter.im/stdlib-js/stdlib">Chat</a>
/
<a href="https://twitter.com/stdlibjs">Twitter</a>
/
<a href="https://github.com/stdlib-js/stdlib">Contribute</a>
</div>
</footer>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script src="../assets/js/theme.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</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-105890493-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html> |
shining/css/rendering.css | jiameng15/jiameng15.github.io | *{
padding: 0;
margin: 0;
}
.content{
width: 100%;
}
.show{
width: 100%;
margin: 0 auto;
position: relative;
}
.show img{
width: 100%;
transition: all 0.8s;
}
.show .posi{
position: absolute;
top: 0;
width: 100%;
transition: all 0.8s;
}
.show img{
z-index: 2;
}
.show img:nth-child(1){
z-index: 3;
}
.show .buttons{
width: 100%;
position: absolute;
left: 0;
bottom: 10px;
text-align: center;
z-index: 3;
}
.show .buttons span{
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: red;
cursor: pointer;
margin: 2px 3px;
background-color: #8291A0;
}
.show .buttons span:first-child{
background-color:#cfdb00;
}
.imgs{
width: 100%;
position: relative;
overflow: hidden;
}
.imgs ul{
width: 98%;
margin-top: 10px;
margin: 0 auto;
position: relative;
overflow: hidden;
}
.list{
list-style: none;
width: 25%;
box-sizing: border-box;
padding: 0.3%;
position: absolute;
}
.list img{
width: 100%;
}
.shadow{
position: absolute;
background-color: black;
width: 100%;
height: 100%;
top: 0;
opacity: 0;
z-index: 100;
text-align: center;
transition: all 0.5s;
}
.shadow:hover{
opacity: 0.5;
}
.min_img{
display: block;
position: relative;
}
.view{
position: absolute;
left: 44%;
top: 43%;
width: 12%;
height: 14%;
}
.view_logo{
width: 100%;
}
.hidden{
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.55);
cursor: pointer;
}
.hidden_view{
background-color: white;
padding: 10px 10px 22px 10px;
position: absolute;
left: 50%;
top:50%;
}
.imgs ul{
width: 100%;
height: 100%;
}
@media only screen and (max-width: 495px) {
body .list{
width: 50%;
}
}
|
file_upload/fileupload/templates/fileupload/ekfile_form.html | Skeletrox/usb-backend-pinut | {% extends "backadmin_base.html" %}
{% load upload_tags %}
{% block content %}
<input type="hidden" id="refresh" value="no">
<div class="container">
<h1 id="h">File Upload</h1><br/>
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-search"></i></span>
<input id="search" type="text" class="form-control" placeholder="Search for files..." />
</div><hr />
<form id="telemetry_form" action="../download_to_USB/" method="post">
{% csrf_token %}
<input type="hidden" name="counter" id="counter" value="INIT">
</form>
<br>
<div class="progress" id="progress_outer">
<div class = "progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width:0%" id="progress_inner">0%
</div>
</div>
<!-- The file upload form used as target for the file upload widget -->
<form id="fileupload" method="post" action="." enctype="multipart/form-data">{% csrf_token %}
<div class="row fileupload-buttonbar">
<div class="col-lg-7">
<!-- The fileinput-button span is used to style the file input field as button -->
<span class="btn btn-success fileinput-button" id="dev_up" hidden="true">
<i class="glyphicon glyphicon-plus"></i>
<span>Add files...</span>
<input type="file" name="file_upload" multiple accept=".data" id="file_in">
</span>
<!--button type="submit" class="btn btn-primary start">
<i class="glyphicon glyphicon-upload"></i>
<span>Start upload</span>
</button-->
<!--button type="reset" class="btn btn-warning cancel">
<i class="glyphicon glyphicon-ban-circle"></i>
<span>Cancel upload</span>
</button-->
<button type="button" class="btn btn-danger delete" id="delete_all">
<i class="glyphicon glyphicon-trash"></i>
<span>Delete all</span>
</button>
<span data-toggle="tooltip" title="" id="usb_span" data-placement="right">
<button type="button" class="btn btn-primay start" id="usb">
<i class="glyphicon glyphicon-upload"></i>
<span>USB upload</span>
</button>
<button type="button" class="btn btn-primay start" id="usb_down" onClick="telemetry_transfer()">
<i class="glyphicon glyphicon-download"></i>
<span>USB download</span>
</button>
</span>
<!--input type="checkbox" class="toggle"-->
<!-- The loading indicator is shown during file processing -->
<span class="fileupload-loading"></span>
</div>
<!-- The global progress information -->
<div class="col-lg-5 fileupload-progress fade">
<!-- The global progress bar -->
<div class="progress progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar progress-bar-success" style="width:0%;"></div>
</div>
<!-- The extended global progress information -->
<div class="progress-extended"> </div>
</div>
</div>
<!-- The table listing the files available for upload/download -->
<table role="presentation" class="table table-striped"><tbody class="files" id="files_table"></tbody></table>
</form>
<br>
</div>
<!-- The blueimp Gallery widget -->
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" data-filter=":even">
<div class="slides"></div>
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
</div>
{% upload_js %}
<!--script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script-->
<script src="/static/js/ajax-utils.js"></script>
<script src="/static/js/scripts.js"></script>
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
<script src="/static/js/vendor/jquery.ui.widget.js"></script>
<!-- The Templates plugin is included to render the upload/download listings -->
<script src="/static/js/tmpl.min.js"></script>
<!-- The Load Image plugin is included for the preview images and image resizing functionality -->
<script src="/static/js/load-image.min.js"></script>
<!-- The Canvas to Blob plugin is included for image resizing functionality -->
<script src="/static/js/canvas-to-blob.min.js"></script>
<!-- Bootstrap JS is not required, but included for the responsive demo navigation -->
<script src="/static/js/bootstrap.min.js"></script>
<!-- blueimp Gallery script -->
<script src="/static/js/jquery.blueimp-gallery.min.js"></script>
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->
<script src="/static/js/jquery.iframe-transport.js"></script>
<!-- The basic File Upload plugin -->
<script src="/static/js/jquery.fileupload.js"></script>
<!-- The File Upload processing plugin -->
<script src="/static/js/jquery.fileupload-process.js"></script>
<!-- The File Upload image preview & resize plugin -->
<script src="/static/js/jquery.fileupload-image.js"></script>
<!-- The File Upload audio preview plugin -->
<script src="/static/js/jquery.fileupload-audio.js"></script>
<!-- The File Upload video preview plugin -->
<script src="/static/js/jquery.fileupload-video.js"></script>
<!-- The File Upload validation plugin -->
<script src="/static/js/jquery.fileupload-validate.js"></script>
<!-- The File Upload user interface plugin -->
<script src="/static/js/jquery.fileupload-ui.js"></script>
<!-- The main application script -->
<script src="/static/js/main.js"></script>
<script src="/static/js/locale.js"></script>
<script src="/static/js/csrf.js"></script>
<script>
$(function() {
$("#telemetry_progress").hide();
$("#progress_outer").hide();
$.getJSON('../verify_USB/', function (response) {
var obj = JSON.parse(JSON.stringify(response));
document.getElementById("usb").setAttribute("class", "btn btn-primay start " + obj.data);
document.getElementById("usb_down").setAttribute("class", "btn btn-primay start " + obj.data);
if (obj.data == 'disabled') {
document.getElementById("usb_span").setAttribute("title", "Please insert USB device and refresh");
$('[data-toggle="tooltip"]').tooltip();
}
});
$.getJSON('../return_exts/', function(response) {
var ob = JSON.parse(JSON.stringify(response));
var exts = ob['exts'];
// alert(exts);
var extstring = '';
for (var i = 0; i < exts.length; i++) {
extstring = extstring.concat(', ', exts[i]);
}
extstring = extstring.substring(2, extstring.length);
document.getElementById("file_in").setAttribute("accept", extstring);
});
$("#search").keyup(function() {
var searchString = $("#search").val();
filter_table(searchString.toLowerCase());
});
});
function telemetry_transfer() {
$('form').submit(function(e){
e.preventDefault();
$.ajax({
url : '/upload/download_to_USB/',
datatype : 'json',
type : 'POST',
processData : false,
contentType : false,
cache : false,
data : $('#telemetry_form').serialize(),
success : function (response) {
alert(response);
}
});
});
}
/*
function telemetry_transferx() {
var loop = true;
$('#telemetry_form').submit({
url : '/upload/download_to_USB/',
type : "POST",
method : "POST",
datatype : 'json',
data : {'val':'INIT'},
success : function(resp) {
$("#progress_outer").show();
var z = JSON.parse(JSON.stringify(resp));
var fileLength = parseInt(z.length);
var i = 0;
var current = parseInt(z.value) + 1;
var maximum = parseInt(z.length);
for (; i < fileLength; i++) {
document.getElementById("counter").setAttribute("value", current);
var percent = current/maximum*100;
var pbar = document.getElementById("progress_inner");
pbar.setAttribute("style", "width:"+percent.toString()+"%");
pbar.innerHTML = percent.toString()+"%";
$('#telemetry_form').submit({
url : 'download_to_USB/',
datatype : 'json',
type : "POST",
method : "POST",
data : {'val' : document.getElementById("counter").getAttribute("value")},
success : function(resp) {
z = JSON.parse(JSON.stringify(resp));
if (z.value == null) {
//document.getElementById("usb_text").innerHTML = z.res;
loop = false;
return;
}
else {
current = parseInt(z.value);
}
}
});
if (!(loop)) {
$("#progress_outer").hide();
return;
}
}
}
});
}
*/
function filter_table(string) {
var table = document.getElementById("files_table");
if (table != null) {
file_rows = table.childNodes;
for (var i = 0; i < file_rows.length; i++) {
var row = file_rows[i];
name = row.getAttribute('id').toLowerCase();
if (name.substring(name.lastIndexOf('/'), name.length).search(string) != -1) {
$(row).show();
}
else {
$(row).hide();
}
}
}
}
</script>
{% endblock %}
|
host/gui/GTK+/share/gtk-doc/html/gtk3/GtkListStore.html | jonnyniv/boost_converter | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GtkListStore</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
<link rel="prev" href="GtkCellRendererSpinner.html" title="GtkCellRendererSpinner">
<link rel="next" href="GtkTreeStore.html" title="GtkTreeStore">
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GtkCellRendererSpinner.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="TreeWidgetObjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
<td><a accesskey="n" href="GtkTreeStore.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GtkListStore.synopsis" class="shortcut">Top</a>
|
<a href="#GtkListStore.description" class="shortcut">Description</a>
|
<a href="#GtkListStore.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#GtkListStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
</td></tr>
</table>
<div class="refentry">
<a name="GtkListStore"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GtkListStore.top_of_page"></a>GtkListStore</span></h2>
<p>GtkListStore — A list-like data structure that can be used with the GtkTreeView</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="GtkListStore.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include <gtk/gtk.h>
struct <a class="link" href="GtkListStore.html#GtkListStore-struct" title="struct GtkListStore">GtkListStore</a>;
<a class="link" href="GtkListStore.html" title="GtkListStore"><span class="returnvalue">GtkListStore</span></a> * <a class="link" href="GtkListStore.html#gtk-list-store-new" title="gtk_list_store_new ()">gtk_list_store_new</a> (<em class="parameter"><code><span class="type">gint</span> n_columns</code></em>,
<em class="parameter"><code>...</code></em>);
<a class="link" href="GtkListStore.html" title="GtkListStore"><span class="returnvalue">GtkListStore</span></a> * <a class="link" href="GtkListStore.html#gtk-list-store-newv" title="gtk_list_store_newv ()">gtk_list_store_newv</a> (<em class="parameter"><code><span class="type">gint</span> n_columns</code></em>,
<em class="parameter"><code><span class="type">GType</span> *types</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-set-column-types" title="gtk_list_store_set_column_types ()">gtk_list_store_set_column_types</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_columns</code></em>,
<em class="parameter"><code><span class="type">GType</span> *types</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()">gtk_list_store_set</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code>...</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-set-valist" title="gtk_list_store_set_valist ()">gtk_list_store_set_valist</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-set-value" title="gtk_list_store_set_value ()">gtk_list_store_set_value</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> column</code></em>,
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-set-valuesv" title="gtk_list_store_set_valuesv ()">gtk_list_store_set_valuesv</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> *columns</code></em>,
<em class="parameter"><code><span class="type">GValue</span> *values</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_values</code></em>);
<span class="returnvalue">gboolean</span> <a class="link" href="GtkListStore.html#gtk-list-store-remove" title="gtk_list_store_remove ()">gtk_list_store_remove</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert" title="gtk_list_store_insert ()">gtk_list_store_insert</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> position</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert-before" title="gtk_list_store_insert_before ()">gtk_list_store_insert_before</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert-after" title="gtk_list_store_insert_after ()">gtk_list_store_insert_after</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert-with-values" title="gtk_list_store_insert_with_values ()">gtk_list_store_insert_with_values</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> position</code></em>,
<em class="parameter"><code>...</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-insert-with-valuesv" title="gtk_list_store_insert_with_valuesv ()">gtk_list_store_insert_with_valuesv</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> position</code></em>,
<em class="parameter"><code><span class="type">gint</span> *columns</code></em>,
<em class="parameter"><code><span class="type">GValue</span> *values</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_values</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-prepend" title="gtk_list_store_prepend ()">gtk_list_store_prepend</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-append" title="gtk_list_store_append ()">gtk_list_store_append</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-clear" title="gtk_list_store_clear ()">gtk_list_store_clear</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>);
<span class="returnvalue">gboolean</span> <a class="link" href="GtkListStore.html#gtk-list-store-iter-is-valid" title="gtk_list_store_iter_is_valid ()">gtk_list_store_iter_is_valid</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-reorder" title="gtk_list_store_reorder ()">gtk_list_store_reorder</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
<em class="parameter"><code><span class="type">gint</span> *new_order</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-swap" title="gtk_list_store_swap ()">gtk_list_store_swap</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *a</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *b</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-move-before" title="gtk_list_store_move_before ()">gtk_list_store_move_before</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *position</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GtkListStore.html#gtk-list-store-move-after" title="gtk_list_store_move_after ()">gtk_list_store_move_after</a> (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *position</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="GtkListStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
+----GtkListStore
</pre>
</div>
<div class="refsect1">
<a name="GtkListStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GtkListStore implements
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel">GtkTreeModel</a>, <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSource">GtkTreeDragSource</a>, <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDest">GtkTreeDragDest</a>, <a class="link" href="GtkTreeSortable.html" title="GtkTreeSortable">GtkTreeSortable</a> and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
</div>
<div class="refsect1">
<a name="GtkListStore.description"></a><h2>Description</h2>
<p>
The <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> object is a list model for use with a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>
widget. It implements the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> interface, and consequentialy,
can use all of the methods available there. It also implements the
<a class="link" href="GtkTreeSortable.html" title="GtkTreeSortable"><span class="type">GtkTreeSortable</span></a> interface so it can be sorted by the view.
Finally, it also implements the tree <GTKDOCLINK HREF="gtktreednd">drag and
drop</GTKDOCLINK> interfaces.
</p>
<p>
The <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> can accept most GObject types as a column type, though
it can't accept all custom types. Internally, it will keep a copy of
data passed in (such as a string or a boxed pointer). Columns that
accept <span class="type">GObject</span>s are handled a little differently. The
<a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> will keep a reference to the object instead of copying the
value. As a result, if the object is modified, it is up to the
application writer to call <a class="link" href="GtkTreeModel.html#gtk-tree-model-row-changed" title="gtk_tree_model_row_changed ()"><code class="function">gtk_tree_model_row_changed()</code></a> to emit the
<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-changed" title='The "row-changed" signal'><span class="type">"row_changed"</span></a> signal. This most commonly affects lists with
<a href="../gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>s stored.
</p>
<p>
</p>
<div class="example">
<a name="idm140520349688272"></a><p class="title"><b>Example 72. Creating a simple list store.</b></p>
<div class="example-contents">
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="listing_lines" align="right"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="keyword">enum</span><span class="normal"> </span><span class="cbracket">{</span>
<span class="normal"> COLUMN_STRING</span><span class="symbol">,</span>
<span class="normal"> COLUMN_INT</span><span class="symbol">,</span>
<span class="normal"> COLUMN_BOOLEAN</span><span class="symbol">,</span>
<span class="normal"> N_COLUMNS</span>
<span class="cbracket">}</span><span class="symbol">;</span>
<span class="cbracket">{</span>
<span class="normal"> </span><span class="usertype">GtkListStore</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">list_store</span><span class="symbol">;</span>
<span class="normal"> </span><span class="usertype">GtkTreePath</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">path</span><span class="symbol">;</span>
<span class="normal"> </span><span class="usertype">GtkTreeIter</span><span class="normal"> iter</span><span class="symbol">;</span>
<span class="normal"> </span><span class="usertype">gint</span><span class="normal"> i</span><span class="symbol">;</span>
<span class="normal"> list_store </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkListStore.html#gtk-list-store-new">gtk_list_store_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">N_COLUMNS</span><span class="symbol">,</span>
<span class="normal"> G_TYPE_STRING</span><span class="symbol">,</span>
<span class="normal"> G_TYPE_INT</span><span class="symbol">,</span>
<span class="normal"> G_TYPE_BOOLEAN</span><span class="symbol">);</span>
<span class="normal"> </span><span class="keyword">for</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">i </span><span class="symbol">=</span><span class="normal"> </span><span class="number">0</span><span class="symbol">;</span><span class="normal"> i </span><span class="symbol"><</span><span class="normal"> </span><span class="number">10</span><span class="symbol">;</span><span class="normal"> i</span><span class="symbol">++)</span>
<span class="normal"> </span><span class="cbracket">{</span>
<span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">some_data</span><span class="symbol">;</span>
<span class="normal"> some_data </span><span class="symbol">=</span><span class="normal"> </span><span class="function">get_some_data</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">i</span><span class="symbol">);</span>
<span class="normal"> </span><span class="comment">// Add a new row to the model</span>
<span class="normal"> </span><span class="function"><a href="GtkListStore.html#gtk-list-store-append">gtk_list_store_append</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">iter</span><span class="symbol">);</span>
<span class="normal"> </span><span class="function"><a href="GtkListStore.html#gtk-list-store-set">gtk_list_store_set</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">iter</span><span class="symbol">,</span>
<span class="normal"> COLUMN_STRING</span><span class="symbol">,</span><span class="normal"> some_data</span><span class="symbol">,</span>
<span class="normal"> COLUMN_INT</span><span class="symbol">,</span><span class="normal"> i</span><span class="symbol">,</span>
<span class="normal"> COLUMN_BOOLEAN</span><span class="symbol">,</span><span class="normal"> FALSE</span><span class="symbol">,</span>
<span class="normal"> </span><span class="symbol">-</span><span class="number">1</span><span class="symbol">);</span>
<span class="normal"> </span><span class="comment">/* As the store will keep a copy of the string internally, we</span>
<span class="comment"> * free some_data.</span>
<span class="comment"> */</span>
<span class="normal"> </span><span class="function">g_free</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">some_data</span><span class="symbol">);</span>
<span class="normal"> </span><span class="cbracket">}</span>
<span class="normal"> </span><span class="comment">// Modify a particular row</span>
<span class="normal"> path </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-path-new-from-string">gtk_tree_path_new_from_string</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"4"</span><span class="symbol">);</span>
<span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get-iter">gtk_tree_model_get_iter</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_TREE_MODEL</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">),</span>
<span class="normal"> </span><span class="symbol">&</span><span class="normal">iter</span><span class="symbol">,</span>
<span class="normal"> path</span><span class="symbol">);</span>
<span class="normal"> </span><span class="function"><a href="GtkTreeModel.html#gtk-tree-path-free">gtk_tree_path_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">path</span><span class="symbol">);</span>
<span class="normal"> </span><span class="function"><a href="GtkListStore.html#gtk-list-store-set">gtk_list_store_set</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">iter</span><span class="symbol">,</span>
<span class="normal"> COLUMN_BOOLEAN</span><span class="symbol">,</span><span class="normal"> TRUE</span><span class="symbol">,</span>
<span class="normal"> </span><span class="symbol">-</span><span class="number">1</span><span class="symbol">);</span>
<span class="cbracket">}</span></pre></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><br class="example-break">
</p>
<p>
</p>
<div class="refsect2">
<a name="idm140520349684288"></a><h3>Performance Considerations</h3>
Internally, the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> was implemented with a linked list with a
tail pointer prior to GTK+ 2.6. As a result, it was fast at data
insertion and deletion, and not fast at random data access. The
<a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> sets the <a class="link" href="GtkTreeModel.html#GTK-TREE-MODEL-ITERS-PERSIST:CAPS"><span class="type">GTK_TREE_MODEL_ITERS_PERSIST</span></a> flag, which means
that <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>s can be cached while the row exists. Thus, if
access to a particular row is needed often and your code is expected to
run on older versions of GTK+, it is worth keeping the iter around.
</div>
<p>
</p>
<hr>
<div class="refsect2">
<a name="idm140520349679440"></a><h3>Atomic Operations</h3>
It is important to note that only the methods
<a class="link" href="GtkListStore.html#gtk-list-store-insert-with-values" title="gtk_list_store_insert_with_values ()"><code class="function">gtk_list_store_insert_with_values()</code></a> and <a class="link" href="GtkListStore.html#gtk-list-store-insert-with-valuesv" title="gtk_list_store_insert_with_valuesv ()"><code class="function">gtk_list_store_insert_with_valuesv()</code></a>
are atomic, in the sense that the row is being appended to the store and the
values filled in in a single operation with regard to <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> signaling.
In contrast, using e.g. <a class="link" href="GtkListStore.html#gtk-list-store-append" title="gtk_list_store_append ()"><code class="function">gtk_list_store_append()</code></a> and then <a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()"><code class="function">gtk_list_store_set()</code></a>
will first create a row, which triggers the <a class="link" href="GtkTreeModel.html#GtkTreeModel-row-inserted" title='The "row-inserted" signal'><span class="type">"row-inserted"</span></a> signal
on <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>. The row, however, is still empty, and any signal handler
connecting to <a class="link" href="GtkTreeModel.html#GtkTreeModel-row-inserted" title='The "row-inserted" signal'><span class="type">"row-inserted"</span></a> on this particular store should be prepared
for the situation that the row might be empty. This is especially important
if you are wrapping the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> inside a <a class="link" href="GtkTreeModelFilter.html" title="GtkTreeModelFilter"><span class="type">GtkTreeModelFilter</span></a> and are
using a <a class="link" href="GtkTreeModelFilter.html#GtkTreeModelFilterVisibleFunc" title="GtkTreeModelFilterVisibleFunc ()"><span class="type">GtkTreeModelFilterVisibleFunc</span></a>. Using any of the non-atomic operations
to append rows to the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> will cause the
<a class="link" href="GtkTreeModelFilter.html#GtkTreeModelFilterVisibleFunc" title="GtkTreeModelFilterVisibleFunc ()"><span class="type">GtkTreeModelFilterVisibleFunc</span></a> to be visited with an empty row first; the
function must be prepared for that.
</div>
<p>
</p>
<hr>
<div class="refsect2">
<a name="GtkListStore-BUILDER-UI"></a><h3>GtkListStore as GtkBuildable</h3>
<p>
The GtkListStore implementation of the GtkBuildable interface allows
to specify the model columns with a <columns> element that may
contain multiple <column> elements, each specifying one model
column. The "type" attribute specifies the data type for the column.
</p>
<p>
Additionally, it is possible to specify content for the list store
in the UI definition, with the <data> element. It can contain
multiple <row> elements, each specifying to content for one
row of the list model. Inside a <row>, the <col> elements
specify the content for individual cells.
</p>
<p>
Note that it is probably more common to define your models
in the code, and one might consider it a layering violation
to specify the content of a list store in a UI definition,
<span class="emphasis"><em>data</em></span>, not <span class="emphasis"><em>presentation</em></span>,
and common wisdom is to separate the two, as far as possible.
</p>
<p>
</p>
<div class="example">
<a name="idm140520349661280"></a><p class="title"><b>Example 73. A UI Definition fragment for a list store</b></p>
<div class="example-contents">
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="listing_lines" align="right"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="symbol"><</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkListStore"</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="normal">columns</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">column</span><span class="normal"> type</span><span class="symbol">=</span><span class="string">"gchararray"</span><span class="symbol">/></span>
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">column</span><span class="normal"> type</span><span class="symbol">=</span><span class="string">"gchararray"</span><span class="symbol">/></span>
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">column</span><span class="normal"> type</span><span class="symbol">=</span><span class="string">"gint"</span><span class="symbol">/></span>
<span class="normal"> </span><span class="symbol"></</span><span class="normal">columns</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="normal">data</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="normal">row</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">col</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"0"</span><span class="symbol">></span><span class="normal">John</span><span class="symbol"></</span><span class="normal">col</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">col</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"1"</span><span class="symbol">></span><span class="normal">Doe</span><span class="symbol"></</span><span class="normal">col</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">col</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"2"</span><span class="symbol">></span><span class="number">25</span><span class="symbol"></</span><span class="normal">col</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"></</span><span class="normal">row</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="normal">row</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">col</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"0"</span><span class="symbol">></span><span class="normal">Johan</span><span class="symbol"></</span><span class="normal">col</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">col</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"1"</span><span class="symbol">></span><span class="normal">Dahlin</span><span class="symbol"></</span><span class="normal">col</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">col</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"2"</span><span class="symbol">></span><span class="number">50</span><span class="symbol"></</span><span class="normal">col</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"></</span><span class="normal">row</span><span class="symbol">></span>
<span class="normal"> </span><span class="symbol"></</span><span class="normal">data</span><span class="symbol">></span>
<span class="symbol"></</span><span class="normal">object</span><span class="symbol">></span></pre></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><br class="example-break">
</p>
</div>
<p>
</p>
</div>
<div class="refsect1">
<a name="GtkListStore.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GtkListStore-struct"></a><h3>struct GtkListStore</h3>
<pre class="programlisting">struct GtkListStore;</pre>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-new"></a><h3>gtk_list_store_new ()</h3>
<pre class="programlisting"><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="returnvalue">GtkListStore</span></a> * gtk_list_store_new (<em class="parameter"><code><span class="type">gint</span> n_columns</code></em>,
<em class="parameter"><code>...</code></em>);</pre>
<p>
Creates a new list store as with <em class="parameter"><code>n_columns</code></em> columns each of the types passed
in. Note that only types derived from standard GObject fundamental types
are supported.
</p>
<p>
As an example, <code class="literal">gtk_list_store_new (3, G_TYPE_INT, G_TYPE_STRING,
GDK_TYPE_PIXBUF);</code> will create a new <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> with three columns, of type
int, string and <a href="../gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> respectively.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>n_columns</code></em> :</span></p></td>
<td>number of columns in the list store</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td>all <span class="type">GType</span> types for the columns, from first to last</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a new <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-newv"></a><h3>gtk_list_store_newv ()</h3>
<pre class="programlisting"><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="returnvalue">GtkListStore</span></a> * gtk_list_store_newv (<em class="parameter"><code><span class="type">gint</span> n_columns</code></em>,
<em class="parameter"><code><span class="type">GType</span> *types</code></em>);</pre>
<p>
Non-vararg creation function. Used primarily by language bindings.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>n_columns</code></em> :</span></p></td>
<td>number of columns in the list store</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>types</code></em> :</span></p></td>
<td>an array of <span class="type">GType</span> types for the columns, from first to last. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_columns]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a new <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
Rename to: gtk_list_store_new. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-set-column-types"></a><h3>gtk_list_store_set_column_types ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set_column_types (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_columns</code></em>,
<em class="parameter"><code><span class="type">GType</span> *types</code></em>);</pre>
<p>
This function is meant primarily for <span class="type">GObjects</span> that inherit from <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>,
and should only be used when constructing a new <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>. It will not
function after a row has been added, or a method on the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
interface is called.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n_columns</code></em> :</span></p></td>
<td>Number of columns for the list store</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>types</code></em> :</span></p></td>
<td>An array length n of <span class="type">GTypes</span>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_columns]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-set"></a><h3>gtk_list_store_set ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code>...</code></em>);</pre>
<p>
Sets the value of one or more cells in the row referenced by <em class="parameter"><code>iter</code></em>.
The variable argument list should contain integer column numbers,
each column number followed by the value to be set.
The list is terminated by a -1. For example, to set column 0 with type
<code class="literal">G_TYPE_STRING</code> to "Foo", you would write <code class="literal">gtk_list_store_set (store, iter,
0, "Foo", -1)</code>.
</p>
<p>
The value will be referenced by the store if it is a <code class="literal">G_TYPE_OBJECT</code>, and it
will be copied if it is a <code class="literal">G_TYPE_STRING</code> or <code class="literal">G_TYPE_BOXED</code>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>a <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>row iterator</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td>pairs of column number and value, terminated with -1</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-set-valist"></a><h3>gtk_list_store_set_valist ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set_valist (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);</pre>
<p>
See <a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()"><code class="function">gtk_list_store_set()</code></a>; this version takes a va_list for use by language
bindings.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> for the row being modified</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
<td>va_list of column/value pairs</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-set-value"></a><h3>gtk_list_store_set_value ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set_value (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> column</code></em>,
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
<p>
Sets the data in the cell specified by <em class="parameter"><code>iter</code></em> and <em class="parameter"><code>column</code></em>.
The type of <em class="parameter"><code>value</code></em> must be convertible to the type of the
column.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> for the row being modified</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
<td>column number to modify</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>new value for the cell</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-set-valuesv"></a><h3>gtk_list_store_set_valuesv ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_set_valuesv (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> *columns</code></em>,
<em class="parameter"><code><span class="type">GValue</span> *values</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_values</code></em>);</pre>
<p>
A variant of <a class="link" href="GtkListStore.html#gtk-list-store-set-valist" title="gtk_list_store_set_valist ()"><code class="function">gtk_list_store_set_valist()</code></a> which
takes the columns and values as two arrays, instead of
varargs. This function is mainly intended for
language-bindings and in case the number of columns to
change is not known until run-time.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> for the row being modified</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>columns</code></em> :</span></p></td>
<td>an array of column numbers. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_values]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>values</code></em> :</span></p></td>
<td>an array of GValues. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_values]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n_values</code></em> :</span></p></td>
<td>the length of the <em class="parameter"><code>columns</code></em> and <em class="parameter"><code>values</code></em> arrays</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.12</p>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-remove"></a><h3>gtk_list_store_remove ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_list_store_remove (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
<p>
Removes the given row from the list store. After being removed,
<em class="parameter"><code>iter</code></em> is set to be the next valid row, or invalidated if it pointed
to the last row in <em class="parameter"><code>list_store</code></em>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<code class="literal">TRUE</code> if <em class="parameter"><code>iter</code></em> is valid, <code class="literal">FALSE</code> if not.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-insert"></a><h3>gtk_list_store_insert ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> position</code></em>);</pre>
<p>
Creates a new row at <em class="parameter"><code>position</code></em>. <em class="parameter"><code>iter</code></em> will be changed to point to this new
row. If <em class="parameter"><code>position</code></em> is -1 or is larger than the number of rows on the list,
then the new row will be appended to the list. The row will be empty after
this function is called. To fill in values, you need to call
<a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()"><code class="function">gtk_list_store_set()</code></a> or <a class="link" href="GtkListStore.html#gtk-list-store-set-value" title="gtk_list_store_set_value ()"><code class="function">gtk_list_store_set_value()</code></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
<td>position to insert the new row, or -1 for last</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-insert-before"></a><h3>gtk_list_store_insert_before ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert_before (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);</pre>
<p>
Inserts a new row before <em class="parameter"><code>sibling</code></em>. If <em class="parameter"><code>sibling</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then the row will
be appended to the end of the list. <em class="parameter"><code>iter</code></em> will be changed to point to this
new row. The row will be empty after this function is called. To fill in
values, you need to call <a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()"><code class="function">gtk_list_store_set()</code></a> or <a class="link" href="GtkListStore.html#gtk-list-store-set-value" title="gtk_list_store_set_value ()"><code class="function">gtk_list_store_set_value()</code></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>sibling</code></em> :</span></p></td>
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-insert-after"></a><h3>gtk_list_store_insert_after ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert_after (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);</pre>
<p>
Inserts a new row after <em class="parameter"><code>sibling</code></em>. If <em class="parameter"><code>sibling</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then the row will be
prepended to the beginning of the list. <em class="parameter"><code>iter</code></em> will be changed to point to
this new row. The row will be empty after this function is called. To fill
in values, you need to call <a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()"><code class="function">gtk_list_store_set()</code></a> or <a class="link" href="GtkListStore.html#gtk-list-store-set-value" title="gtk_list_store_set_value ()"><code class="function">gtk_list_store_set_value()</code></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>sibling</code></em> :</span></p></td>
<td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-insert-with-values"></a><h3>gtk_list_store_insert_with_values ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert_with_values (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> position</code></em>,
<em class="parameter"><code>...</code></em>);</pre>
<p>
Creates a new row at <em class="parameter"><code>position</code></em>. <em class="parameter"><code>iter</code></em> will be changed to point to this new
row. If <em class="parameter"><code>position</code></em> is -1, or larger than the number of rows in the list, then
the new row will be appended to the list. The row will be filled with the
values given to this function.
</p>
<p>
Calling
<code class="literal">gtk_list_store_insert_with_values (list_store, iter, position...)</code>
has the same effect as calling
</p>
<div class="informalexample">
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="listing_lines" align="right"><pre>1
2</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkListStore.html#gtk-list-store-insert">gtk_list_store_insert</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">,</span><span class="normal"> iter</span><span class="symbol">,</span><span class="normal"> position</span><span class="symbol">);</span>
<span class="function"><a href="GtkListStore.html#gtk-list-store-set">gtk_list_store_set</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list_store</span><span class="symbol">,</span><span class="normal"> iter</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">...);</span></pre></td>
</tr>
</tbody>
</table>
</div>
<p>
with the difference that the former will only emit a row_inserted signal,
while the latter will emit row_inserted, row_changed and, if the list store
is sorted, rows_reordered. Since emitting the rows_reordered signal
repeatedly can affect the performance of the program,
<a class="link" href="GtkListStore.html#gtk-list-store-insert-with-values" title="gtk_list_store_insert_with_values ()"><code class="function">gtk_list_store_insert_with_values()</code></a> should generally be preferred when
inserting rows in a sorted list store.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
<td>position to insert the new row, or -1 to append after existing
rows</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td>pairs of column number and value, terminated with -1</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.6</p>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-insert-with-valuesv"></a><h3>gtk_list_store_insert_with_valuesv ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_insert_with_valuesv (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><span class="type">gint</span> position</code></em>,
<em class="parameter"><code><span class="type">gint</span> *columns</code></em>,
<em class="parameter"><code><span class="type">GValue</span> *values</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_values</code></em>);</pre>
<p>
A variant of <a class="link" href="GtkListStore.html#gtk-list-store-insert-with-values" title="gtk_list_store_insert_with_values ()"><code class="function">gtk_list_store_insert_with_values()</code></a> which
takes the columns and values as two arrays, instead of
varargs. This function is mainly intended for
language-bindings.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the new row, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
<td>position to insert the new row, or -1 for last</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>columns</code></em> :</span></p></td>
<td>an array of column numbers. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_values]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>values</code></em> :</span></p></td>
<td>an array of GValues. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_values]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n_values</code></em> :</span></p></td>
<td>the length of the <em class="parameter"><code>columns</code></em> and <em class="parameter"><code>values</code></em> arrays</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.6</p>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-prepend"></a><h3>gtk_list_store_prepend ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_prepend (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
<p>
Prepends a new row to <em class="parameter"><code>list_store</code></em>. <em class="parameter"><code>iter</code></em> will be changed to point to this new
row. The row will be empty after this function is called. To fill in
values, you need to call <a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()"><code class="function">gtk_list_store_set()</code></a> or <a class="link" href="GtkListStore.html#gtk-list-store-set-value" title="gtk_list_store_set_value ()"><code class="function">gtk_list_store_set_value()</code></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the prepend row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-append"></a><h3>gtk_list_store_append ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_append (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
<p>
Appends a new row to <em class="parameter"><code>list_store</code></em>. <em class="parameter"><code>iter</code></em> will be changed to point to this new
row. The row will be empty after this function is called. To fill in
values, you need to call <a class="link" href="GtkListStore.html#gtk-list-store-set" title="gtk_list_store_set ()"><code class="function">gtk_list_store_set()</code></a> or <a class="link" href="GtkListStore.html#gtk-list-store-set-value" title="gtk_list_store_set_value ()"><code class="function">gtk_list_store_set_value()</code></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the appended row. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-clear"></a><h3>gtk_list_store_clear ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_clear (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>);</pre>
<p>
Removes all rows from the list store.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>a <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-iter-is-valid"></a><h3>gtk_list_store_iter_is_valid ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_list_store_iter_is_valid (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *list_store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
<p>
</p>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>This function is slow. Only use it for debugging and/or testing
purposes.</div>
<p>
</p>
<p>
Checks if the given iter is a valid iter for this <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<code class="literal">TRUE</code> if the iter is valid, <code class="literal">FALSE</code> if the iter is invalid.</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.2</p>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-reorder"></a><h3>gtk_list_store_reorder ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_reorder (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
<em class="parameter"><code><span class="type">gint</span> *new_order</code></em>);</pre>
<p>
Reorders <em class="parameter"><code>store</code></em> to follow the order indicated by <em class="parameter"><code>new_order</code></em>. Note that
this function only works with unsorted stores.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>new_order</code></em> :</span></p></td>
<td>an array of integers mapping the new
position of each child to its old position before the re-ordering,
i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[newpos] = oldpos</code>. It must have
exactly as many items as the list store's length. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.2</p>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-swap"></a><h3>gtk_list_store_swap ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_swap (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *a</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *b</code></em>);</pre>
<p>
Swaps <em class="parameter"><code>a</code></em> and <em class="parameter"><code>b</code></em> in <em class="parameter"><code>store</code></em>. Note that this function only works with
unsorted stores.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
<td>Another <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.2</p>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-move-before"></a><h3>gtk_list_store_move_before ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_move_before (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *position</code></em>);</pre>
<p>
Moves <em class="parameter"><code>iter</code></em> in <em class="parameter"><code>store</code></em> to the position before <em class="parameter"><code>position</code></em>. Note that this
function only works with unsorted stores. If <em class="parameter"><code>position</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>iter</code></em>
will be moved to the end of the list.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.2</p>
</div>
<hr>
<div class="refsect2">
<a name="gtk-list-store-move-after"></a><h3>gtk_list_store_move_after ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_store_move_after (<em class="parameter"><code><a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> *store</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *position</code></em>);</pre>
<p>
Moves <em class="parameter"><code>iter</code></em> in <em class="parameter"><code>store</code></em> to the position after <em class="parameter"><code>position</code></em>. Note that this
function only works with unsorted stores. If <em class="parameter"><code>position</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>iter</code></em>
will be moved to the start of the list.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>store</code></em> :</span></p></td>
<td>A <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
<td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.2</p>
</div>
</div>
<div class="refsect1">
<a name="GtkListStore.see-also"></a><h2>See Also</h2>
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18.1</div>
</body>
</html> |
project/doc/call/game/mod/ModDiscoverer.html | CUB3D/Unknown-3 | <!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 Feb 25 22:13:37 GMT 2015 -->
<title>ModDiscoverer</title>
<meta name="date" content="2015-02-25">
<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="ModDiscoverer";
}
//-->
</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/ModDiscoverer.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="../../../call/game/mod/Mod.html" title="annotation in call.game.mod"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../call/game/mod/ModEntry.html" title="class in call.game.mod"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?call/game/mod/ModDiscoverer.html" target="_top">Frames</a></li>
<li><a href="ModDiscoverer.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="#field_summary">Field</a> | </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><a href="#field_detail">Field</a> | </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">call.game.mod</div>
<h2 title="Class ModDiscoverer" class="title">Class ModDiscoverer</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>call.game.mod.ModDiscoverer</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">ModDiscoverer</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.io.File</code></td>
<td class="colLast"><code><strong><a href="../../../call/game/mod/ModDiscoverer.html#modDir">modDir</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../call/game/mod/ModDiscoverer.html#ModDiscoverer(java.lang.String)">ModDiscoverer</a></strong>(java.lang.String dir)</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>java.util.List<<a href="../../../call/game/mod/ModEntry.html" title="class in call.game.mod">ModEntry</a>></code></td>
<td class="colLast"><code><strong><a href="../../../call/game/mod/ModDiscoverer.html#discoverMods()">discoverMods</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../call/game/mod/ModEntry.html" title="class in call.game.mod">ModEntry</a></code></td>
<td class="colLast"><code><strong><a href="../../../call/game/mod/ModDiscoverer.html#loadMod(java.io.File, java.io.File)">loadMod</a></strong>(java.io.File f,
java.io.File p)</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>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="modDir">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>modDir</h4>
<pre>public java.io.File modDir</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ModDiscoverer(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ModDiscoverer</h4>
<pre>public ModDiscoverer(java.lang.String dir)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="discoverMods()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>discoverMods</h4>
<pre>public java.util.List<<a href="../../../call/game/mod/ModEntry.html" title="class in call.game.mod">ModEntry</a>> discoverMods()</pre>
</li>
</ul>
<a name="loadMod(java.io.File, java.io.File)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>loadMod</h4>
<pre>public static <a href="../../../call/game/mod/ModEntry.html" title="class in call.game.mod">ModEntry</a> loadMod(java.io.File f,
java.io.File p)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ModDiscoverer.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="../../../call/game/mod/Mod.html" title="annotation in call.game.mod"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../call/game/mod/ModEntry.html" title="class in call.game.mod"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?call/game/mod/ModDiscoverer.html" target="_top">Frames</a></li>
<li><a href="ModDiscoverer.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="#field_summary">Field</a> | </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><a href="#field_detail">Field</a> | </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>
|
documentation/crossworlds/overview-summary.html | paulswithers/Key-Dates | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Thu Aug 20 23:24:28 BST 2015 -->
<TITLE>
Overview
</TITLE>
<META NAME="date" CONTENT="2015-08-20">
<LINK REL ="stylesheet" TYPE="text/css" HREF="OpenNTFDominostylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview";
}
}
</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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-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?overview-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Packages</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="20%"><B><A HREF="com/timtripcony/package-summary.html">com.timtripcony</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="20%"><B><A HREF="org/openntf/osgiworlds/model/package-summary.html">org.openntf.osgiworlds.model</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="20%"><B><A HREF="uk/co/intec/keyDatesApp/package-summary.html">uk.co.intec.keyDatesApp</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="20%"><B><A HREF="uk/co/intec/keyDatesApp/components/package-summary.html">uk.co.intec.keyDatesApp.components</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="20%"><B><A HREF="uk/co/intec/keyDatesApp/model/package-summary.html">uk.co.intec.keyDatesApp.model</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="20%"><B><A HREF="uk/co/intec/keyDatesApp/pages/package-summary.html">uk.co.intec.keyDatesApp.pages</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="20%"><B><A HREF="uk/co/intec/keyDatesApp/utils/package-summary.html">uk.co.intec.keyDatesApp.utils</A></B></TD>
<TD> </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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-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?overview-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/target/org/apache/hadoop/mapreduce/v2/jobhistory/package-use.html | arrowli/RsyncHadoop | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Mon Dec 16 23:54:44 EST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package org.apache.hadoop.mapreduce.v2.jobhistory (hadoop-mapreduce-client-common 2.2.0 API)</title>
<meta name="date" content="2013-12-16">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package org.apache.hadoop.mapreduce.v2.jobhistory (hadoop-mapreduce-client-common 2.2.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/hadoop/mapreduce/v2/jobhistory/package-use.html" target="_top">FRAMES</a></li>
<li><a href="package-use.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package org.apache.hadoop.mapreduce.v2.jobhistory" class="title">Uses of Package<br>org.apache.hadoop.mapreduce.v2.jobhistory</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/hadoop/mapreduce/v2/jobhistory/package-summary.html">org.apache.hadoop.mapreduce.v2.jobhistory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.hadoop.mapreduce.v2.jobhistory">org.apache.hadoop.mapreduce.v2.jobhistory</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.hadoop.mapreduce.v2.jobhistory">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/apache/hadoop/mapreduce/v2/jobhistory/package-summary.html">org.apache.hadoop.mapreduce.v2.jobhistory</a> used by <a href="../../../../../../org/apache/hadoop/mapreduce/v2/jobhistory/package-summary.html">org.apache.hadoop.mapreduce.v2.jobhistory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/apache/hadoop/mapreduce/v2/jobhistory/class-use/JobIndexInfo.html#org.apache.hadoop.mapreduce.v2.jobhistory">JobIndexInfo</a>
<div class="block">Maintains information which may be used by the jobHistroy indexing
system.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/hadoop/mapreduce/v2/jobhistory/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 © 2013 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>
|
2017.8.1/apidocs/org/wildfly/swarm/netflix/ribbon/package-tree.html | wildfly-swarm/wildfly-swarm-javadocs | <!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.netflix.ribbon 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.netflix.ribbon 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/netflix/hystrix/package-tree.html">Prev</a></li>
<li><a href="../../../../../org/wildfly/swarm/netflix/ribbon/secured/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/netflix/ribbon/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.netflix.ribbon</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">org.wildfly.swarm.netflix.ribbon.<a href="../../../../../org/wildfly/swarm/netflix/ribbon/RibbonFraction.html" title="class in org.wildfly.swarm.netflix.ribbon"><span class="typeNameLink">RibbonFraction</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>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">org.wildfly.swarm.topology.<a href="../../../../../org/wildfly/swarm/topology/TopologyArchive.html" title="interface in org.wildfly.swarm.topology"><span class="typeNameLink">TopologyArchive</span></a>
<ul>
<li type="circle">org.wildfly.swarm.netflix.ribbon.<a href="../../../../../org/wildfly/swarm/netflix/ribbon/RibbonArchive.html" title="interface in org.wildfly.swarm.netflix.ribbon"><span class="typeNameLink">RibbonArchive</span></a></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>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/netflix/hystrix/package-tree.html">Prev</a></li>
<li><a href="../../../../../org/wildfly/swarm/netflix/ribbon/secured/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/netflix/ribbon/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>
|
2.0.0.Final/apidocs/org/wildfly/swarm/config/jgroups/class-use/Protocol.html | wildfly-swarm/wildfly-swarm-javadocs | <!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:21 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.jgroups.Protocol (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>
<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 (BOM: * : All 2.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/jgroups/Protocol.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">Thorntail API, 2.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/jgroups/class-use/Protocol.html" target="_top">Frames</a></li>
<li><a href="Protocol.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" class="title">Uses of Class<br>org.wildfly.swarm.config.jgroups.Protocol</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.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.jgroups.channel">org.wildfly.swarm.config.jgroups.channel</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.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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 classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/wildfly/swarm/config/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> with type parameters of type <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a><T extends <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a><T>></span></code>
<div class="block">The configuration of a protocol within a protocol stack.</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/jgroups/ProtocolConsumer.html" title="interface in org.wildfly.swarm.config.jgroups">ProtocolConsumer</a><T extends <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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/jgroups/ProtocolSupplier.html" title="interface in org.wildfly.swarm.config.jgroups">ProtocolSupplier</a><T extends <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> that return <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProtocolSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/ProtocolSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of Protocol resource</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a></code></td>
<td class="colLast"><span class="typeNameLabel">Stack.StackResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/Stack.StackResources.html#protocol-java.lang.String-">protocol</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</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/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> that return types with arguments of type <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a>></code></td>
<td class="colLast"><span class="typeNameLabel">Stack.StackResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/Stack.StackResources.html#protocols--">protocols</a></span>()</code>
<div class="block">Get the list of Protocol resources</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/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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/Stack.html" title="type parameter in Stack">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Stack.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/Stack.html#protocol-org.wildfly.swarm.config.jgroups.Protocol-">protocol</a></span>(<a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a> value)</code>
<div class="block">Add the Protocol object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../org/wildfly/swarm/config/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> with type arguments of type <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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/Stack.html" title="type parameter in Stack">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Stack.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/Stack.html#protocols-java.util.List-">protocols</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a>> value)</code>
<div class="block">Add all Protocol objects to this subresource</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.jgroups.channel">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a> in <a href="../../../../../../org/wildfly/swarm/config/jgroups/channel/package-summary.html">org.wildfly.swarm.config.jgroups.channel</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/channel/package-summary.html">org.wildfly.swarm.config.jgroups.channel</a> that return <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a></code></td>
<td class="colLast"><span class="typeNameLabel">Fork.ForkResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/channel/Fork.ForkResources.html#protocol-java.lang.String-">protocol</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</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/jgroups/channel/package-summary.html">org.wildfly.swarm.config.jgroups.channel</a> that return types with arguments of type <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a>></code></td>
<td class="colLast"><span class="typeNameLabel">Fork.ForkResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/channel/Fork.ForkResources.html#protocols--">protocols</a></span>()</code>
<div class="block">Get the list of Protocol resources</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/jgroups/channel/package-summary.html">org.wildfly.swarm.config.jgroups.channel</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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/channel/Fork.html" title="type parameter in Fork">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Fork.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/channel/Fork.html#protocol-org.wildfly.swarm.config.jgroups.Protocol-">protocol</a></span>(<a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a> value)</code>
<div class="block">Add the Protocol object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../org/wildfly/swarm/config/jgroups/channel/package-summary.html">org.wildfly.swarm.config.jgroups.channel</a> with type arguments of type <a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</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/channel/Fork.html" title="type parameter in Fork">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Fork.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jgroups/channel/Fork.html#protocols-java.util.List-">protocols</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/wildfly/swarm/config/jgroups/Protocol.html" title="class in org.wildfly.swarm.config.jgroups">Protocol</a>> value)</code>
<div class="block">Add all Protocol objects to this subresource</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/jgroups/Protocol.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">Thorntail API, 2.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/jgroups/class-use/Protocol.html" target="_top">Frames</a></li>
<li><a href="Protocol.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>
|
Documentation/WPILib-doxygen/html/structBarcodeInfo__struct-members.html | rubik951/Neat-Team-1943 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>WPILIB: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>BarcodeInfo_struct Member List</h1>This is the complete list of members for <a class="el" href="structBarcodeInfo__struct.html">BarcodeInfo_struct</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="structBarcodeInfo__struct.html#0863171df66e08b2a949c18c838e4595">confidenceLevel</a></td><td><a class="el" href="structBarcodeInfo__struct.html">BarcodeInfo_struct</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="structBarcodeInfo__struct.html#27f2d0b60030e689236c43f314e12797">outputChar1</a></td><td><a class="el" href="structBarcodeInfo__struct.html">BarcodeInfo_struct</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="structBarcodeInfo__struct.html#3c3fa62a3cea157db2007e0fdfa1a469">outputChar2</a></td><td><a class="el" href="structBarcodeInfo__struct.html">BarcodeInfo_struct</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="structBarcodeInfo__struct.html#b185776e7a618cbd98d26ac6726ace01">outputString</a></td><td><a class="el" href="structBarcodeInfo__struct.html">BarcodeInfo_struct</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="structBarcodeInfo__struct.html#1bcf8870fad45897861938e88889e2ff">size</a></td><td><a class="el" href="structBarcodeInfo__struct.html">BarcodeInfo_struct</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="structBarcodeInfo__struct.html#280c5030ac56b2045b086345ed4bdf9d">type</a></td><td><a class="el" href="structBarcodeInfo__struct.html">BarcodeInfo_struct</a></td><td></td></tr>
</table></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 9 11:20:46 2011 for WPILIB by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>
|
Hibernate-source/源代码及重要说明/Hibernate相关资料/hibernate-3.2.0.ga/hibernate-3.2/doc/api/org/hibernate/loader/custom/class-use/ColumnCollectionAliases.html | renmeng8875/projects | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_11) on Sun Oct 15 22:02:24 CDT 2006 -->
<TITLE>
Uses of Class org.hibernate.loader.custom.ColumnCollectionAliases (Hibernate API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../jdstyle.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.hibernate.loader.custom.ColumnCollectionAliases (Hibernate API Documentation)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/hibernate/loader/custom/ColumnCollectionAliases.html" title="class in org.hibernate.loader.custom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="ColumnCollectionAliases.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.hibernate.loader.custom.ColumnCollectionAliases</B></H2>
</CENTER>
No usage of org.hibernate.loader.custom.ColumnCollectionAliases
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/hibernate/loader/custom/ColumnCollectionAliases.html" title="class in org.hibernate.loader.custom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="ColumnCollectionAliases.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>
|
docs/api/org/springframework/jdbc/datasource/lookup/package-summary.html | mattxia/spring-2.5-analysis | <!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_03) on Mon Nov 19 21:41:11 CET 2007 -->
<TITLE>
org.springframework.jdbc.datasource.lookup (Spring Framework API 2.5)
</TITLE>
<META NAME="date" CONTENT="2007-11-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="org.springframework.jdbc.datasource.lookup (Spring Framework API 2.5)";
}
}
</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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/springframework/jdbc/datasource/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../org/springframework/jdbc/object/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/springframework/jdbc/datasource/lookup/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package org.springframework.jdbc.datasource.lookup
</H2>
Provides a strategy for looking up JDBC DataSources by name.
<P>
<B>See:</B>
<BR>
<A HREF="#package_description"><B>Description</B></A>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/jdbc/datasource/lookup/DataSourceLookup.html" title="interface in org.springframework.jdbc.datasource.lookup">DataSourceLookup</A></B></TD>
<TD>Strategy interface for looking up DataSources by name.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSource.html" title="class in org.springframework.jdbc.datasource.lookup">AbstractRoutingDataSource</A></B></TD>
<TD>Abstract DataSource implementation that routes <A HREF="../../../../../org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSource.html#getConnection()"><CODE>AbstractRoutingDataSource.getConnection()</CODE></A> calls
to one of various target DataSources based on a lookup key.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/jdbc/datasource/lookup/BeanFactoryDataSourceLookup.html" title="class in org.springframework.jdbc.datasource.lookup">BeanFactoryDataSourceLookup</A></B></TD>
<TD><A HREF="../../../../../org/springframework/jdbc/datasource/lookup/DataSourceLookup.html" title="interface in org.springframework.jdbc.datasource.lookup"><CODE>DataSourceLookup</CODE></A> implementation based on a Spring <A HREF="../../../../../org/springframework/beans/factory/BeanFactory.html" title="interface in org.springframework.beans.factory"><CODE>BeanFactory</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/jdbc/datasource/lookup/IsolationLevelDataSourceRouter.html" title="class in org.springframework.jdbc.datasource.lookup">IsolationLevelDataSourceRouter</A></B></TD>
<TD>DataSource that routes to one of various target DataSources based on the
current transaction isolation level.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/jdbc/datasource/lookup/JndiDataSourceLookup.html" title="class in org.springframework.jdbc.datasource.lookup">JndiDataSourceLookup</A></B></TD>
<TD>JNDI-based DataSourceLookup implementation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/jdbc/datasource/lookup/MapDataSourceLookup.html" title="class in org.springframework.jdbc.datasource.lookup">MapDataSourceLookup</A></B></TD>
<TD>Simple <A HREF="../../../../../org/springframework/jdbc/datasource/lookup/DataSourceLookup.html" title="interface in org.springframework.jdbc.datasource.lookup"><CODE>DataSourceLookup</CODE></A> implementation that relies on a map for doing lookups.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/jdbc/datasource/lookup/SingleDataSourceLookup.html" title="class in org.springframework.jdbc.datasource.lookup">SingleDataSourceLookup</A></B></TD>
<TD>An implementation of the DataSourceLookup that simply wraps a
single given DataSource, returned for any data source name.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Exception Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/springframework/jdbc/datasource/lookup/DataSourceLookupFailureException.html" title="class in org.springframework.jdbc.datasource.lookup">DataSourceLookupFailureException</A></B></TD>
<TD>Exception to be thrown by a DataSourceLookup implementation,
indicating that the specified DataSource could not be obtained.</TD>
</TR>
</TABLE>
<P>
<A NAME="package_description"><!-- --></A><H2>
Package org.springframework.jdbc.datasource.lookup Description
</H2>
<P>
Provides a strategy for looking up JDBC DataSources by name.
<P>
<P>
<DL>
</DL>
<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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<a href="http://www.springframework.org/" target="_top">The Spring Framework</a></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/springframework/jdbc/datasource/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../org/springframework/jdbc/object/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/springframework/jdbc/datasource/lookup/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2002-2007 <a href=http://www.springframework.org/ target=_top>The Spring Framework</a>.</i>
</BODY>
</HTML>
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_05_testAbaNumberCheck_9336_bad_af3.html | dcarda/aba.route.validator | <!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_9336_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=44104#src-44104" >testAbaNumberCheck_9336_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:35:23
</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_9336_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=13503#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=13503#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=13503#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> |
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_12_testAbaNumberCheck_25058_bad_uk7.html | dcarda/aba.route.validator | <!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_12.html">Class Test_AbaRouteValidator_12</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_25058_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_12.html?line=1456#src-1456" >testAbaNumberCheck_25058_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:41:02
</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_25058_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=39607#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=39607#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=39607#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> |
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/service/ResponseResolver.html | jasonwee/videoOnCloud | <!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_91) on Mon Jun 06 14:51:16 EDT 2016 -->
<title>ResponseResolver (apache-cassandra API)</title>
<meta name="date" content="2016-06-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="ResponseResolver (apache-cassandra API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":10,"i2":6,"i3":10,"i4":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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/ResponseResolver.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/service/ReadCallback.html" title="class in org.apache.cassandra.service"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/service/SnapshotVerbHandler.html" title="class in org.apache.cassandra.service"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/service/ResponseResolver.html" target="_top">Frames</a></li>
<li><a href="ResponseResolver.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="#field.summary">Field</a> | </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><a href="#field.detail">Field</a> | </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.service</div>
<h2 title="Class ResponseResolver" class="title">Class ResponseResolver</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.service.ResponseResolver</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../org/apache/cassandra/service/DataResolver.html" title="class in org.apache.cassandra.service">DataResolver</a>, <a href="../../../../org/apache/cassandra/service/DigestResolver.html" title="class in org.apache.cassandra.service">DigestResolver</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">ResponseResolver</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/cassandra/db/ReadCommand.html" title="class in org.apache.cassandra.db">ReadCommand</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#command">command</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#consistency">consistency</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#keyspace">keyspace</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static org.slf4j.Logger</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#logger">logger</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/cassandra/utils/concurrent/Accumulator.html" title="class in org.apache.cassandra.utils.concurrent">Accumulator</a><<a href="../../../../org/apache/cassandra/net/MessageIn.html" title="class in org.apache.cassandra.net">MessageIn</a><<a href="../../../../org/apache/cassandra/db/ReadResponse.html" title="class in org.apache.cassandra.db">ReadResponse</a>>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#responses">responses</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#ResponseResolver-org.apache.cassandra.db.Keyspace-org.apache.cassandra.db.ReadCommand-org.apache.cassandra.db.ConsistencyLevel-int-">ResponseResolver</a></span>(<a href="../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a> keyspace,
<a href="../../../../org/apache/cassandra/db/ReadCommand.html" title="class in org.apache.cassandra.db">ReadCommand</a> command,
<a href="../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a> consistency,
int maxResponseCount)</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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract 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>abstract <a href="../../../../org/apache/cassandra/db/partitions/PartitionIterator.html" title="interface in org.apache.cassandra.db.partitions">PartitionIterator</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#getData--">getData</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.lang.Iterable<<a href="../../../../org/apache/cassandra/net/MessageIn.html" title="class in org.apache.cassandra.net">MessageIn</a><<a href="../../../../org/apache/cassandra/db/ReadResponse.html" title="class in org.apache.cassandra.db">ReadResponse</a>>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#getMessages--">getMessages</a></span>()</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#isDataPresent--">isDataPresent</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#preprocess-org.apache.cassandra.net.MessageIn-">preprocess</a></span>(<a href="../../../../org/apache/cassandra/net/MessageIn.html" title="class in org.apache.cassandra.net">MessageIn</a><<a href="../../../../org/apache/cassandra/db/ReadResponse.html" title="class in org.apache.cassandra.db">ReadResponse</a>> message)</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../org/apache/cassandra/db/partitions/PartitionIterator.html" title="interface in org.apache.cassandra.db.partitions">PartitionIterator</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/service/ResponseResolver.html#resolve--">resolve</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>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">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="logger">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logger</h4>
<pre>protected static final org.slf4j.Logger logger</pre>
</li>
</ul>
<a name="keyspace">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>keyspace</h4>
<pre>protected final <a href="../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a> keyspace</pre>
</li>
</ul>
<a name="command">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>command</h4>
<pre>protected final <a href="../../../../org/apache/cassandra/db/ReadCommand.html" title="class in org.apache.cassandra.db">ReadCommand</a> command</pre>
</li>
</ul>
<a name="consistency">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>consistency</h4>
<pre>protected final <a href="../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a> consistency</pre>
</li>
</ul>
<a name="responses">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>responses</h4>
<pre>protected final <a href="../../../../org/apache/cassandra/utils/concurrent/Accumulator.html" title="class in org.apache.cassandra.utils.concurrent">Accumulator</a><<a href="../../../../org/apache/cassandra/net/MessageIn.html" title="class in org.apache.cassandra.net">MessageIn</a><<a href="../../../../org/apache/cassandra/db/ReadResponse.html" title="class in org.apache.cassandra.db">ReadResponse</a>>> responses</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ResponseResolver-org.apache.cassandra.db.Keyspace-org.apache.cassandra.db.ReadCommand-org.apache.cassandra.db.ConsistencyLevel-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ResponseResolver</h4>
<pre>public ResponseResolver(<a href="../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a> keyspace,
<a href="../../../../org/apache/cassandra/db/ReadCommand.html" title="class in org.apache.cassandra.db">ReadCommand</a> command,
<a href="../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a> consistency,
int maxResponseCount)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getData--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getData</h4>
<pre>public abstract <a href="../../../../org/apache/cassandra/db/partitions/PartitionIterator.html" title="interface in org.apache.cassandra.db.partitions">PartitionIterator</a> getData()</pre>
</li>
</ul>
<a name="resolve--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resolve</h4>
<pre>public abstract <a href="../../../../org/apache/cassandra/db/partitions/PartitionIterator.html" title="interface in org.apache.cassandra.db.partitions">PartitionIterator</a> resolve()
throws <a href="../../../../org/apache/cassandra/service/DigestMismatchException.html" title="class in org.apache.cassandra.service">DigestMismatchException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/cassandra/service/DigestMismatchException.html" title="class in org.apache.cassandra.service">DigestMismatchException</a></code></dd>
</dl>
</li>
</ul>
<a name="isDataPresent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDataPresent</h4>
<pre>public abstract boolean isDataPresent()</pre>
</li>
</ul>
<a name="preprocess-org.apache.cassandra.net.MessageIn-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>preprocess</h4>
<pre>public void preprocess(<a href="../../../../org/apache/cassandra/net/MessageIn.html" title="class in org.apache.cassandra.net">MessageIn</a><<a href="../../../../org/apache/cassandra/db/ReadResponse.html" title="class in org.apache.cassandra.db">ReadResponse</a>> message)</pre>
</li>
</ul>
<a name="getMessages--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getMessages</h4>
<pre>public java.lang.Iterable<<a href="../../../../org/apache/cassandra/net/MessageIn.html" title="class in org.apache.cassandra.net">MessageIn</a><<a href="../../../../org/apache/cassandra/db/ReadResponse.html" title="class in org.apache.cassandra.db">ReadResponse</a>>> getMessages()</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/ResponseResolver.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/service/ReadCallback.html" title="class in org.apache.cassandra.service"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/service/SnapshotVerbHandler.html" title="class in org.apache.cassandra.service"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/service/ResponseResolver.html" target="_top">Frames</a></li>
<li><a href="ResponseResolver.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="#field.summary">Field</a> | </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><a href="#field.detail">Field</a> | </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>
|
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.2.5.6/play/libs/Files.html | play1-maven-plugin/play1-maven-plugin.github.io | <!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_66) on Mon Dec 14 15:58:38 CST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Files (Play! API)</title>
<meta name="date" content="2015-12-14">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Files (Play! API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":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="class-use/Files.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="../../play/libs/F.Tuple.html" title="class in play.libs"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../play/libs/I18N.html" title="class in play.libs"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?play/libs/Files.html" target="_top">Frames</a></li>
<li><a href="Files.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">play.libs</div>
<h2 title="Class Files" class="title">Class Files</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>play.libs.Files</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Files</span>
extends java.lang.Object</pre>
<div class="block">Files utils</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="../../play/libs/Files.html#Files--">Files</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 void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../play/libs/Files.html#copy-java.io.File-java.io.File-">copy</a></span>(java.io.File from,
java.io.File to)</code>
<div class="block">Just copy a file</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../play/libs/Files.html#copyDir-java.io.File-java.io.File-">copyDir</a></span>(java.io.File from,
java.io.File to)</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../play/libs/Files.html#delete-java.io.File-">delete</a></span>(java.io.File file)</code>
<div class="block">Just delete a file.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../play/libs/Files.html#deleteDirectory-java.io.File-">deleteDirectory</a></span>(java.io.File path)</code>
<div class="block">Recursively delete a directory.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../play/libs/Files.html#unzip-java.io.File-java.io.File-">unzip</a></span>(java.io.File from,
java.io.File to)</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../play/libs/Files.html#zip-java.io.File-java.io.File-">zip</a></span>(java.io.File directory,
java.io.File zipFile)</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">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Files--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Files</h4>
<pre>public Files()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="copy-java.io.File-java.io.File-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copy</h4>
<pre>public static void copy(java.io.File from,
java.io.File to)</pre>
<div class="block">Just copy a file</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>from</code> - </dd>
<dd><code>to</code> - </dd>
</dl>
</li>
</ul>
<a name="delete-java.io.File-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>public static boolean delete(java.io.File file)</pre>
<div class="block">Just delete a file. If the file is a directory, it's work.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>file</code> - The file to delete</dd>
</dl>
</li>
</ul>
<a name="deleteDirectory-java.io.File-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deleteDirectory</h4>
<pre>public static boolean deleteDirectory(java.io.File path)</pre>
<div class="block">Recursively delete a directory.</div>
</li>
</ul>
<a name="copyDir-java.io.File-java.io.File-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copyDir</h4>
<pre>public static boolean copyDir(java.io.File from,
java.io.File to)</pre>
</li>
</ul>
<a name="unzip-java.io.File-java.io.File-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unzip</h4>
<pre>public static void unzip(java.io.File from,
java.io.File to)</pre>
</li>
</ul>
<a name="zip-java.io.File-java.io.File-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>zip</h4>
<pre>public static void zip(java.io.File directory,
java.io.File zipFile)</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/Files.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="../../play/libs/F.Tuple.html" title="class in play.libs"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../play/libs/I18N.html" title="class in play.libs"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?play/libs/Files.html" target="_top">Frames</a></li>
<li><a href="Files.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><a href=http://guillaume.bort.fr>Guillaume Bort</a> & <a href=http://www.zenexity.fr>zenexity</a> - Distributed under <a href=http://www.apache.org/licenses/LICENSE-2.0.html>Apache 2 licence</a>, without any warrantly</small></p>
</body>
</html>
|
src/main/webapp/html/formResult.html | agustinmiura/footballBets | <!--
Copyright (C) 2010 Miura Agustín
Rozanect Jose
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.
-->
<div>Soy el resultado del ajax</div> |
2.5.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/elytron/class-use/ProviderLoader.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Dec 04 18:43:09 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.elytron.ProviderLoader (BOM: * : All 2.5.1.Final-SNAPSHOT API)</title>
<meta name="date" content="2019-12-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.wildfly.swarm.config.elytron.ProviderLoader (BOM: * : All 2.5.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/ProviderLoader.html" title="class 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.5.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/ProviderLoader.html" target="_top">Frames</a></li>
<li><a href="ProviderLoader.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.elytron.ProviderLoader" class="title">Uses of Class<br>org.wildfly.swarm.config.elytron.ProviderLoader</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/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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.elytron">org.wildfly.swarm.config.elytron</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/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</a></code></td>
<td class="colLast"><span class="typeNameLabel">Elytron.ElytronResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Elytron.ElytronResources.html#providerLoader-java.lang.String-">providerLoader</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</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> that return types with arguments of type <a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</a>></code></td>
<td class="colLast"><span class="typeNameLabel">Elytron.ElytronResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Elytron.ElytronResources.html#providerLoaders--">providerLoaders</a></span>()</code>
<div class="block">Get the list of ProviderLoader resources</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/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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#providerLoader-org.wildfly.swarm.config.elytron.ProviderLoader-">providerLoader</a></span>(<a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</a> value)</code>
<div class="block">Add the ProviderLoader object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with type arguments of type <a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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#providerLoaders-java.util.List-">providerLoaders</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</a>> value)</code>
<div class="block">Add all ProviderLoader objects to this subresource</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.elytron">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</a> in <a href="../../../../../../org/wildfly/swarm/config/elytron/package-summary.html">org.wildfly.swarm.config.elytron</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/elytron/package-summary.html">org.wildfly.swarm.config.elytron</a> with type parameters of type <a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</a><T extends <a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</a><T>></span></code>
<div class="block">A definition for a Provider loader.</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/elytron/ProviderLoaderConsumer.html" title="interface in org.wildfly.swarm.config.elytron">ProviderLoaderConsumer</a><T extends <a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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/elytron/ProviderLoaderSupplier.html" title="interface in org.wildfly.swarm.config.elytron">ProviderLoaderSupplier</a><T extends <a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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/elytron/package-summary.html">org.wildfly.swarm.config.elytron</a> that return <a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</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/ProviderLoader.html" title="class in org.wildfly.swarm.config.elytron">ProviderLoader</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProviderLoaderSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/elytron/ProviderLoaderSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of ProviderLoader 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/elytron/ProviderLoader.html" title="class 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.5.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/ProviderLoader.html" target="_top">Frames</a></li>
<li><a href="ProviderLoader.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>
|
Chrome/client.css | bumxu/MixcloudHarvester | /*
* Mixcloud Harvester Downloader
* https://github.com/Bumxu/MixcloudHarvester
*
* Copyright 2015 Juande Martos (http://www.bumxu.com/)
*
* 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.
*/
.card-harv3 {
margin: 10px 0 0 0 !important;
padding: 10px 0 0 !important;
border-top: 1px solid #ececec !important;
font-size: 13px !important;
color: rgb(128, 128, 128) !important;
}
.card-harv3 a {
background: #589fc3 !important;
display: inline-block !important;
border-radius: 2px !important;
font-size: 10px !important;
font-weight: 700 !important;
color: #fff !important;
margin: 7px 3px 0 3px !important;
padding: 0 8px !important;
height: 20px !important;
line-height: 20px !important;
-webkit-transition: all 0.15 ease !important;
}
.card-harv3 a:hover {
background: #306885 !important;
}
.card-harv3 a.loading {
color: rgba(0, 0, 180, 0.4) !important;
cursor: not-allowed !important;
pointer-events: none;
}
.card-harv3 a.no, .card-harv3 a.no:hover {
color: rgba(255, 255, 255, 0.4) !important;
}
.card-harv3 progress {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
margin-top: 5px;
background-color: #3f5c94;
color: #3f5c94;
border: 0;
height: 18px;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
-webkit-transition: all 0.15 ease !important;
}
.card-harv3 progress::-webkit-progress-value {
background-color: #3f5c94;
color: #3f5c94;
}
.card.fixed-height .card-footer {
position: static !important;
}
/* cloudcast */
.cloudcast-header, .cloudcast-header-container {
height: 285px !important;
}
@media screen and (min-width: 1021px) {
.cloudcast-header, .cloudcast-head-container {
height: 365px !important;
}
}
.cloudcast-harv3 {
margin: -5px 0 15px !important;
font-size: 13px !important;
cursor: default !important;
}
.cloudcast-harv3 .hvt {
padding-left: 18px !important;
padding-right: 5px !important;
font-size: 13px !important;
font-weight: 500 !important;
height: 25px !important;
line-height: 25px !important;
float: left !important;
}
.cloudcast-harv3 .hvt b {
font-weight: 600 !important;
}
.cloudcast-harv3 .hvi {
position: absolute !important;
height: 25px !important;
width: 25px !important;
letter-spacing: 0 !important;
line-height: 25px !important;
margin-top: -2px !important;
margin-left: 2px !important;
}
.cloudcast-harv3 a {
background-color: #fff !important;
display: inline-block !important;
border-radius: 2px !important;
font-size: 12px !important;
font-weight: 700 !important;
color: #404040 !important;
margin: 0 5px !important;
height: 25px !important;
line-height: 25px !important;
padding: 0 10px !important;
box-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
-webkit-transition: all 0.15 ease !important;
}
.cloudcast-harv3 a.mp4::after {
content: 'Compressed MP4 file' !important;
}
@media screen and (max-width: 1020px) {
.cloudcast-harv3 a.mp4::after {
content: 'MP4 file' !important;
}
}
.cloudcast-harv3 a.mp3::after {
content: 'Original MP3 file' !important;
}
@media screen and (max-width: 1020px) {
.cloudcast-harv3 a.mp3::after {
content: 'MP3 file' !important;
}
}
.cloudcast-harv3 a.loading {
color: rgba(0, 0, 180, 0.4) !important;
cursor: not-allowed !important;
pointer-events: none;
}
.cloudcast-harv3 a.no {
color: rgba(180, 0, 0, 0.4) !important;
cursor: not-allowed !important;
}
.cloudcast-harv3 a.no::after {
content: 'MP3 not available' !important;
}
.cloudcast-harv3 progress {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background-color: #3f5c94;
color: #3f5c94;
border: 0;
height: 18px;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,.1) !important;
-webkit-transition: all 0.15 ease !important;
}
.cloudcast-harv3 progress::-webkit-progress-value {
background-color: #3f5c94;
color: #3f5c94;
}
@media screen and (max-width: 1020px) {
.cloudcast-harv3 a.no::after {
content: 'Not MP3 :(' !important;
}
}
/* new author card */
@media screen and (min-width: 1021px) {
.list-view-wide-column .card-harv3 {
position: absolute !important;
bottom: 90px !important;
border: 0 !important;
left: 240px !important;
margin: 0 !important;
padding: 0 !important;
}
.list-view-wide-column .card-harv3 span:nth-child(2) {
margin-right: 10px !important;
}
.list-view-wide-column .card-harv3 br {
display: none !important;
}
}
|
ahkl/apache-cassandra-3.5/javadoc/org/apache/cassandra/thrift/Cassandra.describe_splits_args.html | jasonwee/videoOnCloud | <!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:10:59 EDT 2016 -->
<title>Cassandra.describe_splits_args (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="Cassandra.describe_splits_args (apache-cassandra API)";
}
}
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,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":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/Cassandra.describe_splits_args.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.describe_snitch_result._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum 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/Cassandra.describe_splits_args.html" target="_top">Frames</a></li>
<li><a href="Cassandra.describe_splits_args.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><a href="#field.summary">Field</a> | </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><a href="#field.detail">Field</a> | </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.describe_splits_args" class="title">Class Cassandra.describe_splits_args</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.thrift.Cassandra.describe_splits_args</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.Cloneable, java.lang.Comparable<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>>, org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../org/apache/cassandra/thrift/Cassandra.html" title="class in org.apache.cassandra.thrift">Cassandra</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="typeNameLabel">Cassandra.describe_splits_args</span>
extends java.lang.Object
implements org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>></pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../serialized-form.html#org.apache.cassandra.thrift.Cassandra.describe_splits_args">Serialized Form</a></dd>
</dl>
</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/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a></span></code>
<div class="block">The set of fields this struct contains, along with convenience methods for finding and manipulating them.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#cfName">cfName</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#end_token">end_token</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#keys_per_split">keys_per_split</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Map<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>,org.apache.thrift.meta_data.FieldMetaData></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#metaDataMap">metaDataMap</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#start_token">start_token</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#describe_splits_args--">describe_splits_args</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#describe_splits_args-org.apache.cassandra.thrift.Cassandra.describe_splits_args-">describe_splits_args</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> other)</code>
<div class="block">Performs a deep copy on <i>other</i>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#describe_splits_args-java.lang.String-java.lang.String-java.lang.String-int-">describe_splits_args</a></span>(java.lang.String cfName,
java.lang.String start_token,
java.lang.String end_token,
int keys_per_split)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#clear--">clear</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#compareTo-org.apache.cassandra.thrift.Cassandra.describe_splits_args-">compareTo</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> other)</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#deepCopy--">deepCopy</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#equals-org.apache.cassandra.thrift.Cassandra.describe_splits_args-">equals</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> that)</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object that)</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#fieldForId-int-">fieldForId</a></span>(int fieldId)</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="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#getCfName--">getCfName</a></span>()</code> </td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#getEnd_token--">getEnd_token</a></span>()</code> </td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#getFieldValue-org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields-">getFieldValue</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a> field)</code> </td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#getKeys_per_split--">getKeys_per_split</a></span>()</code> </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="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#getStart_token--">getStart_token</a></span>()</code> </td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#hashCode--">hashCode</a></span>()</code> </td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#isSet-org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields-">isSet</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a> field)</code>
<div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#isSetCfName--">isSetCfName</a></span>()</code>
<div class="block">Returns true if field cfName is set (has been assigned a value) and false otherwise</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#isSetEnd_token--">isSetEnd_token</a></span>()</code>
<div class="block">Returns true if field end_token is set (has been assigned a value) and false otherwise</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#isSetKeys_per_split--">isSetKeys_per_split</a></span>()</code>
<div class="block">Returns true if field keys_per_split is set (has been assigned a value) and false otherwise</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#isSetStart_token--">isSetStart_token</a></span>()</code>
<div class="block">Returns true if field start_token is set (has been assigned a value) and false otherwise</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#read-org.apache.thrift.protocol.TProtocol-">read</a></span>(org.apache.thrift.protocol.TProtocol iprot)</code> </td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#setCfName-java.lang.String-">setCfName</a></span>(java.lang.String cfName)</code> </td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#setCfNameIsSet-boolean-">setCfNameIsSet</a></span>(boolean value)</code> </td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#setEnd_token-java.lang.String-">setEnd_token</a></span>(java.lang.String end_token)</code> </td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#setEnd_tokenIsSet-boolean-">setEnd_tokenIsSet</a></span>(boolean value)</code> </td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#setFieldValue-org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields-java.lang.Object-">setFieldValue</a></span>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a> field,
java.lang.Object value)</code> </td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#setKeys_per_split-int-">setKeys_per_split</a></span>(int keys_per_split)</code> </td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#setKeys_per_splitIsSet-boolean-">setKeys_per_splitIsSet</a></span>(boolean value)</code> </td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#setStart_token-java.lang.String-">setStart_token</a></span>(java.lang.String start_token)</code> </td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#setStart_tokenIsSet-boolean-">setStart_tokenIsSet</a></span>(boolean value)</code> </td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#toString--">toString</a></span>()</code> </td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#unsetCfName--">unsetCfName</a></span>()</code> </td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#unsetEnd_token--">unsetEnd_token</a></span>()</code> </td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#unsetKeys_per_split--">unsetKeys_per_split</a></span>()</code> </td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#unsetStart_token--">unsetStart_token</a></span>()</code> </td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#validate--">validate</a></span>()</code> </td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html#write-org.apache.thrift.protocol.TProtocol-">write</a></span>(org.apache.thrift.protocol.TProtocol oprot)</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, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="cfName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cfName</h4>
<pre>public java.lang.String cfName</pre>
</li>
</ul>
<a name="start_token">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>start_token</h4>
<pre>public java.lang.String start_token</pre>
</li>
</ul>
<a name="end_token">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>end_token</h4>
<pre>public java.lang.String end_token</pre>
</li>
</ul>
<a name="keys_per_split">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>keys_per_split</h4>
<pre>public int keys_per_split</pre>
</li>
</ul>
<a name="metaDataMap">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>metaDataMap</h4>
<pre>public static final java.util.Map<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>,org.apache.thrift.meta_data.FieldMetaData> metaDataMap</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="describe_splits_args--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>describe_splits_args</h4>
<pre>public describe_splits_args()</pre>
</li>
</ul>
<a name="describe_splits_args-java.lang.String-java.lang.String-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>describe_splits_args</h4>
<pre>public describe_splits_args(java.lang.String cfName,
java.lang.String start_token,
java.lang.String end_token,
int keys_per_split)</pre>
</li>
</ul>
<a name="describe_splits_args-org.apache.cassandra.thrift.Cassandra.describe_splits_args-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>describe_splits_args</h4>
<pre>public describe_splits_args(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> other)</pre>
<div class="block">Performs a deep copy on <i>other</i>.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="deepCopy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deepCopy</h4>
<pre>public <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> deepCopy()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>deepCopy</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="clear--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clear</h4>
<pre>public void clear()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>clear</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="getCfName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCfName</h4>
<pre>public java.lang.String getCfName()</pre>
</li>
</ul>
<a name="setCfName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCfName</h4>
<pre>public <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> setCfName(java.lang.String cfName)</pre>
</li>
</ul>
<a name="unsetCfName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unsetCfName</h4>
<pre>public void unsetCfName()</pre>
</li>
</ul>
<a name="isSetCfName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetCfName</h4>
<pre>public boolean isSetCfName()</pre>
<div class="block">Returns true if field cfName is set (has been assigned a value) and false otherwise</div>
</li>
</ul>
<a name="setCfNameIsSet-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCfNameIsSet</h4>
<pre>public void setCfNameIsSet(boolean value)</pre>
</li>
</ul>
<a name="getStart_token--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStart_token</h4>
<pre>public java.lang.String getStart_token()</pre>
</li>
</ul>
<a name="setStart_token-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStart_token</h4>
<pre>public <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> setStart_token(java.lang.String start_token)</pre>
</li>
</ul>
<a name="unsetStart_token--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unsetStart_token</h4>
<pre>public void unsetStart_token()</pre>
</li>
</ul>
<a name="isSetStart_token--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetStart_token</h4>
<pre>public boolean isSetStart_token()</pre>
<div class="block">Returns true if field start_token is set (has been assigned a value) and false otherwise</div>
</li>
</ul>
<a name="setStart_tokenIsSet-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStart_tokenIsSet</h4>
<pre>public void setStart_tokenIsSet(boolean value)</pre>
</li>
</ul>
<a name="getEnd_token--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEnd_token</h4>
<pre>public java.lang.String getEnd_token()</pre>
</li>
</ul>
<a name="setEnd_token-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEnd_token</h4>
<pre>public <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> setEnd_token(java.lang.String end_token)</pre>
</li>
</ul>
<a name="unsetEnd_token--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unsetEnd_token</h4>
<pre>public void unsetEnd_token()</pre>
</li>
</ul>
<a name="isSetEnd_token--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetEnd_token</h4>
<pre>public boolean isSetEnd_token()</pre>
<div class="block">Returns true if field end_token is set (has been assigned a value) and false otherwise</div>
</li>
</ul>
<a name="setEnd_tokenIsSet-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEnd_tokenIsSet</h4>
<pre>public void setEnd_tokenIsSet(boolean value)</pre>
</li>
</ul>
<a name="getKeys_per_split--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeys_per_split</h4>
<pre>public int getKeys_per_split()</pre>
</li>
</ul>
<a name="setKeys_per_split-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setKeys_per_split</h4>
<pre>public <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> setKeys_per_split(int keys_per_split)</pre>
</li>
</ul>
<a name="unsetKeys_per_split--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unsetKeys_per_split</h4>
<pre>public void unsetKeys_per_split()</pre>
</li>
</ul>
<a name="isSetKeys_per_split--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetKeys_per_split</h4>
<pre>public boolean isSetKeys_per_split()</pre>
<div class="block">Returns true if field keys_per_split is set (has been assigned a value) and false otherwise</div>
</li>
</ul>
<a name="setKeys_per_splitIsSet-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setKeys_per_splitIsSet</h4>
<pre>public void setKeys_per_splitIsSet(boolean value)</pre>
</li>
</ul>
<a name="setFieldValue-org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFieldValue</h4>
<pre>public void setFieldValue(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a> field,
java.lang.Object value)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>setFieldValue</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="getFieldValue-org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFieldValue</h4>
<pre>public java.lang.Object getFieldValue(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a> field)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getFieldValue</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="isSet-org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSet</h4>
<pre>public boolean isSet(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a> field)</pre>
<div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>isSet</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>></code></dd>
</dl>
</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 that)</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="equals-org.apache.cassandra.thrift.Cassandra.describe_splits_args-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> that)</pre>
</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="compareTo-org.apache.cassandra.thrift.Cassandra.describe_splits_args-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compareTo</h4>
<pre>public int compareTo(<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a> other)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>compareTo</code> in interface <code>java.lang.Comparable<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>></code></dd>
</dl>
</li>
</ul>
<a name="fieldForId-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fieldForId</h4>
<pre>public <a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a> fieldForId(int fieldId)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>fieldForId</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="read-org.apache.thrift.protocol.TProtocol-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>read</h4>
<pre>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>read</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.thrift.TException</code></dd>
</dl>
</li>
</ul>
<a name="write-org.apache.thrift.protocol.TProtocol-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>write</h4>
<pre>public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>write</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args.html" title="class in org.apache.cassandra.thrift">Cassandra.describe_splits_args</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.describe_splits_args._Fields</a>></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.thrift.TException</code></dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockList">
<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>
<a name="validate--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>validate</h4>
<pre>public void validate()
throws org.apache.thrift.TException</pre>
<dl>
<dt><span class="throwsLabel">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>
<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/Cassandra.describe_splits_args.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.describe_snitch_result._Fields.html" title="enum in org.apache.cassandra.thrift"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/thrift/Cassandra.describe_splits_args._Fields.html" title="enum 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/Cassandra.describe_splits_args.html" target="_top">Frames</a></li>
<li><a href="Cassandra.describe_splits_args.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><a href="#field.summary">Field</a> | </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><a href="#field.detail">Field</a> | </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>
|
DATASTAX_CASSANDRA-2.2.6/javadoc/org/apache/cassandra/thrift/class-use/Cassandra.Processor.login.html | elisska/cloudera-cassandra | <!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_51) on Thu Apr 28 18:37:59 UTC 2016 -->
<title>Uses of Class org.apache.cassandra.thrift.Cassandra.Processor.login (apache-cassandra API)</title>
<meta name="date" content="2016-04-28">
<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.cassandra.thrift.Cassandra.Processor.login (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><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Processor.login.html" title="class in org.apache.cassandra.thrift">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.Processor.login.html" target="_top">Frames</a></li>
<li><a href="Cassandra.Processor.login.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.thrift.Cassandra.Processor.login" class="title">Uses of Class<br>org.apache.cassandra.thrift.Cassandra.Processor.login</h2>
</div>
<div class="classUseContainer">No usage of org.apache.cassandra.thrift.Cassandra.Processor.login</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/cassandra/thrift/Cassandra.Processor.login.html" title="class in org.apache.cassandra.thrift">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.Processor.login.html" target="_top">Frames</a></li>
<li><a href="Cassandra.Processor.login.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 The Apache Software Foundation</small></p>
</body>
</html>
|
Documentations/html/functions_vars_m.html | feedhenry/fh-dotnet-sdk | <!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.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>fh-dotnet-sdk: Class Members - Variables</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">fh-dotnet-sdk
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<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('functions_vars_m.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><a id="index_m"></a>- m -</h3><ul>
<li>material_blue_grey_800
: <a class="el" href="classtests_1_1_resource_1_1_color.html#a33fccd26d2cc11d5337c89a77fc1ced3">tests.Resource.Color</a>
</li>
<li>material_blue_grey_900
: <a class="el" href="classtests_1_1_resource_1_1_color.html#a81d38db0de073f06a1cea36a2532b9a4">tests.Resource.Color</a>
</li>
<li>material_blue_grey_950
: <a class="el" href="classtests_1_1_resource_1_1_color.html#acc1193e1beb5236c3fa75a54cd4ef807">tests.Resource.Color</a>
</li>
<li>material_deep_teal_200
: <a class="el" href="classtests_1_1_resource_1_1_color.html#abc267b859b37524740b47e95a043613b">tests.Resource.Color</a>
</li>
<li>material_deep_teal_500
: <a class="el" href="classtests_1_1_resource_1_1_color.html#a27fad655ff893bb610378b383b098a80">tests.Resource.Color</a>
</li>
<li>material_grey_100
: <a class="el" href="classtests_1_1_resource_1_1_color.html#ab70120ddd34cb682d2d68b305ca0502e">tests.Resource.Color</a>
</li>
<li>material_grey_300
: <a class="el" href="classtests_1_1_resource_1_1_color.html#ab864edae73f0c8b308881d5807d5c410">tests.Resource.Color</a>
</li>
<li>material_grey_50
: <a class="el" href="classtests_1_1_resource_1_1_color.html#a25531da629fd34004b7a0477bea9ffc9">tests.Resource.Color</a>
</li>
<li>material_grey_600
: <a class="el" href="classtests_1_1_resource_1_1_color.html#a0d222c952b4ed5f892c5649550354e6c">tests.Resource.Color</a>
</li>
<li>material_grey_800
: <a class="el" href="classtests_1_1_resource_1_1_color.html#a77d9ae77b84a02e36ec3e428c3457deb">tests.Resource.Color</a>
</li>
<li>material_grey_850
: <a class="el" href="classtests_1_1_resource_1_1_color.html#a04cb8d200dab3242c7d7b8d91e53ff4f">tests.Resource.Color</a>
</li>
<li>material_grey_900
: <a class="el" href="classtests_1_1_resource_1_1_color.html#a14c9860a48d55005a8ae3bee82663b4c">tests.Resource.Color</a>
</li>
<li>maxActionInlineWidth
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#aeced81a79802408c9eb022f2283923fc">tests.Resource.Attribute</a>
</li>
<li>maxButtonHeight
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a5019ba87e63e8f3d16470b4dad61d97a">tests.Resource.Attribute</a>
</li>
<li>measureWithLargestChild
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a31f73ca9a295d57b603cde702981ea3a">tests.Resource.Attribute</a>
</li>
<li>media_actions
: <a class="el" href="classtests_1_1_resource_1_1_id.html#af951e169d60c1584381fae2a535fc69a">tests.Resource.Id</a>
</li>
<li>mediaRouteAudioTrackDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a75b9f5ecb62fdf78b60829cc75a9a5bc">tests.Resource.Attribute</a>
</li>
<li>mediaRouteBluetoothIconDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#ac016f3e2904bef90cdda1e510460c5a9">tests.Resource.Attribute</a>
</li>
<li>MediaRouteButton
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a213f32e58e53c84ddc2814d18ada3f43">tests.Resource.Styleable</a>
</li>
<li>MediaRouteButton_android_minHeight
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#ae664a847f34c3315742bc05c99993f88">tests.Resource.Styleable</a>
</li>
<li>MediaRouteButton_android_minWidth
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a6ea02b08a537ec3b89a698de50e1f8ab">tests.Resource.Styleable</a>
</li>
<li>MediaRouteButton_externalRouteEnabledDrawable
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#af5a2277c4cfb5b7d03db604fcec282d0">tests.Resource.Styleable</a>
</li>
<li>mediaRouteButtonStyle
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a2baeb77d0da5afc4af9ba8a3086842e8">tests.Resource.Attribute</a>
</li>
<li>mediaRouteCastDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#af7c5e1e642f89de48673b4bbd335e16b">tests.Resource.Attribute</a>
</li>
<li>mediaRouteChooserPrimaryTextStyle
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a1096b90c364139c9c14afb30e97c7384">tests.Resource.Attribute</a>
</li>
<li>mediaRouteChooserSecondaryTextStyle
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#af550759a0a28c81fd65186789c6caeec">tests.Resource.Attribute</a>
</li>
<li>mediaRouteCloseDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a76fa30f1ae11431610e9f9354817e75e">tests.Resource.Attribute</a>
</li>
<li>mediaRouteCollapseGroupDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#aedb4376e59699dd59b932d1f67fb54f4">tests.Resource.Attribute</a>
</li>
<li>mediaRouteConnectingDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#ae757ca2c3c2fe559bf8f6c7f66980a65">tests.Resource.Attribute</a>
</li>
<li>mediaRouteControllerPrimaryTextStyle
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#ae806f137942fe1fa7f82f77d269530ce">tests.Resource.Attribute</a>
</li>
<li>mediaRouteControllerSecondaryTextStyle
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a6061f6f5cf4da38f948a3ee262f7b8da">tests.Resource.Attribute</a>
</li>
<li>mediaRouteControllerTitleTextStyle
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#ae0baffe5e4b02b50d638ad6736c92a53">tests.Resource.Attribute</a>
</li>
<li>MediaRouteControllerWindowBackground
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a54e2668d3f2d0f55f541bc128b5745d1">tests.Resource.Attribute</a>
</li>
<li>mediaRouteDefaultIconDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a5df1ab551f2163a26c39c5c25ddb070b">tests.Resource.Attribute</a>
</li>
<li>mediaRouteExpandGroupDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a5291432e795af6e38be8425f038e8c93">tests.Resource.Attribute</a>
</li>
<li>mediaRouteOffDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a53abfcacec356e7c9a729c90b4beabbb">tests.Resource.Attribute</a>
</li>
<li>mediaRouteOnDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#ac0f6c6057ef0241da596104430a42da2">tests.Resource.Attribute</a>
</li>
<li>mediaRoutePauseDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a9e627b8c2b941775f4d1c8059e257116">tests.Resource.Attribute</a>
</li>
<li>mediaRoutePlayDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a634a0a355d708936d3cc33424ad24935">tests.Resource.Attribute</a>
</li>
<li>mediaRouteSpeakerGroupIconDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#ac527d1c70aad1f3209ffff67f73aa59b">tests.Resource.Attribute</a>
</li>
<li>mediaRouteSpeakerIconDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a9eeb0afa04ab0c4cee81e05b0f367936">tests.Resource.Attribute</a>
</li>
<li>mediaRouteTvIconDrawable
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a004b6b804da04649178b83ea544dd455">tests.Resource.Attribute</a>
</li>
<li>menu
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#af6db301a91285d38a183003d81dc98fe">tests.Resource.Attribute</a>
</li>
<li>MenuGroup
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a45959d7a0ca2171e7b89911b9d9cf4b4">tests.Resource.Styleable</a>
</li>
<li>MenuGroup_android_checkableBehavior
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a8cd3b6922733a108333a3d484d3fbfca">tests.Resource.Styleable</a>
</li>
<li>MenuGroup_android_enabled
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#ad4f15742aaaf1e6ba77ed64c78eb86b9">tests.Resource.Styleable</a>
</li>
<li>MenuGroup_android_id
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a46c03ac8acc25ee9baf958c73c2b48b0">tests.Resource.Styleable</a>
</li>
<li>MenuGroup_android_menuCategory
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a44814d41f32c2fc4c6835667ee333116">tests.Resource.Styleable</a>
</li>
<li>MenuGroup_android_orderInCategory
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#aa19bfac83e3b7f8d0f1a2137d1936737">tests.Resource.Styleable</a>
</li>
<li>MenuGroup_android_visible
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a451a86e7ce04be7d0ebccb2a3549b99b">tests.Resource.Styleable</a>
</li>
<li>MenuItem
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a8c9fb36a9498a7a546cb9adeccc5f1b9">tests.Resource.Styleable</a>
</li>
<li>MenuItem_actionLayout
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a4dbf906de0a7d3c2c7c3f6ed612ea37a">tests.Resource.Styleable</a>
</li>
<li>MenuItem_actionProviderClass
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a414ffacf66726ad3dc75713e62090aad">tests.Resource.Styleable</a>
</li>
<li>MenuItem_actionViewClass
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a3f2d3b80781abbd92b7dd1470bf6d88f">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_alphabeticShortcut
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a0a146d62b1cd615bd76e9c33300339c6">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_checkable
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#ace406b6b164ba88cdeac464a928755e0">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_checked
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a1e51ceb45860875122f10e5955304f95">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_enabled
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#affd6fc708f20e051016e724e7c72242c">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_icon
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a57fff018b046a308651768c5fc4beb1a">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_id
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a23c01c4f8850c5fd40c821f09f410792">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_menuCategory
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#ad6c812176a8ac88b57fa5f00e515ae79">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_numericShortcut
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#ac261683bf35ee143b2cf23caf51709ee">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_onClick
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#ad0f7154d0d5b3629d54e7acfd9e494e6">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_orderInCategory
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#aa4f7ea07d7b4c958ed6be614d34b0e6c">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_title
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a2103e7bb1bfeac950cb53d6340661cc8">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_titleCondensed
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#ade12ec129402b1e962d547d4d13c4860">tests.Resource.Styleable</a>
</li>
<li>MenuItem_android_visible
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a7bfc0bc556717277ae9ba078d20f7fd9">tests.Resource.Styleable</a>
</li>
<li>MenuItem_showAsAction
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#aa3139b0ea3fff77f07ea8c35bd1652e7">tests.Resource.Styleable</a>
</li>
<li>MenuView
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#ac2a1743ead026c2f47e9cf75e61b39bb">tests.Resource.Styleable</a>
</li>
<li>MenuView_android_headerBackground
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a8d0de30e230aec5455e84a35ceb62be5">tests.Resource.Styleable</a>
</li>
<li>MenuView_android_horizontalDivider
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a518bd54380289ae8ad77655cf71a5bb7">tests.Resource.Styleable</a>
</li>
<li>MenuView_android_itemBackground
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a9ac459a5de0f4d8a3c90e84f8b4d0e9b">tests.Resource.Styleable</a>
</li>
<li>MenuView_android_itemIconDisabledAlpha
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a241310e7cf2b0cf4381b4ddce633564e">tests.Resource.Styleable</a>
</li>
<li>MenuView_android_itemTextAppearance
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a4ab1357fca798e29a5667e264f1f99ed">tests.Resource.Styleable</a>
</li>
<li>MenuView_android_verticalDivider
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#aac09b42af5ae481195135334ed25cfc7">tests.Resource.Styleable</a>
</li>
<li>MenuView_android_windowAnimationStyle
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#ac5d8470002d023a2d43773eee61d1a06">tests.Resource.Styleable</a>
</li>
<li>MenuView_preserveIconSpacing
: <a class="el" href="classtests_1_1_resource_1_1_styleable.html#a8b1ed2a407e76d9b933dc5ae1bb9d77c">tests.Resource.Styleable</a>
</li>
<li>middle
: <a class="el" href="classtests_1_1_resource_1_1_id.html#af229d56f468e6207c4b12ff9f81eb60f">tests.Resource.Id</a>
</li>
<li>mini
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a1fc656c397a8224573f6b257ca6002ab">tests.Resource.Id</a>
</li>
<li>mr_art
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a62ee6946ece2f7a02ae6a5e4659b8928">tests.Resource.Id</a>
</li>
<li>mr_button_content_description
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a8da140a97f7e65c4ea8db92c3006bd3a">tests.Resource.String</a>
</li>
<li>mr_chooser_dialog
: <a class="el" href="classtests_1_1_resource_1_1_layout.html#a59337f88b6fa6e3d71b1e39e00e3a021">tests.Resource.Layout</a>
</li>
<li>mr_chooser_list
: <a class="el" href="classtests_1_1_resource_1_1_id.html#ac14f17b1510c92a4a868a6846da139a7">tests.Resource.Id</a>
</li>
<li>mr_chooser_list_item
: <a class="el" href="classtests_1_1_resource_1_1_layout.html#a955728b0c9433b0514f29ce232090bd5">tests.Resource.Layout</a>
</li>
<li>mr_chooser_route_desc
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a2d423e0e01fd3c3c13c85ddaf4ba6a1e">tests.Resource.Id</a>
</li>
<li>mr_chooser_route_icon
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a54363f346149906c4b18c3d8000cd4c6">tests.Resource.Id</a>
</li>
<li>mr_chooser_route_name
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a402c62fa53e7948c36b8c1d764ea2f9d">tests.Resource.Id</a>
</li>
<li>mr_chooser_searching
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a7990c05ba1a54c4b443ad693bd391329">tests.Resource.String</a>
</li>
<li>mr_chooser_title
: <a class="el" href="classtests_1_1_resource_1_1_string.html#ad20dfb9ba4946546cf2b6a1853487b41">tests.Resource.String</a>
</li>
<li>mr_close
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a1706a7906a7f7688dbb2f764d12edb0e">tests.Resource.Id</a>
</li>
<li>mr_control_divider
: <a class="el" href="classtests_1_1_resource_1_1_id.html#aebea6112fd96cea1c667ce36b6d485e4">tests.Resource.Id</a>
</li>
<li>mr_control_play_pause
: <a class="el" href="classtests_1_1_resource_1_1_id.html#ab54ae592b551586ff6ebb6d1d0a4935e">tests.Resource.Id</a>
</li>
<li>mr_control_subtitle
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a82db3690aad80318b825b038f492fedd">tests.Resource.Id</a>
</li>
<li>mr_control_title
: <a class="el" href="classtests_1_1_resource_1_1_id.html#ad68d216a7c2079d853718bf6837dc8ee">tests.Resource.Id</a>
</li>
<li>mr_control_title_container
: <a class="el" href="classtests_1_1_resource_1_1_id.html#aa9e198fe42827710c7691d1f7ccf06b3">tests.Resource.Id</a>
</li>
<li>mr_controller_casting_screen
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a657050b315d34ca3284501d046f6d041">tests.Resource.String</a>
</li>
<li>mr_controller_close_description
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a45faf6f6a26f1ac78227b87f6fc6451f">tests.Resource.String</a>
</li>
<li>mr_controller_collapse_group
: <a class="el" href="classtests_1_1_resource_1_1_string.html#abfe129dca3fe58d429a074f78f6b4edd">tests.Resource.String</a>
</li>
<li>mr_controller_disconnect
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a067c2795c652fc03faba1568cb1b5500">tests.Resource.String</a>
</li>
<li>mr_controller_expand_group
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a2b7adfb53ad971349c28edf20b4db3e1">tests.Resource.String</a>
</li>
<li>mr_controller_material_dialog_b
: <a class="el" href="classtests_1_1_resource_1_1_layout.html#a2560bd83e7a114462af745114c00a09f">tests.Resource.Layout</a>
</li>
<li>mr_controller_no_info_available
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a2dcf03a5074cccd98e72b068f22ba961">tests.Resource.String</a>
</li>
<li>mr_controller_no_media_selected
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a923c651b847c4c68f53a0addce6dbc2a">tests.Resource.String</a>
</li>
<li>mr_controller_pause
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a562d32c3d9696c4c509e63ce0643a0dd">tests.Resource.String</a>
</li>
<li>mr_controller_play
: <a class="el" href="classtests_1_1_resource_1_1_string.html#aa514149ceb7e546da96ae704b77dcb81">tests.Resource.String</a>
</li>
<li>mr_controller_stop
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a1ac108f7c83c98d7de7dd277d060c233">tests.Resource.String</a>
</li>
<li>mr_controller_volume_group_list_animation_duration_ms
: <a class="el" href="classtests_1_1_resource_1_1_integer.html#a89d4182e3bdb47748ee3fb3181921939">tests.Resource.Integer</a>
</li>
<li>mr_controller_volume_group_list_fade_in_duration_ms
: <a class="el" href="classtests_1_1_resource_1_1_integer.html#a394c57ce2f3379511359ae3c3d10e211">tests.Resource.Integer</a>
</li>
<li>mr_controller_volume_group_list_fade_out_duration_ms
: <a class="el" href="classtests_1_1_resource_1_1_integer.html#a55021c01567d49c5e5fa4500b17fb3be">tests.Resource.Integer</a>
</li>
<li>mr_controller_volume_group_list_item_height
: <a class="el" href="classtests_1_1_resource_1_1_dimension.html#a2b5f8a55e00f12ae1ffbe9589b4f8d1f">tests.Resource.Dimension</a>
</li>
<li>mr_controller_volume_group_list_item_icon_size
: <a class="el" href="classtests_1_1_resource_1_1_dimension.html#aa005887a69c0e01690f1513ce2ff0b90">tests.Resource.Dimension</a>
</li>
<li>mr_controller_volume_group_list_max_height
: <a class="el" href="classtests_1_1_resource_1_1_dimension.html#a945f68c7ced7a4493e41b895a24dbb9f">tests.Resource.Dimension</a>
</li>
<li>mr_controller_volume_group_list_padding_top
: <a class="el" href="classtests_1_1_resource_1_1_dimension.html#ac6142ea46c5c7a349230a656aa6c1e31">tests.Resource.Dimension</a>
</li>
<li>mr_controller_volume_item
: <a class="el" href="classtests_1_1_resource_1_1_layout.html#a6c4b523cf7febb9c1acd4c6d961333fc">tests.Resource.Layout</a>
</li>
<li>mr_custom_control
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a7d27e4b15c7599fff9ded90714551184">tests.Resource.Id</a>
</li>
<li>mr_default_control
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a38aae29454b404ab3eb460093ffecc93">tests.Resource.Id</a>
</li>
<li>mr_dialog_area
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a084fcc002cf5ff8c028e39c07171da64">tests.Resource.Id</a>
</li>
<li>mr_dialog_fixed_width_major
: <a class="el" href="classtests_1_1_resource_1_1_dimension.html#a2ea278d73cfe981e44dc810554b887ab">tests.Resource.Dimension</a>
</li>
<li>mr_dialog_fixed_width_minor
: <a class="el" href="classtests_1_1_resource_1_1_dimension.html#ad75eea95f11d199de1b5f2f122ba301f">tests.Resource.Dimension</a>
</li>
<li>mr_dialog_material_background_dark
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a5ec52839c8f0a71c6338102b46459f2f">tests.Resource.Drawable</a>
</li>
<li>mr_dialog_material_background_light
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a57dce2db30a9014ce6126389867b37ec">tests.Resource.Drawable</a>
</li>
<li>mr_expandable_area
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a0f022bbf2149b95b172987c4a5e5f46f">tests.Resource.Id</a>
</li>
<li>mr_fast_out_slow_in
: <a class="el" href="classtests_1_1_resource_1_1_interpolator.html#a0f2801c42a1ff755288bfe96bed3519b">tests.Resource.Interpolator</a>
</li>
<li>mr_group_expand_collapse
: <a class="el" href="classtests_1_1_resource_1_1_id.html#ac92c2b28932e4f87685a4ee09251a993">tests.Resource.Id</a>
</li>
<li>mr_ic_audiotrack_light
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#ab9ff50a843e07724b43069b629da981f">tests.Resource.Drawable</a>
</li>
<li>mr_ic_cast_dark
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#addbe35753a987f1ecd558ac47baa3d08">tests.Resource.Drawable</a>
</li>
<li>mr_ic_cast_light
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a8b76be80a1a7ce500894c0f4a3ffbd59">tests.Resource.Drawable</a>
</li>
<li>mr_ic_close_dark
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a362e7fc3c946de4c2b10e4053dcf91eb">tests.Resource.Drawable</a>
</li>
<li>mr_ic_close_light
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a04e7d946211cd72c9b7fdfc4ba7bb42d">tests.Resource.Drawable</a>
</li>
<li>mr_ic_media_route_connecting_mono_dark
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#ad42047eba42ef7580acee50d891789fb">tests.Resource.Drawable</a>
</li>
<li>mr_ic_media_route_connecting_mono_light
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#aa7b2d853c73911e8cb3c46d0d723e36f">tests.Resource.Drawable</a>
</li>
<li>mr_ic_media_route_mono_dark
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a71592ad9dcf8233ccf1fca2f16308619">tests.Resource.Drawable</a>
</li>
<li>mr_ic_media_route_mono_light
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#aa444f163abc93094a74eca1a64d509c7">tests.Resource.Drawable</a>
</li>
<li>mr_ic_pause_dark
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a4f89fe44bddfb0f7db7601aa5fa584e2">tests.Resource.Drawable</a>
</li>
<li>mr_ic_pause_light
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a3434c58025c36297a01029f216f1d606">tests.Resource.Drawable</a>
</li>
<li>mr_ic_play_dark
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a1231b59ef07e4427c41eed3c14d6ccf2">tests.Resource.Drawable</a>
</li>
<li>mr_ic_play_light
: <a class="el" href="classtests_1_1_resource_1_1_drawable.html#a09ac0b294e51d4fd03c61bebf733d70d">tests.Resource.Drawable</a>
</li>
<li>mr_linear_out_slow_in
: <a class="el" href="classtests_1_1_resource_1_1_interpolator.html#acbe875f0495a7617cc03a760a7b1c849">tests.Resource.Interpolator</a>
</li>
<li>mr_media_main_control
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a4c7960b8d4e5a55558c0d61764ac9f1e">tests.Resource.Id</a>
</li>
<li>mr_name
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a80d39d45878266e64abe5f2fc694de0e">tests.Resource.Id</a>
</li>
<li>mr_playback_control
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a09d71ff6885b08d7c0fc284578b06a55">tests.Resource.Id</a>
, <a class="el" href="classtests_1_1_resource_1_1_layout.html#a7501d34784d73779cb5c96a1a1266d57">tests.Resource.Layout</a>
</li>
<li>mr_system_route_name
: <a class="el" href="classtests_1_1_resource_1_1_string.html#a500522769539951201fe00708000123f">tests.Resource.String</a>
</li>
<li>mr_title_bar
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a66697cd09bd0d1cf30d99957886039b2">tests.Resource.Id</a>
</li>
<li>mr_user_route_category_name
: <a class="el" href="classtests_1_1_resource_1_1_string.html#abcb7d308efb18c879711f554aea1fd6a">tests.Resource.String</a>
</li>
<li>mr_volume_control
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a7f9a9c1a55486a4662c2d79ae3bfcc2a">tests.Resource.Id</a>
, <a class="el" href="classtests_1_1_resource_1_1_layout.html#acf469d8af9b570fc68deefd1ad251856">tests.Resource.Layout</a>
</li>
<li>mr_volume_group_list
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a5fe9f18c79f953bf561431e05e10fa86">tests.Resource.Id</a>
</li>
<li>mr_volume_item_icon
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a877cc38fcede890317c966a60552cb85">tests.Resource.Id</a>
</li>
<li>mr_volume_slider
: <a class="el" href="classtests_1_1_resource_1_1_id.html#a1aa9e725e81d6885965663cb06f2658f">tests.Resource.Id</a>
</li>
<li>multiChoiceItemLayout
: <a class="el" href="classtests_1_1_resource_1_1_attribute.html#a08e860b54a50eadc77c021016e3df0fb">tests.Resource.Attribute</a>
</li>
<li>multiply
: <a class="el" href="classtests_1_1_resource_1_1_id.html#afc659bc2ed52d997db2de84521153a48">tests.Resource.Id</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li>
</ul>
</div>
</body>
</html>
|
docs/api/org/apache/hadoop/mapreduce/split/class-use/JobSplit.html | davidl1/hortonworks-extension | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Mon Oct 01 00:28:20 PDT 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.mapreduce.split.JobSplit (Hadoop 1.0.3.16 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.mapreduce.split.JobSplit (Hadoop 1.0.3.16 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/mapreduce/split/JobSplit.html" title="class in org.apache.hadoop.mapreduce.split"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/mapreduce/split//class-useJobSplit.html" target="_top"><B>FRAMES</B></A>
<A HREF="JobSplit.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.mapreduce.split.JobSplit</B></H2>
</CENTER>
No usage of org.apache.hadoop.mapreduce.split.JobSplit
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/mapreduce/split/JobSplit.html" title="class in org.apache.hadoop.mapreduce.split"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/mapreduce/split//class-useJobSplit.html" target="_top"><B>FRAMES</B></A>
<A HREF="JobSplit.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
CPPAPI/class_ilwis_1_1_u_p_feature_i-members.html | ridoo/IlwisCore | <!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.3.1"/>
<title>Ilwis-Objects: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ilwisobjectsgeneral.PNG"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Ilwis-Objects
 <span id="projectnumber">1.0</span>
</div>
<div id="projectbrief">GIS and Remote Sensing framework for data access and processing</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>Ilwis</b></li><li class="navelem"><a class="el" href="class_ilwis_1_1_u_p_feature_i.html">UPFeatureI</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Ilwis::UPFeatureI Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>begin</b>() (defined in <a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a>)</td><td class="entry"><a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>end</b>() (defined in <a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a>)</td><td class="entry"><a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator()</b>(const QString &name, int index, bool asRaw=true) (defined in <a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a>)</td><td class="entry"><a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator()</b>(const QString &name, bool asRaw=true) (defined in <a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a>)</td><td class="entry"><a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator()</b>(const QString &name, const QVariant &var, int index=-1) (defined in <a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a>)</td><td class="entry"><a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>UPFeatureI</b>(FeatureInterface *f=0) (defined in <a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a>)</td><td class="entry"><a class="el" href="class_ilwis_1_1_u_p_feature_i.html">Ilwis::UPFeatureI</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Mar 28 2014 13:51:04 for Ilwis-Objects by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3.1
</small></address>
</body>
</html>
|
doc/darks/orm/core/session/class-use/SessionContext.html | liulhdarks/darks-orm | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_14) on Wed Sep 10 22:04:22 CST 2014 -->
<TITLE>
Àà darks.orm.core.session.SessionContext µÄʹÓÃ
</TITLE>
<META NAME="date" CONTENT="2014-09-10">
<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="Àà darks.orm.core.session.SessionContext µÄʹÓÃ";
}
}
</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="Ìø¹ýµ¼º½Á´½Ó"></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>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../darks/orm/core/session/SessionContext.html" title="darks.orm.core.session ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</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">
ÉÏÒ»¸ö
ÏÂÒ»¸ö</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?darks/orm/core/session/\class-useSessionContext.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="SessionContext.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Àà darks.orm.core.session.SessionContext<br>µÄʹÓÃ</B></H2>
</CENTER>
ûÓÐ darks.orm.core.session.SessionContext µÄÓ÷¨
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></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>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../darks/orm/core/session/SessionContext.html" title="darks.orm.core.session ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</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">
ÉÏÒ»¸ö
ÏÂÒ»¸ö</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?darks/orm/core/session/\class-useSessionContext.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="SessionContext.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/jca/class-use/DistributedWorkmanager.DistributedWorkmanagerResources.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Jan 16 10:54:25 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.jca.DistributedWorkmanager.DistributedWorkmanagerResources (BOM: * : All 2.3.0.Final-SNAPSHOT API)</title>
<meta name="date" content="2019-01-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="Uses of Class org.wildfly.swarm.config.jca.DistributedWorkmanager.DistributedWorkmanagerResources (BOM: * : All 2.3.0.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/jca/DistributedWorkmanager.DistributedWorkmanagerResources.html" title="class in org.wildfly.swarm.config.jca">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.3.0.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/jca/class-use/DistributedWorkmanager.DistributedWorkmanagerResources.html" target="_top">Frames</a></li>
<li><a href="DistributedWorkmanager.DistributedWorkmanagerResources.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.jca.DistributedWorkmanager.DistributedWorkmanagerResources" class="title">Uses of Class<br>org.wildfly.swarm.config.jca.DistributedWorkmanager.DistributedWorkmanagerResources</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/jca/DistributedWorkmanager.DistributedWorkmanagerResources.html" title="class in org.wildfly.swarm.config.jca">DistributedWorkmanager.DistributedWorkmanagerResources</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.jca">org.wildfly.swarm.config.jca</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.jca">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/jca/DistributedWorkmanager.DistributedWorkmanagerResources.html" title="class in org.wildfly.swarm.config.jca">DistributedWorkmanager.DistributedWorkmanagerResources</a> in <a href="../../../../../../org/wildfly/swarm/config/jca/package-summary.html">org.wildfly.swarm.config.jca</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/jca/package-summary.html">org.wildfly.swarm.config.jca</a> that return <a href="../../../../../../org/wildfly/swarm/config/jca/DistributedWorkmanager.DistributedWorkmanagerResources.html" title="class in org.wildfly.swarm.config.jca">DistributedWorkmanager.DistributedWorkmanagerResources</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/jca/DistributedWorkmanager.DistributedWorkmanagerResources.html" title="class in org.wildfly.swarm.config.jca">DistributedWorkmanager.DistributedWorkmanagerResources</a></code></td>
<td class="colLast"><span class="typeNameLabel">DistributedWorkmanager.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/jca/DistributedWorkmanager.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/jca/DistributedWorkmanager.DistributedWorkmanagerResources.html" title="class in org.wildfly.swarm.config.jca">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.3.0.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/jca/class-use/DistributedWorkmanager.DistributedWorkmanagerResources.html" target="_top">Frames</a></li>
<li><a href="DistributedWorkmanager.DistributedWorkmanagerResources.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>
|
2016.9/apidocs/org/wildfly/swarm/config/jgroups/stack/package-summary.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Tue Sep 06 12:41:42 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.jgroups.stack (Public javadocs 2016.9 API)</title>
<meta name="date" content="2016-09-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="org.wildfly.swarm.config.jgroups.stack (Public javadocs 2016.9 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, 2016.9</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/jgroups/channel/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/jgroups/stack/relay/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/jgroups/stack/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.config.jgroups.stack</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/config/jgroups/stack/TransportConsumer.html" title="interface in org.wildfly.swarm.config.jgroups.stack">TransportConsumer</a><T extends <a href="../../../../../../org/wildfly/swarm/config/jgroups/stack/Transport.html" title="class in org.wildfly.swarm.config.jgroups.stack">Transport</a><T>></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/jgroups/stack/TransportSupplier.html" title="interface in org.wildfly.swarm.config.jgroups.stack">TransportSupplier</a><T extends <a href="../../../../../../org/wildfly/swarm/config/jgroups/stack/Transport.html" title="class in org.wildfly.swarm.config.jgroups.stack">Transport</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/config/jgroups/stack/Transport.html" title="class in org.wildfly.swarm.config.jgroups.stack">Transport</a><T extends <a href="../../../../../../org/wildfly/swarm/config/jgroups/stack/Transport.html" title="class in org.wildfly.swarm.config.jgroups.stack">Transport</a><T>></td>
<td class="colLast">
<div class="block">The configuration of a transport for a protocol stack.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../../org/wildfly/swarm/config/jgroups/stack/Transport.TransportResources.html" title="class in org.wildfly.swarm.config.jgroups.stack">Transport.TransportResources</a></td>
<td class="colLast">
<div class="block">Child mutators for Transport</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-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, 2016.9</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/jgroups/channel/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/jgroups/stack/relay/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/jgroups/stack/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
apache-cassandra-2.1.0/javadoc/org/apache/cassandra/thrift/class-use/Cassandra.AsyncClient.cas_call.html | varunmc/cassandra-server | <!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:51 CEST 2014 -->
<title>Uses of Class org.apache.cassandra.thrift.Cassandra.AsyncClient.cas_call (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="Uses of Class org.apache.cassandra.thrift.Cassandra.AsyncClient.cas_call (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><a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.cas_call.html" title="class in org.apache.cassandra.thrift">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.AsyncClient.cas_call.html" target="_top">Frames</a></li>
<li><a href="Cassandra.AsyncClient.cas_call.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.thrift.Cassandra.AsyncClient.cas_call" class="title">Uses of Class<br>org.apache.cassandra.thrift.Cassandra.AsyncClient.cas_call</h2>
</div>
<div class="classUseContainer">No usage of org.apache.cassandra.thrift.Cassandra.AsyncClient.cas_call</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/cassandra/thrift/Cassandra.AsyncClient.cas_call.html" title="class in org.apache.cassandra.thrift">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.AsyncClient.cas_call.html" target="_top">Frames</a></li>
<li><a href="Cassandra.AsyncClient.cas_call.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 The Apache Software Foundation</small></p>
</body>
</html>
|
web/WEB-INF/templates/plugin/cms/base/screens/error.html | juweiping/ocms | <!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=gb2312" />
<title>²Ù×÷ʧ°Ü</title>
</head>
<body>
²Ù×÷ʧ°Ü <a href="javascript:history.back();">·µ»Ø</a>
ÔÒòΪ£º${exceptions?default("")}
</body>
</html>
|
2.5.0.Final/apidocs/org/wildfly/swarm/cli/package-frame.html | wildfly-swarm/wildfly-swarm-javadocs | <!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:45 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.cli (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>
<h1 class="bar"><a href="../../../../org/wildfly/swarm/cli/package-summary.html" target="classFrame">org.wildfly.swarm.cli</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="Option.Action.html" title="interface in org.wildfly.swarm.cli" target="classFrame"><span class="interfaceName">Option.Action</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="CommandLine.html" title="class in org.wildfly.swarm.cli" target="classFrame">CommandLine</a></li>
<li><a href="Option.html" title="class in org.wildfly.swarm.cli" target="classFrame">Option</a></li>
<li><a href="Options.html" title="class in org.wildfly.swarm.cli" target="classFrame">Options</a></li>
<li><a href="YamlDumper.html" title="class in org.wildfly.swarm.cli" target="classFrame">YamlDumper</a></li>
</ul>
</div>
</body>
</html>
|
nutrif-web/lib/angular/docs/examples/example-example115/index-jquery.html | LADOSSIFPB/nutrif | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example115-jquery</title>
<script src="../../components/jquery-2.1.1/jquery.js"></script>
<script src="../../../angular.js"></script>
<script src="../../../angular-sanitize.js"></script>
</head>
<body ng-app="sanitizeExample">
<script>
angular.module('sanitizeExample', ['ngSanitize'])
.controller('ExampleController', ['$scope', '$sce', function($scope, $sce) {
$scope.snippet =
'<p style="color:blue">an html\n' +
'<em onmouseover="this.textContent=\'PWN3D!\'">click here</em>\n' +
'snippet</p>';
$scope.deliberatelyTrustDangerousSnippet = function() {
return $sce.trustAsHtml($scope.snippet);
};
}]);
</script>
<div ng-controller="ExampleController">
Snippet: <textarea ng-model="snippet" cols="60" rows="3"></textarea>
<table>
<tr>
<td>Directive</td>
<td>How</td>
<td>Source</td>
<td>Rendered</td>
</tr>
<tr id="bind-html-with-sanitize">
<td>ng-bind-html</td>
<td>Automatically uses $sanitize</td>
<td><pre><div ng-bind-html="snippet"><br/></div></pre></td>
<td><div ng-bind-html="snippet"></div></td>
</tr>
<tr id="bind-html-with-trust">
<td>ng-bind-html</td>
<td>Bypass $sanitize by explicitly trusting the dangerous value</td>
<td>
<pre><div ng-bind-html="deliberatelyTrustDangerousSnippet()">
</div></pre>
</td>
<td><div ng-bind-html="deliberatelyTrustDangerousSnippet()"></div></td>
</tr>
<tr id="bind-default">
<td>ng-bind</td>
<td>Automatically escapes</td>
<td><pre><div ng-bind="snippet"><br/></div></pre></td>
<td><div ng-bind="snippet"></div></td>
</tr>
</table>
</div>
</body>
</html> |
blog/direct-vs-hostdev-interfaces/index.html | stephenfin/stephenfin.github.io | <!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Direct vs Hostdev Interfaces in Nova | that.guru</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="https://that.guru/img/favicon.ico">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="https://that.guru/css/normalize.css">
<link rel="stylesheet" href="https://that.guru/css/main.css">
<link rel="preload" href="https://that.guru/css/syntax.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://that.guru/css/syntax.css"/></noscript>
<link rel="preload" href="https://that.guru/css/fontawesome.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://that.guru/css/fontawesome.css"/></noscript>
<link rel="preload" href="https://that.guru/css/solid.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://that.guru/css/solid.css"/></noscript>
<link rel="preload" href="https://that.guru/css/brands.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://that.guru/css/brands.css"/></noscript>
<style type="text/css">
.header-wrapper {
background-image: url(https://source.unsplash.com/3ba59K57wE4/1920x1080);
}
</style>
</head>
<body>
<a class="home-button" href="https://that.guru/">
<i class="fas fa-home"></i>
</a>
<div class="header-wrapper">
<header class="header">
<h1 class="title">Direct vs Hostdev Interfaces in Nova</h1>
<nav class="site-nav">
<div class="site-nav-left">
<ul class="menu" role="menu">
<li role="menuitem" class="menu-item"><a href="https://that.guru/blog">Blog</a></li>
<li role="menuitem" class="menu-item"><a href="https://that.guru/talks">Talks</a></li>
<li role="menuitem" class="menu-item"><a href="https://that.guru/about">About</a></li>
</ul>
</div>
<div class="site-nav-right">
<div class="social-links">
<a class="social-link" alt="GitHub" href="https://github.com/stephenfin">
<i class="fab fa-github"></i>
</a>
<a class="social-link" alt="Twitter" href="https://twitter.com/stephenfin">
<i class="fab fa-twitter"></i>
</a>
<a class="social-link" alt="LinkedIn" href="https://linkedin.com/stephenfinucane">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-link" alt="RSS" href="https://that.guru/blog/index.xml">
<i class="fas fa-rss"></i>
</a>
</div>
</div>
</nav>
</header>
</div>
<div class="main-wrapper">
<div class="main-inner">
<main class="content">
<div class="byline">
<div class="byline-avatar">
<a href="https://that.guru/about">
<img src="https://www.gravatar.com/avatar/8fbd28ad59a1aa317a5ec175b0778359?s=40&d=retro" />
</a>
</div>
<div class="byline-meta">
<div>
<address class="author"><a rel="author" href="https://that.guru/about">Stephen Finucane</address></a></address>
</div>
<div class="byline-meta-content">
<time datetime='2019-02-14T00:00:00Z'>Feb 14, 2019</time>
<span class="byline-reading-time"><span class="bull"> • </span>2 min read</span>
</div>
</div>
</div>
<article>
<p>Mostly a note for myself. There are two types of SR-IOV’y networks supported in
nova: <code>direct</code> and <code>hostdev</code>. Confusingly, the latter corresponds to passthrough
of the virtual function (VF), while the former corresponds to macvtap. The
difference between these is described rather succinctly in an Oracle whitepaper
titled <a href="https://cloud.oracle.com/iaas/whitepapers/installing_kvm_multi_vnics.pdf">“Installing and Configuring KVM on Bare Metal Instances with
Multi-VNIC”</a>.</p>
<h2 id="hostdev">Hostdev</h2>
<p>First, the hostdev VIF type:</p>
<blockquote>
<p>The hostdev method is preferred for both performance and guest isolation
reasons. It provides the guest with direct access to the PCI device, created
as part of the configuration of SR-IOV on the hypervisor. A PCI device is
known as a virtual function (VF)and represents an actual interface into the
hardware of the hypervisor (bare metal instance). This allows the guest to
have both maximum throughput and maximum isolation:</p>
<ul>
<li>
<p>Maximum throughput because there is no operating system between the guest
and the network</p>
</li>
<li>
<p>Maximum isolation because the hypervisor operating system is not involved
beyond providing the hardware interface (the overhead is minimal)</p>
</li>
</ul>
<p>The disadvantage of the hostdev method is that it isn’t possible to emulate
a different device type. So, the guest operating system must have a driver
available that matches the hardware type provided by the hypervisor.</p>
</blockquote>
<p>As a user, you are likely to encounter the driver issues outlined above when
using something like CirrOS image deployed by DevStack.</p>
<h2 id="direct">Direct</h2>
<p>Then the direct VIF type which, again, is not really “direct”:</p>
<blockquote>
<p>The direct method relies on hypervisor-configured network interfaces to
provide connectivity to the guest operating systems. However, the network
configuration provided by the hypervisor is minimal: the guest operating
system still issues all the DHCP and related higher-level networking
management, while the hypervisor simply provides an interface for the guest
to operate on.</p>
<p>The direct method allows KVM to natively emulate some common network
interface types that are typically found in most current and legacy
operating systems. The following emulations have been observed to work: the
e1000 (Intel FastEthernet driver) and the virtio (KVM native) device types,
although the virtio driver might still require you to inject a driver into a
Windows operating system. This is useful for prepackaged, virtual machines
because their configurations are typically static and are looking for
specific hardware types.</p>
</blockquote>
</article>
<div class="disqus">
<div id="disqus_thread"></div>
<script type="application/javascript">
var disqus_config = function () {
};
(function() {
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
return;
}
var d = document, s = d.createElement('script'); s.async = true;
s.src = '//' + "thatguru" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
<div class="categories">
<a class="category" href="https://that.guru/categories/libvirt">#libvirt</a>
<a class="category" href="https://that.guru/categories/networking">#networking</a>
</div>
</main>
</div>
</div>
<div class="footer-wrapper">
<footer>
<p>© 2022 Stephen Finucane</p>
<div class="social-links">
<a class="social-link" alt="GitHub" href="https://github.com/stephenfin">
<i class="fab fa-github"></i>
</a>
<a class="social-link" alt="Twitter" href="https://twitter.com/stephenfin">
<i class="fab fa-twitter"></i>
</a>
<a class="social-link" alt="LinkedIn" href="https://linkedin.com/stephenfinucane">
<i class="fab fa-linkedin"></i>
</a>
</div>
</footer>
</div>
<script src="https://that.guru/js/highlight.min.js"></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-80652159-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>
|
src/main/java/de/mosmann/loginmgmt/nav/NavigationPanel.html | michaelmosmann/wicket-in-3-days | <wicket:panel>
<ul>
<li wicket:id="list">
<a wicket:id="link"><span wicket:id="label"></span></a>
</li>
</ul>
</wicket:panel> |
docs/api/com/badlogic/gdx/assets/loaders/class-use/MusicLoader.MusicParameter.html | leszekuchacz/Leszek-Uchacz | <!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_17) on Tue May 14 03:45:04 CEST 2013 -->
<title>Uses of Class com.badlogic.gdx.assets.loaders.MusicLoader.MusicParameter (libgdx API)</title>
<meta name="date" content="2013-05-14">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.badlogic.gdx.assets.loaders.MusicLoader.MusicParameter (libgdx API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../com/badlogic/gdx/assets/loaders/MusicLoader.MusicParameter.html" title="class in com.badlogic.gdx.assets.loaders">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"><em>
libgdx API
<style>
body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%; font-weight:bold }
.TableHeadingColor { background:#EEEEFF; }
a { text-decoration:none }
a:hover { text-decoration:underline }
a:link, a:visited { color:blue }
table { border:0px }
.TableRowColor td:first-child { border-left:1px solid black }
.TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
hr { border:0px; border-bottom:1px solid #333366; }
</style>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/badlogic/gdx/assets/loaders/class-use/MusicLoader.MusicParameter.html" target="_top">Frames</a></li>
<li><a href="MusicLoader.MusicParameter.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.badlogic.gdx.assets.loaders.MusicLoader.MusicParameter" class="title">Uses of Class<br>com.badlogic.gdx.assets.loaders.MusicLoader.MusicParameter</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="../../../../../../com/badlogic/gdx/assets/loaders/MusicLoader.MusicParameter.html" title="class in com.badlogic.gdx.assets.loaders">MusicLoader.MusicParameter</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.badlogic.gdx.assets.loaders">com.badlogic.gdx.assets.loaders</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.badlogic.gdx.assets.loaders">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../com/badlogic/gdx/assets/loaders/MusicLoader.MusicParameter.html" title="class in com.badlogic.gdx.assets.loaders">MusicLoader.MusicParameter</a> in <a href="../../../../../../com/badlogic/gdx/assets/loaders/package-summary.html">com.badlogic.gdx.assets.loaders</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../com/badlogic/gdx/assets/loaders/package-summary.html">com.badlogic.gdx.assets.loaders</a> with parameters of type <a href="../../../../../../com/badlogic/gdx/assets/loaders/MusicLoader.MusicParameter.html" title="class in com.badlogic.gdx.assets.loaders">MusicLoader.MusicParameter</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="../../../../../../com/badlogic/gdx/utils/Array.html" title="class in com.badlogic.gdx.utils">Array</a><<a href="../../../../../../com/badlogic/gdx/assets/AssetDescriptor.html" title="class in com.badlogic.gdx.assets">AssetDescriptor</a>></code></td>
<td class="colLast"><span class="strong">MusicLoader.</span><code><strong><a href="../../../../../../com/badlogic/gdx/assets/loaders/MusicLoader.html#getDependencies(java.lang.String, com.badlogic.gdx.assets.loaders.MusicLoader.MusicParameter)">getDependencies</a></strong>(java.lang.String fileName,
<a href="../../../../../../com/badlogic/gdx/assets/loaders/MusicLoader.MusicParameter.html" title="class in com.badlogic.gdx.assets.loaders">MusicLoader.MusicParameter</a> parameter)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../com/badlogic/gdx/audio/Music.html" title="interface in com.badlogic.gdx.audio">Music</a></code></td>
<td class="colLast"><span class="strong">MusicLoader.</span><code><strong><a href="../../../../../../com/badlogic/gdx/assets/loaders/MusicLoader.html#load(com.badlogic.gdx.assets.AssetManager, java.lang.String, com.badlogic.gdx.assets.loaders.MusicLoader.MusicParameter)">load</a></strong>(<a href="../../../../../../com/badlogic/gdx/assets/AssetManager.html" title="class in com.badlogic.gdx.assets">AssetManager</a> assetManager,
java.lang.String fileName,
<a href="../../../../../../com/badlogic/gdx/assets/loaders/MusicLoader.MusicParameter.html" title="class in com.badlogic.gdx.assets.loaders">MusicLoader.MusicParameter</a> parameter)</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="../../../../../../com/badlogic/gdx/assets/loaders/MusicLoader.MusicParameter.html" title="class in com.badlogic.gdx.assets.loaders">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"><em>libgdx API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/badlogic/gdx/assets/loaders/class-use/MusicLoader.MusicParameter.html" target="_top">Frames</a></li>
<li><a href="MusicLoader.MusicParameter.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>
<div style="font-size:9pt"><i>
Copyright © 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
</i></div>
</small></p>
</body>
</html>
|
2017.4.0/apidocs/org/wildfly/swarm/config/undertow/servlet_container/CrawlerSessionManagementSettingSupplier.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Apr 06 08:02:35 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CrawlerSessionManagementSettingSupplier (Public javadocs 2017.4.0 API)</title>
<meta name="date" content="2017-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="CrawlerSessionManagementSettingSupplier (Public javadocs 2017.4.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/CrawlerSessionManagementSettingSupplier.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.4.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/servlet_container/CrawlerSessionManagementSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/servlet_container/CrawlerSessionManagementSettingSupplier.html" target="_top">Frames</a></li>
<li><a href="CrawlerSessionManagementSettingSupplier.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.servlet_container</div>
<h2 title="Interface CrawlerSessionManagementSettingSupplier" class="title">Interface CrawlerSessionManagementSettingSupplier<T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/servlet_container/CrawlerSessionManagementSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">CrawlerSessionManagementSetting</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">CrawlerSessionManagementSettingSupplier<T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/servlet_container/CrawlerSessionManagementSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">CrawlerSessionManagementSetting</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/undertow/servlet_container/CrawlerSessionManagementSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">CrawlerSessionManagementSetting</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/servlet_container/CrawlerSessionManagementSettingSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of CrawlerSessionManagementSetting 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/undertow/servlet_container/CrawlerSessionManagementSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">CrawlerSessionManagementSetting</a> get()</pre>
<div class="block">Constructed instance of CrawlerSessionManagementSetting 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/CrawlerSessionManagementSettingSupplier.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.4.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/servlet_container/CrawlerSessionManagementSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/servlet_container/CrawlerSessionManagementSettingSupplier.html" target="_top">Frames</a></li>
<li><a href="CrawlerSessionManagementSettingSupplier.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>
|
2017.11.0/apidocs/org/wildfly/swarm/config/security/security_domain/authorization/package-frame.html | wildfly-swarm/wildfly-swarm-javadocs | <!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:23 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.security.security_domain.authorization (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>
<h1 class="bar"><a href="../../../../../../../org/wildfly/swarm/config/security/security_domain/authorization/package-summary.html" target="classFrame">org.wildfly.swarm.config.security.security_domain.authorization</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="PolicyModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authorization" target="classFrame"><span class="interfaceName">PolicyModuleConsumer</span></a></li>
<li><a href="PolicyModuleSupplier.html" title="interface in org.wildfly.swarm.config.security.security_domain.authorization" target="classFrame"><span class="interfaceName">PolicyModuleSupplier</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="PolicyModule.html" title="class in org.wildfly.swarm.config.security.security_domain.authorization" target="classFrame">PolicyModule</a></li>
</ul>
</div>
</body>
</html>
|
jogl-2.0/javadoc/jogl/javadoc/javax/media/nativewindow/util/Dimension.html | domiworks/TDA-Landscape-Generator | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Fri Jan 31 11:32:27 CET 2014 -->
<title>Dimension (JOGL, NativeWindow and NEWT APIs)</title>
<meta name="date" content="2014-01-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="Dimension (JOGL, NativeWindow and NEWT APIs)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?javax/media/nativewindow/util/Dimension.html" target="_top">Frames</a></li>
<li><a href="Dimension.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">javax.media.nativewindow.util</div>
<h2 title="Class Dimension" class="title">Class Dimension</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>javax.media.nativewindow.util.Dimension</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../../gluegen/javadoc/com/jogamp/common/type/WriteCloneable.html?is-external=true" title="class or interface in com.jogamp.common.type">WriteCloneable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a>>, <a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">Dimension</span>
extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</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="../../../../javax/media/nativewindow/util/Dimension.html#Dimension()">Dimension</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#Dimension(int, int)">Dimension</a></strong>(int width,
int height)</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="../../../../javax/media/nativewindow/util/Dimension.html" title="class in javax.media.nativewindow.util">Dimension</a></code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#add(javax.media.nativewindow.util.Dimension)">add</a></strong>(<a href="../../../../javax/media/nativewindow/util/Dimension.html" title="class in javax.media.nativewindow.util">Dimension</a> pd)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#clone()">clone</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#cloneMutable()">cloneMutable</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#compareTo(javax.media.nativewindow.util.DimensionImmutable)">compareTo</a></strong>(<a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a> d)</code>
<div class="block">
Compares square of size.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> obj)</code>
<div class="block">Checks whether two dimensions objects are equal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#getHeight()">getHeight</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#getWidth()">getWidth</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#hashCode()">hashCode</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/media/nativewindow/util/Dimension.html" title="class in javax.media.nativewindow.util">Dimension</a></code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#scale(int)">scale</a></strong>(int s)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#set(int, int)">set</a></strong>(int width,
int height)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#setHeight(int)">setHeight</a></strong>(int height)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#setWidth(int)">setWidth</a></strong>(int width)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../javax/media/nativewindow/util/Dimension.html#toString()">toString</a></strong>()</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.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></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="Dimension()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Dimension</h4>
<pre>public Dimension()</pre>
</li>
</ul>
<a name="Dimension(int, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Dimension</h4>
<pre>public Dimension(int width,
int height)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="cloneMutable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cloneMutable</h4>
<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> cloneMutable()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../gluegen/javadoc/com/jogamp/common/type/WriteCloneable.html?is-external=true#cloneMutable()" title="class or interface in com.jogamp.common.type">cloneMutable</a></code> in interface <code><a href="../../../../../../gluegen/javadoc/com/jogamp/common/type/WriteCloneable.html?is-external=true" title="class or interface in com.jogamp.common.type">WriteCloneable</a></code></dd>
</dl>
</li>
</ul>
<a name="clone()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clone</h4>
<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> clone()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a></code> in class <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
<a name="getWidth()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWidth</h4>
<pre>public final int getWidth()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html#getWidth()">getWidth</a></code> in interface <code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a></code></dd>
</dl>
</li>
</ul>
<a name="getHeight()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHeight</h4>
<pre>public final int getHeight()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html#getHeight()">getHeight</a></code> in interface <code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a></code></dd>
</dl>
</li>
</ul>
<a name="set(int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set</h4>
<pre>public final void set(int width,
int height)</pre>
</li>
</ul>
<a name="setWidth(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setWidth</h4>
<pre>public final void setWidth(int width)</pre>
</li>
</ul>
<a name="setHeight(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHeight</h4>
<pre>public final void setHeight(int height)</pre>
</li>
</ul>
<a name="scale(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>scale</h4>
<pre>public final <a href="../../../../javax/media/nativewindow/util/Dimension.html" title="class in javax.media.nativewindow.util">Dimension</a> scale(int s)</pre>
</li>
</ul>
<a name="add(javax.media.nativewindow.util.Dimension)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>public final <a href="../../../../javax/media/nativewindow/util/Dimension.html" title="class in javax.media.nativewindow.util">Dimension</a> add(<a href="../../../../javax/media/nativewindow/util/Dimension.html" title="class in javax.media.nativewindow.util">Dimension</a> pd)</pre>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
<a name="compareTo(javax.media.nativewindow.util.DimensionImmutable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compareTo</h4>
<pre>public int compareTo(<a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a> d)</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html#compareTo(javax.media.nativewindow.util.DimensionImmutable)">DimensionImmutable</a></code></strong></div>
<div class="block"><p>
Compares square of size.
</p>
</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang">compareTo</a></code> in interface <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a>></code></dd>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html#compareTo(javax.media.nativewindow.util.DimensionImmutable)">compareTo</a></code> in interface <code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a></code></dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> obj)</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html#equals(java.lang.Object)">DimensionImmutable</a></code></strong></div>
<div class="block">Checks whether two dimensions objects are equal. Two instances
of <code>DimensionReadOnly</code> are equal if two components
<code>height</code> and <code>width</code> are equal.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html#equals(java.lang.Object)">equals</a></code> in interface <code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the two dimensions are equal;
otherwise <code>false</code>.</dd></dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html#hashCode()">hashCode</a></code> in interface <code><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util">DimensionImmutable</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../javax/media/nativewindow/util/DimensionImmutable.html" title="interface in javax.media.nativewindow.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?javax/media/nativewindow/util/Dimension.html" target="_top">Frames</a></li>
<li><a href="Dimension.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 2010 JogAmp Community.</small></p>
</body>
</html>
|
public/docs/api/latest/@stdlib/math/base/special/fast/asinh/index.html | stdlib-js/www | <h1 id="asinh">asinh</h1><blockquote><p>Compute the <a href="https://en.wikipedia.org/wiki/Inverse_hyperbolic_function">hyperbolic arcsine</a> of a number.</p></blockquote><section class="usage"><h2 id="usage">Usage</h2><pre><code class="hljs language-javascript"><span class="hljs-keyword">var</span> asinh = <span class="hljs-built_in">require</span>( <span class="hljs-string">'@stdlib/math/base/special/fast/asinh'</span> );
</code></pre><h4 id="asinh-x-">asinh( x )</h4><p>Computes the <a href="https://en.wikipedia.org/wiki/Inverse_hyperbolic_function">hyperbolic arcsine</a> of a <code>number</code> (in radians).</p><pre><code class="hljs language-javascript"><span class="hljs-keyword">var</span> v = asinh( <span class="hljs-number">0.0</span> );
<span class="hljs-comment">// returns 0.0</span>
v = asinh( -<span class="hljs-number">0.0</span> );
<span class="hljs-comment">// returns -0.0</span>
v = asinh( <span class="hljs-number">2.0</span> );
<span class="hljs-comment">// returns ~1.444</span>
v = asinh( -<span class="hljs-number">2.0</span> );
<span class="hljs-comment">// returns ~-1.444</span>
v = asinh( <span class="hljs-literal">NaN</span> );
<span class="hljs-comment">// returns NaN</span>
v = asinh( -<span class="hljs-literal">Infinity</span> );
<span class="hljs-comment">// returns -Infinity</span>
v = asinh( <span class="hljs-literal">Infinity</span> );
<span class="hljs-comment">// returns Infinity</span>
</code></pre></section><section class="notes"><h2 id="notes">Notes</h2><ul><li><p>For large <code>x</code>, the function will overflow.</p><pre><code class="hljs language-javascript"><span class="hljs-keyword">var</span> v = asinh( <span class="hljs-number">1.0e200</span> );
<span class="hljs-comment">// returns Infinity</span>
<span class="hljs-comment">// (expected 461.2101657793691)</span>
</code></pre></li><li><p>For small <code>x</code>, the function will underflow.</p><pre><code class="hljs language-javascript"><span class="hljs-keyword">var</span> v = asinh( <span class="hljs-number">1.0e-50</span> );
<span class="hljs-comment">// returns 0.0</span>
<span class="hljs-comment">// (expected 1.0e-50)</span>
</code></pre></li></ul></section><section class="examples"><h2 id="examples">Examples</h2><pre><code class="hljs language-javascript"><span class="hljs-keyword">var</span> linspace = <span class="hljs-built_in">require</span>( <span class="hljs-string">'@stdlib/array/linspace'</span> );
<span class="hljs-keyword">var</span> asinh = <span class="hljs-built_in">require</span>( <span class="hljs-string">'@stdlib/math/base/special/fast/asinh'</span> );
<span class="hljs-keyword">var</span> x = linspace( -<span class="hljs-number">5.0</span>, <span class="hljs-number">5.0</span>, <span class="hljs-number">103</span> );
<span class="hljs-keyword">var</span> i;
<span class="hljs-keyword">for</span> ( i = <span class="hljs-number">0</span>; i < x.length; i++ ) {
<span class="hljs-built_in">console</span>.log( asinh( x[ i ] ) );
}
</code></pre></section><section class="related"><hr><h2 id="see-also">See Also</h2><ul><li><span class="package-name"><a href="/docs/api/latest/@stdlib/math/base/special/asinh"><code>@stdlib/math/base/special/asinh</code></a></span><span class="delimiter">: </span><span class="description">compute the hyperbolic arcsine of a number.</span></li></ul></section><section class="links"></section> |
doc/api/files/__/__/__/_rbenv/versions/2_2_1/lib/ruby/gems/2_2_0/gems/activerecord-4_2_1/lib/active_record/connection_adapters/abstract/savepoints_rb.html | tonywu522/biu_server | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>savepoints.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.2.1</span><br />
<h1>
savepoints.rb
</h1>
<ul class="files">
<li>
../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/savepoints.rb
</li>
<li>Last modified: 2015-04-15 16:46:17 +0800</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../../../../../classes/ActiveRecord.html">ActiveRecord</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../../../../../classes/ActiveRecord/ConnectionAdapters.html">ActiveRecord::ConnectionAdapters</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> |
test/manual/iframe_pos_test.html | jkoomjian/PageZipper | <!DOCTYPE html>
<html lang="en">
<body>
<div>
<header>
<h1>iframe_pos_test</h1>
</header>
<div>A bunch of nonsense goes here to take up space<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
asdf adsfsad fsadf dsaf dsaf sadf dsaf sad fas df asd fas<br>
</div>
<footer>
<p>
© Copyright by jonathan
</p>
</footer>
</div>
<div style="float:left;border:1px dotted red;">Placeholder</div>
<iframe src="test2/two.html" style="float:left;"></iframe>
</body>
<script type="text/javascript">
</script>
</html>
|
2.6.0.Final/apidocs/org/wildfly/swarm/config/infinispan/class-use/RemoteCacheContainer.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Dec 05 05:02:11 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.infinispan.RemoteCacheContainer (BOM: * : All 2.6.0.Final API)</title>
<meta name="date" content="2019-12-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 Class org.wildfly.swarm.config.infinispan.RemoteCacheContainer (BOM: * : All 2.6.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/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">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.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/infinispan/class-use/RemoteCacheContainer.html" target="_top">Frames</a></li>
<li><a href="RemoteCacheContainer.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.infinispan.RemoteCacheContainer" class="title">Uses of Class<br>org.wildfly.swarm.config.infinispan.RemoteCacheContainer</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/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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.infinispan">org.wildfly.swarm.config.infinispan</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/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</a></code></td>
<td class="colLast"><span class="typeNameLabel">Infinispan.InfinispanResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Infinispan.InfinispanResources.html#remoteCacheContainer-java.lang.String-">remoteCacheContainer</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</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> that return types with arguments of type <a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</a>></code></td>
<td class="colLast"><span class="typeNameLabel">Infinispan.InfinispanResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Infinispan.InfinispanResources.html#remoteCacheContainers--">remoteCacheContainers</a></span>()</code>
<div class="block">Get the list of RemoteCacheContainer resources</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/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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/Infinispan.html" title="type parameter in Infinispan">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Infinispan.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Infinispan.html#remoteCacheContainer-org.wildfly.swarm.config.infinispan.RemoteCacheContainer-">remoteCacheContainer</a></span>(<a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</a> value)</code>
<div class="block">Add the RemoteCacheContainer object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with type arguments of type <a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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/Infinispan.html" title="type parameter in Infinispan">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Infinispan.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Infinispan.html#remoteCacheContainers-java.util.List-">remoteCacheContainers</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</a>> value)</code>
<div class="block">Add all RemoteCacheContainer objects to this subresource</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.infinispan">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</a> in <a href="../../../../../../org/wildfly/swarm/config/infinispan/package-summary.html">org.wildfly.swarm.config.infinispan</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/infinispan/package-summary.html">org.wildfly.swarm.config.infinispan</a> with type parameters of type <a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</a><T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</a><T>></span></code>
<div class="block">The configuration of a remote Infinispan cache container.</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/infinispan/RemoteCacheContainerConsumer.html" title="interface in org.wildfly.swarm.config.infinispan">RemoteCacheContainerConsumer</a><T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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/infinispan/RemoteCacheContainerSupplier.html" title="interface in org.wildfly.swarm.config.infinispan">RemoteCacheContainerSupplier</a><T extends <a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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/infinispan/package-summary.html">org.wildfly.swarm.config.infinispan</a> that return <a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</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/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">RemoteCacheContainer</a></code></td>
<td class="colLast"><span class="typeNameLabel">RemoteCacheContainerSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/infinispan/RemoteCacheContainerSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of RemoteCacheContainer 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/infinispan/RemoteCacheContainer.html" title="class in org.wildfly.swarm.config.infinispan">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.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/infinispan/class-use/RemoteCacheContainer.html" target="_top">Frames</a></li>
<li><a href="RemoteCacheContainer.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>
|
store.baidu.com/cache/html/2548.html | jiangerji/my-utils | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv=Content-Type content="text/html;charset=utf-8">
<meta property="wb:webmaster" content="e635a420782119b7" />
<meta name="keywords" content="可穿戴,可穿戴设备,百度可穿戴设备,百度可穿戴,智能设备,智能可穿戴设备,超智能设备,百度智能设备,便携设备,便携智能设备,百度便携设备,
人体设备,智能人体设备,百度人体设备,便携人体设备,dulife,dulife平台,奇酷网,奇酷,360奇酷,小米酷玩,小米酷玩频道,百度硬件,智能硬件,硬件,智能移动设备,智能移动硬件
移动设备,移动硬件,可穿戴硬件,点名时间,母亲节">
<meta name="description" content="百度未来商店作为行业内首个基于生活需求和场景的智能硬件信息互动平台,秉承“科技改变生活”的理念,通过智能硬件提升人们在运动、睡眠、生活、出行、娱乐等方面的品质,让用户更有效的关爱自身健康和家庭生活,让科技真正融入到老百姓的生活中。平台将围绕可穿戴、智能家居、安全出行等几大领域,提供最前沿、最时尚、最实用、最专业的硬件产品介绍、服务定制、最新资讯、圈子交流等服务,打造行业最专业的智能硬件信息互动平台。">
<!--[if lte IE 7]>
<div class="goodbye-modal hide"></div>
<div class="goodbye-ie hide" id="goodbyeIE">
<p>您的浏览器太旧啦~为了获得更好的体验,强烈建议您使用以下浏览器:</p>
<ul class="browers clearfix">
<li class="chrome">
<a target="_blank" href="https://www.google.com/intl/en/chrome/browser/"></a>
<span>chrome</span>
</li>
<li class="firefox">
<a target="_blank" href="http://www.firefox.com.cn/download/"></a>
<span>firefox</span>
</li>
<li class="ie9">
<a target="_blank" href="http://windows.microsoft.com/zh-cn/internet-explorer/download-ie"></a>
<span>IE9+</span>
</li>
</ul>
<p class="no-tip"><a id="iknow" href="javascript:void(0);">知道啦</a></p>
</div>
<![endif]-->
<script>
void function(g,f,j,c,h,d,b){g.alogObjectName=h,g[h]=g[h]||function(){(g[h].q=g[h].q||[]).push(arguments)},g[h].l=g[h].l||+new Date,d=f.createElement(j),d.async=!0,d.src=c,b=f.getElementsByTagName(j)[0],b.parentNode.insertBefore(d,b)}(window,document,"script","http://img.baidu.com/hunter/alog/alog.min.js","alog");void function(){function c(){return;}window.PDC={mark:function(a,b){alog("speed.set",a,b||+new Date);alog.fire&&alog.fire("mark")},init:function(a){alog("speed.set","options",a)},view_start:c,tti:c,page_ready:c}}();void function(n){var o=!1;n.onerror=function(n,e,t,c){var i=!0;return!e&&/^script error/i.test(n)&&(o?i=!1:o=!0),i&&alog("exception.send","exception",{msg:n,js:e,ln:t,col:c}),!1},alog("exception.on","catch",function(n){alog("exception.send","exception",{msg:n.msg,js:n.path,ln:n.ln,method:n.method,flag:"catch"})})}(window);
</script>
<link rel="icon" href="/static/common/favicon.ico" type="image/x-icon">
<link rel="shorticon icon" href="/static/common/favicon.ico" type="image/x-icon">
<meta property="wb:webmaster" content="18de27f07b76316f" />
<meta name="baidu-tc-cerfication" content="a7fc1bfc58a8b04c738569e2d3c418dc" />
<meta name="baidu-site-verification" content="OZIMDr2iVS" />
<script type="text/javascript">
window.duin = window.duin || {};
duin.userinfo = {
islogin:'0',
displayname: "",
role: "",
avatar: "" //头像
};
window.login_wrapper_url = 'http://passport.baidu.com/passApi/js/uni_login_wrapper.js?cdnversion=201411181724';
var _hmt = _hmt || [];
_hmt.push(['_setAccount', '3d1ae725881ab60e9d4d62efe134498c']);
</script>
<title>百度未来商店-女生最爱,Ringly发布智能戒指,解决平日电话难题</title>
<link rel="stylesheet" type="text/css" href="/static/common/pkg/common_aa2cbaf.css"/><link rel="stylesheet" type="text/css" href="/static/discovery/pkg/single-artical_09c7d24.css"/></head>
<body>
<script> alog('speed.set', 'ht', +new Date); </script>
<script>with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://img.baidu.com/hunter/kaifangyun.js?st='+~(new Date()/864e5)];</script>
<script>
window.hostType = "news";
window.hostId = "2548";
</script>
<div class="nav" >
<div class="nav-header clearfix">
<a href="/" class="fl-l nav-logo"></a>
<div class="nav-right clearfix">
<div class="nav-info">
<span class="nav-not-login"><a href="#" class="nav-login">登录</a></span></div>
<ul class="nav-list clearfix">
<li class="nav-home-item"><a href="/" class="">首页</a></li>
<li class="nav-store-wrapper"><div class="nav-store">全部设备</div>
<ul class="nav-store-list">
<li><a href="/sports">运动</a></li>
<li><a href="/parlor">客厅</a></li>
<li><a href="/sleep">睡眠</a></li>
</ul>
</li>
<li class="nav-hot-item"><a class=" " href="/tryout/list">试用</a><span class="nav-hot"></span></li>
<li><a class="" href="/discovery-news">发现</a></li>
<li class="nav-last-li"><a class="" href="/product/ushome">合作</a></li>
</ul>
<div class="nav-search ">
<form action="/search/index" id="searchForm" method="POST">
<input type="hidden" name="pn" value="1">
<input type="hidden" name="limit" value="12">
<input type="text" class="nav-search-input" autocomplete="off" name="scontent" value="">
<span class="nav-search-icon"></span>
</form>
</div>
</div>
</div>
</div>
<div class="d-main">
<div class="bread-path">
<a href="/">首页</a><span class="icon-path">></span><a href="/discovery-news">发现</a><span class="icon-path">></span><span>女生最爱,Ringly发布智能戒指,解决平日电话难题</span>
</div>
<div class="d-out-ad" id="friend">
<ul class="d-out-ad-wrapper">
<li><a href="http://store.baidu.com/trysome/view/2.html" target="_blank"><img src="http://bs.baidu.com/dulife/54698d532f196.jpg" height="100" width="960" title="未来试用第二期"></a></li>
</ul>
</div>
<div class="d-content clearfix">
<div class="d-content-sub">
<div class="d-hot-recommend">
<div class="d-h-r-head">
<a href="javascript:void(0);" class="d-h-normal d-h-active">热门资讯</a>
<span class="d-h-split"></span>
<a href="javascript:void(0);" class="d-h-normal">小编推荐</a></div>
<div class="d-h-r-content">
<div class="d-h-r-c-wrapper" id="hotEvaluation">
</div>
<div class="d-h-r-c-wrapper" id="editorRecommend">
</div>
</div>
</div>
<div class="d-best-recommend" id='bestRecommendWrapper'>
</div>
<div class="d-guess-like">
<div class="d-g-l-header clearfix">
<a href="javascript:;" class="d-g-l-change">换一批</a>
<div class="d-g-l-title">猜你喜欢</div>
</div>
<div class="d-g-l-content" id="uLike">
</div>
</div>
</div>
<div class="d-content-main">
<div class="d-artical-title">女生最爱,Ringly发布智能戒指,解决平日电话难题</div>
<div class="d-a-info clearfix">
<div class="d-a-operation"><a href="#comment" class="d-a-o-comment">评论(<span id="commentCount">0</span>)</a><a href="#dLikeHash" class="d-a-o-like">喜欢(<span id="likeCount">14</span>)</a><span class="d-share clearfix"><span class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享<span class="d-down-icon"></span></a></span></span></div>
<div class="d-a-from">
<span class="d-a-f-name">来源:安珀网 http://ianpo.com/article-5046.html</span>
<span class="d-public-time" id="modifyTime"></span>
</div>
</div>
<div class="d-summary">对于女生来说,冰冷冷的科技产品离她们是在有点远,如果有些能够解决她们平时生活中的需求,并且外观又比较时尚漂亮,想必很多女士都会喜欢,而初创公司 Ringly 想要推出了0一款非常时尚的戒指,解决一个很多工作很忙女性都会遇到的问题,那就是没有接到重要的电话、信息和通知。因为他们的手机通常会放在包包中,这样经常会听不见铃声或者来电话 时找不到手机。Ringly 的戒指支持通知用户有短信、有通知和有来电。</div>
<div class="d-artical-content" id="sourceContent">
<div>
对于女生来说,冰冷冷的科技产品离她们是在有点远,如果有些能够解决她们平时生活中的需求,并且外观又比较时尚漂亮,想必很多女士都会喜欢,而初创公司 Ringly 想要推出了0一款非常时尚的戒指,解决一个很多工作很忙女性都会遇到的问题,那就是没有接到重要的电话、信息和通知。因为他们的手机通常会放在包包中,这样经常会听不见铃声或者来电话 时找不到手机。Ringly 的戒指支持通知用户有短信、有通知和有来电。
</div>
<div>
<img title="8c1456fb-6aab-4c78-9caf-72af62e1ae4c.jpg" alt="" src="http://ianpo.com/uploads/userfiles/images2/20140611/27_1402442287.jpg_600x600.jpg" />
<img title="ringly-launch-collection.png" alt="" src="http://ianpo.com/uploads/userfiles/images2/20140611/81_1402442287.png_600x600.png" />
<img title="ringlyapp-connect-2.jpg" alt="" src="http://ianpo.com/uploads/userfiles/images2/20140611/29_1402442288.jpg_600x600.jpg" />
<img title="ringly-pink-sapphire.png" alt="" src="http://ianpo.com/uploads/userfiles/images2/20140611/79_1402442289.png_600x600.png" />
目前 Ringly 为 iOS 和 Android 系统推出了伴侣应用,智能戒指可以通过低能耗蓝牙与iPhone 连接。用户可以在应用中为不同的通知设定不同的闪光和震动方式。这款智能戒指可以在设备收到信息、接到电话、有日历提醒和接收到新邮件时提醒用户。此外,当用户落下iPhone 时,戒指也会提醒用户。Ringly 戒指的电池可以续航3天,戒指本身使用18K 金打造,用户还可以选择黑色玛瑙、绿宝石、粉红蓝宝石和彩虹月长石作等半宝石为装饰。
</div>
</div>
<div class="d-fav">
<a href="javascript:;" class="d-fav-like"><span class="d-fav-icon" id="dLikeHash"></span><span class="d-fav-count">14</span></a>
<span class="d-share clearfix">
<span class="bdsharebuttonbox"><a href="#" class="bds_more d-s-icon" data-cmd="more"><i></i>分享</a></span>
</span>
</div>
<div class="d-link clearfix">
<div class="d-prev">
<span>上一篇:</span><a href="/news/2545.html" target="_blank">美国一院线全面封杀谷歌眼镜:怕电影被盗</a>
</div>
<div class="d-next">
<span>下一篇:</span><a href="/news/2550.html" target="_blank">Netatmo气象站提供精准天气预报</a>
</div>
</div>
<div class="d-sort-comment" id="comment">短评<span>(</span><span id="ctCount">0</span><span>)</span></div>
<form action="/news/api/addComment" method="POST " class="ct-form" name="ct-form" data-hostid="2548" data-committype="" data-hosttype="news">
<div class="clearfix"><textarea name="comment" aria-required="true" placeholder="同学,你怎么看?"></textarea></div>
<div class="ct-submit">
<span class="ct-count"><span class="prefix">还能输入</span> <strong class="ct-limit">150</strong> 个字</span><button type="submit" class="btn btn-primary">提交</button>
</div>
</form>
<ul class="ct-list" id="ct-list-full">
<li class="empty hide">还木有评论哦,快来抢沙发吧~~</li>
</ul>
<div id="ct-page"></div>
<script type="text/template" id="ct-tpl">
<% $.each(list, function(idx, item) { %>
<li class="clearfix">
<div class="avatar"><img src="<%- item.user_icon %>" width="60" height="60" title="<%- item.user_name %>"></div>
<div class="cont">
<div class="ut">
<span class="uname text-overflow"><%- item.user_name %></span><span class="date"><%- item.create_time %></span>
</div>
<%if(item.parent) { %>
<div class="quote">
<div class="uname">@ <span><%- item.parent.user_name %></span></div>
<div class="qct"><%- item.parent.content %></div>
</div>
<% } %>
<div class="ct"><%- item.content %></div>
<%if(!item.parent) { %>
<div class="tb"><a href="#" data-pid="<%- item.reply_id %>"><i></i>回复</a></div>
<% } %>
</div>
</li>
<% }); %>
</script>
</div>
</div>
</div>
<script>
window._bd_share_config={
"common":{"bdSnsKey":{},
"bdText":"",
"bdMini":"1",
"bdMiniList":["tsina","qzone","weixin","renren","tqq","douban","sqq"],
"bdPic":"",
"bdStyle":"0",
"bdSize":"32",
},"share":{}
};
with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=86835285.js?cdnversion='+~(-new Date()/36e5)];
</script>
<script type="text/template" id="hotRecommend">
<%if(!_.isEmpty(list)){ %>
<ul class="d-h-r-c clearfix">
<% $.each(list, function(idx, item) { %>
<li <%if(idx<3){ %> class="d-h-top3"<% } %>>
<span class="d-h-r-c-no"><%-idx+1%></span>
<a href="/news/<%-item.id%>.html" target="_blank"><%-item.title%></a>
</li>
<% }); %>
</ul>
<% } %>
</script>
<script type="text/template" id="guessLike">
<%if(!_.isEmpty(list)){ %>
<ul>
<% $.each(list, function(idx, item) { %>
<li class="clearfix">
<a href="/product/view/<%-item.product_id%>.html" class="d-thumbnail" style="background-image:url(<%-item.product_cover_img%>) " target="_blank">
</a>
<div class="d-g-l-c">
<a href="/product/view/<%-item.product_id%>.html" class="d-g-l-c-title" target="_blank"><%-item.product_name%></a>
<a href="/product/view/<%-item.product_id%>.html#evaluation" class="d-g-l-c-write" target="_blank">写评测</a>
</div>
</li>
<% }); %>
</ul>
<% } %>
</script>
<script type="text/template" id="guessLikeNews">
<%if(!_.isEmpty(list)){ %>
<ul>
<% $.each(list, function(idx, item) { %>
<li class="clearfix">
<a href="/news/<%-item.id%>.html" target="_blank" class="d-thumbnail" style="background-image:url(<%-item.thumbnails%>);" >
</a>
<div class="d-g-l-c">
<a href="/news/<%-item.id%>.html" target="_blank" class="d-g-l-c-title"><%-item.title%></a>
<a href="/news/<%-item.id%>.html#comment" target="_blank" class="d-g-l-c-count"><%-item.comment_count%></a>
</div>
</li>
<% }); %>
</ul>
<% } %>
</script>
<script type="text/template" id="bestRecommend">
<%if(!_.isEmpty(list)){ %>
<div class="d-b-r-head clearfix">
<div class="d-b-r-operator">
<% $.each(list, function(idx, item) { %>
<a href="javascript:;" class="d-b-r-o-icon <%if(idx==0){ %> active <% } %>"></a>
<% }); %>
</div>
<div class="d-b-r-title">精品推荐</div></div>
<div class="d-b-r-content clearfix">
<% $.each(list, function(idx, item) { %>
<div class="d-b-r-c">
<a href="/product/view/<%-item.product_id%>.html" target="_blank"><img src="<%-item.product_cover_img%>"></a>
<a href="/product/view/<%-item.product_id%>.html" target="_blank" class="d-b-r-c-desc">
<%-item.product_name%>
</a>
</div>
<% }); %>
</div>
<% } %>
</script>
<div class="footer clearfix">
<p class="fl-l">©2014
baidu<a href="http://home.baidu.com/" target="_blank">关于百度</a>
<a href="/about" target="_blank">关于我们</a>
<a href="http://www.baidu.com/duty/" target="_blank">使用前必读</a>
<a href="/admin/index" target="_blank" class="hide" id="admin-entry">管理</a>
<a href="/product/uscreateProduct?product_id=" target="_blank" class="hide" id="admin-product-edit">编辑</a>
<a href="/product/usprovision" class="hide" id="admin-provision">服务条款</a>
</p>
<div class="fl-r link">
<a href="http://weibo.com/dulife" target="_blank" class="sina icon">新浪微博</a><a href="https://wx.qq.com/" target="_blank" class="weixin icon" style="visibility:hidden;">微信</a>
</div>
</div>
<div class="backtop"></div>
</body><script type="text/javascript" src="/static/common/pkg/common_56f87e5.js"></script>
<script type="text/javascript" src="/static/discovery/pkg/discovery_baf8100.js"></script>
<script type="text/javascript">!function(){var cookieName = 'duin_ie_tip';
if (document.cookie.indexOf(cookieName) === -1) {
$('.goodbye-modal').show();
$('.goodbye-ie').show();
}
$('#iknow').click(function() {
$('.goodbye-modal').hide();
$('.goodbye-ie').hide();
document.cookie = cookieName + (+new Date);
});
}();
!function(){ var href = location.href;
$('.nav-login').click(function(e) {
e.preventDefault();
duin.login();
});
$('.nav-logout').attr('href', 'http://passport.baidu.com?logout&tpl=mco_web&u=' + href);
}();
!function(){require('common:widget/nav/nav.js');
duin.nav.searchFuc();
duin.nav.adjustWidth();
}();
!function(){require('common:widget/footer/footer.js');
}();
!function(){try {
if (console && console.log) {
console.log('%c', 'padding:12px 59px;line-height:60px;');
console.log('\n想挑战规模够大、协作够复杂的前端团队协作?\n' + '想寻求理念够新、自由度够高的前端成长空间?\n' + '想把前端做成极富创造力、极富成就感的一份工作?\n' + 'or 前端不仅仅是一份工作,而是你的理想和全部?\n\n' + '快到碗里来!\n' + '有些事,我们不做,就没人做了!\n' + '你不来,我们就没办法一起快乐玩耍了!\n' + '学历、年龄、性别、取向、节操通通不限,产品/代码洁癖患者优先考虑。\n');
console.info && console.info('请将简历发送至 %c spacehr@baidu.com( 邮件标题请以“姓名-前端-来自百度未来商店”命名)', 'color:red');
console.info && console.info('职位介绍:http://dwz.cn/mbufe');
}
} catch (e) {}
}();
!function(){ window.modifyTime = duin.dateUtil.format('yyyy-MM-dd HH:mm:ss', new Date(parseInt('1402456560')*1000)).substring(0, 10);
}();
!function(){ jQuery(function() {
alog('speed.set', 'drt', +new Date);
});
}();</script><div class="hide">
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F0696c093b1f3ccb4153ab2e25fa7f411' type='text/javascript'%3E%3C/script%3E"));
</script>
</div>
<div class="hide">
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F3d1ae725881ab60e9d4d62efe134498c' type='text/javascript'%3E%3C/script%3E"));
</script>
</div>
<div class="hide">
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F91e35cba3b09a5afffa12b0db4325bee' type='text/javascript'%3E%3C/script%3E"));
</script>
</div>
</html><!--14526846410507075594111817-->
<script> var _trace_page_logid = 1452684641; </script><!--14526339160992500746111817-->
<script> var _trace_page_logid = 1452633916; </script> |
2.5.0.Final/apidocs/org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html | wildfly-swarm/wildfly-swarm-javadocs | <!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:44 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>UsernameFilterUsernameToDnConsumer (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="UsernameFilterUsernameToDnConsumer (BOM: * : All 2.5.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/UsernameFilterUsernameToDnConsumer.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.5.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnSupplier.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" target="_top">Frames</a></li>
<li><a href="UsernameFilterUsernameToDnConsumer.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.security_realm.authorization</div>
<h2 title="Interface UsernameFilterUsernameToDnConsumer" class="title">Interface UsernameFilterUsernameToDnConsumer<T extends <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDn</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">UsernameFilterUsernameToDnConsumer<T extends <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDn</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/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="type parameter in UsernameFilterUsernameToDnConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of UsernameFilterUsernameToDn
resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDnConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="type parameter in UsernameFilterUsernameToDnConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html#andThen-org.wildfly.swarm.config.management.security_realm.authorization.UsernameFilterUsernameToDnConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDnConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="type parameter in UsernameFilterUsernameToDnConsumer">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.security_realm.authorization.UsernameFilterUsernameToDn-">
<!-- -->
</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/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="type parameter in UsernameFilterUsernameToDnConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of UsernameFilterUsernameToDn
resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.management.security_realm.authorization.UsernameFilterUsernameToDnConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDnConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="type parameter in UsernameFilterUsernameToDnConsumer">T</a>> andThen(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDnConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" title="type parameter in UsernameFilterUsernameToDnConsumer">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/UsernameFilterUsernameToDnConsumer.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.5.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnSupplier.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDnConsumer.html" target="_top">Frames</a></li>
<li><a href="UsernameFilterUsernameToDnConsumer.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>
|
2016.8.1/apidocs/org/wildfly/swarm/request/controller/package-use.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Tue Aug 16 17:15:35 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.wildfly.swarm.request.controller (Public javadocs 2016.8.1 API)</title>
<meta name="date" content="2016-08-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="Uses of Package org.wildfly.swarm.request.controller (Public javadocs 2016.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 class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2016.8.1</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/request/controller/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package org.wildfly.swarm.request.controller" class="title">Uses of Package<br>org.wildfly.swarm.request.controller</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="../../../../../org/wildfly/swarm/request/controller/package-summary.html">org.wildfly.swarm.request.controller</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.request.controller">org.wildfly.swarm.request.controller</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.request.controller">
<!-- -->
</a>
<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/request/controller/package-summary.html">org.wildfly.swarm.request.controller</a> used by <a href="../../../../../org/wildfly/swarm/request/controller/package-summary.html">org.wildfly.swarm.request.controller</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/request/controller/class-use/RequestControllerFraction.html#org.wildfly.swarm.request.controller">RequestControllerFraction</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-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2016.8.1</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/request/controller/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 © 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
2017.1.1/apidocs/org/wildfly/swarm/config/management/class-use/SecurityRealmConsumer.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Wed Jan 04 17:08:18 EST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.management.SecurityRealmConsumer (Public javadocs 2017.1.1 API)</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 Interface org.wildfly.swarm.config.management.SecurityRealmConsumer (Public javadocs 2017.1.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><a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">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.1.1</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/class-use/SecurityRealmConsumer.html" target="_top">Frames</a></li>
<li><a href="SecurityRealmConsumer.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.management.SecurityRealmConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.management.SecurityRealmConsumer</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/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</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.management">org.wildfly.swarm.config.management</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.management">org.wildfly.swarm.management</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/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</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/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</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/ManagementCoreService.html" title="type parameter in ManagementCoreService">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">ManagementCoreService.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/ManagementCoreService.html#securityRealm-java.lang.String-org.wildfly.swarm.config.management.SecurityRealmConsumer-">securityRealm</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> childKey,
<a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</a> consumer)</code>
<div class="block">Create and configure a SecurityRealm object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.management">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</a> in <a href="../../../../../../org/wildfly/swarm/config/management/package-summary.html">org.wildfly.swarm.config.management</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/package-summary.html">org.wildfly.swarm.config.management</a> that return <a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</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/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="type parameter in SecurityRealmConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">SecurityRealmConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html#andThen-org.wildfly.swarm.config.management.SecurityRealmConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="type parameter in SecurityRealmConsumer">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/management/package-summary.html">org.wildfly.swarm.config.management</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</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/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="type parameter in SecurityRealmConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">SecurityRealmConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html#andThen-org.wildfly.swarm.config.management.SecurityRealmConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="type parameter in SecurityRealmConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.management">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</a> in <a href="../../../../../../org/wildfly/swarm/management/package-summary.html">org.wildfly.swarm.management</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/management/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">SecurityRealmConsumer</a> in <a href="../../../../../../org/wildfly/swarm/management/package-summary.html">org.wildfly.swarm.management</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>static interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/management/EnhancedSecurityRealm.Consumer.html" title="interface in org.wildfly.swarm.management">EnhancedSecurityRealm.Consumer</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/SecurityRealmConsumer.html" title="interface in org.wildfly.swarm.config.management">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.1.1</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/class-use/SecurityRealmConsumer.html" target="_top">Frames</a></li>
<li><a href="SecurityRealmConsumer.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>
|
1.0.0.Final/apidocs/org/wildfly/swarm/config/undertow/configuration/class-use/GzipConsumer.html | wildfly-swarm/wildfly-swarm-javadocs | <!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:43 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.undertow.configuration.GzipConsumer (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 Interface org.wildfly.swarm.config.undertow.configuration.GzipConsumer (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/undertow/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">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/undertow/configuration/class-use/GzipConsumer.html" target="_top">Frames</a></li>
<li><a href="GzipConsumer.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.configuration.GzipConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.undertow.configuration.GzipConsumer</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/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</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.undertow">org.wildfly.swarm.config.undertow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow.configuration">org.wildfly.swarm.config.undertow.configuration</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.undertow">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</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> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</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/FilterConfiguration.html" title="type parameter in FilterConfiguration">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">FilterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html#gzip-java.lang.String-org.wildfly.swarm.config.undertow.configuration.GzipConsumer-">gzip</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> childKey,
<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</a> consumer)</code>
<div class="block">Create and configure a Gzip object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.undertow.configuration">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</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/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a> that return <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</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/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="type parameter in GzipConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">GzipConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html#andThen-org.wildfly.swarm.config.undertow.configuration.GzipConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="type parameter in GzipConsumer">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/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</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/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="type parameter in GzipConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">GzipConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html#andThen-org.wildfly.swarm.config.undertow.configuration.GzipConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">GzipConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/GzipConsumer.html" title="type parameter in GzipConsumer">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/configuration/GzipConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">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/undertow/configuration/class-use/GzipConsumer.html" target="_top">Frames</a></li>
<li><a href="GzipConsumer.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>
|
2017.1.1/apidocs/org/wildfly/swarm/config/security/security_domain/mapping/class-use/MappingModuleConsumer.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Wed Jan 04 17:08:18 EST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.security.security_domain.mapping.MappingModuleConsumer (Public javadocs 2017.1.1 API)</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 Interface org.wildfly.swarm.config.security.security_domain.mapping.MappingModuleConsumer (Public javadocs 2017.1.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><a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">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.1.1</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/security/security_domain/mapping/class-use/MappingModuleConsumer.html" target="_top">Frames</a></li>
<li><a href="MappingModuleConsumer.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.security.security_domain.mapping.MappingModuleConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.security.security_domain.mapping.MappingModuleConsumer</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/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</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.security.security_domain">org.wildfly.swarm.config.security.security_domain</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.security.security_domain.mapping">org.wildfly.swarm.config.security.security_domain.mapping</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.security.security_domain">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</a> in <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/package-summary.html">org.wildfly.swarm.config.security.security_domain</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/security/security_domain/package-summary.html">org.wildfly.swarm.config.security.security_domain</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</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/security/security_domain/ClassicMapping.html" title="type parameter in ClassicMapping">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">ClassicMapping.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/ClassicMapping.html#mappingModule-java.lang.String-org.wildfly.swarm.config.security.security_domain.mapping.MappingModuleConsumer-">mappingModule</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> childKey,
<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</a> consumer)</code>
<div class="block">Create and configure a MappingModule object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.security.security_domain.mapping">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</a> in <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/package-summary.html">org.wildfly.swarm.config.security.security_domain.mapping</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/security/security_domain/mapping/package-summary.html">org.wildfly.swarm.config.security.security_domain.mapping</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</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/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="type parameter in MappingModuleConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">MappingModuleConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html#andThen-org.wildfly.swarm.config.security.security_domain.mapping.MappingModuleConsumer-">andThen</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="type parameter in MappingModuleConsumer">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/security/security_domain/mapping/package-summary.html">org.wildfly.swarm.config.security.security_domain.mapping</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</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/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="type parameter in MappingModuleConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">MappingModuleConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html#andThen-org.wildfly.swarm.config.security.security_domain.mapping.MappingModuleConsumer-">andThen</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">MappingModuleConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/mapping/MappingModuleConsumer.html" title="type parameter in MappingModuleConsumer">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/security/security_domain/mapping/MappingModuleConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.mapping">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.1.1</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/security/security_domain/mapping/class-use/MappingModuleConsumer.html" target="_top">Frames</a></li>
<li><a href="MappingModuleConsumer.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>
|
web/static/basic/myAlert/myAlert.css | OrzEvans/JavaWebApplication | /*垂直居中*/
.verticalAlign{ vertical-align:middle; display:inline-block; height:100%; margin-left:-1px;}
.xcConfirm .xc_layer{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.5;
z-index: 2147000000;
}
.xcConfirm .popBox{
position: fixed;
left: 50%;
top: 50%;
background-color: #ffffff;
z-index: 2147000001;
width: 350px;
padding-bottom:20px;
margin-left: -175px;
margin-top: -200px;
border-radius: 5px;
font-weight: bold;
color: #535e66;
}
.xcConfirm .popBox .ttBox{
height: 30px;
line-height: 30px;
padding: 8px 30px;
border-bottom: solid 1px #eef0f1;
}
.xcConfirm .popBox .ttBox .tt{
font-size: 16px;
display: block;
float: left;
height: 30px;
position: relative;
}
.xcConfirm .popBox .ttBox .clsBtn{
display: block;
cursor: pointer;
width: 12px;
height: 12px;
position: absolute;
top: 15px;
right: 30px;
background: url(./icons.png) -30px -62px no-repeat;
}
.xcConfirm .popBox .txtBox{
margin: 30px 40px;
overflow: hidden;
text-align:center;
}
.xcConfirm .popBox .txtBox .bigIcon{
margin-right: 20px;
width: 31px;
height: 31px;
background-image: url(./icons.png);
background-repeat: no-repeat;
background-position: 30px 0px;
display: inline-block;
}
.xcConfirm .popBox .txtBox p{
line-height: 26px;
overflow-x: hidden;
overflow-y: auto;
display: inline-block;
}
.xcConfirm .popBox .txtBox p input{
width: 328px;
height: 30px;
border: solid 1px #ccc;
font-size: 16px;
margin-top: 15px;
bordder-radius:4px;
outline:none;
padding: 0 5px
}
.xcConfirm .popBox .btnArea{
border-top: solid 1px #eef0f1;
}
.xcConfirm .popBox .btnGroup{ text-align: center;}
.xcConfirm .popBox .btnGroup .sgBtn{
margin-top: 14px;
/*margin-right: 10px;*/
}
.xcConfirm .popBox .sgBtn{
display:inline-block;
cursor: pointer;
width: 70px;
height: 30px;
line-height: 30px;
text-align: center;
color: #FFFFFF;
border-radius: 5px;}
.xcConfirm .popBox .sgBtn.ok{
background-color: #ff6642;
color: #FFFFFF;
}
.xcConfirm .popBox .sgBtn.cancel{
background-color: #666666;
color: #FFFFFF;
margin-left:10px;
} |
code/3rd-party/boost/libs/spirit/doc/html/spirit/advanced/customize/extract_from_container.html | Im-dex/xray-162 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Extract From a Container Attribute Value to Generate Output (Karma)</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Spirit 2.5.4">
<link rel="up" href="../customize.html" title="Customization of Spirit's Attribute Handling">
<link rel="prev" href="extract_from.html" title="Extract an Attribute Value to Generate Output (Karma)">
<link rel="next" href="iterate.html" title="Extract Attribute Values to Generate Output from a Container (Karma)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="extract_from.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../customize.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iterate.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="spirit.advanced.customize.extract_from_container"></a><a class="link" href="extract_from_container.html" title="Extract From a Container Attribute Value to Generate Output (Karma)">Extract
From a Container Attribute Value to Generate Output (Karma)</a>
</h4></div></div></div>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h0"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.extract_from_container"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.extract_from_container">extract_from_container</a>
</h6>
<p>
Before generating output for a value this value needs to extracted from
the attribute instance provided by the user. The customization point <code class="computeroutput"><span class="identifier">extract_from_container</span></code> is utilized to
adapt this extraction for any data type possibly used to store the values
to output.
</p>
<div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>
The interface of this customization point has been changed with Boost
V1.44. We added the <code class="computeroutput"><span class="identifier">Exposed</span></code>
template parameter to allow for more fine grained specializations of
the required <span class="emphasis"><em>Spirit.Karma</em></span> attribute transformations.
</p></td></tr>
</table></div>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h1"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.module_headers"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.module_headers">Module
Headers</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">spirit</span><span class="special">/</span><span class="identifier">home</span><span class="special">/</span><span class="identifier">karma</span><span class="special">/</span><span class="identifier">detail</span><span class="special">/</span><span class="identifier">extract_from</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<p>
Also, see <a class="link" href="../../structure/include.html" title="Include">Include Structure</a>.
</p>
<div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>
This header file does not need to be included directly by any user program
as it is normally included by other Spirit header files relying on its
content.
</p></td></tr>
</table></div>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h2"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.namespace"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.namespace">Namespace</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup><col></colgroup>
<thead><tr><th>
<p>
Name
</p>
</th></tr></thead>
<tbody><tr><td>
<p>
<code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">spirit</span><span class="special">::</span><span class="identifier">traits</span></code>
</p>
</td></tr></tbody>
</table></div>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h3"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.synopsis"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Exposed</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Attrib</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Enable</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">extract_from_container</span>
<span class="special">{</span>
<span class="keyword">typedef</span> <span class="special"><</span><span class="identifier">unspecified</span><span class="special">></span> <span class="identifier">type</span><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Context</span><span class="special">></span>
<span class="keyword">static</span> <span class="identifier">type</span> <span class="identifier">call</span><span class="special">(</span><span class="identifier">Attrib</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">attr</span><span class="special">,</span> <span class="identifier">Context</span><span class="special">&</span> <span class="identifier">context</span><span class="special">);</span>
<span class="special">};</span>
</pre>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h4"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.template_parameters"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.template_parameters">Template
parameters</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Parameter
</p>
</th>
<th>
<p>
Description
</p>
</th>
<th>
<p>
Default
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">Exposed</span></code>
</p>
</td>
<td>
<p>
The type, <code class="computeroutput"><span class="identifier">Exposed</span></code>
of the attribute natively exposed by the component the <code class="computeroutput"><span class="identifier">extract_from_container</span></code> is invoked
from.
</p>
</td>
<td>
<p>
none
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">Attrib</span></code>
</p>
</td>
<td>
<p>
The type, <code class="computeroutput"><span class="identifier">Attrib</span></code>
is the container attribute to be used to generate output from.
</p>
</td>
<td>
<p>
none
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">Enable</span></code>
</p>
</td>
<td>
<p>
Helper template parameter usable to selectively enable or disable
certain specializations of <code class="computeroutput"><span class="identifier">clear_value</span></code>
utilizing SFINAE (i.e. <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">enable_if</span></code>
or <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">disable_if</span></code>).
</p>
</td>
<td>
<p>
<code class="computeroutput"><span class="keyword">void</span></code>
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">Context</span></code>
</p>
</td>
<td>
<p>
This is the type of the current generator execution context.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h5"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.notation"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.notation">Notation</a>
</h6>
<div class="variablelist">
<p class="title"><b>Notation</b></p>
<dl class="variablelist">
<dt><span class="term"><code class="computeroutput"><span class="identifier">Exposed</span></code></span></dt>
<dd><p>
A type exposed as the native attribute of a component.
</p></dd>
<dt><span class="term"><code class="computeroutput"><span class="identifier">Attrib</span></code></span></dt>
<dd><p>
A container type to be used to generate output from.
</p></dd>
<dt><span class="term"><code class="computeroutput"><span class="identifier">attr</span></code></span></dt>
<dd><p>
An attribute instance of type <code class="computeroutput"><span class="identifier">Attrib</span></code>.
</p></dd>
<dt><span class="term"><code class="computeroutput"><span class="identifier">ctx</span></code></span></dt>
<dd><p>
An instance of type <code class="computeroutput"><span class="identifier">Context</span></code>.
</p></dd>
</dl>
</div>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h6"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.expression_semantics"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.expression_semantics">Expression
Semantics</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Expression
</p>
</th>
<th>
<p>
Semantics
</p>
</th>
</tr></thead>
<tbody><tr>
<td>
<p>
</p>
<pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="identifier">extract_from_container</span><span class="special"><</span><span class="identifier">Exposed</span><span class="special">,</span> <span class="identifier">Attrib</span><span class="special">>::</span><span class="identifier">call</span><span class="special">(</span><span class="identifier">attr</span><span class="special">,</span> <span class="identifier">ctx</span><span class="special">)</span></pre>
<p>
</p>
</td>
<td>
<p>
Extract the value to generate output from the contaner given
by <code class="computeroutput"><span class="identifier">attr</span></code> and return
it to the caller.
</p>
</td>
</tr></tbody>
</table></div>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h7"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.predefined_specializations"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.predefined_specializations">Predefined
Specializations</a>
</h6>
<p>
<a href="http://boost-spirit.com" target="_top">Spirit</a> predefines specializations
of this customization point for several types. The following table lists
those types together with the types exposed and the corresponding semantics:
</p>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Template Parameters
</p>
</th>
<th>
<p>
Value
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">Attrib</span></code>
</p>
</td>
<td>
<p>
The exposed typedef <code class="computeroutput"><span class="identifier">type</span></code>
is defined to <code class="computeroutput"><span class="identifier">Attrib</span>
<span class="keyword">const</span><span class="special">&</span></code>.
The function <code class="computeroutput"><span class="identifier">call</span><span class="special">()</span></code> returns the argument by reference
without change.
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">unused_type</span></code>
</p>
</td>
<td>
<p>
The exposed typedef <code class="computeroutput"><span class="identifier">type</span></code>
is defined to <code class="computeroutput"><span class="identifier">unused_type</span></code>.
The function <code class="computeroutput"><span class="identifier">call</span><span class="special">()</span></code> returns an instance of <code class="computeroutput"><span class="identifier">unused_type</span></code>.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h8"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.when_to_implement"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.when_to_implement">When
to implement</a>
</h6>
<p>
The customization point <code class="computeroutput"><span class="identifier">extract_from_container</span></code>
needs to be implemented for a specific container type whenever the default
implementation as shown above is not applicable. Examples for this could
be that the type to be extracted is different from <code class="computeroutput"><span class="identifier">Attrib</span></code>
and is not copy constructible.
</p>
<h6>
<a name="spirit.advanced.customize.extract_from_container.h9"></a>
<span class="phrase"><a name="spirit.advanced.customize.extract_from_container.example"></a></span><a class="link" href="extract_from_container.html#spirit.advanced.customize.extract_from_container.example">Example</a>
</h6>
<p>
TBD
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2001-2011 Joel de Guzman, Hartmut Kaiser<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="extract_from.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../customize.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iterate.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
workspace/杨懿帮忙改code/jts-1.8.0/doc/javadoc/com/vividsolutions/jts/linearref/LocationIndexedLine.html | yidongwork/maggie | <!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_12) on Mon Dec 18 10:45:52 PST 2006 -->
<TITLE>
LocationIndexedLine
</TITLE>
<META NAME="keywords" CONTENT="com.vividsolutions.jts.linearref.LocationIndexedLine class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="LocationIndexedLine";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="LocationIndexedLine.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.vividsolutions.jts.linearref</FONT>
<BR>
Class LocationIndexedLine</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>com.vividsolutions.jts.linearref.LocationIndexedLine</B>
</PRE>
<HR>
<DL>
<DT>public class <B>LocationIndexedLine</B><DT>extends java.lang.Object</DL>
<P>
Supports linear referencing
along a linear <A HREF="../../../../com/vividsolutions/jts/geom/Geometry.html" title="class in com.vividsolutions.jts.geom"><CODE>Geometry</CODE></A>
using <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref"><CODE>LinearLocation</CODE></A>s as the index.
<P>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== 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="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#LocationIndexedLine(com.vividsolutions.jts.geom.Geometry)">LocationIndexedLine</A></B>(<A HREF="../../../../com/vividsolutions/jts/geom/Geometry.html" title="class in com.vividsolutions.jts.geom">Geometry</A> linearGeom)</CODE>
<BR>
Constructs an object which allows linear referencing along
a given linear <A HREF="../../../../com/vividsolutions/jts/geom/Geometry.html" title="class in com.vividsolutions.jts.geom"><CODE>Geometry</CODE></A>.</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> <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#clampIndex(com.vividsolutions.jts.linearref.LinearLocation)">clampIndex</A></B>(<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> index)</CODE>
<BR>
Computes a valid index for this line
by clamping the given index to the valid range of index values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/vividsolutions/jts/geom/Geometry.html" title="class in com.vividsolutions.jts.geom">Geometry</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#extractLine(com.vividsolutions.jts.linearref.LinearLocation, com.vividsolutions.jts.linearref.LinearLocation)">extractLine</A></B>(<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> startIndex,
<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> endIndex)</CODE>
<BR>
Computes the <A HREF="../../../../com/vividsolutions/jts/geom/LineString.html" title="class in com.vividsolutions.jts.geom"><CODE>LineString</CODE></A> for the interval
on the line between the given indices.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/vividsolutions/jts/geom/Coordinate.html" title="class in com.vividsolutions.jts.geom">Coordinate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#extractPoint(com.vividsolutions.jts.linearref.LinearLocation)">extractPoint</A></B>(<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> index)</CODE>
<BR>
Computes the <A HREF="../../../../com/vividsolutions/jts/geom/Coordinate.html" title="class in com.vividsolutions.jts.geom"><CODE>Coordinate</CODE></A> for the point
on the line at the given index.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#getEndIndex()">getEndIndex</A></B>()</CODE>
<BR>
Returns the index of the end of the line</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#getStartIndex()">getStartIndex</A></B>()</CODE>
<BR>
Returns the index of the start of the line</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#indexOf(com.vividsolutions.jts.geom.Coordinate)">indexOf</A></B>(<A HREF="../../../../com/vividsolutions/jts/geom/Coordinate.html" title="class in com.vividsolutions.jts.geom">Coordinate</A> pt)</CODE>
<BR>
Computes the index for a given point on the line.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#indicesOf(com.vividsolutions.jts.geom.Geometry)">indicesOf</A></B>(<A HREF="../../../../com/vividsolutions/jts/geom/Geometry.html" title="class in com.vividsolutions.jts.geom">Geometry</A> subLine)</CODE>
<BR>
Computes the indices for a subline of the line.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#isValidIndex(com.vividsolutions.jts.linearref.LinearLocation)">isValidIndex</A></B>(<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> index)</CODE>
<BR>
Tests whether an index is in the valid index range for the line.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#project(com.vividsolutions.jts.geom.Coordinate)">project</A></B>(<A HREF="../../../../com/vividsolutions/jts/geom/Coordinate.html" title="class in com.vividsolutions.jts.geom">Coordinate</A> pt)</CODE>
<BR>
Computes the index for the closest point on the line to the given point.</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="LocationIndexedLine(com.vividsolutions.jts.geom.Geometry)"><!-- --></A><H3>
LocationIndexedLine</H3>
<PRE>
public <B>LocationIndexedLine</B>(<A HREF="../../../../com/vividsolutions/jts/geom/Geometry.html" title="class in com.vividsolutions.jts.geom">Geometry</A> linearGeom)</PRE>
<DL>
<DD>Constructs an object which allows linear referencing along
a given linear <A HREF="../../../../com/vividsolutions/jts/geom/Geometry.html" title="class in com.vividsolutions.jts.geom"><CODE>Geometry</CODE></A>.
<P>
<DT><B>Parameters:</B><DD><CODE>linearGeom</CODE> - the linear geometry to reference along</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="extractPoint(com.vividsolutions.jts.linearref.LinearLocation)"><!-- --></A><H3>
extractPoint</H3>
<PRE>
public <A HREF="../../../../com/vividsolutions/jts/geom/Coordinate.html" title="class in com.vividsolutions.jts.geom">Coordinate</A> <B>extractPoint</B>(<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> index)</PRE>
<DL>
<DD>Computes the <A HREF="../../../../com/vividsolutions/jts/geom/Coordinate.html" title="class in com.vividsolutions.jts.geom"><CODE>Coordinate</CODE></A> for the point
on the line at the given index.
If the index is out of range the first or last point on the
line will be returned.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the Coordinate at the given index</DL>
</DD>
</DL>
<HR>
<A NAME="extractLine(com.vividsolutions.jts.linearref.LinearLocation, com.vividsolutions.jts.linearref.LinearLocation)"><!-- --></A><H3>
extractLine</H3>
<PRE>
public <A HREF="../../../../com/vividsolutions/jts/geom/Geometry.html" title="class in com.vividsolutions.jts.geom">Geometry</A> <B>extractLine</B>(<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> startIndex,
<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> endIndex)</PRE>
<DL>
<DD>Computes the <A HREF="../../../../com/vividsolutions/jts/geom/LineString.html" title="class in com.vividsolutions.jts.geom"><CODE>LineString</CODE></A> for the interval
on the line between the given indices.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>startIndex</CODE> - the index of the start of the interval<DD><CODE>endIndex</CODE> - the index of the end of the interval
<DT><B>Returns:</B><DD>the linear interval between the indices</DL>
</DD>
</DL>
<HR>
<A NAME="indexOf(com.vividsolutions.jts.geom.Coordinate)"><!-- --></A><H3>
indexOf</H3>
<PRE>
public <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> <B>indexOf</B>(<A HREF="../../../../com/vividsolutions/jts/geom/Coordinate.html" title="class in com.vividsolutions.jts.geom">Coordinate</A> pt)</PRE>
<DL>
<DD>Computes the index for a given point on the line.
<p>
The supplied point does not <i>necessarily</i> have to lie precisely
on the line, but if it is far from the line the accuracy and
performance of this function is not guaranteed.
Use <A HREF="../../../../com/vividsolutions/jts/linearref/LocationIndexedLine.html#project(com.vividsolutions.jts.geom.Coordinate)"><CODE>project(com.vividsolutions.jts.geom.Coordinate)</CODE></A> to compute a guaranteed result for points
which may be far from the line.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pt</CODE> - a point on the line
<DT><B>Returns:</B><DD>the index of the point<DT><B>See Also:</B><DD><CODE>project</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="indicesOf(com.vividsolutions.jts.geom.Geometry)"><!-- --></A><H3>
indicesOf</H3>
<PRE>
public <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A>[] <B>indicesOf</B>(<A HREF="../../../../com/vividsolutions/jts/geom/Geometry.html" title="class in com.vividsolutions.jts.geom">Geometry</A> subLine)</PRE>
<DL>
<DD>Computes the indices for a subline of the line.
(The subline must <i>conform</i> to the line; that is,
all vertices in the subline (except possibly the first and last)
must be vertices of the line and occcur in the same order).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>subLine</CODE> - a subLine of the line
<DT><B>Returns:</B><DD>a pair of indices for the start and end of the subline.</DL>
</DD>
</DL>
<HR>
<A NAME="project(com.vividsolutions.jts.geom.Coordinate)"><!-- --></A><H3>
project</H3>
<PRE>
public <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> <B>project</B>(<A HREF="../../../../com/vividsolutions/jts/geom/Coordinate.html" title="class in com.vividsolutions.jts.geom">Coordinate</A> pt)</PRE>
<DL>
<DD>Computes the index for the closest point on the line to the given point.
If more than one point has the closest distance the first one along the line
is returned.
(The point does not necessarily have to lie precisely on the line.)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pt</CODE> - a point on the line
<DT><B>Returns:</B><DD>the index of the point</DL>
</DD>
</DL>
<HR>
<A NAME="getStartIndex()"><!-- --></A><H3>
getStartIndex</H3>
<PRE>
public <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> <B>getStartIndex</B>()</PRE>
<DL>
<DD>Returns the index of the start of the line
<P>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="getEndIndex()"><!-- --></A><H3>
getEndIndex</H3>
<PRE>
public <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> <B>getEndIndex</B>()</PRE>
<DL>
<DD>Returns the index of the end of the line
<P>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="isValidIndex(com.vividsolutions.jts.linearref.LinearLocation)"><!-- --></A><H3>
isValidIndex</H3>
<PRE>
public boolean <B>isValidIndex</B>(<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> index)</PRE>
<DL>
<DD>Tests whether an index is in the valid index range for the line.
<P>
<DD><DL>
<DT><B>Returns:</B><DD><code>true</code> if the index is in the valid range</DL>
</DD>
</DL>
<HR>
<A NAME="clampIndex(com.vividsolutions.jts.linearref.LinearLocation)"><!-- --></A><H3>
clampIndex</H3>
<PRE>
public <A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> <B>clampIndex</B>(<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref">LinearLocation</A> index)</PRE>
<DL>
<DD>Computes a valid index for this line
by clamping the given index to the valid range of index values
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a valid index value</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/vividsolutions/jts/linearref/LinearLocation.html" title="class in com.vividsolutions.jts.linearref"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="LocationIndexedLine.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/dht/class-use/RangeStreamer.html | anuragkapur/cassandra-2.1.2-ak-skynet | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 18 14:08:47 EDT 2015 -->
<title>Uses of Class org.apache.cassandra.dht.RangeStreamer (apache-cassandra API)</title>
<meta name="date" content="2015-06-18">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.cassandra.dht.RangeStreamer (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><a href="../../../../../org/apache/cassandra/dht/RangeStreamer.html" title="class in org.apache.cassandra.dht">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/dht/class-use/RangeStreamer.html" target="_top">Frames</a></li>
<li><a href="RangeStreamer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.dht.RangeStreamer" class="title">Uses of Class<br>org.apache.cassandra.dht.RangeStreamer</h2>
</div>
<div class="classUseContainer">No usage of org.apache.cassandra.dht.RangeStreamer</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/cassandra/dht/RangeStreamer.html" title="class in org.apache.cassandra.dht">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/dht/class-use/RangeStreamer.html" target="_top">Frames</a></li>
<li><a href="RangeStreamer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
|
public/scaladoc/2.2.2/org/scalatest/tags/SafariBrowser.html | scalatest/scalatest-website | <?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>SafariBrowser - ScalaTest 2.2.2-SNAPSHOT - org.scalatest.tags.SafariBrowser</title>
<meta name="description" content="SafariBrowser - ScalaTest 2.2.2 - SNAPSHOT - org.scalatest.tags.SafariBrowser" />
<meta name="keywords" content="SafariBrowser ScalaTest 2.2.2 SNAPSHOT org.scalatest.tags.SafariBrowser" />
<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.tags.SafariBrowser';
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/trait_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.tags">tags</a></p>
<h1>SafariBrowser</h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">trait</span>
</span>
<span class="symbol">
<span class="name">SafariBrowser</span><span class="result"> extends <span class="extype" name="java.lang.annotation.Annotation">Annotation</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Tag that indicates a Selenium test uses the Safari browser.</p><p><em>Note: This is actually an annotation defined in Java, not a Scala trait. It must be defined in Java instead of Scala so it will be accessible
at runtime. It has been inserted into Scaladoc by pretending it is a trait.</em></p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.2.2-for-scala-2.11-and-2.10/src/main/scala/org/scalatest/tags/SafariBrowser.scala" target="_blank">SafariBrowser.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="java.lang.annotation.Annotation">Annotation</span>, <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.tags.SafariBrowser"><span>SafariBrowser</span></li><li class="in" name="java.lang.annotation.Annotation"><span>Annotation</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="values" class="values members">
<h3>Abstract Value Members</h3>
<ol><li name="java.lang.annotation.Annotation#annotationType" visbl="pub" data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="annotationType():Class[_<:java.lang.annotation.Annotation]"></a>
<a id="annotationType():Class[_<:Annotation]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">annotationType</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_ <: <span class="extype" name="java.lang.annotation.Annotation">Annotation</span>]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Annotation</dd></dl></div>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Concrete 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="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="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="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="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="scala.AnyRef#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="java.lang.String">String</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#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="java.lang.annotation.Annotation">
<h3>Inherited from <span class="extype" name="java.lang.annotation.Annotation">Annotation</span></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> |
public/docs/ts/latest/modules/_iter_unique_by_hash_docs_types_index_d_.html | stdlib-js/www | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>"iter/unique-by-hash/docs/types/index.d" | stdlib</title>
<meta name="description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing.">
<meta name="author" content="stdlib">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="manifest" href="../manifest.json">
<link rel="mask-icon" href="../safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- Facebook Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="stdlib">
<meta property="og:url" content="https://stdlib.io/">
<meta property="og:title" content="A standard library for JavaScript and Node.js.">
<meta property="og:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing.">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="">
<!-- Twitter -->
<meta name="twitter:card" content="A standard library for JavaScript and Node.js.">
<meta name="twitter:site" content="@stdlibjs">
<meta name="twitter:url" content="https://stdlib.io/">
<meta name="twitter:title" content="stdlib">
<meta name="twitter:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing.">
<meta name="twitter:image" content="">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/theme.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title"><img src="../logo_white.svg" alt="stdlib"></a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="_iter_unique_by_hash_docs_types_index_d_.html">"iter/unique-by-hash/docs/types/index.d"</a>
</li>
</ul>
<h1>External module "iter/unique-by-hash/docs/types/index.d"</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-not-exported">
<h3>Type aliases</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported"><a href="_iter_unique_by_hash_docs_types_index_d_.html#hashfunction" class="tsd-kind-icon">Hash<wbr>Function</a></li>
<li class="tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported"><a href="_iter_unique_by_hash_docs_types_index_d_.html#iterator" class="tsd-kind-icon">Iterator</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Functions</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_iter_unique_by_hash_docs_types_index_d_.html#iteruniquebyhash" class="tsd-kind-icon">iter<wbr>Unique<wbr>ByHash</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
<h2>Type aliases</h2>
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported">
<a name="hashfunction" class="tsd-anchor"></a>
<h3>Hash<wbr>Function</h3>
<div class="tsd-signature tsd-kind-icon">Hash<wbr>Function<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/iter/unique-by-hash/docs/types/index.d.ts#L34">lib/node_modules/@stdlib/iter/unique-by-hash/docs/types/index.d.ts:34</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Hash function.</p>
</div>
<dl class="tsd-comment-tags">
<dt>param</dt>
<dd><p>iterated value</p>
</dd>
<dt>returns</dt>
<dd><p>hash value</p>
</dd>
</dl>
</div>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter-siganture">
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> value: <span class="tsd-signature-type">any</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns
<span class="tsd-signature-type">any</span>
</h4>
</li>
</ul>
</li>
</ul>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported">
<a name="iterator" class="tsd-anchor"></a>
<h3>Iterator</h3>
<div class="tsd-signature tsd-kind-icon">Iterator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Iter</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/_types_index_d_.__stdlib_types_iter_.iterableiterator.html" class="tsd-signature-type">IterableIterator</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/iter/unique-by-hash/docs/types/index.d.ts#L26">lib/node_modules/@stdlib/iter/unique-by-hash/docs/types/index.d.ts:26</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Functions</h2>
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module">
<a name="iteruniquebyhash" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagExport assignment">Export assignment</span> iter<wbr>Unique<wbr>ByHash</h3>
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module">
<li class="tsd-signature tsd-kind-icon">iter<wbr>Unique<wbr>ByHash<span class="tsd-signature-symbol">(</span>iterator<span class="tsd-signature-symbol">: </span><a href="_iter_unique_by_hash_docs_types_index_d_.html#iterator" class="tsd-signature-type">Iterator</a>, hashFcn<span class="tsd-signature-symbol">: </span><a href="_iter_unique_by_hash_docs_types_index_d_.html#hashfunction" class="tsd-signature-type">HashFunction</a>, thisArg<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_iter_unique_by_hash_docs_types_index_d_.html#iterator" class="tsd-signature-type">Iterator</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/iter/unique-by-hash/docs/types/index.d.ts#L70">lib/node_modules/@stdlib/iter/unique-by-hash/docs/types/index.d.ts:70</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Returns an iterator which returns unique values according to a hash function.</p>
</div>
<a href="#notes" id="notes" style="color: inherit; text-decoration: none;">
<h2>Notes</h2>
</a>
<ul>
<li>A returned iterator internally buffers unique hashes and, thus, has <code>O(N)</code> memory requirements.</li>
<li>An iterated value is considered "unique" if the hash function returns a unique hash value for that iterated value. Beware that this <strong>may</strong> result in unexpected behavior. Namely, only the first iterated value mapping to a particular hash function result is returned, even if subsequent values, while mapping to the same hash, are different. Accordingly, iteration order <strong>does</strong> matter.</li>
<li>If an environment supports <code>Symbol.iterator</code> <strong>and</strong> a provided iterator is iterable, the returned iterator is iterable.</li>
</ul>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>iterator: <a href="_iter_unique_by_hash_docs_types_index_d_.html#iterator" class="tsd-signature-type">Iterator</a></h5>
<div class="tsd-comment tsd-typography">
<p>input iterator</p>
</div>
</li>
<li>
<h5>hashFcn: <a href="_iter_unique_by_hash_docs_types_index_d_.html#hashfunction" class="tsd-signature-type">HashFunction</a></h5>
<div class="tsd-comment tsd-typography">
<p>hash function</p>
</div>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> thisArg: <span class="tsd-signature-type">any</span></h5>
<div class="tsd-comment tsd-typography">
<p>hash function execution context</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns
<a href="_iter_unique_by_hash_docs_types_index_d_.html#iterator" class="tsd-signature-type">
Iterator
</a>
</h4>
<p>iterator</p>
<h4 class="tsd-example-title">Example</h4>
<div><pre><code class="language-javascript"><span class="hljs-keyword">var</span> array2iterator = <span class="hljs-built_in">require</span>( <span class="hljs-string">`@stdlib/array/to-iterator`</span> );
<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">hashFcn</span>(<span class="hljs-params"> v </span>) </span>{
<span class="hljs-keyword">return</span> v.toString();
}
<span class="hljs-keyword">var</span> iter = iterUniqueByHash( array2iterator( [ <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">4</span> ] ), hashFcn );
<span class="hljs-keyword">var</span> v = iter.next().value;
<span class="hljs-comment">// returns 1</span>
v = iter.next().value;
<span class="hljs-comment">// returns 2</span>
v = iter.next().value;
<span class="hljs-comment">// returns 4</span>
<span class="hljs-keyword">var</span> bool = iter.ne</code></pre>
</div>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Packages</em></a>
</li>
<li class="current tsd-kind-external-module">
<a href="_iter_unique_by_hash_docs_types_index_d_.html">"iter/unique-<wbr>by-<wbr>hash/docs/types/index.d"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_iter_unique_by_hash_docs_types_index_d_.html#hashfunction" class="tsd-kind-icon">Hash<wbr>Function</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_iter_unique_by_hash_docs_types_index_d_.html#iterator" class="tsd-kind-icon">Iterator</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module">
<a href="_iter_unique_by_hash_docs_types_index_d_.html#iteruniquebyhash" class="tsd-kind-icon">iter<wbr>Unique<wbr>ByHash</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer>
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
<div class="bottom-nav center border-top">
<a href="https://www.patreon.com/athan">Donate</a>
/
<a href="/docs/api/">Docs</a>
/
<a href="https://gitter.im/stdlib-js/stdlib">Chat</a>
/
<a href="https://twitter.com/stdlibjs">Twitter</a>
/
<a href="https://github.com/stdlib-js/stdlib">Contribute</a>
</div>
</footer>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script src="../assets/js/theme.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</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-105890493-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html> |
2012.12.0/apidocs/org/wildfly/swarm/config/jgroups/stack/relay/RemoteSiteSupplier.html | wildfly-swarm/wildfly-swarm-javadocs | <!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:10 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RemoteSiteSupplier (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="RemoteSiteSupplier (BOM: * : All 2012.12.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/RemoteSiteSupplier.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/jgroups/stack/relay/RemoteSiteConsumer.html" title="interface in org.wildfly.swarm.config.jgroups.stack.relay"><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/jgroups/stack/relay/RemoteSiteSupplier.html" target="_top">Frames</a></li>
<li><a href="RemoteSiteSupplier.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.jgroups.stack.relay</div>
<h2 title="Interface RemoteSiteSupplier" class="title">Interface RemoteSiteSupplier<T extends <a href="../../../../../../../org/wildfly/swarm/config/jgroups/stack/relay/RemoteSite.html" title="class in org.wildfly.swarm.config.jgroups.stack.relay">RemoteSite</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">RemoteSiteSupplier<T extends <a href="../../../../../../../org/wildfly/swarm/config/jgroups/stack/relay/RemoteSite.html" title="class in org.wildfly.swarm.config.jgroups.stack.relay">RemoteSite</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/jgroups/stack/relay/RemoteSite.html" title="class in org.wildfly.swarm.config.jgroups.stack.relay">RemoteSite</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/jgroups/stack/relay/RemoteSiteSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of RemoteSite 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/jgroups/stack/relay/RemoteSite.html" title="class in org.wildfly.swarm.config.jgroups.stack.relay">RemoteSite</a> get()</pre>
<div class="block">Constructed instance of RemoteSite 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/RemoteSiteSupplier.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/jgroups/stack/relay/RemoteSiteConsumer.html" title="interface in org.wildfly.swarm.config.jgroups.stack.relay"><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/jgroups/stack/relay/RemoteSiteSupplier.html" target="_top">Frames</a></li>
<li><a href="RemoteSiteSupplier.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>
|
2.3.0.Final/apidocs/org/wildfly/swarm/config/jgroups/package-use.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Jan 16 11:48:26 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.wildfly.swarm.config.jgroups (BOM: * : All 2.3.0.Final API)</title>
<meta name="date" content="2019-01-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="Uses of Package org.wildfly.swarm.config.jgroups (BOM: * : All 2.3.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>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 class="aboutLanguage">Thorntail API, 2.3.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/jgroups/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package org.wildfly.swarm.config.jgroups" class="title">Uses of Package<br>org.wildfly.swarm.config.jgroups</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="../../../../../org/wildfly/swarm/config/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</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.jgroups">org.wildfly.swarm.config.jgroups</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.jgroups.channel">org.wildfly.swarm.config.jgroups.channel</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.jgroups.stack">org.wildfly.swarm.config.jgroups.stack</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<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/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> used by <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Channel.html#org.wildfly.swarm.config">Channel</a>
<div class="block">A JGroups channel.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/ChannelConsumer.html#org.wildfly.swarm.config">ChannelConsumer</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/ChannelSupplier.html#org.wildfly.swarm.config">ChannelSupplier</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Stack.html#org.wildfly.swarm.config">Stack</a>
<div class="block">The configuration of a JGroups protocol stack.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/StackConsumer.html#org.wildfly.swarm.config">StackConsumer</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/StackSupplier.html#org.wildfly.swarm.config">StackSupplier</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.jgroups">
<!-- -->
</a>
<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/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> used by <a href="../../../../../org/wildfly/swarm/config/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Channel.html#org.wildfly.swarm.config.jgroups">Channel</a>
<div class="block">A JGroups channel.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Channel.ChannelResources.html#org.wildfly.swarm.config.jgroups">Channel.ChannelResources</a>
<div class="block">Child mutators for Channel</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/ChannelConsumer.html#org.wildfly.swarm.config.jgroups">ChannelConsumer</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Property.html#org.wildfly.swarm.config.jgroups">Property</a>
<div class="block">A protocol property with name and value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/PropertyConsumer.html#org.wildfly.swarm.config.jgroups">PropertyConsumer</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/PropertySupplier.html#org.wildfly.swarm.config.jgroups">PropertySupplier</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Protocol.html#org.wildfly.swarm.config.jgroups">Protocol</a>
<div class="block">The configuration of a protocol within a protocol stack.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Protocol.ProtocolResources.html#org.wildfly.swarm.config.jgroups">Protocol.ProtocolResources</a>
<div class="block">Child mutators for Protocol</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/ProtocolConsumer.html#org.wildfly.swarm.config.jgroups">ProtocolConsumer</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/ProtocolSupplier.html#org.wildfly.swarm.config.jgroups">ProtocolSupplier</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Stack.html#org.wildfly.swarm.config.jgroups">Stack</a>
<div class="block">The configuration of a JGroups protocol stack.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Stack.StackResources.html#org.wildfly.swarm.config.jgroups">Stack.StackResources</a>
<div class="block">Child mutators for Stack</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/StackConsumer.html#org.wildfly.swarm.config.jgroups">StackConsumer</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.jgroups.channel">
<!-- -->
</a>
<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/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> used by <a href="../../../../../org/wildfly/swarm/config/jgroups/channel/package-summary.html">org.wildfly.swarm.config.jgroups.channel</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Protocol.html#org.wildfly.swarm.config.jgroups.channel">Protocol</a>
<div class="block">The configuration of a protocol within a protocol stack.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/ProtocolConsumer.html#org.wildfly.swarm.config.jgroups.channel">ProtocolConsumer</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/ProtocolSupplier.html#org.wildfly.swarm.config.jgroups.channel">ProtocolSupplier</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.jgroups.stack">
<!-- -->
</a>
<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/jgroups/package-summary.html">org.wildfly.swarm.config.jgroups</a> used by <a href="../../../../../org/wildfly/swarm/config/jgroups/stack/package-summary.html">org.wildfly.swarm.config.jgroups.stack</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/Property.html#org.wildfly.swarm.config.jgroups.stack">Property</a>
<div class="block">A protocol property with name and value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/PropertyConsumer.html#org.wildfly.swarm.config.jgroups.stack">PropertyConsumer</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/wildfly/swarm/config/jgroups/class-use/PropertySupplier.html#org.wildfly.swarm.config.jgroups.stack">PropertySupplier</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-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.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/jgroups/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 © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
2.3.0.Final/apidocs/org/wildfly/swarm/config/ejb3/service/package-tree.html | wildfly-swarm/wildfly-swarm-javadocs | <!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 Jan 16 11:48:20 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.ejb3.service Class Hierarchy (BOM: * : All 2.3.0.Final API)</title>
<meta name="date" content="2019-01-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="org.wildfly.swarm.config.ejb3.service Class Hierarchy (BOM: * : All 2.3.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>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">Thorntail API, 2.3.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/ejb3/remoting_profile/package-tree.html">Prev</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/elytron/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/ejb3/service/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.ejb3.service</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="https://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">org.wildfly.swarm.config.ejb3.service.<a href="../../../../../../org/wildfly/swarm/config/ejb3/service/DatabaseDataStore.html" title="class in org.wildfly.swarm.config.ejb3.service"><span class="typeNameLink">DatabaseDataStore</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.ejb3.service.<a href="../../../../../../org/wildfly/swarm/config/ejb3/service/FileDataStore.html" title="class in org.wildfly.swarm.config.ejb3.service"><span class="typeNameLink">FileDataStore</span></a><T></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">org.wildfly.swarm.config.ejb3.service.<a href="../../../../../../org/wildfly/swarm/config/ejb3/service/DatabaseDataStoreConsumer.html" title="interface in org.wildfly.swarm.config.ejb3.service"><span class="typeNameLink">DatabaseDataStoreConsumer</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.ejb3.service.<a href="../../../../../../org/wildfly/swarm/config/ejb3/service/DatabaseDataStoreSupplier.html" title="interface in org.wildfly.swarm.config.ejb3.service"><span class="typeNameLink">DatabaseDataStoreSupplier</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.ejb3.service.<a href="../../../../../../org/wildfly/swarm/config/ejb3/service/FileDataStoreConsumer.html" title="interface in org.wildfly.swarm.config.ejb3.service"><span class="typeNameLink">FileDataStoreConsumer</span></a><T></li>
<li type="circle">org.wildfly.swarm.config.ejb3.service.<a href="../../../../../../org/wildfly/swarm/config/ejb3/service/FileDataStoreSupplier.html" title="interface in org.wildfly.swarm.config.ejb3.service"><span class="typeNameLink">FileDataStoreSupplier</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">Thorntail API, 2.3.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/ejb3/remoting_profile/package-tree.html">Prev</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/elytron/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/ejb3/service/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 © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
public/scaladoc/2.1.0/org/scalatest/PendingNothing.html | scalatest/scalatest-website | <?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>PendingNothing - ScalaTest 2.1.0 - org.scalatest.PendingNothing</title>
<meta name="description" content="PendingNothing - ScalaTest 2.1.0 - org.scalatest.PendingNothing" />
<meta name="keywords" content="PendingNothing ScalaTest 2.1.0 org.scalatest.PendingNothing" />
<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.PendingNothing';
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></p>
<h1>PendingNothing</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">PendingNothing</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>Type that is used as the return type of the <code>pending</code> method in class
<a href="Suite.html"><code>Suite</code></a>, which always completes abruptly with a
<a href="exceptions/TestPendingException.html"><code>TestPendingException</code></a>.</p><p>This type is used primarily to facilitate the <code>is (pending)</code> syntax of
traits <a href="FlatSpec.html"><code>FlatSpec</code></a> and <a href="WordSpec.html"><code>WordSpec</code></a>, as well the
<code>is (pending)</code> or <code>(pending)</code> syntax of several traits
in the <code>org.scalatest.fixture</code> package. Because the <code>pending</code>
method in <code>Suite</code> always completes abruptly with an exception, its
type would be inferred to be <code>Nothing</code>, which is a relatively common
type. To make sure syntax like <code>is (pending)</code> only works with
method <code>pending</code>, it is helpful to have a specially named
"<code>Nothing</code>" type.</p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.1.0-for-scala-2.10/src/main/scala/org/scalatest/PendingNothing.scala" target="_blank">PendingNothing.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.PendingNothing"><span>PendingNothing</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.PendingNothing#<init>" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="<init>():org.scalatest.PendingNothing"></a>
<a id="<init>:PendingNothing"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">PendingNothing</span><span class="params">()</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="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="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[<span class="extype" name="java.lang">java.lang</span>] </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[<span class="extype" name="java.lang">java.lang</span>] </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="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="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="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="scala.AnyRef#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="java.lang.String">String</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#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> |
public/scaladoc/3.0.1-2.12/org/scalatest/matchers/Matcher$AndEndWithWord.html | scalatest/scalatest-website | <!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>ScalaTest 3.0.1 - org.scalatest.matchers.Matcher.AndEndWithWord</title>
<meta name="description" content="ScalaTest 3.0.1 - org.scalatest.matchers.Matcher.AndEndWithWord" />
<meta name="keywords" content="ScalaTest 3.0.1 org.scalatest.matchers.Matcher.AndEndWithWord" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js"></script>
<script type="text/javascript" src="../../../lib/jquery.panzoom.min.js"></script>
<script type="text/javascript" src="../../../lib/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../../../lib/index.js"></script>
<script type="text/javascript" src="../../../index.js"></script>
<script type="text/javascript" src="../../../lib/scheduler.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
/* this variable can be used by the JS to determine the path to the root document */
var toRoot = '../../../';
</script>
</head>
<body>
<div id="search">
<span id="doc-title">ScalaTest 3.0.1<span id="doc-version"></span></span>
<span class="close-results"><span class="left"><</span> Back</span>
<div id="textfilter">
<span class="input">
<input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" />
<i class="clear material-icons"></i>
<i id="search-icon" class="material-icons"></i>
</span>
</div>
</div>
<div id="search-results">
<div id="search-progress">
<div id="progress-fill"></div>
</div>
<div id="results-content">
<div id="entity-results"></div>
<div id="member-results"></div>
</div>
</div>
<div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;">
<div id="content-container" style="-webkit-overflow-scrolling: touch;">
<div id="subpackage-spacer">
<div id="packages">
<h1>Packages</h1>
<ul>
<li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="_root_"></a><a id="root:_root_"></a>
<span class="permalink">
<a href="index.html#_root_" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../index.html">
<span class="name">root</span>
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="_root_.org" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="org"></a><a id="org:org"></a>
<span class="permalink">
<a href="index.html#org" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../index.html">
<span class="name">org</span>
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="org.scalatest" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="scalatest"></a><a id="scalatest:scalatest"></a>
<span class="permalink">
<a href="../org/index.html#scalatest" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter." href="../index.html">
<span class="name">scalatest</span>
</a>
</span>
<p class="shortcomment cmt">ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter.</p><div class="fullcomment"><div class="comment cmt"><p>ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="org">org</a></dd></dl></div>
</li><li name="org.scalatest.matchers" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="matchers"></a><a id="matchers:matchers"></a>
<span class="permalink">
<a href="../../org/scalatest/index.html#matchers" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="index.html">
<span class="name">matchers</span>
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="org.scalatest">scalatest</a></dd></dl></div>
</li><li name="org.scalatest.matchers.Matcher" visbl="pub" class="indented4 " data-isabs="true" fullComment="yes" group="Ungrouped">
<a id="Matcher[-T]extendsT=>org.scalatest.matchers.MatchResult"></a><a id="Matcher[-T]:Matcher[T]"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/index.html#Matcher[-T]extendsT=>org.scalatest.matchers.MatchResult" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">trait</span>
</span>
<span class="symbol">
<a title="Trait extended by objects that can match a value of the specified type." href="Matcher.html">
<span class="name">Matcher</span>
</a><span class="tparams">[<span name="T">-T</span>]</span><span class="result"> extends (<span class="extype" name="org.scalatest.matchers.Matcher.T">T</span>) ⇒ <a href="MatchResult.html" class="extype" name="org.scalatest.matchers.MatchResult">MatchResult</a></span>
</span>
<p class="shortcomment cmt">Trait extended by objects that can match a value of the specified type.</p><div class="fullcomment"><div class="comment cmt"><p>Trait extended by objects that can match a value of the specified type. The value to match is
passed to the matcher's <code>apply</code> method. The result is a <code>MatchResult</code>.
A matcher is, therefore, a function from the specified type, <code>T</code>, to a <code>MatchResult</code>.</p><h4> Creating custom matchers </h4><p>If none of the built-in matcher syntax satisfies a particular need you have, you can create
custom <code>Matcher</code>s that allow
you to place your own syntax directly after <code>should</code>. For example, although you can ensure that a <code>java.io.File</code> has a name
that ends with a particular extension like this:</p><p><pre class="stHighlighted">
file.getName should endWith (<span class="stQuotedString">".txt"</span>)
</pre></p><p>You might prefer
to create a custom <code>Matcher[java.io.File]</code>
named <code>endWithExtension</code>, so you could write expressions like:</p><p><pre class="stHighlighted">
file should endWithExtension (<span class="stQuotedString">"txt"</span>)
file should not endWithExtension <span class="stQuotedString">"txt"</span>
file should (exist and endWithExtension (<span class="stQuotedString">"txt"</span>))
</pre></p><p>One good way to organize custom matchers is to place them inside one or more
traits that you can then mix into the suites that need them. Here's an example:</p><p><pre class="stHighlighted">
<span class="stReserved">import</span> org.scalatest._
<span class="stReserved">import</span> matchers._
<span class="stReserved">trait</span> <span class="stType">CustomMatchers</span> {
<span class="stReserved">class</span> <span class="stType">FileEndsWithExtensionMatcher</span>(expectedExtension: <span class="stType">String</span>) <span class="stReserved">extends</span> <span class="stType">Matcher[java.io.File]</span> {
<span class="stReserved">def</span> apply(left: <span class="stType">java.io.File</span>) = {
<span class="stReserved">val</span> name = left.getName
<span class="stType">MatchResult</span>(
name.endsWith(expectedExtension),
s<span class="stQuotedString">"""File $name did not end with extension "$expectedExtension""""</span>,
s<span class="stQuotedString">"""File $name ended with extension "$expectedExtension""""</span>
)
}
}
<span class="stReserved">def</span> endWithExtension(expectedExtension: <span class="stType">String</span>) = <span class="stReserved">new</span> <span class="stType">FileEndsWithExtensionMatcher</span>(expectedExtension)
}
<span class="stLineComment">// Make them easy to import with:</span>
<span class="stLineComment">// import CustomMatchers._</span>
<span class="stReserved">object</span> <span class="stType">CustomMatchers</span> <span class="stReserved">extends</span> <span class="stType">CustomMatchers</span>
</pre></p><p>Note: the <code>CustomMatchers</code> companion object exists to make it easy to bring the
matchers defined in this trait into scope via importing, instead of mixing in the trait. The ability
to import them is useful, for example, when you want to use the matchers defined in a trait in the Scala interpreter console.</p><p>This trait contains one matcher class, <code>FileEndsWithExtensionMatcher</code>, and a <code>def</code> named <code>endWithExtension</code> that returns a new
instance of <code>FileEndsWithExtensionMatcher</code>. Because the class extends <code>Matcher[java.io.File]</code>,
the compiler will only allow it be used to match against instances of <code>java.io.File</code>. A matcher must declare an
<code>apply</code> method that takes the type decared in <code>Matcher</code>'s type parameter, in this case <code>java.io.File</code>.
The apply method will return a <code>MatchResult</code> whose <code>matches</code> field will indicate whether the match succeeded.
The <code>failureMessage</code> field will provide a programmer-friendly error message indicating, in the event of a match failure, what caused
the match to fail.</p><p>The <code>FileEndsWithExtensionMatcher</code> matcher in this example determines success by determining if the passed <code>java.io.File</code> ends with
the desired extension. It does this in the first argument passed to the <code>MatchResult</code> factory method:</p><p><pre class="stHighlighted">
name.endsWith(expectedExtension)
</pre></p><p>In other words, if the file name has the expected extension, this matcher matches.
The next argument to <code>MatchResult</code>'s factory method produces the failure message string:</p><p><pre class="stHighlighted">
s<span class="stQuotedString">"""File $name did not end with extension "$expectedExtension""""</span>,
</pre></p><p>For example, consider this matcher expression:</p><p><pre class="stHighlighted">
<span class="stReserved">import</span> org.scalatest._
<span class="stReserved">import</span> Matchers._
<span class="stReserved">import</span> java.io.File
<span class="stReserved">import</span> CustomMatchers._
<span class="stReserved">new</span> <span class="stType">File</span>(<span class="stQuotedString">"essay.text"</span>) should endWithExtension (<span class="stQuotedString">"txt"</span>)
</pre></p><p>Because the passed <code>java.io.File</code> has the name <code>essay.text</code>, but the expected extension is <code>"txt"</code>, the failure
message would be:</p><p><pre>
File essay.text did not have extension "txt"
</pre></p><p>For more information on the fields in a <code>MatchResult</code>, including the subsequent field (or fields) that follow the failure message,
please see the documentation for <a href="MatchResult.html"><code>MatchResult</code></a>.</p><p><a name="otherways"></a></p><h4> Creating dynamic matchers </h4><p>There are other ways to create new matchers besides defining one as shown above. For example, you might check that a file is hidden like this:</p><p><pre class="stHighlighted">
<span class="stReserved">new</span> <span class="stType">File</span>(<span class="stQuotedString">"secret.txt"</span>) should be (<span class="stQuotedString">'hidden</span>)
</pre></p><p>If you wanted to get rid of the tick mark, you could simply define <code>hidden</code> like this:</p><p><pre class="stHighlighted">
<span class="stReserved">val</span> hidden = <span class="stQuotedString">'hidden</span>
</pre></p><p>Now you can check that an file is hidden without the tick mark:</p><p><pre class="stHighlighted">
<span class="stReserved">new</span> <span class="stType">File</span>(<span class="stQuotedString">"secret.txt"</span>) should be (hidden)
</pre></p><p>You could get rid of the parens with by using <code>shouldBe</code>:</p><p><pre class="stHighlighted">
<span class="stReserved">new</span> <span class="stType">File</span>(<span class="stQuotedString">"secret.txt"</span>) shouldBe hidden
</pre></p><h4> Creating matchers using logical operators </h4><p>You can also use ScalaTest matchers' logical operators to combine existing matchers into new ones, like this:</p><p><pre class="stHighlighted">
<span class="stReserved">val</span> beWithinTolerance = be >= <span class="stLiteral">0</span> and be <= <span class="stLiteral">10</span>
</pre></p><p>Now you could check that a number is within the tolerance (in this case, between 0 and 10, inclusive), like this:</p><p><pre class="stHighlighted">
num should beWithinTolerance
</pre></p><p>When defining a full blown matcher, one shorthand is to use one of the factory methods in <code>Matcher</code>'s companion
object. For example, instead of writing this:</p><p><pre class="stHighlighted">
<span class="stReserved">val</span> beOdd =
<span class="stReserved">new</span> <span class="stType">Matcher[Int]</span> {
<span class="stReserved">def</span> apply(left: <span class="stType">Int</span>) =
<span class="stType">MatchResult</span>(
left % <span class="stLiteral">2</span> == <span class="stLiteral">1</span>,
left + <span class="stQuotedString">" was not odd"</span>,
left + <span class="stQuotedString">" was odd"</span>
)
}
</pre></p><p>You could alternately write this:</p><p><pre class="stHighlighted">
<span class="stReserved">val</span> beOdd =
<span class="stType">Matcher</span> { (left: <span class="stType">Int</span>) =>
<span class="stType">MatchResult</span>(
left % <span class="stLiteral">2</span> == <span class="stLiteral">1</span>,
left + <span class="stQuotedString">" was not odd"</span>,
left + <span class="stQuotedString">" was odd"</span>
)
}
</pre></p><p>Either way you define the <code>beOdd</code> matcher, you could use it like this:</p><p><pre class="stHighlighted">
<span class="stLiteral">3</span> should beOdd
<span class="stLiteral">4</span> should not (beOdd)
</pre></p><p><a name="composingMatchers"></a></p><h4> Composing matchers </h4><p>You can also compose matchers. For example, the <code>endWithExtension</code> matcher from the example above
can be more easily created by composing a function with the existing <code>endWith</code> matcher:</p><p><pre class="stREPL">
scala> import org.scalatest._
import org.scalatest._
scala> import Matchers._
import Matchers._
scala> import java.io.File
import java.io.File
scala> def endWithExtension(ext: String) = endWith(ext) compose { (f: File) => f.getPath }
endWithExtension: (ext: String)org.scalatest.matchers.Matcher[java.io.File]
</pre></p><p>Now you have a <code>Matcher[File]</code> whose <code>apply</code> method first
invokes the converter function to convert the passed <code>File</code> to a <code>String</code>,
then passes the resulting <code>String</code> to <code>endWith</code>. Thus, you could use this version
<code>endWithExtension</code> like the previous one:</p><p><pre class="stREPL">
scala> new File("output.txt") should endWithExtension("txt")
</pre></p><p>In addition, by composing twice, you can modify the type of both sides of a match statement
with the same function, like this:</p><p><pre class="stREPL">
scala> val f = be > (_: Int)
f: Int => org.scalatest.matchers.Matcher[Int] = <function1>
scala> val g = (_: String).toInt
g: String => Int = <function1>
scala> val beAsIntsGreaterThan = (f compose g) andThen (_ compose g)
beAsIntsGreaterThan: String => org.scalatest.matchers.Matcher[String] = <function1>
scala> "8" should beAsIntsGreaterThan ("7")
</pre></p><p>At thsi point, however, the error message for the <code>beAsIntsGreaterThan</code>
gives no hint that the <code>Int</code>s being compared were parsed from <code>String</code>s:</p><p><pre class="stREPL">
scala> "7" should beAsIntsGreaterThan ("8")
org.scalatest.exceptions.TestFailedException: 7 was not greater than 8
</pre></p><p>To modify error message, you can use trait <a href="MatcherProducers.html"><code>MatcherProducers</code></a>, which
also provides a <code>composeTwice</code> method that performs the <code>compose</code> ...
<code>andThen</code> ... <code>compose</code> operation:</p><p><pre class="stREPL">
scala> import matchers._
import matchers._
scala> import MatcherProducers._
import MatcherProducers._
scala> val beAsIntsGreaterThan = f composeTwice g // means: (f compose g) andThen (_ compose g)
beAsIntsGreaterThan: String => org.scalatest.matchers.Matcher[String] = <function1>
scala> "8" should beAsIntsGreaterThan ("7")
</pre></p><p>Of course, the error messages is still the same:</p><p><pre class="stREPL">
scala> "7" should beAsIntsGreaterThan ("8")
org.scalatest.exceptions.TestFailedException: 7 was not greater than 8
</pre></p><p>To modify the error messages, you can use <code>mapResult</code> from <code>MatcherProducers</code>. Here's an example:</p><p><pre class="stREPL">
scala> val beAsIntsGreaterThan =
f composeTwice g mapResult { mr =>
mr.copy(
failureMessageArgs =
mr.failureMessageArgs.map((LazyArg(_) { "\"" + _.toString + "\".toInt"})),
negatedFailureMessageArgs =
mr.negatedFailureMessageArgs.map((LazyArg(_) { "\"" + _.toString + "\".toInt"})),
midSentenceFailureMessageArgs =
mr.midSentenceFailureMessageArgs.map((LazyArg(_) { "\"" + _.toString + "\".toInt"})),
midSentenceNegatedFailureMessageArgs =
mr.midSentenceNegatedFailureMessageArgs.map((LazyArg(_) { "\"" + _.toString + "\".toInt"}))
)
}
beAsIntsGreaterThan: String => org.scalatest.matchers.Matcher[String] = <function1>
</pre></p><p>The <code>mapResult</code> method takes a function that accepts a <code>MatchResult</code> and produces a new
<code>MatchResult</code>, which can contain modified arguments and modified error messages. In this example,
the error messages are being modified by wrapping the old arguments in <a href="LazyArg.html"><code>LazyArg</code></a>
instances that lazily apply the given prettification functions to the <code>toString</code> result of the old args.
Now the error message is clearer:</p><p><pre class="stREPL">
scala> "7" should beAsIntsGreaterThan ("8")
org.scalatest.exceptions.TestFailedException: "7".toInt was not greater than "8".toInt
</pre></p><h4> Matcher's variance </h4><p><code>Matcher</code> is contravariant in its type parameter, <code>T</code>, to make its use more flexible.
As an example, consider the hierarchy:</p><p><pre class="stHighlighted">
<span class="stReserved">class</span> <span class="stType">Fruit</span>
<span class="stReserved">class</span> <span class="stType">Orange</span> <span class="stReserved">extends</span> <span class="stType">Fruit</span>
<span class="stReserved">class</span> <span class="stType">ValenciaOrange</span> <span class="stReserved">extends</span> <span class="stType">Orange</span>
</pre></p><p>Given an orange:</p><p><pre class="stHighlighted">
<span class="stReserved">val</span> orange = <span class="stType">Orange</span>
</pre></p><p>The expression "<code>orange should</code>" will, via an implicit conversion in <code>Matchers</code>,
result in an object that has a <code>should</code>
method that takes a <code>Matcher[Orange]</code>. If the static type of the matcher being passed to <code>should</code> is
<code>Matcher[Valencia]</code> it shouldn't (and won't) compile. The reason it shouldn't compile is that
the left value is an <code>Orange</code>, but not necessarily a <code>Valencia</code>, and a
<code>Matcher[Valencia]</code> only knows how to match against a <code>Valencia</code>. The reason
it won't compile is given that <code>Matcher</code> is contravariant in its type parameter, <code>T</code>, a
<code>Matcher[Valencia]</code> is <em>not</em> a subtype of <code>Matcher[Orange]</code>.</p><p>By contrast, if the static type of the matcher being passed to <code>should</code> is <code>Matcher[Fruit]</code>,
it should (and will) compile. The reason it <em>should</em> compile is that given the left value is an <code>Orange</code>,
it is also a <code>Fruit</code>, and a <code>Matcher[Fruit]</code> knows how to match against <code>Fruit</code>s.
The reason it <em>will</em> compile is that given that <code>Matcher</code> is contravariant in its type parameter, <code>T</code>, a
<code>Matcher[Fruit]</code> is indeed a subtype of <code>Matcher[Orange]</code>.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="org.scalatest.matchers">matchers</a></dd></dl></div>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$AndBeWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$AndBeWord.html" title="This class is part of the ScalaTest matchers DSL.">
AndBeWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$AndContainWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$AndContainWord.html" title="This class is part of the ScalaTest matchers DSL.">
AndContainWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="" title="This class is part of the ScalaTest matchers DSL.">
AndEndWithWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$AndFullyMatchWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$AndFullyMatchWord.html" title="This class is part of the ScalaTest matchers DSL.">
AndFullyMatchWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$AndHaveWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$AndHaveWord.html" title="This class is part of the ScalaTest matchers DSL.">
AndHaveWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$AndIncludeWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$AndIncludeWord.html" title="This class is part of the ScalaTest matchers DSL.">
AndIncludeWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$AndNotWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$AndNotWord.html" title="This class is part of the ScalaTest matchers DSL.">
AndNotWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$AndStartWithWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$AndStartWithWord.html" title="This class is part of the ScalaTest matchers DSL.">
AndStartWithWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$OrBeWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$OrBeWord.html" title="This class is part of the ScalaTest matchers DSL.">
OrBeWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$OrContainWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$OrContainWord.html" title="This class is part of the ScalaTest matchers DSL.">
OrContainWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$OrEndWithWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$OrEndWithWord.html" title="This class is part of the ScalaTest matchers DSL.">
OrEndWithWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$OrFullyMatchWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$OrFullyMatchWord.html" title="This class is part of the ScalaTest matchers DSL.">
OrFullyMatchWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$OrHaveWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$OrHaveWord.html" title="This class is part of the ScalaTest matchers DSL.">
OrHaveWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$OrIncludeWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$OrIncludeWord.html" title="This class is part of the ScalaTest matchers DSL.">
OrIncludeWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$OrNotWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$OrNotWord.html" title="This class is part of the ScalaTest matchers DSL.">
OrNotWord
</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Matcher$OrStartWithWord.html" title="This class is part of the ScalaTest matchers DSL."></a>
<a href="Matcher$OrStartWithWord.html" title="This class is part of the ScalaTest matchers DSL.">
OrStartWithWord
</a>
</li>
</ul>
</div>
</div>
<div id="content">
<body class="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">
<div class="big-circle class">c</div>
<p id="owner"><a href="../../index.html" class="extype" name="org">org</a>.<a href="../index.html" class="extype" name="org.scalatest">scalatest</a>.<a href="index.html" class="extype" name="org.scalatest.matchers">matchers</a>.<a href="Matcher.html" class="extype" name="org.scalatest.matchers.Matcher">Matcher</a></p>
<h1>AndEndWithWord<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span></h1>
<h3><span class="morelinks"></span></h3>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">class</span>
</span>
<span class="symbol">
<span class="name">AndEndWithWord</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="../Matchers.html"><code>Matchers</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-3.0.1/scalatest//src/main/scala/org/scalatest/matchers/Matcher.scala" target="_blank">Matcher.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 class="toggle"></div>
<div id="memberfilter">
<i class="material-icons arrow"></i>
<span class="input">
<input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" />
</span>
<i class="clear material-icons"></i>
</div>
<div id="filterby">
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By Inheritance</span></li>
</ol>
</div>
<div class="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.scalatest.matchers.Matcher.AndEndWithWord"><span>AndEndWithWord</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div class="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show All</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="constructors" class="members">
<h3>Instance Constructors</h3>
<ol><li name="org.scalatest.matchers.Matcher.AndEndWithWord#<init>" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="<init>():Matcher.this.AndEndWithWord"></a><a id="<init>:AndEndWithWord"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#<init>():Matcher.this.AndEndWithWord" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">AndEndWithWord</span><span class="params">()</span>
</span>
</li></ol>
</div>
<div class="values members">
<h3>Value Members</h3>
<ol>
<li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#!=(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html###():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#==(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#asInstanceOf[T0]:T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a><a id="clone():AnyRef"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#clone():Object" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
<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>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#eq(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#equals(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#finalize():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<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>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#getClass():Class[_]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#hashCode():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#isInstanceOf[T0]:Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#ne(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#notify():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#notifyAll():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.scalatest.matchers.Matcher.AndEndWithWord#regex" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="regex(regex:scala.util.matching.Regex):org.scalatest.matchers.Matcher[TwithString]"></a><a id="regex(Regex):Matcher[TwithString]"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#regex(regex:scala.util.matching.Regex):org.scalatest.matchers.Matcher[TwithString]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">regex</span><span class="params">(<span name="regex">regex: <span class="extype" name="scala.util.matching.Regex">Regex</span></span>)</span><span class="result">: <a href="Matcher.html" class="extype" name="org.scalatest.matchers.Matcher">Matcher</a>[<span class="extype" name="org.scalatest.matchers.Matcher.T">T</span> with <span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<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">
aMatcher and endWith regex (decimalRegex)
^
</pre>
</p></div></div>
</li><li name="org.scalatest.matchers.Matcher.AndEndWithWord#regex" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="regex(regexWithGroups:org.scalatest.words.RegexWithGroups):org.scalatest.matchers.Matcher[TwithString]"></a><a id="regex(RegexWithGroups):Matcher[TwithString]"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#regex(regexWithGroups:org.scalatest.words.RegexWithGroups):org.scalatest.matchers.Matcher[TwithString]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">regex</span><span class="params">(<span name="regexWithGroups">regexWithGroups: <a href="../words/RegexWithGroups.html" class="extype" name="org.scalatest.words.RegexWithGroups">RegexWithGroups</a></span>)</span><span class="result">: <a href="Matcher.html" class="extype" name="org.scalatest.matchers.Matcher">Matcher</a>[<span class="extype" name="org.scalatest.matchers.Matcher.T">T</span> with <span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<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">
aMatcher and endWith regex (<span class="stQuotedString">"a(b*)c"</span> withGroup <span class="stQuotedString">"bb"</span>)
^
</pre>
</p></div></div>
</li><li name="org.scalatest.matchers.Matcher.AndEndWithWord#regex" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="regex(regexString:String):org.scalatest.matchers.Matcher[TwithString]"></a><a id="regex(String):Matcher[TwithString]"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#regex(regexString:String):org.scalatest.matchers.Matcher[TwithString]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">regex</span><span class="params">(<span name="regexString">regexString: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <a href="Matcher.html" class="extype" name="org.scalatest.matchers.Matcher">Matcher</a>[<span class="extype" name="org.scalatest.matchers.Matcher.T">T</span> with <span class="extype" name="scala.Predef.String">String</span>]</span>
</span>
<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">
aMatcher and endWith regex (decimal)
^
</pre>
</p></div></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#synchronized[T0](x$1:=>T0):T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#toString():String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#wait():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <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>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a>
<span class="permalink">
<a href="../../../org/scalatest/matchers/Matcher$AndEndWithWord.html#wait(x$1:Long):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li>
</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>
</div>
</div>
</div>
</body>
</html>
|
docs/html/dir_6ea745f129173550d12006627cf7e8f1.html | notishell/gaia | <!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>GAIA: loader Directory 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="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">GAIA
 <span id="projectnumber">1.0.0</span>
</div>
<div id="projectbrief">GAIA is a tool sets for you.</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="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>
<!-- 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="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_b81ffb976271916a44d9b1d4bbc66fe2.html">gaia</a></li><li class="navelem"><a class="el" href="dir_f3f5a0a4567cccf18b05445717913c45.html">addon</a></li><li class="navelem"><a class="el" href="dir_6ea745f129173550d12006627cf7e8f1.html">loader</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">loader Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
Files</h2></td></tr>
<tr class="memitem:direct__loader_8c"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="direct__loader_8c.html">direct_loader.c</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:direct__loader_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="direct__loader_8h.html">direct_loader.h</a> <a href="direct__loader_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Jul 14 2015 11:39:36 for GAIA 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>
|
plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovyIfStatementWithTooManyBranches.html | mdanielwork/intellij-community | <html>
<body>
Reports instances of Groovy <b><font color="#000080">if</font></b> statements with too many branches.
Such statements may be confusing, and are often the sign of inadequate levels of design
abstraction.
<p>
Use the field provided below to specify the maximum number of branches expected.
<br>
<small>Powered by InspectorGroovy</small>
</body>
</html>
|
zomblind/doc/allclasses-frame.html | deantares/zomblind | <!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_03) on Wed Jan 23 11:58:21 CET 2013 -->
<title>All Classes</title>
<meta name="date" content="2013-01-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="antares/zomblind/in/acelerometro.html" title="class in antares.zomblind.in" target="classFrame">acelerometro</a></li>
<li><a href="antares/zomblind/out/debug.html" title="class in antares.zomblind.out" target="classFrame">debug</a></li>
<li><a href="antares/zomblind/core/entorno.html" title="class in antares.zomblind.core" target="classFrame">entorno</a></li>
<li><a href="antares/zomblind/out/habladora.html" title="class in antares.zomblind.out" target="classFrame">habladora</a></li>
<li><a href="antares/zomblind/out/interfaz.html" title="class in antares.zomblind.out" target="classFrame">interfaz</a></li>
<li><a href="antares/zomblind/core/Jugador.html" title="class in antares.zomblind.core" target="classFrame">Jugador</a></li>
<li><a href="antares/zomblind/in/MyRecognitionListener.html" title="class in antares.zomblind.in" target="classFrame">MyRecognitionListener</a></li>
<li><a href="antares/zomblind/in/orientacion.html" title="class in antares.zomblind.in" target="classFrame">orientacion</a></li>
<li><a href="antares/zomblind/in/pantalla.html" title="class in antares.zomblind.in" target="classFrame">pantalla</a></li>
<li><a href="antares/zomblind/in/teclado.html" title="class in antares.zomblind.in" target="classFrame">teclado</a></li>
<li><a href="antares/zomblind/core/zombie.html" title="class in antares.zomblind.core" target="classFrame">zombie</a></li>
<li><a href="antares/zomblind/ZomblindActivity.html" title="class in antares.zomblind" target="classFrame">ZomblindActivity</a></li>
</ul>
</div>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.