text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function right</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../proto/reference.html#header.boost.proto.traits_hpp" title="Header <boost/proto/traits.hpp>">
<link rel="prev" href="left_idp200292848.html" title="Function left">
<link rel="next" href="_expr.html" title="Struct _expr">
</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="left_idp200292848.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.traits_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="_expr.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.proto.right_idp200307328"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function right</span></h2>
<p>boost::proto::right — Return the right child of the specified binary Proto expression. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../proto/reference.html#header.boost.proto.traits_hpp" title="Header <boost/proto/traits.hpp>">boost/proto/traits.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <a class="link" href="../../Expr.html" title="Concept Expr">Expr</a><span class="special">></span>
<span class="keyword">typename</span> <a class="link" href="result_of/right.html" title="Struct template right">proto::result_of::right</a><span class="special"><</span> <span class="identifier">Expr</span> <span class="special">&</span> <span class="special">></span><span class="special">::</span><span class="identifier">type</span> <span class="identifier">right</span><span class="special">(</span><span class="identifier">Expr</span> <span class="special">&</span> expr<span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <a class="link" href="../../Expr.html" title="Concept Expr">Expr</a><span class="special">></span>
<span class="keyword">typename</span> <a class="link" href="result_of/right.html" title="Struct template right">proto::result_of::right</a><span class="special"><</span> <span class="identifier">Expr</span> <span class="keyword">const</span> <span class="special">&</span> <span class="special">></span><span class="special">::</span><span class="identifier">type</span>
<span class="identifier">right</span><span class="special">(</span><span class="identifier">Expr</span> <span class="keyword">const</span> <span class="special">&</span> expr<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp387333616"></a><h2>Description</h2>
<p>Return the right child of the specified binary Proto expression. The child is returned by reference.</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><code class="computeroutput">expr</code></span></p></td>
<td><p>The Proto expression. </p></td>
</tr></tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Requires:</span></p></td>
<td>
<p>
<code class="computeroutput"><a class="link" href="is_expr.html" title="Struct template is_expr">proto::is_expr</a><Expr>::value</code> is
<code class="computeroutput">true</code>.
</p>
<p>
<code class="computeroutput">2 == Expr::proto_arity::value</code>
</p>
</td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>
A reference to the right child of <code class="computeroutput">expr</code>.
</p></td>
</tr>
<tr>
<td><p><span class="term">Throws:</span></p></td>
<td>Will not throw.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2008 Eric Niebler<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="left_idp200292848.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.traits_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="_expr.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| rkq/cxxexp | third-party/src/boost_1_56_0/doc/html/boost/proto/right_idp200307328.html | HTML | mit | 6,438 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Refresh" content="0;url=../../../a/l/d/Aldo_Di_Clemente_6f69.html" />
</head>
<body>
<p>Redirecting to <a href="../../../a/l/d/Aldo_Di_Clemente_6f69.html">Aldo Di Clemente</a></p>
</body>
</html> | Mitali-Sodhi/CodeLingo | Dataset/html/A._di_clemente.html | HTML | mit | 462 |
<!doctype html>
<html>
<head>
<title>gallery-web-notifications</title>
<script src="http://yui.yahooapis.com/3.13.0/build/yui/yui-min.js"></script>
<script type="text/javascript" src="../../../../build/gallery-web-notifications/gallery-web-notifications.js"></script>
<script src="js/tests.js"></script>
<meta charset="utf-8" />
</head>
<body class="yui3-skin-sam">
<div id="logger"></div>
<script>
YUI({
coverage: ['gallery-web-notifications'],
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'raw'
}).use('test-console', 'test', 'gallery-web-notifications', 'gallery-web-notifications-tests', function(Y) {
(new Y.Test.Console()).render('#logger');
Y.Test.Runner.setName('gallery-web-notifications');
Y.Test.Runner.run();
});
</script>
</body>
</html>
| inikoo/fact | libs/yui/yui3-gallery/src/gallery-web-notifications/tests/unit/index.html | HTML | mit | 822 |
<div ng-click="hideMenu()" ng-controller="PostsController as postCtrl">
<div id="newpost" class="container">
<div class="row">
<!-- <div class="clear-70"></div> -->
<div class="col-md-12">
<!-- new post -->
<post-box ng-show="loggedin && userProfile.webid && users[userProfile.webid].chspace"></postBox>
<!-- end new post -->
</div>
</div>
</div>
<!-- new storage modal -->
<div id="setup" class="container" ng-show="userProfile.webid && !userProfile.storagespace && !loading">
<div class="row">
<div class="col-md-12">
<div class="panel panel-default text-center">
<h3>We could not find a shared storage space in your WebID profile.</h3>
<p><button ng-click="showPopup('st')" class="btn btn-primary">Please provide one here</button></p>
</div>
</div>
</div>
</div>
<!-- new uB modal -->
<div id="setup" class="container" ng-show="userProfile.webid && userProfile.storagespace && users[userProfile.webid].mbspace == false && !loading">
<div class="row">
<div class="col-md-12">
<div class="panel panel-default text-center">
<h3>To start using Cimba, you will need a microblogging space.</h3>
<p><button ng-click="showPopup('mb')" class="btn btn-primary">Click here to create one</button></p>
</div>
</div>
</div>
</div>
<!-- no channels found -->
<div id="setup" class="container" ng-show="userProfile.webid && userProfile.storagespace && users[userProfile.webid].mbspace && users[userProfile.webid].chspace == false">
<div class="row">
<div class="col-md-12">
<div class="panel panel-default text-center">
<h3>You're almost there! Now you just need to create a channel for your posts.</h3>
<p><button ng-click="showPopup('ch')" class="btn btn-primary">Click here to create a channel</button></p>
</div>
</div>
</div>
</div>
<!-- no posts found -->
<div id="setup" class="container" ng-show="userProfile.webid && userProfile.storagespace && users[userProfile.webid].mbspace && users[userProfile.webid].chspace && users[userProfile.webid].gotposts == false && !loading">
<div class="row">
<div class="col-md-12">
<div class="panel panel-default text-center">
<h3>You haven't posted anything. Try writing a new post or <a ui-sref="find" role="button"><button class="btn btn-primary"><i class="fa fa-rss white"></i> subscribe</button></a> to someone's channels!</h3>
</div>
</div>
</div>
</div>
<!--new storage modal-->
<div class="container popup" ng-show="newStorageModal">
<div class="row">
<div id="storage-modal" class="modal-content col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 col-xs-12">
<div class="pull-right">
<button type="button" class="close" ng-click="hidePopup()" aria-hidden="true"><span class="fa fa-times"></span></button>
</div>
<div>
<h2 class="text-center">Provide a URI for your storage</h2>
<form id="storage-modal-form">
<p><small>Full storage location URI. Must start with http(s)://</small></p>
<input type="text" id="storageuri" name="storageuri" ng-model="storageuri" class="form-control" placeholder="http.." required ng-pattern="/^http[A-Za-z0-9_.:/]*$/">
<div ng-show="storageuri" class="text-center">
<br>
<p>Alternatively, if your WebID profile is not Web writable, you can manually add the following triple at the end of your profile:</p>
<br>
<textarea class="triples form-control"><{{userProfile.webid}}><http://www.w3.org/ns/pim/space#storage><{{storageuri}}> .</textarea>
</div>
</form>
<div>
<button class="btn btn-primary" ng-click="newStorage(true)" ng-disabled="!storageuri || addstoragebtn === 'Adding...'" tooltip="Skip all configuration">{{addstoragebtn}} (simple)</button>
<button class="btn btn-primary" ng-click="newStorage()" ng-disabled="!storageuri || addstoragebtn === 'Adding...'" rel="tooltip" data-placement="top" title="Choose configuration options">{{addstoragebtn}} (advanced)</button>
</div>
</div>
</div>
</div>
</div>
<!--new microblogging workspace modal-->
<div class="container popup" ng-show="newMBModal">
<div class="row">
<div id="mb-modal" class="modal-content col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 col-xs-12">
<div class="pull-right">
<button type="button" class="close" ng-click="hidePopup()" aria-hidden="true"><span class="fa fa-times"></span></button>
</div>
<div>
<h2 class="text-center">Create a new microblog workspace</h2>
<form>
<input type="text" id="mburi" name="mburi" ng-model="mburi" class="form-control modal-input" placeholder="Name of Microblog (ex: mb, blog, etc..)" required ng-pattern="/^[A-Za-z0-9_ ]*$/">
</form>
<p style="margin: 10px 0px 10px">
<button class="btn btn-primary" ng-click="newMB(mburi, false)" ng-disabled="!mburi || createbtn === 'Creating...'">{{createbtn}}</button>
</p>
</div>
</div>
</div>
</div>
<!--new channel modal-->
<new-channel ng-show="newChannelModal"></new-channel>
<div id="posts" class="container">
<div class="row">
<div class="col-md-12">
<!-- Loading animation -->
<div ng-show="loading">
<!-- <div class="spinner"> -->
<div class="clear-40">
<div class="circle circle-large"></div><div class="circle1 circle1-large"></div>
</div>
</div>
<div class="">
<posts-viewer ng-show="loggedin"></posts-viewer>
</div>
</div>
</div>
</div>
<div class="overlay" ng-show="showOverlay" ng-click="hidePopup()"></div>
</div>
| melvincarvalho/cimba | src/app/home/home.tpl.html | HTML | mit | 6,256 |
<!doctype html>
<html lang="en" class="no-js no-touch" itemscope itemtype="http://schema.org/Article">
<head>
<meta charset="utf-8" >
<meta name="description" content="Visual style guide used by this site.">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1">
<meta itemprop="name" content="Visual Style Guide — Web Starter Kit">
<meta itemprop="description" content="Visual style guide used by this site.">
<link rel="stylesheet" href="styles/components/components.css">
<title>Visual Style Guide — Web Starter Kit</title>
<style>
.auto-gen-code-snippet {
display: none;
}
.auto-gen-code-visible {
display: block;
}
</style>
</head>
<body class="page--styleguide">
<div class="container">
<h1>Web <strong>Starter Kit</strong></h1>
</div>
<div class="summary-header">
<div class="container">
<h2 class="summary-header__title">Visual Style Guide</h2>
<ol class="summary-header__anchor-list list-links">
<li class="summary-header__anchors-item"><a href="#typography">Typography</a></li>
<li class="summary-header__anchors-item"><a href="#buttons">Buttons</a></li>
<li class="summary-header__anchors-item"><a href="#lists">Lists</a></li>
<li class="summary-header__anchors-item"><a href="#links">Links</a></li>
<li class="summary-header__anchors-item"><a href="#icons">Icons</a></li>
<li class="summary-header__anchors-item"><a href="#breadcrumbs">Breadcrumbs</a></li>
<li class="summary-header__anchors-item"><a href="#table">Table</a></li>
<li class="summary-header__anchors-item"><a href="#grid">Grid</a></li>
<li class="summary-header__anchors-item"><a href="#colors">Colors</a></li>
<li class="summary-header__anchors-item"><a href="#highlights">Highlights</a></li>
<li class="summary-header__anchors-item"><a href="#editorial-header">Editorial header</a></li>
<li class="summary-header__anchors-item"><a href="#article-section">Article section</a></li>
<li class="summary-header__anchors-item"><a href="#guides-section">Guides section</a></li>
<li class="summary-header__anchors-item"><a href="#page-header">Page header</a></li>
<li class="summary-header__anchors-item"><a href="#quote">Quote</a></li>
<li class="summary-header__anchors-item"><a href="#guides-intro">Featured icons</a></li>
<li class="summary-header__anchors-item"><a href="#featured-spotlight">Featured spotlight</a></li>
<li class="summary-header__anchors-item"><a href="#featured-list">Featured list</a></li>
<li class="summary-header__anchors-item"><a href="#next-lessons">Featured block</a></li>
<li class="summary-header__anchors-item"><a href="#article-navigation">Article navigation</a></li>
</ol>
</div>
</div>
<div class="container">
<button id="snippet-toggle" class="button--primary">Toggle Code Snippets</button>
</div>
<div class="container">
<!-- Typography Start -->
<a name="typography"></a>
<section class="styleguide__typography">
<h2 class="subsection-title"><strong class="subsection-number">#01</strong> Typography</h2>
<div class="code-sample">
<p class="small">Lorem ipsum dolor sit amet.</p>
</div>
<div class="code-sample">
<p class="base">Lorem ipsum dolor sit amet.</p>
</div>
<div class="code-sample">
<p class="medium">Lorem ipsum dolor sit amet.</p>
</div>
<div class="code-sample">
<p class="large">Lorem ipsum dolor sit amet.</p>
</div>
<div class="code-sample">
<p class="xlarge">Lorem ipsum dolor sit amet.</p>
</div>
<div class="code-sample">
<p class="xxlarge">Lorem ipsum dolor sit amet.</p>
</div>
<div class="code-sample">
<p class="huge">Lorem ipsum dolor sit amet.</p>
</div>
</section>
<!-- Typography End-->
<!-- Buttons Start -->
<a name="buttons"></a>
<section class="styleguide__buttons">
<h2 class="subsection-title"><strong class="subsection-number">#02</strong> Buttons</h2>
<div>
<h4>Primary</h4>
<div class="code-sample">
<a href="#ignore-click" class="button--primary">Use our tool</a>
</div>
</div>
<div>
<h4>Secondary</h4>
<div>
<div class="code-sample">
<a href="#ignore-click" class="button--secondary">Use our tool</a>
</div>
</div>
<div class="code-sample">
<div class="styleguide__inverted-block">
<a href="#ignore-click" class="button--secondary-variation">Use our tool</a>
</div>
</div>
</div>
</section>
<!-- Buttons End -->
<!-- Lists Start -->
<a name="lists"></a>
<section class="styleguide__lists">
<h2 class="subsection-title"><strong class="subsection-number">#03</strong> Lists</h2>
<h3>Default lists</h3>
<h4>ul</h4>
<div class="code-sample">
<ul>
<li>Lorem ipsum dolor sit amet.</li>
<li>Dicta optio cumque dolore hic ea facilis</li>
<li>Minus, possimus, veniam, incidunt eligendi</li>
</ul>
</div>
<h4>ol</h4>
<div class="code-sample">
<ol>
<li>Lorem ipsum dolor sit amet</li>
<li>Dicta optio cumque dolore hic ea facilis</li>
<li>Minus, possimus, veniam, incidunt eligendi</li>
</ol>
</div>
<h3>Default lists of links</h3>
<h4>ul</h4>
<div class="code-sample">
<ul class="list-links">
<li class="list__item"><a href="#ignore-click">Lorem ipsum dolor sit amet</a></li>
<li class="list__item"><a href="#ignore-click">Dicta optio cumque dolore hic ea facilis</a></li>
<li class="list__item"><a href="#ignore-click">Minus, possimus, veniam, incidunt eligendi</a></li>
</ul>
</div>
<div class="code-sample">
<ul class="list-links list-links--primary">
<li class="list__item"><a href="#ignore-click">Lorem ipsum dolor sit amet</a></li>
<li class="list__item"><a href="#ignore-click">Dicta optio cumque dolore hic ea facilis</a></li>
<li class="list__item"><a href="#ignore-click">Minus, possimus, veniam, incidunt eligendi</a></li>
</ul>
</div>
<h4>ol</h4>
<div class="code-sample">
<ol class="list-links">
<li><a href="#ignore-click">Lorem ipsum dolor sit amet</a></li>
<li class="current"><a href="#ignore-click">Dicta optio cumque dolore hic ea facilis</a></li>
<li><a href="#ignore-click">Minus, possimus, veniam, incidunt eligendi</a></li>
</ol>
</div>
<div class="code-sample">
<ol class="list-anchor">
<li><a href="#ignore-click">Lorem ipsum dolor sit amet</a></li>
<li><a href="#ignore-click">Dicta optio cumque dolore hic ea facilis</a></li>
<li><a href="#ignore-click">Minus, possimus, veniam, incidunt eligendi</a></li>
</ol>
</div>
<div class="code-sample">
<ol class="list-anchor list-small">
<li><a href="#ignore-click">Lorem ipsum dolor sit amet</a></li>
<li><a href="#ignore-click">Dicta optio cumque dolore hic ea facilis</a></li>
<li><a href="#ignore-click">Minus, possimus, veniam, incidunt eligendi</a></li>
</ol>
</div>
<div class="code-sample">
<ol class="list-links list-links--secondary">
<li><a href="#ignore-click">Layout basics</a></li>
<li><a href="#ignore-click">Basics layouts</a></li>
<li><a href="#ignore-click">Layout patterns</a></li>
</ol>
</div>
<div class="code-sample">
<ol class="list-links list-links--secondary list-small">
<li><a href="#ignore-click">Layout basics</a></li>
<li><a href="#ignore-click">Basics layouts</a></li>
<li><a href="#ignore-click">Layout patterns</a></li>
</ol>
</div>
</section>
<!-- Lists End -->
<!-- Links Start -->
<a name="links"></a>
<section class="styleguide__links">
<h2 class="subsection-title"><strong class="subsection-number">#04</strong> Links</h2>
<div>
<h4>Primary</h4>
<div class="code-sample">
<a href="#ignore-click" class="cta--primary">Use our tool</a>
</div>
</div>
<div>
<h4>Secondary</h4>
<div class="code-sample">
<a href="#ignore-click" class="cta--secondary">Use our tool</a>
</div>
</div>
<div class="code-sample">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. <a href="#ignore-click" class="cta">use our tool</a> Fugiat, quam alias voluptatem tempora minus dolor facere cumque necessitatibus placeat velit aliquid ab dolore beatae. Neque ipsam in a illum repellendus?</p>
</div>
</section>
<!-- Links End -->
<!-- Icons Start -->
<a name="icons"></a>
<section class="styleguide__icons">
<h2 class="styleguide__icons"><strong class="subsection-number">#05</strong> Icons</h2>
<div class="clear">
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-minus"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-plus"></i></div></p>
</div>
<div class="g--third g--last">
<p><div class="code-sample"><i class="icon icon-star"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-chevron-right"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-chevron-left"></i></div></p>
</div>
<div class="g--third g--last">
<p><div class="code-sample"><i class="icon icon-chevron-up"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-chevron-down"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-slash"></i></div></p>
</div>
<div class="g--third g--last">
<p><div class="code-sample"><i class="icon icon-google-dev"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-lessons"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-multi-device-layouts"></i></div></p>
</div>
<div class="g--third g--last">
<p><div class="code-sample"><i class="icon icon-user-input"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-introduction-to-media"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-performance"></i></div></p>
</div>
<div class="g--third g--last">
<p><div class="code-sample"><i class="icon icon-bullet"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-chevron-large"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-close"></i></div></p>
</div>
<div class="g--third g--last">
<p><div class="code-sample"><i class="icon icon-cog"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-diamond"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-exclamation"></i></div></p>
</div>
<div class="g--third g--last">
<p><div class="code-sample"><i class="icon icon-hash"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-menu"></i></div></p>
</div>
<div class="g--third">
<p><div class="code-sample"><i class="icon icon-question"></i></div></p>
</div>
<div class="g--third g--last">
<p><div class="code-sample"><i class="icon icon-tick"></i></div></p>
</div>
</div>
<h4>Icon Circles</h4>
<div class="clear">
<div class="g--half">
<p>
<div class="code-sample">
<span class="icon-circle"><i class="icon icon-lessons"></i></span>
</div>
</p>
</div>
<div class="g--half g--last">
<p>
<div class="code-sample">
<span class="icon-circle"><i class="icon icon-lessons"></i></span>
</div>
</p>
</div>
</div>
<h4>Icon Circles - Themed</h4>
<div class="clear">
<div class="g--half">
<div class="code-sample">
<p class="theme--multi-device-layouts">
<span class="icon-circle themed--background"><i class="icon icon-multi-device-layouts"></i></span>
</p>
</div>
</div>
<div class="g--half g--last">
<div class="code-sample">
<p class="theme--user-input">
<span class="icon-circle themed--background"><i class="icon icon-user-input"></i></span>
</p>
</div>
</div>
<div class="g--half">
<div class="code-sample">
<p class="theme--introduction-to-media">
<span class="icon-circle themed--background"><i class="icon icon-introduction-to-media"></i></span>
</p>
</div>
</div>
<div class="g--half g--last">
<div class="code-sample">
<p class="theme--performance">
<span class="icon-circle themed--background"><i class="icon icon-performance"></i></span>
</p>
</div>
</div>
</div>
<h4>Icon Circles - Large</h4>
<div class="clear">
<div class="g--half">
<div class="code-sample">
<p class="theme--multi-device-layouts">
<span class="icon-circle--large themed--background"><i class="icon icon-multi-device-layouts"></i></span>
</p>
</div>
</div>
<div class="g--half g--last">
<div class="code-sample">
<p class="theme--user-input">
<span class="icon-circle--large themed--background"><i class="icon icon-user-input"></i></span>
</p>
</div>
</div>
<div class="g--half">
<div class="code-sample">
<p class="theme--introduction-to-media">
<span class="icon-circle--large themed--background"><i class="icon icon-introduction-to-media"></i></span>
</p>
</div>
</div>
<div class="g--half g--last">
<div class="code-sample">
<p class="theme--performance">
<span class="icon-circle--large themed--background"><i class="icon icon-performance"></i></span>
</p>
</div>
</div>
</div>
</section>
<!-- Icons End -->
<!-- Breadcrumbs Start -->
<a name="breadcrumbs"></a>
<section class="styleguide__breadcrumb">
<h2 class="subsection-title"><strong class="subsection-number">#06</strong> Breadcrumbs</h2>
<div class="code-sample">
<nav class="breadcrumbs">
<p><a href="#ignore-click" class="breadcrumbs__link">Link 1</a> / <a href="#ignore-click" class="breadcrumbs__link">Link 2</a> / <a href="#ignore-click" class="breadcrumbs__link">Link 3</a> / <a href="#ignore-click" class="breadcrumbs__link">Link 4</a> </p>
</nav>
</div>
</section>
<!-- Breadcrumbs End -->
<!-- Tables Start -->
<a name="table"></a>
<section class="styleguide__table">
<h2 class="subsection-title"><strong class="subsection-number">#07</strong> Table</h2>
<div class="code-sample">
<table class="table-4">
<colgroup>
<col span="1">
<col span="1">
<col span="1">
<col span="1">
</colgroup>
<thead>
<tr>
<th>Element</th>
<th>Availability</th>
<th>Description</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="element"><code>src</code></td>
<td data-th="availability">All browsers</td>
<td data-th="description">Gives the address (URL) of the video.</td>
<td data-th="description">Gives the address (URL) of the video.</td>
</tr>
<tr>
<td data-th="element"><code>poster</code></td>
<td data-th="availability">All browsers</td>
<td data-th="description">Gives the address (URL) of an image file that the browser can show as soon as the video element loads, before playback begins.</td>
<td data-th="description">Gives the address (URL) of an image file that the browser can show as soon as the video element loads, before playback begins.</td>
</tr>
</tbody>
</table>
</div>
<div class="code-sample">
<table class="table-3">
<colgroup>
<col span="1">
<col span="1">
<col span="1">
</colgroup>
<thead>
<tr>
<th>Element</th>
<th>Availability</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="element"><code>src</code></td>
<td data-th="availability">All browsers</td>
<td data-th="description">Gives the address (URL) of the video.</td>
</tr>
<tr>
<td data-th="element"><code>poster</code></td>
<td data-th="availability">All browsers</td>
<td data-th="description">Gives the address (URL) of an image file that the browser can show as soon as the video element loads, before playback begins.</td>
</tr>
</tbody>
</table>
</div>
<div class="code-sample">
<table class="table-2">
<colgroup>
<col span="1">
<col span="1">
</colgroup>
<thead>
<tr>
<th>Element</th>
<th>Availability</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="element"><code>src</code></td>
<td data-th="availability">Rules applied for any browser width over the value defined in the query.</td>
</tr>
<tr>
<td data-th="element"><code>poster</code></td>
<td data-th="availability">Rules applied for any browser width over the value defined in the query.</td>
</tr>
</tbody>
</table>
</div>
<p>
<b>Note:</b> <code>markdown</code> isn't recognized in tables, therefore any code
blocks should be wrapped in <code> tags.
</p>
</section>
<!-- Tables End -->
<!-- Grid Start -->
<a name="grid"></a>
<section class="styleguide__grid">
<h2 class="subsection-title"><strong class="subsection-number">#08</strong> Grid</h2>
<div class="clear demo">
<div class="code-sample">
<div class="g-medium--half g-wide--1"></div>
<div class="g-medium--half g-medium--last g-wide--1"></div>
<div class="g-medium--half g-wide--1"></div>
<div class="g-medium--half g-medium--last g-wide--1 g-wide--last"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g-wide--1 g-medium--half"></div>
<div class="g-wide--3 g-wide--last g-medium--half g--last"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g-wide--3 g-medium--half"></div>
<div class="g-wide--1 g-wide--last g-medium--half g--last"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g-medium--full g-wide--full"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g-medium--2 g-medium--last g-wide--3"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g-medium--1 g-medium--last g-wide--2"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g-medium--1 g-medium--last g-wide--1"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g-medium--1 g-medium--push-2 g-medium--last g-wide--1 g-wide--push-3 g-wide--last"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g-medium--1 g-medium--push-2 g-medium--last g-wide--2 g-wide--push-2 g-wide--last"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g-medium--2 g-medium--push-1 g-medium--last g-wide--3 g-wide--push-1 g-wide--last"></div>
</div>
</div>
<h4>Consistent grid classes</h4>
<div class="clear demo">
<div class="code-sample">
<div class="g--third"></div>
<div class="g--third"></div>
<div class="g--third g--last"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g--half"></div>
<div class="g--half g--last"></div>
</div>
</div>
<div class="clear demo">
<div class="code-sample">
<div class="g--half g--centered"></div>
<div class="g--third g--centered"></div>
</div>
</div>
</section>
<!-- Grid End -->
<!-- Colors Start -->
<a name="colors"></a>
<section class="styleguide__colors">
<h2 class="subsection-title"><strong class="subsection-number">#09</strong> Colours</h2>
<h3>Blacks</h3>
<div class="code-sample">
<ul class="styleguide__color-list list--reset clear">
<li class="color--gray-background g--half">gray-background</li>
<li class="color--gray-keyline g--half g--last">gray-keyline</li>
<li class="color--gray g--half">gray</li>
<li class="color--gray-dark g--half g--last">gray-dark</li>
</ul>
</div>
<h3>Themes</h3>
<div class="code-sample">
<ul class="styleguide__color-list list--reset clear">
<li class="color--layouts g--half">layouts</li>
<li class="color--layouts-secondary g--half g--last">layouts secondary</li>
<li class="color--user g--half">user</li>
<li class="color--user-secondary g--half g--last">user secondary</li>
<li class="color--media g--half">media</li>
<li class="color--media-secondary g--half g--last">media secondary</li>
<li class="color--performance g--half">performance</li>
<li class="color--performance-secondary g--half g--last">performance secondary</li>
</ul>
</div>
<h3>Google</h3>
<div class="code-sample">
<ul class="styleguide__color-list list--reset clear">
<li class="color--blue g--half">blue</li>
<li class="color--blue-secondary g--half g--last">blue secondary</li>
<li class="color--green g--half">green</li>
<li class="color--green-secondary g--half g--last">green secondary</li>
<li class="color--red g--half">red</li>
<li class="color--red-secondary g--half g--last">red secondary</li>
<li class="color--yellow g--half">yellow</li>
<li class="color--yellow-secondary g--half g--last">yellow secondary</li>
</ul>
</div>
<h3>Helpers</h3>
<div class="code-sample">
<ul class="styleguide__color-list list--reset clear">
<li class="color--text g--half">text</li>
<li class="color--highlight g--half g--last">highlight</li>
<li class="color--warning g--half">warning</li>
<li class="color--danger g--half g--last">danger</li>
<li class="color--muted g--half">muted</li>
<li class="color--remember g--half g--last">remember</li>
<li class="color--learning g--half">learning</li>
</ul>
</div>
</section>
<!-- Colors End -->
</div> <!-- // closing container -->
<!-- Highlights Start -->
<div class="container">
<a name="highlights"></a>
<h2 class="subsection-title"><strong class="subsection-number">#10</strong> Highlights</h2>
</div>
<section class="styleguide__highlights">
<div class="code-sample">
<div class="highlight-module highlight-module--right highlight-module--remember">
<div class="highlight-module__container icon-exclamation ">
<div class="highlight-module__content g-wide--push-1 g-wide--pull-1 g-medium--pull-1 ">
<p class="highlight-module__title"> Remember</p>
<p class="highlight-module__text"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
</div>
</div>
<div class="code-sample">
<div class="highlight-module highlight-module--left highlight-module--learning ">
<div class="highlight-module__container icon-star ">
<div class="highlight-module__content g-wide--push-1 g-wide--pull-1 g-medium--push-1 ">
<p class="highlight-module__title"> Key Takeaways</p>
<p class="highlight-module__text"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
</div>
</div>
<div class="code-sample">
<div class="highlight-module highlight-module--right highlight-module--remember ">
<div class="highlight-module__container icon-exclamation ">
<div class="highlight-module__content g-wide--push-1 g-wide--pull-1 g-medium--pull-1 ">
<p class="highlight-module__title"> Remember</p>
<ul class="highlight-module__list">
<li>Lorem ipsum dolor sit amet</li>
<li>Fugit itaque sapiente earum quo expedita</li>
<li>labore aliquam cupiditate veritatis nihil</li>
</ul>
</div>
</div>
</div>
</div>
<div class="code-sample">
<div class="highlight-module highlight-module--left highlight-module--remember ">
<div class="highlight-module__container icon-exclamation ">
<div class="highlight-module__content g-wide--push-1 g-wide--pull-1 g-medium--push-1 ">
<p class="highlight-module__title"> Remember</p>
<p class="highlight-module__text"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<h3>Code Samples</h3>
</div>
<div class="code-sample">
<div class="highlight-module highlight-module--code highlight-module--right">
<div class="highlight-module__container">
<code class='html'><div class="highlight"><pre> <span class="cp"><!DOCTYPE html></span>
<span class="nt"><html</span> <span class="na">lang=</span><span class="s">"en"</span><span class="nt">></span>
<span class="nt"><head></span>
<span class="nt"><title></span>Article Example: sample example<span class="nt"></title></span>
<span class="nt"></head></span>
<span class="nt"><body></span>
<span class="nt"><div</span> <span class="na">role=</span><span class="s">"main"</span><span class="nt">></span>
Hello, world.
<span class="nt"></div></span>
<span class="nt"></body></span>
<span class="nt"></html></span>
</pre></div></code>
</div>
</div>
</div>
<div class="container">
<div class="code-sample">
<pre><code class='html'><meta name="viewport" content="width=device-width, initial-scale=1.0"></code></pre>
</div>
</div>
<div class="code-sample">
<div class="highlight-module highlight-module--left highlight-module--learning highlight-module--inline ">
<div class="highlight-module__container icon-star ">
<div class="highlight-module__content g-wide--pull-1 ">
<p class="highlight-module__title"> Key Takeaways</p>
<ul class="highlight-module__list">
<li>Lorem ipsum dolor sit amet</li>
<li>Fugit itaque sapiente earum quo expedita</li>
<li>labore aliquam cupiditate veritatis nihil</li>
</ul>
</div>
</div>
</div>
</div>
<div class="code-sample">
<div class="highlight-module highlight-module--right highlight-module--remember highlight-module--inline ">
<div class="highlight-module__container icon-exclamation ">
<div class="highlight-module__content g-wide--pull-1 ">
<p class="highlight-module__title"> Remember</p>
<ul class="highlight-module__list">
<li>Lorem ipsum dolor sit amet</li>
<li>Fugit itaque sapiente earum quo expedita</li>
<li>labore aliquam cupiditate veritatis nihil</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Highlights End -->
<!-- Editorial Header Start-->
<div class="container">
<a name="editorial-header"></a>
<h2 class="subsection-title"><strong class="subsection-number">#11</strong> Editorial header</h2>
</div>
<div class="code-sample">
<section class="styleguide__editorial-header">
<div class="editorial-header">
<div class="container">
<nav class="breadcrumbs">
<p> / <a href="#ignore-click" class="breadcrumbs__link">The Essentials</a> / <a href="#ignore-click" class="breadcrumbs__link"> Multi-screen layouts</a></p>
</nav>
<h1 class="tag editorial-header__title">Layout Basics</h1>
<h2 class="editorial-header__subtitle">What is the viewport?</h2>
<p class="editorial-header__excerpt g-wide--pull-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae varius augue, eu varius dolor. Sed vitae varius augue, eu varius dolor. </p>
<p class="g-wide--pull-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae varius augue, eu varius dolor. Donec augue diam, scelerisque eget lectus in, posuere aliquet mi. Pellentesque suscipit nisl gravida sem tincidunt, id blandit turpis commodo.</p>
<div class="toc">
<p class="toc__title">In this lesson</p>
<ol class="toc__list list-anchor" id="toc">
<li><a href="#ignore-click">Lorem ipsum dolor sit amet</a></li>
<li class="current"><a href="#ignore-click">Dicta optio cumque dolore hic ea facilis</a></li>
<li><a href="#ignore-click">Minus, possimus, veniam, incidunt eligendi</a></li>
<li><a href="#ignore-click">Lorem ipsum dolor sit amet</a></li>
<li><a href="#ignore-click">Dicta optio cumque dolore hic ea facilis</a></li>
<li><a href="#ignore-click">Minus, possimus, veniam, incidunt eligendi</a></li>
</ol>
</div>
</div>
</div>
</section>
</div>
<div class="container">
<a name="article-section"></a>
<h2 class="subsection-title"><strong class="subsection-number">#12</strong> Article section</h2>
</div>
<div class="code-sample">
<section class="styleguide__articles-section">
<div class="articles-section">
<div class="container">
<p class="articles-count">4 guides</p>
<ol class="articles-list">
<li class="articles-list__item">
<h3 class="xlarge"><a href="#ignore-click">Layout basics</a></h3>
<p class="g-wide--push-1 g-wide--pull-1">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores, distinctio blanditiis quos porro harum nemo.</p>
<a href="#ignore-click" class="cta--primary">See all lessons</a>
</li>
<li class="articles-list__item">
<h3 class="xlarge"><a href="#ignore-click">Basic layouts</a></h3>
<p class="g-wide--push-1 g-wide--pull-1">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores, distinctio blanditiis quos porro harum nemo.</p>
<a href="#ignore-click" class="cta--primary">See all lessons</a>
</li>
<li class="articles-list__item">
<h3 class="xlarge"><a href="#ignore-click">Layout patterns</a></h3>
<p class="g-wide--push-1 g-wide--pull-1">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores, distinctio blanditiis quos porro harum nemo.</p>
<a href="#ignore-click" class="cta--primary">See all lessons</a>
</li>
<li class="articles-list__item">
<h3 class="xlarge"><a href="#ignore-click">UI Elements</a></h3>
<p class="g-wide--push-1 g-wide--pull-1">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores, distinctio blanditiis quos porro harum nemo.</p>
<a href="#ignore-click" class="cta--primary">See all lessons</a>
</li>
</ol>
</div>
</div>
</section>
</div>
<div class="container">
<a name="guides-section"></a>
<h2 class="subsection-title"><strong class="subsection-number">#13</strong> Guides section</h2>
</div>
<div class="code-sample">
<section class="styleguide__guides-section">
<div class="guides-section">
<header class="container">
<h2 class="xxlarge">Documentation</h2>
<p>Follow these guides and build web content users can access on any device they choose.</p>
</header>
<ul class="guides-list container-medium">
<li class="guides-list__item g--half theme--multi-device-layouts ">
<div class="primary-content">
<h3 class="xlarge"><a href="#ignore-click" title="Go to Multi-Device Layouts" class="themed">Multi-Device Layouts</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloremque, velit, illum iure id in saepe laborum. Doloribus, eaque, assumenda inventore eos iusto tenetur error dolorem suscipit molestiae natus ullam aliquam?</p>
</div>
<div class="secondary-content">
<span class="icon-circle themed--background"><i class="icon icon-lessons"></i></span>
<ol class="list-links list-links--secondary">
<li><a href="#ignore-click" title="Read the lesson Responsive Web Design Fundamentals">Responsive Web Design Fundamentals</a></li>
<li><a href="#ignore-click" title="Read the lesson Responsive Web Design Patterns">Responsive Web Design Patterns</a></li>
<li><a href="#ignore-click" title="Read the lesson Navigation and Action Patterns">Navigation and Action Patterns</a></li>
</ol>
</div>
</li>
<li class="guides-list__item g--half theme--introduction-to-media g--last">
<div class="primary-content">
<h3 class="xlarge"><a href="#ignore-click" title="Go to Images, Audio and Video" class="themed">Images, Audio and Video</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, fugit ea maiores omnis ad iste autem sed reiciendis amet quam deleniti sapiente laboriosam voluptate pariatur veniam quod beatae sunt architecto?</p>
</div>
<div class="secondary-content">
<span class="icon-circle themed--background"><i class="icon icon-lessons"></i></span>
<ol class="list-links list-links--secondary">
<li><a href="#ignore-click" title="Read the lesson Images">Images</a></li>
<li><a href="#ignore-click" title="Read the lesson Video">Video</a></li>
<li><a href="#ignore-click" title="Read the lesson Audio">Audio</a></li>
</ol>
</div>
</li>
<li class="guides-list__item g--half theme--user-input ">
<div class="primary-content">
<h3 class="xlarge"><a href="#ignore-click" title="Go to Forms and User Input" class="themed">Forms and User Input</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate, adipisci, aspernatur. Velit, consequatur, temporibus, neque minus obcaecati dolor officia architecto voluptatem et pariatur quo vitae saepe laborum ratione eum. Soluta.</p>
</div>
<div class="secondary-content">
<span class="icon-circle themed--background"><i class="icon icon-lessons"></i></span>
<ol class="list-links list-links--secondary">
<li><a href="#ignore-click" title="Read the lesson Create Amazing Forms">Create Amazing Forms</a></li>
<li><a href="#ignore-click" title="Read the lesson Add Touch to Your Site">Add Touch to Your Site</a></li>
</ol>
</div>
</li>
<li class="guides-list__item g--half theme--performance g--last">
<div class="primary-content">
<h3 class="xlarge"><a href="#ignore-click" title="Go to Optimizing Performance" class="themed">Optimizing Performance</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. A, ratione officia officiis natus illum quos cumque quis! Optio, dolore, eligendi ea culpa quod esse atque architecto reprehenderit at tempora itaque!</p>
</div>
<div class="secondary-content">
<span class="icon-circle themed--background"><i class="icon icon-lessons"></i></span>
<ol class="list-links list-links--secondary">
<li><a href="#ignore-click" title="Read the lesson Critical Rendering Path">Critical Rendering Path</a></li>
<li><a href="#ignore-click" title="Read the lesson Optimizing Content Efficiency">Optimizing Content Efficiency</a></li>
</ol>
</div>
</li>
</ul>
</div>
</section>
</div>
<div class="container">
<a name="page-header"></a>
<h2 class="subsection-title"><strong class="subsection-number">#14</strong> Page header</h2>
</div>
<div class="code-sample">
<section class="styleguide__page-header">
<div class="page-header">
<div class="container">
<nav class="breadcrumbs">
<p> / <a href="#ignore-click" class="breadcrumbs__link"> The Essentials</a></p>
</nav>
<h3 class="xxlarge text-divider">Multi-screen layouts</h3>
<p class="page-header__excerpt g-wide--push-1 g-wide--pull-1">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Natus, optio, ad, voluptates repudiandae at excepturi error delectus explicabo nulla eum provident quibusdam ipsum sapiente culpa sequi quia unde fuga id.</p>
</div>
</div>
</section>
</div>
<div class="container">
<a name="quote"></a>
<h2 class="subsection-title"><strong class="subsection-number">#15</strong> Quote</h2>
</div>
<div class="code-sample">
<section class="styleguide__quote">
<div class="quote">
<div class="container">
<blockquote class="quote__content g-wide--push-1 g-wide--pull-1 g-medium--push-1">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deleniti, illum, at quis vero nam minus incidunt consequatur reprehenderit aliquid blanditiis fugiat nihil dolor tempora distinctio ipsum quisquam debitis excepturi magni.
<p>Name / Details</p>
</blockquote>
</div>
</div>
</section>
</div>
<div class="container">
<a name="guides-intro"></a>
<h2 class="subsection-title"><strong class="subsection-number">#16</strong> Featured icons</h2>
</div>
<div class="code-sample">
<section class="styleguide__centered-list">
<div class="container">
<ul class="list-guides-intro list-centered list--reset clear">
<li class="g-medium--half g-wide--1 theme--multi-device-layouts ">
<a href="#ignore-click" class="themed">
<span class="icon-circle--large themed--background"><i class="icon icon-multi-device-layouts"></i></span>
<h3 class="large text-divider">Multi-Device Layouts</h3>
</a>
<p>Create flexible, not fixed, layouts.</p>
</li>
<li class="g-medium--half g-wide--1 theme--introduction-to-media g-medium--last ">
<a href="#ignore-click" class="themed">
<span class="icon-circle--large themed--background"><i class="icon icon-introduction-to-media"></i></span>
<h3 class="large text-divider">Images, Audio and Video</h3>
</a>
<p>Only use media that loads fast and scales.</p>
</li>
<li class="g-medium--half g-wide--1 theme--user-input ">
<a href="#ignore-click" class="themed">
<span class="icon-circle--large themed--background"><i class="icon icon-user-input"></i></span>
<h3 class="large text-divider">Forms and User Input</h3>
</a>
<p>Touch, tap, click, and submit.</p>
</li>
<li class="g-medium--half g-wide--1 theme--performance g-medium--last g-wide--last ">
<a href="#ignore-click" class="themed">
<span class="icon-circle--large themed--background"><i class="icon icon-performance"></i></span>
<h3 class="large text-divider">Optimizing Performance</h3>
</a>
<p>Performance is a feature.</p>
</li>
</ul>
</div>
</section>
</div>
<div class="container">
<a name="featured-spotlight"></a>
<h2 class="subsection-title"><strong class="subsection-number">#17</strong> Featured spotlight</h2>
</div>
<a name="feature-spotlight"></a>
<div class="code-sample">
<section class="styleguide__feature-spotlight">
<div class="featured-spotlight">
<div class="container-medium">
<div class="featured-spotlight__container g--pull-half">
<div class="featured-spotlight__img">
<img src="images/icons/placeholder--wide.png" alt="wide image placeholder example">
</div>
<div class="container-small">
<h3 class="xxlarge">Featured spotlight</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sed vitae varius augue, eu varius dolor.</p>
<a href="#ignore-click" class="cta--primary">View Google</a>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="container">
<a name="featured-list"></a>
<h2 class="subsection-title"><strong class="subsection-number">#18</strong> Featured list</h2>
</div>
<div class="code-sample">
<section class="styleguide__featured-section">
<div class="featured-section">
<div class="container-medium">
<ul class="featured-list">
<li class="featured-list__item clear">
<div class="container-small">
<div class="featured-list__content g--half">
<h3>Case study</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium, incidunt harum aut quae eaque sequi sunt molestiae tenetur vitae.</p>
<a href="#ignore-click" class="cta--primary">View Google</a>
</div>
<div class="featured-list__img-wrapper g--half g--last">
<div class="featured-list__img">
<img src="images/icons/placeholder--small.png" alt="small image placeholder example">
</div>
</div>
</div>
</li>
<li class="featured-list__item clear">
<div class="container-small">
<div class="featured-list__content g--half">
<h3>Case study</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium, incidunt harum aut quae eaque sequi sunt molestiae tenetur vitae.</p>
<a href="#ignore-click" class="cta--primary">View Google</a>
</div>
<div class="featured-list__img-wrapper g--half g--last">
<div class="featured-list__img">
<img src="images/icons/placeholder--small.png" alt="small image placeholder example">
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
</div>
<div class="container">
<a name="next-lessons"></a>
<h2 class="subsection-title"><strong class="subsection-number">#19</strong> Featured block</h2>
</div>
<div class="code-sample">
<section class="styleguide__next-lessons">
<div class="next-lessons container-medium" data-current-lesson="03">
<h3><i class="icon icon-lessons"></i> Next Lessons</h3>
<ol class="list-lessons list-links">
<li><a href="#ignore-click">Lesson title one</a></li>
<li class="current"><a href="#ignore-click">Lesson title two <i class="icon icon-tick"></i></a></li>
<li><a href="#ignore-click">Lesson title three</a></li>
<li><a href="#ignore-click">Lesson title four</a></li>
<li><a href="#ignore-click">Lesson title five</a></li>
</ol>
</div>
</section>
</div>
<div class="container">
<a name="article-navigation"></a>
<h2 class="subsection-title"><strong class="subsection-number">#20</strong> Article navigation</h2>
</div>
<div class="code-sample">
<section class="styleguide__article-nav">
<div class="container-medium">
<nav class="article-nav">
<a href="#ignore-click" class="article-nav-link article-nav-link--prev">
<p class="article-nav-count">02</p>
<p>A need for responsive pages</p>
</a>
<a href="#ignore-click" class="article-nav-link article-nav-link--next">
<p class="article-nav-count">04</p>
<p>Create images for multiple resolutions</p>
</a>
</nav>
</div>
</section>
</div>
<footer id="gc-footer">
<div class="container">
<p><a href="#">Back to top</a></p>
</div>
</footer>
<script>
(function () {
'use strict';
var snippetToggle = document.querySelector('#snippet-toggle');
var snippets;
snippetToggle.addEventListener('click', function () {
if (snippets) {
for (var i = 0; i < snippets.length; i++) {
snippets[i].classList.toggle('auto-gen-code-visible');
}
}
});
window.onload = function () {
createCodeSamples();
snippets = document.querySelectorAll('.auto-gen-code-snippet');
};
function createCodeSamples() {
var codeWrappers = document.querySelectorAll('.code-sample');
for (var i = 0; i < codeWrappers.length; i++) {
var codeWrapper = codeWrappers[i];
var clonedNodes = getClonedNonTextNodes(codeWrapper);
beautifyNodes(clonedNodes);
var preElement = document.createElement('pre');
var codeElement = document.createElement('code');
for (var j = 0; j < clonedNodes.length; j++) {
codeElement.appendChild(document.createTextNode(clonedNodes[j].outerHTML));
if (j + 1 < clonedNodes.length) {
codeElement.appendChild(document.createTextNode('\n'));
}
}
preElement.appendChild(codeElement);
preElement.classList.add('auto-gen-code-snippet');
preElement.classList.add('container');
var clearDiv = document.createElement('div');
clearDiv.classList.add('clear');
var parent = codeWrapper.parentNode;
if (codeWrapper.nextSibling) {
parent.insertBefore(preElement, codeWrapper.nextSibling);
} else {
parent.appendChild(preElement);
}
parent.insertBefore(clearDiv, preElement);
}
}
function getClonedNonTextNodes(element) {
var nonTextNodes = [];
var childNodes = element.childNodes;
for (var i = 0; i < childNodes.length; i++) {
var childElement = childNodes[i];
if (childElement.nodeType !== 3) {
// Found a valid child element
nonTextNodes.push(childElement.cloneNode(true));
}
}
return nonTextNodes;
}
function beautifyNodes(elements) {
for (var i = 0; i < elements.length; i++) {
beautifyNode(elements[i], 0);
}
}
function beautifyNode(element, depth) {
var childNodes = element.childNodes;
var singleIndent = ' ';
var currentDepthSpacing = '';
for (var i = 0; i < depth; i++) {
currentDepthSpacing += singleIndent;
}
var nextDepthSpacing = currentDepthSpacing + singleIndent;
for (var j = 0; j < childNodes.length; j++) {
var childElement = childNodes[j];
if (childElement.nodeType === 3) {
// found a text node
if (childElement.nodeValue.indexOf('\n') >= 0) {
if (j + 1 < childNodes.length) {
childElement.nodeValue = '\n' + nextDepthSpacing;
} else {
childElement.nodeValue = '\n' + currentDepthSpacing;
}
}
} else {
beautifyNode(childElement, depth + 1);
}
}
}
})();
</script>
</body>
</html>
| bennyn/chacha20-js | demo/styleguide.html | HTML | mit | 52,885 |
<ion-view view-title="360Realty.ph">
<ion-content>
<ion-list>
<ion-item class="item-avatar" ng-repeat="property in properties" href="#/app/playlists/{{property.id}}">
<img src={{property.photospheres[0].imageUrl}}>
<h2>{{property.name}}</h2>
<p>{{property.description}}</p>
</ion-item>
</ion-list>
</ion-content>
</ion-view>
| rjbernaldo/360Realty.ph | www/templates/playlists.html | HTML | mit | 379 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>load_gemspec (Gem::Package::TarInput)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/rubygems/package/tar_input.rb, line 189</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">load_gemspec</span>(<span class="ruby-identifier">io</span>)
<span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Specification</span>.<span class="ruby-identifier">from_yaml</span> <span class="ruby-identifier">io</span>
<span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Exception</span>
<span class="ruby-keyword kw">nil</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> | michaelsync/Giles | tools/Rake/lib/ruby/gems/1.8/doc/rubygems-1.5.2/rdoc/classes/Gem/Package/TarInput.src/M000144.html | HTML | mit | 1,197 |
<html><head><!--
TUTORIAL:Camera Module Introduction
-->
<title>Pygame Tutorials - Camera Module Introduction</title>
</head>
<body>
<h1 align="center"><font size="-1">Pygame Tutorials</font><br>
Camera Module Introduction</h1>
<h2 align="center">by Nirav Patel<br>
<font size="-1">[email protected]</font></h2>
<h3 align="center">Revision 1.0, May 25th, 2009</h3>
<br><br>
Pygame 1.9 comes with support for interfacing cameras, allowing you to capture
still images, watch live streams, and do some simple computer vision. This
tutorial will cover all of those use cases, providing code samples you can base
your app or game on. You can refer to the <a href="../../ref/camera.html">
reference documentation</a> for the full API.
<br><br>
<i>Note: As of Pygame 1.9, the camera module offers native support for cameras
that use v4l2 on Linux. There is support for other platforms via Videocapture
or OpenCV, but this guide will focus on the native module. Most of the code
will be valid for other platforms, but certain things like controls will not
work. The module is also marked as <b>EXPERIMENTAL</b>, meaning the API could
change in subsequent versions.</i>
<br><br>
<h3>Import and Init</h3>
<pre>
import pygame
import pygame.camera
from pygame.locals import *
pygame.init()
pygame.camera.init()
</pre>
As the camera module is optional, it needs to be imported and initialized
manually as shown above.
<br><br>
<h3>Capturing a Single Image</h3>
Now we will go over the simplest case of opening a camera and capturing a frame
as a surface. In the below example, we assume that there is a camera at
/dev/video0 on the computer, and initialize it with a size of 640 by 480.
The surface called image is whatever the camera was seeing when get_image() was
called.
<pre>
cam = pygame.camera.Camera("/dev/video0",(640,480))
cam.start()
image = cam.get_image()
</pre>
<h4>Listing Connected Cameras</h4>
You may be wondering, what if we don't know the exact path of the camera?
We can ask the module to provide a list of cameras attached to the
computer and initialize the first camera in the list.
<pre>
camlist = pygame.camera.list_cameras()
if camlist:
cam = pygame.caemra.Camera(camlist[0],(640,480))
</pre>
<h4>Using Camera Controls</h4>
Most cameras support controls like flipping the image and changing brightness.
set_controls() and get_controls() can be used at any point after using start().
<pre>
cam.set_controls(hflip = True, vflip = False)
print camera.get_controls()
</pre>
<br>
<h3>Capturing a Live Stream</h3>
The rest of this tutorial will be based around capturing a live stream of
images. For this, we will be using the class below. As described, it will
simply blit a constant stream of camera frames to the screen, effectively
showing live video. It is basically what you would expect, looping get_image(),
blitting to the display surface, and flipping it. For performance reasons,
we will be supplying the camera with the same surface to use each time.
<pre>
class Capture(object):
def __init__(self):
self.size = (640,480)
# create a display surface. standard pygame stuff
self.display = pygame.display.set_mode(self.size, 0)
# this is the same as what we saw before
self.clist = pygame.camera.list_cameras()
if not self.clist:
raise ValueError("Sorry, no cameras detected.")
self.cam = pygame.camera.Camera(self.clist[0], self.size)
self.cam.start()
# create a surface to capture to. for performance purposes
# bit depth is the same as that of the display surface.
self.snapshot = pygame.surface.Surface(self.size, 0, self.display)
def get_and_flip(self):
# if you don't want to tie the framerate to the camera, you can check
# if the camera has an image ready. note that while this works
# on most cameras, some will never return true.
if self.cam.query_image():
self.snapshot = self.cam.get_image(self.snapshot)
# blit it to the display surface. simple!
self.display.blit(self.snapshot, (0,0))
pygame.display.flip()
def main(self):
going = True
while going:
events = pygame.event.get()
for e in events:
if e.type == QUIT or (e.type == KEYDOWN and e.key == K_ESCAPE):
# close the camera safely
self.cam.stop()
going = False
self.get_and_flip()
</pre>
Since get_image() is a blocking call that could take quite a bit of time on a
slow camera, this example uses query_image() to see if the camera is ready.
This allows you to separate the framerate of your game from that of your camera.
It is also possible to have the camera capturing images in a separate thread,
for approximately the same performance gain, if you find that your camera does
not support the query_image() function correctly.
<br><br>
<h3>Basic Computer Vision</h3>
By using the camera, transform, and mask modules, pygame can do some basic
computer vision.
<br>
<h4>Colorspaces</h4>
When initializing a camera, colorspace is an optional parameter, with 'RGB',
'YUV', and 'HSV' as the possible choices. YUV and HSV are both generally more
useful for computer vision than RGB, and allow you to more easily threshold by
color, something we will look at later in the tutorial.
<pre>
self.cam = pygame.camera.Camera(self.clist[0], self.size, "RGB")
<img src="rgb.jpg">
self.cam = pygame.camera.Camera(self.clist[0], self.size, "YUV")
<img src="yuv.jpg">
self.cam = pygame.camera.Camera(self.clist[0], self.size, "HSV")
<img src="hsv.jpg">
</pre>
<h4>Thresholding</h4>
Using the threshold() function from the transform module, one can do simple
green screen like effects, or isolate specifically colored objects in a scene.
In the below example, we threshold out just the green tree and make the rest
of the image black. Check the reference documentation for details on the
<a href="../../ref/transform.html#pygame.transform.threshold">threshold
function</a>.
<pre>
self.thresholded = pygame.surface.Surface(self.size, 0, self.display)
self.snapshot = self.cam.get_image(self.snapshot)
pygame.transform.threshold(self.thresholded,self.snapshot,(0,255,0),(90,170,170),(0,0,0),2)
<img src="thresholded.jpg">
</pre>
Of course, this is only useful if you already know the exact color of the object
you are looking for. To get around this and make thresholding usable in the
real world, we need to add a calibration stage where we identify the color of an
object and use it to threshold against. We will be using the average_color()
function of the transform module to do this. Below is an example calibration
function that you could loop until an event like a key press, and an image of
what it would look like. The color inside the box will be the one that is
used for the threshold. Note that we are using the HSV colorspace in the below
images.
<pre>
def calibrate(self):
# capture the image
self.snapshot = self.cam.get_image(self.snapshot)
# blit it to the display surface
self.display.blit(self.snapshot, (0,0))
# make a rect in the middle of the screen
crect = pygame.draw.rect(self.display, (255,0,0), (145,105,30,30), 4)
# get the average color of the area inside the rect
self.ccolor = pygame.transform.average_color(self.snapshot, crect)
# fill the upper left corner with that color
self.display.fill(self.ccolor, (0,0,50,50))
pygame.display.flip()
<img src="average.jpg">
pygame.transform.threshold(self.thresholded,self.snapshot,self.ccolor,(30,30,30),(0,0,0),2)
<img src="thresh.jpg">
</pre>
You can use the same idea to do a simple green screen/blue screen, by first
getting a background image and then thresholding against it. The below example
just has the camera pointed at a blank white wall in HSV colorspace.
<pre>
def calibrate(self):
# capture a bunch of background images
bg = []
for i in range(0,5):
bg.append(self.cam.get_image(self.background))
# average them down to one to get rid of some noise
pygame.transform.average_surfaces(bg,self.background)
# blit it to the display surface
self.display.blit(self.background, (0,0))
pygame.display.flip()
<img src="background.jpg">
pygame.transform.threshold(self.thresholded,self.snapshot,(0,255,0),(30,30,30),(0,0,0),1,self.background)
<img src="green.jpg">
</pre>
<h4>Using the Mask Module</h4>
The stuff above is great if you just want to display images, but with the
<a href="../../ref/mask.html">mask module</a>, you can also use a camera as an
input device for a game. For example, going back to the example of
thresholding out a specific object, we can find the position of that object and
use it to control an on screen object.
<pre>
def get_and_flip(self):
self.snapshot = self.cam.get_image(self.snapshot)
# threshold against the color we got before
mask = pygame.mask.from_threshold(self.snapshot, self.ccolor, (30, 30, 30))
self.display.blit(self.snapshot,(0,0))
# keep only the largest blob of that color
connected = mask.connected_component()
# make sure the blob is big enough that it isn't just noise
if mask.count() > 100:
# find the center of the blob
coord = mask.centroid()
# draw a circle with size variable on the size of the blob
pygame.draw.circle(self.display, (0,255,0), coord, max(min(50,mask.count()/400),5))
pygame.display.flip()
<img src="mask.jpg">
</pre>
This is just the most basic example. You can track multiple different colored
blobs, find the outlines of objects, have collision detection between real life
and in game objects, get the angle of an object to allow for even finer control,
and more. Have fun!
</body></html>
| museomix/2013_Quebec_thermoscope | raspberry/pygame-1.9.1release/docs/tut/camera/CameraIntro.html | HTML | mit | 10,117 |
<div class="">
<p>Asha Name:{{ashaname}}</p>
<h3>Update Asha worker monthly activity details below.</h3>
</div>
<form class="form-horizontal edit-asha-payment-activity-form" (ngSubmit)="onSubmit()" #addAshaForm="ngForm" method="POST">
<div>
<h2 class="asha-payment-activity-head">Maternal Health</h2>
<div class="asha-payment-activity-details">
<h3>ANC Checkups</h3>
<div class="form-group">
<label for="101" class="col-sm-4 control-label">No. of Registration during the first trimester of pregnancy at</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-101-R">Enter count</span>
<input id="101" class="form-control" type="text" aria-describedby="addon-101-R" [(ngModel)]="model.r_101" name="r_101" #r_101="ngModel">
</div>
</div>
<div class="col-sm-2">
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Registration during the first trimester of pregnancy at
Rural and Urban areas">?</button>
</div>
</div>
<div class="form-group">
<label for="102" class="col-sm-4 control-label">No. of 1st check up</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-102-R">Enter count</span>
<input id="102" class="form-control" type="" aria-describedby="addon-102-R" [(ngModel)]="model.r_102" name="r_102" #r_102="ngModel">
</div>
</div>
<div class="col-sm-2">
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="103" class="col-sm-4 control-label">No. of 2 nd check up </label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-103-R">Enter count</span>
<input id="103" class="form-control" type="" aria-describedby="addon-103-R" [(ngModel)]="model.r_103" name="r_103" #r_103="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="104" class="col-sm-4 control-label">No. of 3 rd check up</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-104-R">Enter count</span>
<input id="104" class="form-control" type="" aria-describedby="addon-104-R" [(ngModel)]="model.r_104" name="r_104" #r_104="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="105" class="col-sm-4 control-label">No. of 4 th check up by M.O</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-105-R">Enter count</span>
<input id="105" class="form-control" type="" aria-describedby="addon-105-R" [(ngModel)]="model.r_105" name="r_105" #r_105="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="106" class="col-sm-4 control-label">No. of Deliveres conducted in PHC/Institutons</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-106-R">Enter count</span>
<input id="106" class="form-control" type="" aria-describedby="addon-106-R" [(ngModel)]="model.r_106" name="r_106" #r_106="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="107" class="col-sm-4 control-label">No. of Maternal Death reported to Sub Centre</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-107-R">Enter count</span>
<input id="107" class="form-control" type="" aria-describedby="addon-107-R" [(ngModel)]="model.r_107" name="r_107" #r_107="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
<div>
<h2 class="asha-payment-activity-head">Child Health</h2>
<div class="asha-payment-activity-details">
<div class="form-group">
<label for="108" class="col-sm-4 control-label">Postnatal Visits (HBNC) (6 visits in Institutional Delivery, 7 Visits in Home Delivery)</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-108-R">Enter the number of visits</span>
<input id="108" class="form-control" type="" aria-describedby="addon-108-R" [(ngModel)]="model.r_108" name="r_108" #r_108="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="109" class="col-sm-4 control-label">Rreferral & Follow up of SAM Cases to NRC</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-109-R">Enter count</span>
<input id="109" class="form-control" type="" aria-describedby="addon-109-R" [(ngModel)]="model.r_109" name="r_109" #r_109="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="110" class="col-sm-4 control-label">Follow up of LBW babies (LBW Low Birth Weight Babies)</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-110-R">Enter the count</span>
<input id="110" class="form-control" type="" aria-describedby="addon-110-R" [(ngModel)]="model.r_110" name="r_110" #r_110="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="111" class="col-sm-4 control-label">Follow up of SNCU discharge babies</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-111-R">Enter the count</span>
<input id="111" class="form-control" type="" aria-describedby="addon-111-R" [(ngModel)]="model.r_111" name="r_111" #r_111="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="112" class="col-sm-4 control-label">Infant death reporting to Sub-centre and PHC</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-112-R">INR</span>
<input id="112" class="form-control" type="" aria-describedby="addon-112-R" [(ngModel)]="model.r_112" name="r_112" #r_112="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="113" class="col-sm-4 control-label">Intesive Diarrhoea Control Programme</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-113-R">Fix 200</span>
<input id="113" class="form-control" type="" aria-describedby="addon-113-R" [(ngModel)]="model.r_113" name="r_113" #r_113="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
<div>
<h2 class="asha-payment-activity-head">Immunization</h2>
<div class="asha-payment-activity-details">
<div class="form-group">
<label for="114" class="col-sm-4 control-label">Pulse Polio Booth Mobilization</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-114-R">Not Applicable</span>
<input id="114" class="form-control" type="" aria-describedby="addon-114-R" [(ngModel)]="model.r_114" name="r_114" #r_114="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<h3>Full Immunization</h3>
<div class="form-group">
<label for="115" class="col-sm-4 control-label">Complete Immunization in 1st year of age</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-115-R">Enter count</span>
<input id="115" class="form-control" type="" aria-describedby="addon-115-R" [(ngModel)]="model.r_115" name="r_115" #r_115="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="116" class="col-sm-4 control-label">Full Immunization of 2nd year of age</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-116-R">Enter count</span>
<input id="116" class="form-control" type="" aria-describedby="addon-116-R" [(ngModel)]="model.r_116" name="r_116" #r_116="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
<div>
<h2 class="asha-payment-activity-head">Family Planning</h2>
<div class="asha-payment-activity-details">
<div class="form-group">
<label for="117" class="col-sm-4 control-label">No. of Counseling & Motivation of women for Tubectomy</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-117-R">Enter count</span>
<input id="117" class="form-control" type="" aria-describedby="addon-117-R" [(ngModel)]="model.r_117" name="r_117" #r_117="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="118" class="col-sm-4 control-label">No. of Counseling & Motivation for men of Vasectomy</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-118-R">Enter count</span>
<input id="118" class="form-control" type="" aria-describedby="addon-118-R" [(ngModel)]="model.r_118" name="r_118" #r_118="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="119" class="col-sm-4 control-label">Accompanying the beneficiary for PPIUCD</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-119-R">Enter count</span>
<input id="119" class="form-control" type="" aria-describedby="addon-119-R" [(ngModel)]="model.r_119" name="r_119" #r_119="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
<div>
<h2 class="asha-payment-activity-head">RKSK (only for HPDs)</h2>
<div class="asha-payment-activity-details">
<div class="form-group">
<label for="120" class="col-sm-4 control-label">Support to Peer Educator</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-120-R">Yes or No</span>
<input id="120" class="form-control" type="" aria-describedby="addon-120-R" [(ngModel)]="model.r_120" name="r_120" #r_120="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="121" class="col-sm-4 control-label">Mobilizing Adolescents for AHD</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-121-R">Yes or No</span>
<input id="121" class="form-control" type="" aria-describedby="addon-121-R" [(ngModel)]="model.r_121" name="r_121" #r_121="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
<div>
<h2 class="asha-payment-activity-head">RNTCP</h2>
<div class="asha-payment-activity-details">
<div class="form-group">
<label for="122" class="col-sm-4 control-label">New TB case Catg.I TB (42 contacts 6-7 months treatment)</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-122-R">Enter number of cases</span>
<input id="122" class="form-control" type="" aria-describedby="addon-122-R" [(ngModel)]="model.r_122" name="r_122" #r_122="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="123" class="col-sm-4 control-label">Previous treated TB case (57 contacts, catg.II TB 8-9 months treatment</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-123-R">Enter number of cases</span>
<input id="123" class="form-control" type="" aria-describedby="addon-123-R" [(ngModel)]="model.r_123" name="r_123" #r_123="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="124" class="col-sm-4 control-label">Providing treatment and support to Drug resistant TB patient (MDR)</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-124-R">Enter number of cases</span>
<input id="124" class="form-control" type="" aria-describedby="addon-124-R" [(ngModel)]="model.r_124" name="r_124" #r_124="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="125" class="col-sm-4 control-label">Identification & Successful completion of DOTS for TB</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-125-R">Enter the number of patients</span>
<input id="125" class="form-control" type="" aria-describedby="addon-125-R" [(ngModel)]="model.r_125" name="r_125" #r_125="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
<div>
<h2 class="asha-payment-activity-head">NLEP</h2>
<div class="asha-payment-activity-details">
<div class="form-group">
<label for="126" class="col-sm-4 control-label">PB - Referring for Diagnostics + Complete treatment</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-126-R">Enter number of cases</span>
<input id="126" class="form-control" type="" aria-describedby="addon-126-R" [(ngModel)]="model.r_126" name="r_126" #r_126="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="127" class="col-sm-4 control-label">MB - Dsetection + complete treatment</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-127-R">Enter number of cases</span>
<input id="127" class="form-control" type="" aria-describedby="addon-127-R" [(ngModel)]="model.r_127" name="r_127" #r_127="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
<div>
<h2 class="asha-payment-activity-head">NVBDC Programme (Srikakulam, Vizianagaram, East Godavari)</h2>
<div class="asha-payment-activity-details">
<div class="form-group">
<label for="128" class="col-sm-4 control-label">Preparation of Blood Slide </label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-128-R">Enter count</span>
<input id="128" class="form-control" type="" aria-describedby="addon-128-R" [(ngModel)]="model.r_128" name="r_128" #r_128="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="129" class="col-sm-4 control-label">Complete treatment for RDT +ve PF case & complete Radical treatment to +ve PF & PC cases</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-129-R">Enter count</span>
<input id="129" class="form-control" type="" aria-describedby="addon-129-R" [(ngModel)]="model.r_129" name="r_129" #r_129="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="130" class="col-sm-4 control-label">Lymphatic Filariasis – for One time Line listing of Lymphoedema and Hydrocele cases in non-endemic dist</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-130-R">Enter count</span>
<input id="130" class="form-control" type="" aria-describedby="addon-130-R" [(ngModel)]="model.r_130" name="r_130" #r_130="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="131" class="col-sm-4 control-label">Line listing of Lymphatic Filariasis</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-131-R">Enter count</span>
<input id="131" class="form-control" type="" aria-describedby="addon-131-R" [(ngModel)]="model.r_131" name="r_131" #r_131="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="132" class="col-sm-4 control-label">Referral of AES / JE cases to the nearest CHC / DH / Medical College</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-132-R">Enter count</span>
<input id="132" class="form-control" type="" aria-describedby="addon-132-R" [(ngModel)]="model.r_132" name="r_132" #r_132="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
<div>
<h2 class="asha-payment-activity-head">Routine & Recurrent activities</h2>
<div class="asha-payment-activity-details">
<div class="form-group">
<label for="133" class="col-sm-4 control-label">Mobilizing & attending VHND in the month</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-133-R">Yes or No</span>
<input id="133" class="form-control" type="" aria-describedby="addon-133-R" [(ngModel)]="model.r_133" name="r_133" #r_133="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="134" class="col-sm-4 control-label">Attending VHSNC meeting</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-134-R">Yes or No</span>
<input id="134" class="form-control" type="" aria-describedby="addon-134-R" [(ngModel)]="model.r_134" name="r_134" #r_134="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="135" class="col-sm-4 control-label">Atttending ASHA Day Meeting</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-135-R">Yes or No</span>
<input id="135" class="form-control" type="" aria-describedby="addon-135-R" [(ngModel)]="model.r_135" name="r_135" #r_135="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="136" class="col-sm-4 control-label">Line listing of households done at beginning of the year and updated after six months</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-136-R">Yes or No</span>
<input id="136" class="form-control" type="" aria-describedby="addon-136-R" [(ngModel)]="model.r_136" name="r_136" #r_136="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="137" class="col-sm-4 control-label">Maintaining village health register and supporting universal registration of births and deaths</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-137-R">Yes or No</span>
<input id="137" class="form-control" type="" aria-describedby="addon-137-R" [(ngModel)]="model.r_137" name="r_137" #r_137="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="138" class="col-sm-4 control-label">Preparation of due list of children to be immunized updated on monthly basis</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-138-R">Yes or No</span>
<input id="138" class="form-control" type="" aria-describedby="addon-138-R" [(ngModel)]="model.r_138" name="r_138" #r_138="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="139" class="col-sm-4 control-label">Preparation of list of ANC beneficiaries to be updated on monthly basis</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-139-R">Yes or No</span>
<input id="139" class="form-control" type="" aria-describedby="addon-139-R" [(ngModel)]="model.r_139" name="r_139" #r_139="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
<div class="form-group">
<label for="140" class="col-sm-4 control-label">Preparation of list of eligible couples updated on monthly basis</label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-140-R">Yes or No</span>
<input id="140" class="form-control" type="" aria-describedby="addon-140-R" [(ngModel)]="model.r_140" name="r_140" #r_140="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
<div>
<h2 class="asha-payment-activity-head">104 (by state budget)</h2>
<div class="asha-payment-activity-details">
<div class="form-group">
<label for="141" class="col-sm-4 control-label">No.of ASHA attended 104 Fixed day health services in villages </label>
<div class="col-sm-2">
<div class="input-group">
<span class="input-group-addon" id="addon-141-R">Yes or No</span>
<input id="141" class="form-control" type="" aria-describedby="addon-141-R" [(ngModel)]="model.r_141" name="r_141" #r_141="ngModel">
</div>
</div>
<div class="col-sm-2">
<button class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Some Text">?</button>
</div>
</div>
</div>
</div>
</form> | mnjkumar426/asha_front | src/app/asha-payment-activity/asha-payment-detail.component.html | HTML | mit | 35,479 |
<!DOCTYPE html>
<html ng-app="app">
<head>
<title>Widget dragging demo</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.js"></script>
<script src="../../build/js/ng-draggable-widgets.js"></script>
<script src="./demo.js"></script>
<link rel="stylesheet" type="text/css" href="./demo.css">
</head>
<body ng-controller="dragController">
<div drag-group="widgets">
<div ng-repeat="widget in widgets" draggable-widget="widget" draggable-widget-callback="moveWidget" class="{{widget.class}}">
<div draggable-widget-handle>drag</div>
<p>{{widget.title}}</p>
</div>
</div>
</body>
</html>
| forwardadvance/ng-draggable-widgets | demo/simple_dragging/index.html | HTML | mit | 681 |
<html lang="en">
<head>
<title>Frames - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Stack.html#Stack" title="Stack">
<link rel="next" href="Backtrace.html#Backtrace" title="Backtrace">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Free Software'' and ``Free Software Needs
Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
and with the Back-Cover Texts as in (a) below.
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
this GNU Manual. Buying copies from GNU Press supports the FSF in
developing GNU and promoting software freedom.''
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Frames"></a>
Next: <a rel="next" accesskey="n" href="Backtrace.html#Backtrace">Backtrace</a>,
Up: <a rel="up" accesskey="u" href="Stack.html#Stack">Stack</a>
<hr>
</div>
<h3 class="section">8.1 Stack Frames</h3>
<p><a name="index-frame_002c-definition-456"></a><a name="index-stack-frame-457"></a>The call stack is divided up into contiguous pieces called <dfn>stack
frames</dfn>, or <dfn>frames</dfn> for short; each frame is the data associated
with one call to one function. The frame contains the arguments given
to the function, the function's local variables, and the address at
which the function is executing.
<p><a name="index-initial-frame-458"></a><a name="index-outermost-frame-459"></a><a name="index-innermost-frame-460"></a>When your program is started, the stack has only one frame, that of the
function <code>main</code>. This is called the <dfn>initial</dfn> frame or the
<dfn>outermost</dfn> frame. Each time a function is called, a new frame is
made. Each time a function returns, the frame for that function invocation
is eliminated. If a function is recursive, there can be many frames for
the same function. The frame for the function in which execution is
actually occurring is called the <dfn>innermost</dfn> frame. This is the most
recently created of all the stack frames that still exist.
<p><a name="index-frame-pointer-461"></a>Inside your program, stack frames are identified by their addresses. A
stack frame consists of many bytes, each of which has its own address; each
kind of computer has a convention for choosing one byte whose
address serves as the address of the frame. Usually this address is kept
in a register called the <dfn>frame pointer register</dfn>
(see <a href="Registers.html#Registers">$fp</a>) while execution is going on in that frame.
<p><a name="index-frame-number-462"></a><span class="sc">gdb</span> assigns numbers to all existing stack frames, starting with
zero for the innermost frame, one for the frame that called it,
and so on upward. These numbers do not really exist in your program;
they are assigned by <span class="sc">gdb</span> to give you a way of designating stack
frames in <span class="sc">gdb</span> commands.
<!-- The -fomit-frame-pointer below perennially causes hbox overflow -->
<!-- underflow problems. -->
<p><a name="index-frameless-execution-463"></a>Some compilers provide a way to compile functions so that they operate
without stack frames. (For example, the <span class="sc">gcc</span> option
<pre class="smallexample"> ‘<samp><span class="samp">-fomit-frame-pointer</span></samp>’
</pre>
<p>generates functions without a frame.)
This is occasionally done with heavily used library functions to save
the frame setup time. <span class="sc">gdb</span> has limited facilities for dealing
with these function invocations. If the innermost function invocation
has no stack frame, <span class="sc">gdb</span> nevertheless regards it as though
it had a separate frame, which is numbered zero as usual, allowing
correct tracing of the function call chain. However, <span class="sc">gdb</span> has
no provision for frameless functions elsewhere in the stack.
<a name="index-frame_0040r_007b_002c-command_007d-464"></a>
<a name="index-current-stack-frame-465"></a>
<dl><dt><code>frame </code><span class="roman">[</span><var>framespec</var><span class="roman">]</span><dd>The <code>frame</code> command allows you to move from one stack frame to another,
and to print the stack frame you select. The <var>framespec</var> may be either the
address of the frame or the stack frame number. Without an argument,
<code>frame</code> prints the current stack frame.
<p><a name="index-select_002dframe-466"></a><a name="index-selecting-frame-silently-467"></a><br><dt><code>select-frame</code><dd>The <code>select-frame</code> command allows you to move from one stack frame
to another without printing the frame. This is the silent version of
<code>frame</code>.
</dl>
</body></html>
| trfiladelfo/tdk | gcc-arm-none-eabi/share/doc/gcc-arm-none-eabi/html/gdb/Frames.html | HTML | mit | 5,776 |
<!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_17) on Mon Dec 02 20:33:02 CET 2013 -->
<title>IMGProgramBinary (LWJGL API)</title>
<meta name="date" content="2013-12-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IMGProgramBinary (LWJGL API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IMGProgramBinary.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/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/lwjgl/opengles/IMGReadFormat.html" title="class in org.lwjgl.opengles"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/lwjgl/opengles/IMGProgramBinary.html" target="_top">Frames</a></li>
<li><a href="IMGProgramBinary.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>Constr | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
<li>Method</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.lwjgl.opengles</div>
<h2 title="Class IMGProgramBinary" class="title">Class IMGProgramBinary</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.lwjgl.opengles.IMGProgramBinary</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public final class <span class="strong">IMGProgramBinary</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>static int</code></td>
<td class="colLast"><code><strong><a href="../../../org/lwjgl/opengles/IMGProgramBinary.html#GL_SGX_PROGRAM_BINARY_IMG">GL_SGX_PROGRAM_BINARY_IMG</a></strong></code>
<div class="block">Accepted by the <binaryFormat> parameter of ProgramBinaryOES:</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<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="GL_SGX_PROGRAM_BINARY_IMG">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>GL_SGX_PROGRAM_BINARY_IMG</h4>
<pre>public static final int GL_SGX_PROGRAM_BINARY_IMG</pre>
<div class="block">Accepted by the <binaryFormat> parameter of ProgramBinaryOES:</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opengles.IMGProgramBinary.GL_SGX_PROGRAM_BINARY_IMG">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IMGProgramBinary.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/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/lwjgl/opengles/IMGReadFormat.html" title="class in org.lwjgl.opengles"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/lwjgl/opengles/IMGProgramBinary.html" target="_top">Frames</a></li>
<li><a href="IMGProgramBinary.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>Constr | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><i>Copyright © 2002-2009 lwjgl.org. All Rights Reserved.</i></small></p>
</body>
</html>
| RobbertJongeling/ld29 | lib/lwjgl-docs-2.9.1/javadoc/org/lwjgl/opengles/IMGProgramBinary.html | HTML | mit | 7,874 |
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<div id='container'></div>
<script src='bundle.js'></script>
</body>
</html>
| artembaryshev/react-autosize-textarea | examples/index.html | HTML | mit | 148 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>jScrollPane image demo 2</title>
<!-- styles specific to demo site -->
<link type="text/css" href="style/demo.css" rel="stylesheet" media="all" />
<!-- styles needed by jScrollPane - include in your own sites -->
<link type="text/css" href="style/jquery.jscrollpane.css" rel="stylesheet" media="all" />
<style type="text/css" id="page-css">
/* Styles specific to this particular page */
.scroll-pane
{
width: 100%;
height: 400px;
overflow: auto;
}
img
{
margin: 1em 0;
}
img.portrait
{
width: 480px;
height: 640px;
}
img.landscape
{
width: 640px;
height: 480px;
}
</style>
<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
<script type="text/javascript" src="script/jquery.jscrollpane.min.js"></script>
<!-- scripts specific to this demo site -->
<script type="text/javascript" src="script/demo.js"></script>
<script type="text/javascript" id="sourcecode">
$(function()
{
$('.scroll-pane').jScrollPane();
});
</script>
</head>
<body>
<div id="top-nav">
<img src="image/logo.png" width="196" height="69" alt="jScrollPane">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#examples">Examples</a></li>
<li><a href="index.html#themes">Themes</a></li>
<li><a href="index.html#usage">How to use</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="known_issues.html">Known issues</a></li>
<li><a href="index.html#support">Support</a></li>
<li><a href="index.html#download">Download</a></li>
</ul>
</div>
<div id="container">
<h1>jScrollPane - image demo page part 2</h1>
<p>
This demonstration shows how you can avoid the autoReinitialise overhead (as seen in the
<a href="image.html">first image demo</a>) by fixing the width and height of the images inside your
scroll pane.
</p>
<p>
As you can see from the sourcecode for this page, you can set the width and height either through CSS or
using width and height attributes on the image itself.
</p>
<div class="scroll-pane">
<img src="http://farm5.static.flickr.com/4068/4502147230_61d4f18460_z.jpg" class="portrait" alt="Touring" />
<img src="http://farm5.static.flickr.com/4065/4501530717_8a7f9c8ce8_z.jpg" class="landscape" alt="Avalauncher" />
<img src="http://farm5.static.flickr.com/4034/4502145190_d7ae16127b_z.jpg" class="landscape" alt="Rockies" />
<img src="http://farm5.static.flickr.com/4003/4409969018_16cc9d8bf1_z.jpg" width="640" height="480" alt="Paper cranes" />
<img src="http://farm5.static.flickr.com/4064/4407630907_1430d32efa_z.jpg" width="480" height="640" alt="Icecream">
</div>
<h2>Page javascript</h2>
<div id="sourcecode-display">
<p>The contents of this div will be replaced by the javascript added to this page</p>
</div>
<h2>Page CSS</h2>
<div id="css-display">
<p>The contents of this div will be replaced by the CSS added to this page</p>
</div>
</div>
</body>
</html> | anchetaWern/Zenoir-Online-Classroom | libs/jScrollPane/image2.html | HTML | mit | 3,411 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>UITableView Extension Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Extension/UITableView" class="dashAnchor"></a>
<a title="UITableView Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ExpandableDatePicker Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/GargoyleSoft/ExpandableDatePicker"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">ExpandableDatePicker Reference</a>
<img id="carat" src="../img/carat.png" />
UITableView Extension Reference
</p>
</div>
<div class="content-wrapper">
<nav class="sidebar">
<ul class="nav-groups">
<li class="nav-group-name">
<a href="../Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Classes/ExpandableDatePickerCell.html">ExpandableDatePickerCell</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ExpandableDatePickerSelectionCell.html">ExpandableDatePickerSelectionCell</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ExpandableDatePickerTimeZoneCell.html">ExpandableDatePickerTimeZoneCell</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ExpandableDatePickerTimeZoneTableViewController.html">ExpandableDatePickerTimeZoneTableViewController</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Extensions/UITableView.html">UITableView</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Protocols.html">Protocols</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Protocols/ExpandableDatePicker.html">ExpandableDatePicker</a>
</li>
<li class="nav-group-task">
<a href="../Protocols.html#/s:P20ExpandableDatePicker15ShowsDatePicker">ShowsDatePicker</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>UITableView</h1>
<p>Undocumented</p>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:FE20ExpandableDatePickerCSo11UITableView28registerExpandableDatePickerFT_T_"></a>
<a name="//apple_ref/swift/Method/registerExpandableDatePicker()" class="dashAnchor"></a>
<a class="token" href="#/s:FE20ExpandableDatePickerCSo11UITableView28registerExpandableDatePickerFT_T_">registerExpandableDatePicker()</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Sets up the <code>UITableView</code> to support the required table cells. You should call this from <code>viewDidLoad</code></p>
<div class="aside aside-note">
<p class="aside-title">Note</p>
Also sets the <code>estimatedRowHeight</code> to 44 and the <code>rowHeight</code> to <code>UITableViewAutomaticDimension</code>
as the date picker needs expandable cells.
</div>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">registerExpandableDatePicker</span><span class="p">()</span></code></pre>
</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>© 2017 <a class="link" href="https://github.com/GargoyleSoft/ExpandableDatePicker" target="_blank" rel="external">Gargoyle Software</a>. All rights reserved. (Last updated: 2017-01-09)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
| GargoyleSoft/ExpandableDatePicker | docs/docsets/ExpandableDatePicker.docset/Contents/Resources/Documents/Extensions/UITableView.html | HTML | mit | 5,520 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `PTHREAD_STACK_MIN` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, PTHREAD_STACK_MIN">
<title>libc::consts::os::posix01::PTHREAD_STACK_MIN - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>consts</a>::<wbr><a href='../index.html'>os</a>::<wbr><a href='index.html'>posix01</a></p><script>window.sidebarCurrent = {name: 'PTHREAD_STACK_MIN', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>consts</a>::<wbr><a href='../index.html'>os</a>::<wbr><a href='index.html'>posix01</a>::<wbr><a class='constant' href=''>PTHREAD_STACK_MIN</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-721' class='srclink' href='../../../../src/libc/lib.rs.html#3736' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const PTHREAD_STACK_MIN: <a class='type' href='../../../../libc/types/os/arch/c95/type.size_t.html' title='libc::types::os::arch::c95::size_t'>size_t</a><code> = </code><code>16384</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../";
window.currentCrate = "libc";
window.playgroundUrl = "https://play.rust-lang.org/";
</script>
<script src="../../../../jquery.js"></script>
<script src="../../../../main.js"></script>
<script src="../../../../playpen.js"></script>
<script async src="../../../../search-index.js"></script>
</body>
</html> | ssgrn/Rust-Matrix-Computations | target/doc/libc/consts/os/posix01/constant.PTHREAD_STACK_MIN.html | HTML | mit | 4,563 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Visual Analytics 2017 - 2</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/clean-blog.min.css" rel="stylesheet">
<script src="https://d3js.org/d3.v4.min.js"></script>
<style>
.axis--x path {
display: none;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" >Transporte Aero y Terrestre en Colombia</a>
</div>
</nav>
<!-- Page Header -->
<header class="masthead" style="background-image: url('img/post-bg.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="post-heading">
<h1>¿Las aerolineas de bajo costo han tenido un impacto real en el Transporte de pasajeros?</h1>
<h2 class="subheading">Analisis de del transporte en Colombia desde 2005 a 2015</h2>
<span class="meta">Posted by
<a >David Gomez</a>
19 de Septiembre de 2017</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<h2 class="section-heading">Distribución de medios de Transporte</h2>
<p>En el análisis inicial sobre los datos se intentó identificar la distribución de pasajeros entre
los dos medios de transporte en los principales municipios de Colombia (aquellos que cuentan con aeropuertos) para
determinar el tendencias y participación de los medios de transporte.
</p>
<svg width="600" height="600" id="stacked_barchart"></svg>
<p>Utilizando la visualización podemos ver que el transporte terrestre es domínate, sin embargo,
se observa una tendencia de crecimiento del transporte aéreo, el cual ha aumentado la participación
del mercado de forma significativa desde el año 2009 lo que vamos a profundizar más Adelante.
</p>
<h2 class="section-heading">Tendencias en el volumen de pasajeros</h2>
<p>Adicional al análisis de distribución de medios de transporte, se pretende determinar si el volumen de
pasajeros presenta alguna tendencia durante el año que puedan afectar las comparaciones de información y a
la vez determinar los picos de que se puedan presentar durante el año.
</p>
<svg width="600" height="600" id="lineChartComparativo"></svg>
<p>Observando la gráfica podemos ver que las tendencias se mantienen durante los años, en
donde se observan picos muy marcados en los meses de diciembre y enero,
básicamente por las fiestas de fin de año, y en los meses de junio y julio,
por los periodos de vacaciones escolares y temporadas de fiestas regionales del país.
</p>
<h2 class="section-heading">Análisis de Crecimiento del transporte Aereo</h2>
<p>Con el fin de ahondar en el análisis de crecimiento del transporte aéreo y con el
fin de determinar si efectivamente hay un impacto real de las aerolíneas de bajo costo
en la dinámica del sector se planteó el siguiente análisis:
</p>
<p>• Se va a realizar un análisis de crecimiento de los medios de transporte en comparativa con el año inmediatamente anterior.
</p>
<p>• Se incluirá la información de crecimiento demográfico para tener un valor de referencia para comparar los valores de crecimiento de los medios de transporte
</p>
<svg width="600" height="600" id="lineChartCrecimiento"></svg>
<p>Al observar la visualización podemos determinar que le transporte aéreo tuvo una tasa de crecimiento elevada
entre los años 2009 y 2013, realizando verificaciones se encontró que Viva Colombia entro en operaciones en el
año 2009 lo que pudo impactar en el crecimiento del sector no solo por la cantidad de pasajeros transportados,
sino por el efecto que originó en el mercado haciendo que las aerolíneas bajaran sus costos haciendo el viaje
aéreo más atractivo frente al viaje terrestre.
</p>
<h2 class="section-heading">Fuente de Datos</h2>
<p>Para el análisis realizado se utilizaron las siguientes fuentes de datos:</p>
<p>Transporte Aéreo: https://www.datos.gov.co/Comercio-Industria-y-Turismo/Pasajeros-Aereos-Nacionales/idmw-pexi
</p>
<p>Transporte Terrestre: https://www.datos.gov.co/Comercio-Industria-y-Turismo/Pasajeros-Terminales-Terrestres/dbaw-dquh
</p>
</div>
</div>
</div>
</article>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://github.com/leo-gome/transporteColombia">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/clean-blog.min.js"></script>
</body>
<!-- Codigo para generar Stacked Barchart -->
<script>
//Selecccion del SVG y definicion de margenes
var svg = d3.select("#stacked_barchart"),
margin = {top: 120, right: 120, bottom: 30, left: 40},
width = +svg.attr("width") - margin.left - margin.right,
height = +svg.attr("height") - margin.top - margin.bottom,
g = svg.append("g").attr("transform", "translate(" + margin.left + "," + margin.top + ")");
//Definicion de escalas de la visualizacion
var x = d3.scaleBand()
.rangeRound([0, width])
.paddingInner(0.05)
.align(0.1);
var y = d3.scaleLinear()
.rangeRound([height, 0]);
var z = d3.scaleOrdinal()
.range(["orange", "tomato"]);
//Cargar Informacion
d3.csv("data1.csv", function(d, i, columns) {
for (i = 1, t = 0; i < columns.length; ++i) t += d[columns[i]] = +d[columns[i]];
d.total = t;
return d;
}, function(error, data) {
if (error) throw error;
var keys = data.columns.slice(1);
//Definicion del dominio de las escalas
x.domain(data.map(function(d) { return d.Year; }));
y.domain([0, d3.max(data, function(d) { return d.total; })]).nice();
z.domain(keys);
g.append("g")
.selectAll("g")
.data(d3.stack().keys(keys)(data))
.enter().append("g")
.attr("fill", function(d) { return z(d.key); })
.selectAll("rect")
.data(function(d) { return d; })
.enter().append("rect")
.attr("x", function(d) { return x(d.data.Year); })
.attr("y", function(d) { return y(d[1]); })
.attr("height", function(d) { return y(d[0]) - y(d[1]); })
.attr("width", x.bandwidth());
//Adicion de los elementos de la visualizacion
g.append("g")
.attr("class", "axis")
.attr("transform", "translate(0," + height + ")")
.call(d3.axisBottom(x));
g.append("g")
.attr("class", "axis")
.call(d3.axisLeft(y).ticks(null, "s"))
.append("text")
.attr("x", 2)
.attr("y", y(y.ticks().pop()) + 0.5)
.attr("dy", "0.32em")
.attr("fill", "#000")
.attr("font-weight", "bold")
.attr("text-anchor", "start")
.text("Pasajeros");
var legend = g.append("g")
.attr("font-family", "sans-serif")
.attr("font-size", 10)
.attr("text-anchor", "end")
.selectAll("g")
.data(keys.slice().reverse())
.enter().append("g")
.attr("transform", function(d, i) { return "translate(0," + i * 20 + ")"; });
legend.append("rect")
.attr("x", width + 105)
.attr("width", 19)
.attr("height", 19)
.attr("fill", z);
legend.append("text")
.attr("x", width + 95)
.attr("y", 9.5)
.attr("dy", "0.32em")
.text(function(d) { return d; });
});
</script>
<!-- Codigo para generar Line Chart Comparativo -->
<script>
//Seleccion del SVG para generar la visualizacion y definicion de margener
var svg2 = d3.select("#lineChartComparativo"),
margin2 = {top: 20, right: 50, bottom: 30, left: 60},
width2 = svg2.attr("width") - margin2.left - margin2.right,
height2 = svg2.attr("height") - margin2.top - margin2.bottom,
g2 = svg2.append("g").attr("transform", "translate(" + margin2.left + "," + margin2.top + ")");
// definicion de las escalas para la visualizacion
var x2 = d3.scaleBand().range([0, width2]),
y2 = d3.scaleLinear().range([height2, 0]),
z2 = d3.scaleOrdinal(d3.schemeCategory10);
//definicion de la funcion para realizar las lineas entre los diferentes puntos
var line2 = d3.line()
.curve(d3.curveBasis)
.x(function(d) { return x2(d.date); })
.y(function(d) { return y2(d.pasajeros); });
//carga de la informacion
d3.csv("data2.csv", function(error2, data2) {
if (error2) throw error2;
//Seleccion de las diferentes series de datos que se tendran en la visualizacion
var years2 = data2.columns.slice(1).map(function(id) {
return {
id: id,
values: data2.map(function(d) {
return {date: d.date, pasajeros: d[id]};
})
};
});
//Definicion de los rangos de las escalas
x2.domain(data2.map(function(d) { return d.date; }));
y2.domain([
500000,
5000000
]);
z2.domain(years2.map(function(c) { return c.id; }));
//inclusion de los elementos de la visualizacion
g2.append("g")
.attr("class", "axis axis--x")
.attr("transform", "translate(0," + height2 + ")")
.call(d3.axisBottom(x2));
g2.append("g")
.attr("class", "axis axis--y")
.call(d3.axisLeft(y2))
.append("text")
.attr("transform", "rotate(-90)")
.attr("y", 6)
.attr("dy", "0.71em")
.attr("fill", "#000")
.text("Cantidad de Pasajeros");
var year = g2.selectAll(".year")
.data(years2)
.enter().append("g")
.attr("class", "year");
year.append("path")
.attr("class", "line")
.attr("d", function(d) { return line2(d.values); })
.style("stroke", function(d) { return z2(d.id); });
year.append("text")
.datum(function(d) { return {id: d.id, value: d.values[d.values.length - 1]}; })
.attr("transform", function(d) { return "translate(" + x2(d.value.date) + "," + y2(d.value.pasajeros) + ")"; })
.attr("x", 3)
.attr("dy", "0.35em")
.style("font", "10px sans-serif")
.text(function(d) { return d.id; });
});
//Funcion para retornar las diferentes series el grafico
function type(d, _, columns) {
//d.date = parseTime(d.date);
for (var i = 1, n = columns.length, c; i < n; ++i) d[c = columns[i]] = +d[c];
return d;
}
</script>
<!-- Codigo para generar LineChart de Crecimiento-->
<script>
//Seleccion del SVG para incluir la grafica
var svg3 = d3.select("#lineChartCrecimiento"),
margin3 = {top: 20, right: 100, bottom: 30, left: 50},
width3 = svg3.attr("width") - margin3.left - margin3.right,
height3 = svg3.attr("height") - margin3.top - margin3.bottom,
g3 = svg3.append("g").attr("transform", "translate(" + margin3.left + "," + margin3.top + ")");
//Definicion de las escalas a utilizar
var x3 = d3.scaleLinear().range([0, width3]),
y3 = d3.scaleLinear().range([height3, 0]),
z3 = d3.scaleOrdinal(d3.schemeCategory10);
//Definicion de la funcion para realizar las lineas entre los puntos
var line = d3.line()
.curve(d3.curveBasis)
.x(function(d) { return x3(d.date); })
.y(function(d) { return y3(d.crecimiento); });
//Cargar la informacion
d3.csv("data3.csv", function(error3, data3) {
if (error3) throw error3;
//Seleccion de las diferentes series de la visualzacion
var conceptos = data3.columns.slice(1).map(function(id) {
return {
id: id,
values: data3.map(function(d) {
return {date: d.date, crecimiento: d[id]};
})
};
});
//Definicion de los dominios de las escalas
x3.domain(d3.extent(data3, function(d) { return d.date; }));
y3.domain([
d3.min(conceptos, function(c) { return d3.min(c.values, function(d) { return d.crecimiento; }); }),
d3.max(conceptos, function(c) { return d3.max(c.values, function(d) { return d.crecimiento; }); })
]);
z3.domain(conceptos.map(function(c) { return c.id; }));
//Inclusion de los elementos del grafico
g3.append("g")
.attr("class", "axis axis--x")
.attr("transform", "translate(0," + height3 + ")")
.call(d3.axisBottom(x3));
g3.append("g")
.attr("class", "axis axis--y")
.call(d3.axisLeft(y3))
.append("text")
.attr("transform", "rotate(-90)")
.attr("y", 6)
.attr("dy", "0.71em")
.attr("fill", "#000")
.text("Tasa de Crecimiento");
var concepto = g3.selectAll(".concepto")
.data(conceptos)
.enter().append("g")
.attr("class", "concepto");
concepto.append("path")
.attr("class", "line")
.attr("d", function(d) { return line(d.values); })
.style("stroke", function(d) { return z3(d.id); });
concepto.append("text")
.datum(function(d) { return {id: d.id, value: d.values[d.values.length - 1]}; })
.attr("transform", function(d) { return "translate(" + x3(d.value.date) + "," + y3(d.value.crecimiento) + ")"; })
.attr("x", 3)
.attr("dy", "0.35em")
.style("font", "10px sans-serif")
.text(function(d) { return d.id; });
});
//Funcion para retornar las diferentes series el grafico
function type(d, _, columns) {
for (var i = 1, n = columns.length, c; i < n; ++i) d[c = columns[i]] = +d[c];
return d;
}
</script>
</html>
| leo-gome/leo-gome.github.io | transporte.html | HTML | mit | 15,836 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>matches_spec? (Gem::Dependency)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/rubygems/dependency.rb, line 177</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">matches_spec?</span> <span class="ruby-identifier">spec</span>
<span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">false</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">name</span> <span class="ruby-operator">===</span> <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span>
<span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">true</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">requirement</span>.<span class="ruby-identifier">none?</span>
<span class="ruby-identifier">requirement</span>.<span class="ruby-identifier">satisfied_by?</span>(<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span>)
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> | michaelsync/Giles | tools/Rake/lib/ruby/gems/1.8/doc/rubygems-1.5.2/rdoc/classes/Gem/Dependency.src/M000536.html | HTML | mit | 1,474 |
<section class="pager">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<li class="previous"><a href="{{site.baseurl}}/" title="{{ site.locales[site.default_locale].Next }}">← {{ site.locales[site.default_locale].Next }}</a></li>
{% else %}
<li class="previous"><a href="{{site.baseurl}}/page{{ paginator.previous_page }}/" title="{{ site.locales[site.default_locale].Next }}">← {{ site.locales[site.default_locale].Next }}</a></li>
{% endif %}
{% endif %}
{% if paginator.next_page %}
<li class="next"><a href="{{site.baseurl}}/page{{ paginator.next_page }}/" title="{{ site.locales[site.default_locale].Previous }}">{{ site.locales[site.default_locale].Previous }} →</a></li>
{% endif %}
</section>
| halosec/halosec.github.io | _includes/post_pagination.html | HTML | mit | 773 |
{% extends 'templates/nhs_transaction_layout.html' %}
{% import 'includes/form_macros.html' as form_macros %}
{% block afterHeader %}
{% include "includes/service-headers/low-income-new.html" %}
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
Are you living permanently in a care home?
</h1>
<form action="carehome-handler" method="get" class="form">
<div class="form-item-wrapper">
<fieldset>
<div class="inline-form-groups">
<div class="form-group">
<input type="radio" id="yes" name="carehome" value="yes">
<label class="form-control-radio" for="yes">
Yes
</label>
</div>
<div class="form-group">
<input type="radio" id="no" name="carehome" value="no">
<label class="form-control-radio" for="no">
No
</label>
</div>
</div>
</fieldset>
</div>
{{
form_macros.button({
label: 'Next'
})
}}
</form>
</div>
</div>
</main>
{% endblock %}
| nhsbsa/nhslis | app/views/lis/6/care-home.html | HTML | mit | 1,221 |
{% extends 'panel.html' %}
{% load utilities %}
{% block head_title %}
Server error
{% endblock %}
{% block panel_content %}
<p>
Sorry, your request resulted in a server error. The error has been logged and
we'll investigate it.
</p>
{% endblock %}
| OpenHumans/open-humans | open_humans/templates/500.html | HTML | mit | 256 |
<!DOCTYPE html>
<html>
<head>
<title>Elliptical Shapes</title>
<style type="text/css">
p {
border: 5px solid #ee3e80;
padding: 10px;
width: 100px;
height: 100px;
display: inline-block;
margin: 20px;}
p.one {
border-top-left-radius: 80px 50px;
-moz-border-radius-top-left: 80px 50px;
-webkit-border-radius-top-left: 80px 50px;}
p.two {
border-radius: 1em 4em 1em 4em / 2em 1em 2em 1em;
-moz-border-radius: 1em 4em 1em 4em / 2em 1em 2em 1em;
-webkit-border-radius: 1em 4em 1em 4em / 2em 1em 2em 1em;}
p.three {
padding: 0px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;}
</style>
</head>
<body>
<p class="one"></p>
<p class="two"></p>
<p class="three"></p>
</body>
</html> | dbennett455/DetectHtml | testdata/html/elliptical-shapes.html | HTML | mit | 797 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>basic_socket::basic_socket (7 of 10 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket::basic_socket">
<link rel="prev" href="overload6.html" title="basic_socket::basic_socket (6 of 10 overloads)">
<link rel="next" href="overload8.html" title="basic_socket::basic_socket (8 of 10 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload6.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload8.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="boost_asio.reference.basic_socket.basic_socket.overload7"></a><a class="link" href="overload7.html" title="basic_socket::basic_socket (7 of 10 overloads)">basic_socket::basic_socket
(7 of 10 overloads)</a>
</h5></div></div></div>
<p>
Construct a <a class="link" href="../../basic_socket.html" title="basic_socket"><code class="computeroutput">basic_socket</code></a>
on an existing native socket.
</p>
<pre class="programlisting">basic_socket(
const executor_type & ex,
const protocol_type & protocol,
const native_handle_type & native_socket);
</pre>
<p>
This constructor creates a socket object to hold an existing native socket.
</p>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload7.h0"></a>
<span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload7.parameters"></a></span><a class="link" href="overload7.html#boost_asio.reference.basic_socket.basic_socket.overload7.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl class="variablelist">
<dt><span class="term">ex</span></dt>
<dd><p>
The I/O executor that the socket will use, by default, to dispatch
handlers for any asynchronous operations performed on the socket.
</p></dd>
<dt><span class="term">protocol</span></dt>
<dd><p>
An object specifying protocol parameters to be used.
</p></dd>
<dt><span class="term">native_socket</span></dt>
<dd><p>
A native socket.
</p></dd>
</dl>
</div>
<h6>
<a name="boost_asio.reference.basic_socket.basic_socket.overload7.h1"></a>
<span class="phrase"><a name="boost_asio.reference.basic_socket.basic_socket.overload7.exceptions"></a></span><a class="link" href="overload7.html#boost_asio.reference.basic_socket.basic_socket.overload7.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
</p></dd>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2021 Christopher
M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload6.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload8.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| davehorton/drachtio-server | deps/boost_1_77_0/doc/html/boost_asio/reference/basic_socket/basic_socket/overload7.html | HTML | mit | 5,080 |
<!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_AU" lang="en_AU">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>Target xref</title>
<link type="text/css" rel="stylesheet" href="../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../javadoc/org/mortbay/html/Target.html">View Javadoc</a></div><pre>
<a name="1" href="#1">1</a> <em class="jxr_comment">// ========================================================================</em>
<a name="2" href="#2">2</a> <em class="jxr_comment">// $Id: Target.java,v 1.3 2004/05/09 20:31:28 gregwilkins Exp $</em>
<a name="3" href="#3">3</a> <em class="jxr_comment">// Copyright 1996-2004 Mort Bay Consulting Pty. Ltd.</em>
<a name="4" href="#4">4</a> <em class="jxr_comment">// ------------------------------------------------------------------------</em>
<a name="5" href="#5">5</a> <em class="jxr_comment">// Licensed under the Apache License, Version 2.0 (the "License");</em>
<a name="6" href="#6">6</a> <em class="jxr_comment">// you may not use this file except in compliance with the License.</em>
<a name="7" href="#7">7</a> <em class="jxr_comment">// You may obtain a copy of the License at </em>
<a name="8" href="#8">8</a> <em class="jxr_comment">// http://www.apache.org/licenses/LICENSE-2.0</em>
<a name="9" href="#9">9</a> <em class="jxr_comment">// Unless required by applicable law or agreed to in writing, software</em>
<a name="10" href="#10">10</a> <em class="jxr_comment">// distributed under the License is distributed on an "AS IS" BASIS,</em>
<a name="11" href="#11">11</a> <em class="jxr_comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a name="12" href="#12">12</a> <em class="jxr_comment">// See the License for the specific language governing permissions and</em>
<a name="13" href="#13">13</a> <em class="jxr_comment">// limitations under the License.</em>
<a name="14" href="#14">14</a> <em class="jxr_comment">// ========================================================================</em>
<a name="15" href="#15">15</a>
<a name="16" href="#16">16</a> <strong class="jxr_keyword">package</strong> org.mortbay.html;
<a name="17" href="#17">17</a>
<a name="18" href="#18">18</a>
<a name="19" href="#19">19</a> <em class="jxr_comment">/*<em class="jxr_comment"> -------------------------------------------------------------------- */</em></em>
<a name="20" href="#20">20</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> HTML Link Target.</em>
<a name="21" href="#21">21</a> <em class="jxr_javadoccomment"> * This is a HTML reference (not a CSS Link).</em>
<a name="22" href="#22">22</a> <em class="jxr_javadoccomment"> * @see StyleLink</em>
<a name="23" href="#23">23</a> <em class="jxr_javadoccomment"> */</em>
<a name="24" href="#24">24</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../org/mortbay/html/Target.html">Target</a> <strong class="jxr_keyword">extends</strong> <a href="../../../org/mortbay/html/Block.html">Block</a>
<a name="25" href="#25">25</a> {
<a name="26" href="#26">26</a>
<a name="27" href="#27">27</a> <em class="jxr_comment">/*<em class="jxr_comment"> ----------------------------------------------------------------- */</em></em>
<a name="28" href="#28">28</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> Construct Link.</em>
<a name="29" href="#29">29</a> <em class="jxr_javadoccomment"> * @param target The target name </em>
<a name="30" href="#30">30</a> <em class="jxr_javadoccomment"> */</em>
<a name="31" href="#31">31</a> <strong class="jxr_keyword">public</strong> <a href="../../../org/mortbay/html/Target.html">Target</a>(String target)
<a name="32" href="#32">32</a> {
<a name="33" href="#33">33</a> <strong class="jxr_keyword">super</strong>(<span class="jxr_string">"a"</span>);
<a name="34" href="#34">34</a> attribute(<span class="jxr_string">"name"</span>,target);
<a name="35" href="#35">35</a> }
<a name="36" href="#36">36</a>
<a name="37" href="#37">37</a> <em class="jxr_comment">/*<em class="jxr_comment"> ----------------------------------------------------------------- */</em></em>
<a name="38" href="#38">38</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> Construct Link.</em>
<a name="39" href="#39">39</a> <em class="jxr_javadoccomment"> * @param target The target name </em>
<a name="40" href="#40">40</a> <em class="jxr_javadoccomment"> * @param link Link Element</em>
<a name="41" href="#41">41</a> <em class="jxr_javadoccomment"> */</em>
<a name="42" href="#42">42</a> <strong class="jxr_keyword">public</strong> <a href="../../../org/mortbay/html/Target.html">Target</a>(String target,Object link)
<a name="43" href="#43">43</a> {
<a name="44" href="#44">44</a> <strong class="jxr_keyword">this</strong>(target);
<a name="45" href="#45">45</a> add(link);
<a name="46" href="#46">46</a> }
<a name="47" href="#47">47</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
| napcs/qedserver | jetty/jxr/org/mortbay/html/Target.html | HTML | mit | 5,420 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `MAP_NORESERVE` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, MAP_NORESERVE">
<title>libc::MAP_NORESERVE - Rust</title>
<link rel="stylesheet" type="text/css" href="../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'MAP_NORESERVE', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='constant' href=''>MAP_NORESERVE</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-1608' class='srclink' href='../src/libc/unix/notbsd/linux/notmips/mod.rs.html#48' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const MAP_NORESERVE: <a class='type' href='../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>0x04000</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../";
window.currentCrate = "libc";
window.playgroundUrl = "";
</script>
<script src="../jquery.js"></script>
<script src="../main.js"></script>
<script async src="../search-index.js"></script>
</body>
</html> | ssgrn/Rust-Matrix-Computations | target/doc/libc/constant.MAP_NORESERVE.html | HTML | mit | 4,099 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Type definition ranlux64_3_01</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../boost_random/reference.html#header.boost.random.ranlux_hpp" title="Header <boost/random/ranlux.hpp>">
<link rel="prev" href="ranlux4_01.html" title="Type definition ranlux4_01">
<link rel="next" href="ranlux64_4_01.html" title="Type definition ranlux64_4_01">
</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="ranlux4_01.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_random/reference.html#header.boost.random.ranlux_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ranlux64_4_01.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.random.ranlux64_3_01"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Type definition ranlux64_3_01</span></h2>
<p>ranlux64_3_01</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../boost_random/reference.html#header.boost.random.ranlux_hpp" title="Header <boost/random/ranlux.hpp>">boost/random/ranlux.hpp</a>>
</span>
<span class="keyword">typedef</span> <a class="link" href="discard_block_engine.html" title="Class template discard_block_engine">discard_block_engine</a><span class="special"><</span> <a class="link" href="../../boost_random/reference.html#boost.random.ranlux64_base_01">ranlux64_base_01</a><span class="special">,</span> <span class="number">223</span><span class="special">,</span> <span class="number">24</span> <span class="special">></span> <span class="identifier">ranlux64_3_01</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="id-1.3.35.5.6.36.7.4"></a><h2>Description</h2>
<p>The ranlux family of generators are described in</p>
<p> </p>
<div class="blockquote"><blockquote class="blockquote"><p> "A portable high-quality random number generator for lattice field theory
calculations", M. Luescher, Computer Physics Communications, 79 (1994) pp 100-110. </p></blockquote></div>
<p> </p>
<p>The levels are given in</p>
<p> </p>
<div class="blockquote"><blockquote class="blockquote"><p> "RANLUX: A Fortran implementation of the high-quality
pseudorandom number generator of Luescher", F. James, Computer Physics Communications 79 (1994) 111-114 </p></blockquote></div>
<p> </p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2000-2005 Jens Maurer<br>Copyright © 2009, 2010 Steven Watanabe<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="ranlux4_01.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_random/reference.html#header.boost.random.ranlux_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ranlux64_4_01.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| davehorton/drachtio-server | deps/boost_1_77_0/doc/html/boost/random/ranlux64_3_01.html | HTML | mit | 4,832 |
<!--$Id: env_dbrename.html 63573 2008-05-23 21:43:21Z trent.nelson $-->
<!--Copyright (c) 1997,2008 Oracle. All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB: DB_ENV->dbrename</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
</head>
<body bgcolor=white>
<table width="100%"><tr valign=top>
<td>
<b>DB_ENV->dbrename</b>
</td>
<td align=right>
<a href="../api_c/api_core.html"><img src="../images/api.gif" alt="API"></a>
<a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a></td>
</tr></table>
<hr size=1 noshade>
<tt>
<b><pre>
#include <db.h>
<p>
int
DB_ENV->dbrename(DB_ENV *dbenv, DB_TXN *txnid, const char *file,
const char *database, const char *newname, u_int32_t flags);
</pre></b>
<hr size=1 noshade>
<b>Description: DB_ENV->dbrename</b>
<p>The DB_ENV->dbrename method renames the database specified by the
<b>file</b> and <b>database</b> parameters to <b>newname</b>. If no
<b>database</b> is specified, the underlying file represented by
<b>file</b> is renamed, incidentally renaming all of the databases it
contained.</p>
<p>Applications should not rename databases that are currently in use. If
an underlying file is being renamed and logging is currently enabled in
the database environment, no database in the file may be open when the
DB_ENV->dbrename method is called. In particular, some architectures do
not permit renaming files with open handles. On these architectures,
attempts to rename databases that are currently in use by any thread of
control in the system may fail.</p>
<p>The DB_ENV->dbrename method
returns a non-zero error value on failure
and 0 on success.
</p>
<b>Parameters</b> <br>
<b>database</b><ul compact><li>The <b>database</b> parameter is the database to be renamed.</ul>
<b>file</b><ul compact><li>The <b>file</b> parameter is the physical file which contains the
database(s) to be renamed.</ul>
<p>When using a Unicode build on Windows (the default), the <b>file</b>
argument will be interpreted as a UTF-8 string, which is equivalent to
ASCII for Latin characters.</p>
<b>flags</b><ul compact><li>The <b>flags</b> parameter must be set to 0 or
the following value:
<br>
<b><a name="DB_AUTO_COMMIT">DB_AUTO_COMMIT</a></b><ul compact><li>Enclose the DB_ENV->dbrename call within a transaction. If the call succeeds,
changes made by the operation will be recoverable. If the call fails,
the operation will have made no changes.</ul>
<br></ul>
<b>newname</b><ul compact><li>The <b>newname</b> parameter is the new name of the database or file.</ul>
<b>txnid</b><ul compact><li>If the operation is part of an application-specified transaction, the
<b>txnid</b> parameter is a transaction handle returned from
<a href="../api_c/txn_begin.html">DB_ENV->txn_begin</a>; if the operation is part of a Berkeley DB Concurrent Data Store group, the
<b>txnid</b> parameter is a handle returned from
<a href="../api_c/env_cdsgroup_begin.html">DB_ENV->cdsgroup_begin</a>; otherwise NULL.
If no transaction handle is
specified, but the
DB_AUTO_COMMIT flag is specified,
the operation will be implicitly transaction protected.
</ul>
<br>
<br><b>Environment Variables</b>
<p>The
environment variable <b>DB_HOME</b> may be used as the path of the
database environment home.</p>
<p>DB_ENV->dbrename is affected by any database directory specified using
the <a href="../api_c/env_set_data_dir.html">DB_ENV->set_data_dir</a> method, or by setting the "set_data_dir" string
in the environment's <a href="../ref/env/db_config.html#DB_CONFIG">DB_CONFIG</a> file.</p>
<br><b>Errors</b>
<p>The DB_ENV->dbrename method
may fail and return one of the following non-zero errors:</p>
<br>
<b>DB_LOCK_DEADLOCK</b><ul compact><li>A transactional database environment operation was selected to resolve
a deadlock.</ul>
<b>DB_LOCK_NOTGRANTED</b><ul compact><li>A Berkeley DB Concurrent Data Store database environment configured for lock timeouts was unable
to grant a lock in the allowed time.</ul>
<br>
<br>
<b>EINVAL</b><ul compact><li>If DB_ENV->dbrename called before <a href="../api_c/env_open.html">DB_ENV->open</a> was called; or if an
invalid flag value or parameter was specified.</ul>
<br>
<br>
<b>ENOENT</b><ul compact><li>The file or directory does not exist.</ul>
<br>
<hr size=1 noshade>
<br><b>Class</b>
<a href="../api_c/env_class.html">DB_ENV</a>
<br><b>See Also</b>
<a href="../api_c/env_list.html">Database Environments and Related Methods</a>
</tt>
<table width="100%"><tr><td><br></td><td align=right>
<a href="../api_c/api_core.html"><img src="../images/api.gif" alt="API"></a><a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a>
</td></tr></table>
<p><font size=1>Copyright (c) 1996,2008 Oracle. All rights reserved.</font>
</body>
</html>
| mollstam/UnrealPy | UnrealPyEmbed/Development/Python/2015.08.07-Python2710-x64-Source-vs2015/Python27/Source/db-4.7.25.0/docs/api_c/env_dbrename.html | HTML | mit | 5,064 |
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-fit-behavior/iron-fit-behavior.html">
<link rel="import" href="../iron-resizable-behavior/iron-resizable-behavior.html">
<link rel="import" href="iron-overlay-manager.html">
<script>
(function() {
'use strict';
/**
Use `Polymer.IronOverlayBehavior` to implement an element that can be hidden or shown, and displays
on top of other content. It includes an optional backdrop, and can be used to implement a variety
of UI controls including dialogs and drop downs. Multiple overlays may be displayed at once.
### Closing and canceling
A dialog may be hidden by closing or canceling. The difference between close and cancel is user
intent. Closing generally implies that the user acknowledged the content on the overlay. By default,
it will cancel whenever the user taps outside it or presses the escape key. This behavior is
configurable with the `no-cancel-on-esc-key` and the `no-cancel-on-outside-click` properties.
`close()` should be called explicitly by the implementer when the user interacts with a control
in the overlay element. When the dialog is canceled, the overlay fires an 'iron-overlay-canceled'
event. Call `preventDefault` on this event to prevent the overlay from closing.
### Positioning
By default the element is sized and positioned to fit and centered inside the window. You can
position and size it manually using CSS. See `Polymer.IronFitBehavior`.
### Backdrop
Set the `with-backdrop` attribute to display a backdrop behind the overlay. The backdrop is
appended to `<body>` and is of type `<iron-overlay-backdrop>`. See its doc page for styling
options.
### Limitations
The element is styled to appear on top of other content by setting its `z-index` property. You
must ensure no element has a stacking context with a higher `z-index` than its parent stacking
context. You should place this element as a child of `<body>` whenever possible.
@demo demo/index.html
@polymerBehavior Polymer.IronOverlayBehavior
*/
Polymer.IronOverlayBehaviorImpl = {
properties: {
/**
* True if the overlay is currently displayed.
*/
opened: {
observer: '_openedChanged',
type: Boolean,
value: false,
notify: true
},
/**
* True if the overlay was canceled when it was last closed.
*/
canceled: {
observer: '_canceledChanged',
readOnly: true,
type: Boolean,
value: false
},
/**
* Set to true to display a backdrop behind the overlay.
*/
withBackdrop: {
observer: '_withBackdropChanged',
type: Boolean
},
/**
* Set to true to disable auto-focusing the overlay or child nodes with
* the `autofocus` attribute` when the overlay is opened.
*/
noAutoFocus: {
type: Boolean,
value: false
},
/**
* Set to true to disable canceling the overlay with the ESC key.
*/
noCancelOnEscKey: {
type: Boolean,
value: false
},
/**
* Set to true to disable canceling the overlay by clicking outside it.
*/
noCancelOnOutsideClick: {
type: Boolean,
value: false
},
/**
* Contains the reason(s) this overlay was last closed (see `iron-overlay-closed`).
* `IronOverlayBehavior` provides the `canceled` reason; implementers of the
* behavior can provide other reasons in addition to `canceled`.
*/
closingReason: {
// was a getter before, but needs to be a property so other
// behaviors can override this.
type: Object
},
/**
* Set to true to enable restoring of focus when overlay is closed.
*/
restoreFocusOnClose: {
type: Boolean,
value: false
},
/**
* Set to true to keep overlay always on top.
*/
alwaysOnTop: {
type: Boolean
},
/**
* Shortcut to access to the overlay manager.
* @private
* @type {Polymer.IronOverlayManagerClass}
*/
_manager: {
type: Object,
value: Polymer.IronOverlayManager
},
/**
* The node being focused.
* @type {?Node}
*/
_focusedChild: {
type: Object
}
},
listeners: {
'iron-resize': '_onIronResize'
},
/**
* The backdrop element.
* @type {Element}
*/
get backdropElement() {
return this._manager.backdropElement;
},
/**
* Returns the node to give focus to.
* @type {Node}
*/
get _focusNode() {
return this._focusedChild || Polymer.dom(this).querySelector('[autofocus]') || this;
},
/**
* Array of nodes that can receive focus (overlay included), ordered by `tabindex`.
* This is used to retrieve which is the first and last focusable nodes in order
* to wrap the focus for overlays `with-backdrop`.
*
* If you know what is your content (specifically the first and last focusable children),
* you can override this method to return only `[firstFocusable, lastFocusable];`
* @type {Array<Node>}
* @protected
*/
get _focusableNodes() {
// Elements that can be focused even if they have [disabled] attribute.
var FOCUSABLE_WITH_DISABLED = [
'a[href]',
'area[href]',
'iframe',
'[tabindex]',
'[contentEditable=true]'
];
// Elements that cannot be focused if they have [disabled] attribute.
var FOCUSABLE_WITHOUT_DISABLED = [
'input',
'select',
'textarea',
'button'
];
// Discard elements with tabindex=-1 (makes them not focusable).
var selector = FOCUSABLE_WITH_DISABLED.join(':not([tabindex="-1"]),') +
':not([tabindex="-1"]),' +
FOCUSABLE_WITHOUT_DISABLED.join(':not([disabled]):not([tabindex="-1"]),') +
':not([disabled]):not([tabindex="-1"])';
var focusables = Polymer.dom(this).querySelectorAll(selector);
if (this.tabIndex >= 0) {
// Insert at the beginning because we might have all elements with tabIndex = 0,
// and the overlay should be the first of the list.
focusables.splice(0, 0, this);
}
// Sort by tabindex.
return focusables.sort(function (a, b) {
if (a.tabIndex === b.tabIndex) {
return 0;
}
if (a.tabIndex === 0 || a.tabIndex > b.tabIndex) {
return 1;
}
return -1;
});
},
ready: function() {
// Used to skip calls to notifyResize and refit while the overlay is animating.
this.__isAnimating = false;
// with-backdrop needs tabindex to be set in order to trap the focus.
// If it is not set, IronOverlayBehavior will set it, and remove it if with-backdrop = false.
this.__shouldRemoveTabIndex = false;
// Used for wrapping the focus on TAB / Shift+TAB.
this.__firstFocusableNode = this.__lastFocusableNode = null;
// Used for requestAnimationFrame when opened changes.
this.__openChangedAsync = null;
// Used for requestAnimationFrame when iron-resize is fired.
this.__onIronResizeAsync = null;
this._ensureSetup();
},
attached: function() {
// Call _openedChanged here so that position can be computed correctly.
if (this.opened) {
this._openedChanged();
}
this._observer = Polymer.dom(this).observeNodes(this._onNodesChange);
},
detached: function() {
Polymer.dom(this).unobserveNodes(this._observer);
this._observer = null;
this.opened = false;
},
/**
* Toggle the opened state of the overlay.
*/
toggle: function() {
this._setCanceled(false);
this.opened = !this.opened;
},
/**
* Open the overlay.
*/
open: function() {
this._setCanceled(false);
this.opened = true;
},
/**
* Close the overlay.
*/
close: function() {
this._setCanceled(false);
this.opened = false;
},
/**
* Cancels the overlay.
* @param {Event=} event The original event
*/
cancel: function(event) {
var cancelEvent = this.fire('iron-overlay-canceled', event, {cancelable: true});
if (cancelEvent.defaultPrevented) {
return;
}
this._setCanceled(true);
this.opened = false;
},
_ensureSetup: function() {
if (this._overlaySetup) {
return;
}
this._overlaySetup = true;
this.style.outline = 'none';
this.style.display = 'none';
},
_openedChanged: function() {
if (this.opened) {
this.removeAttribute('aria-hidden');
} else {
this.setAttribute('aria-hidden', 'true');
}
// wait to call after ready only if we're initially open
if (!this._overlaySetup) {
return;
}
this._manager.addOrRemoveOverlay(this);
if (this.__openChangedAsync) {
window.cancelAnimationFrame(this.__openChangedAsync);
}
// Defer any animation-related code on attached
// (_openedChanged gets called again on attached).
if (!this.isAttached) {
return;
}
this.__isAnimating = true;
// requestAnimationFrame for non-blocking rendering
this.__openChangedAsync = window.requestAnimationFrame(function() {
this.__openChangedAsync = null;
if (this.opened) {
this._prepareRenderOpened();
this._renderOpened();
} else {
this._renderClosed();
}
}.bind(this));
},
_canceledChanged: function() {
this.closingReason = this.closingReason || {};
this.closingReason.canceled = this.canceled;
},
_withBackdropChanged: function() {
// If tabindex is already set, no need to override it.
if (this.withBackdrop && !this.hasAttribute('tabindex')) {
this.setAttribute('tabindex', '-1');
this.__shouldRemoveTabIndex = true;
} else if (this.__shouldRemoveTabIndex) {
this.removeAttribute('tabindex');
this.__shouldRemoveTabIndex = false;
}
if (this.opened) {
this._manager.trackBackdrop();
}
},
/**
* tasks which must occur before opening; e.g. making the element visible.
* @protected
*/
_prepareRenderOpened: function() {
// Needed to calculate the size of the overlay so that transitions on its size
// will have the correct starting points.
this._preparePositioning();
this.refit();
this._finishPositioning();
// Safari will apply the focus to the autofocus element when displayed for the first time,
// so we blur it. Later, _applyFocus will set the focus if necessary.
if (this.noAutoFocus && document.activeElement === this._focusNode) {
this._focusNode.blur();
}
},
/**
* Tasks which cause the overlay to actually open; typically play an animation.
* @protected
*/
_renderOpened: function() {
this._finishRenderOpened();
},
/**
* Tasks which cause the overlay to actually close; typically play an animation.
* @protected
*/
_renderClosed: function() {
this._finishRenderClosed();
},
/**
* Tasks to be performed at the end of open action. Will fire `iron-overlay-opened`.
* @protected
*/
_finishRenderOpened: function() {
// Focus the child node with [autofocus]
this._applyFocus();
this.notifyResize();
this.__isAnimating = false;
// Store it so we don't query too much.
var focusableNodes = this._focusableNodes;
this.__firstFocusableNode = focusableNodes[0];
this.__lastFocusableNode = focusableNodes[focusableNodes.length - 1];
this.fire('iron-overlay-opened');
},
/**
* Tasks to be performed at the end of close action. Will fire `iron-overlay-closed`.
* @protected
*/
_finishRenderClosed: function() {
// Hide the overlay and remove the backdrop.
this.style.display = 'none';
// Reset z-index only at the end of the animation.
this.style.zIndex = '';
this._applyFocus();
this.notifyResize();
this.__isAnimating = false;
this.fire('iron-overlay-closed', this.closingReason);
},
_preparePositioning: function() {
this.style.transition = this.style.webkitTransition = 'none';
this.style.transform = this.style.webkitTransform = 'none';
this.style.display = '';
},
_finishPositioning: function() {
// First, make it invisible & reactivate animations.
this.style.display = 'none';
// Force reflow before re-enabling animations so that they don't start.
// Set scrollTop to itself so that Closure Compiler doesn't remove this.
this.scrollTop = this.scrollTop;
this.style.transition = this.style.webkitTransition = '';
this.style.transform = this.style.webkitTransform = '';
// Now that animations are enabled, make it visible again
this.style.display = '';
// Force reflow, so that following animations are properly started.
// Set scrollTop to itself so that Closure Compiler doesn't remove this.
this.scrollTop = this.scrollTop;
},
/**
* Applies focus according to the opened state.
* @protected
*/
_applyFocus: function() {
if (this.opened) {
if (!this.noAutoFocus) {
this._focusNode.focus();
}
} else {
this._focusNode.blur();
this._focusedChild = null;
this._manager.focusOverlay();
}
},
/**
* Cancels (closes) the overlay. Call when click happens outside the overlay.
* @param {!Event} event
* @protected
*/
_onCaptureClick: function(event) {
if (!this.noCancelOnOutsideClick) {
this.cancel(event);
}
},
/**
* Keeps track of the focused child. If withBackdrop, traps focus within overlay.
* @param {!Event} event
* @protected
*/
_onCaptureFocus: function (event) {
if (!this.withBackdrop) {
return;
}
var path = Polymer.dom(event).path;
if (path.indexOf(this) === -1) {
event.stopPropagation();
this._applyFocus();
} else {
this._focusedChild = path[0];
}
},
/**
* Handles the ESC key event and cancels (closes) the overlay.
* @param {!Event} event
* @protected
*/
_onCaptureEsc: function(event) {
if (!this.noCancelOnEscKey) {
this.cancel(event);
}
},
/**
* Handles TAB key events to track focus changes.
* Will wrap focus for overlays withBackdrop.
* @param {!Event} event
* @protected
*/
_onCaptureTab: function(event) {
if (!this.withBackdrop) {
return;
}
// TAB wraps from last to first focusable.
// Shift + TAB wraps from first to last focusable.
var shift = event.shiftKey;
var nodeToCheck = shift ? this.__firstFocusableNode : this.__lastFocusableNode;
var nodeToSet = shift ? this.__lastFocusableNode : this.__firstFocusableNode;
var shouldWrap = false;
if (nodeToCheck === nodeToSet) {
// If nodeToCheck is the same as nodeToSet, it means we have an overlay
// with 0 or 1 focusables; in either case we still need to trap the
// focus within the overlay.
shouldWrap = true;
} else {
// In dom=shadow, the manager will receive focus changes on the main
// root but not the ones within other shadow roots, so we can't rely on
// _focusedChild, but we should check the deepest active element.
var focusedNode = this._manager.deepActiveElement;
// If the active element is not the nodeToCheck but the overlay itself,
// it means the focus is about to go outside the overlay, hence we
// should prevent that (e.g. user opens the overlay and hit Shift+TAB).
shouldWrap = (focusedNode === nodeToCheck || focusedNode === this);
}
if (shouldWrap) {
// When the overlay contains the last focusable element of the document
// and it's already focused, pressing TAB would move the focus outside
// the document (e.g. to the browser search bar). Similarly, when the
// overlay contains the first focusable element of the document and it's
// already focused, pressing Shift+TAB would move the focus outside the
// document (e.g. to the browser search bar).
// In both cases, we would not receive a focus event, but only a blur.
// In order to achieve focus wrapping, we prevent this TAB event and
// force the focus. This will also prevent the focus to temporarily move
// outside the overlay, which might cause scrolling.
event.preventDefault();
this._focusedChild = nodeToSet;
this._applyFocus();
}
},
/**
* Refits if the overlay is opened and not animating.
* @protected
*/
_onIronResize: function() {
if (this.__onIronResizeAsync) {
window.cancelAnimationFrame(this.__onIronResizeAsync);
this.__onIronResizeAsync = null;
}
if (this.opened && !this.__isAnimating) {
this.__onIronResizeAsync = window.requestAnimationFrame(function() {
this.__onIronResizeAsync = null;
this.refit();
}.bind(this));
}
},
/**
* Will call notifyResize if overlay is opened.
* Can be overridden in order to avoid multiple observers on the same node.
* @protected
*/
_onNodesChange: function() {
if (this.opened && !this.__isAnimating) {
this.notifyResize();
}
}
};
/** @polymerBehavior */
Polymer.IronOverlayBehavior = [Polymer.IronFitBehavior, Polymer.IronResizableBehavior, Polymer.IronOverlayBehaviorImpl];
/**
* Fired after the overlay opens.
* @event iron-overlay-opened
*/
/**
* Fired when the overlay is canceled, but before it is closed.
* @event iron-overlay-canceled
* @param {Event} event The closing of the overlay can be prevented
* by calling `event.preventDefault()`. The `event.detail` is the original event that
* originated the canceling (e.g. ESC keyboard event or click event outside the overlay).
*/
/**
* Fired after the overlay closes.
* @event iron-overlay-closed
* @param {Event} event The `event.detail` is the `closingReason` property
* (contains `canceled`, whether the overlay was canceled).
*/
})();
</script>
| alchaplinsky/polymer-elements-rails | app/assets/components/iron-overlay-behavior/iron-overlay-behavior.html | HTML | mit | 19,270 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Device Connect SDK for iOS: <OnStatusChangeListener > プロトコル</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Device Connect SDK for iOS
 <span id="projectnumber">1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- 構築: Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'検索');
</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','検索');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">実体メソッド</a> |
<a href="../../d9/d0b/protocol_on_status_change_listener_01-p-members.html">全メンバ一覧</a> </div>
<div class="headertitle">
<div class="title"><OnStatusChangeListener > プロトコル</div> </div>
</div><!--header-->
<div class="contents">
<p>DConnectServiceの状態変更通知を受信するリスナー。
<a href="../../d9/d4e/protocol_on_status_change_listener_01-p.html#details">[詳解]</a></p>
<p><code>#import <<a class="el" href="../../d0/d64/_d_connect_service_8h_source.html">DConnectService.h</a>></code></p>
<div class="dynheader">
<OnStatusChangeListener > の継承関係図</div>
<div class="dyncontent">
<div class="center">
<img src="../../d9/d4e/protocol_on_status_change_listener_01-p.png" usemap="#_3COnStatusChangeListener_20_3E_map" alt=""/>
<map id="_3COnStatusChangeListener_20_3E_map" name="_3COnStatusChangeListener_20_3E_map">
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
実体メソッド</h2></td></tr>
<tr class="memitem:a8213284ec22b0677dc2134407c49015b"><td class="memItemLeft" align="right" valign="top">(void) </td><td class="memItemRight" valign="bottom">- <a class="el" href="../../d9/d4e/protocol_on_status_change_listener_01-p.html#a8213284ec22b0677dc2134407c49015b">didStatusChange:</a></td></tr>
<tr class="memdesc:a8213284ec22b0677dc2134407c49015b"><td class="mdescLeft"> </td><td class="mdescRight">DConnectServiceの状態が変更された時に呼び出される。 <a href="#a8213284ec22b0677dc2134407c49015b">[詳解]</a><br /></td></tr>
<tr class="separator:a8213284ec22b0677dc2134407c49015b"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">詳解</h2>
<div class="textblock"><p>DConnectServiceの状態変更通知を受信するリスナー。 </p>
</div><h2 class="groupheader">メソッド詳解</h2>
<a id="a8213284ec22b0677dc2134407c49015b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8213284ec22b0677dc2134407c49015b">◆ </a></span>didStatusChange:()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">- (void OnStatusChangeListener) didStatusChange: </td>
<td></td>
<td class="paramtype">(<a class="el" href="../../de/df0/interface_d_connect_service.html">DConnectService</a> *) </td>
<td class="paramname"><em>service</em></td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>DConnectServiceの状態が変更された時に呼び出される。 </p>
<dl class="params"><dt>引数</dt><dd>
<table class="params">
<tr><td class="paramdir">[in]</td><td class="paramname">状態の変更されたDConnectServiceのインスタンス。</td><td></td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>このプロトコル詳解は次のファイルから抽出されました:<ul>
<li>DConnectSDK/DConnectSDK/<a class="el" href="../../d0/d64/_d_connect_service_8h_source.html">DConnectService.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
2020年07月06日(月) 12時59分49秒作成 - Device Connect SDK for iOS / 構成:  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
| DeviceConnect/DeviceConnect-Docs | Specification/API_Reference/iOS_SDK/d9/d4e/protocol_on_status_change_listener_01-p.html | HTML | mit | 5,952 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Qt 4.8: main.cpp Example File (tutorials/addressbook/part3/main.cpp)</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/functions.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style/superfish.css" />
<link rel="stylesheet" type="text/css" href="style/narrow.css" />
<!--[if IE]>
<meta name="MSSmartTagsPreventParsing" content="true">
<meta http-equiv="imagetoolbar" content="no">
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie6.css">
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie7.css">
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/style_ie8.css">
<![endif]-->
<script src="scripts/superfish.js" type="text/javascript"></script>
<script src="scripts/narrow.js" type="text/javascript"></script>
</head>
<body class="" onload="CheckEmptyAndLoadList();">
<div class="header" id="qtdocheader">
<div class="content">
<div id="nav-logo">
<a href="index.html">Home</a></div>
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
<div id="narrowsearch"></div>
<div id="nav-topright">
<ul>
<li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li>
<li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li>
<li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/">
DOC</a></li>
<li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li>
</ul>
</div>
<div id="shortCut">
<ul>
<li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li>
<li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li>
</ul>
</div>
<ul class="sf-menu" id="narrowmenu">
<li><a href="#">API Lookup</a>
<ul>
<li><a href="classes.html">Class index</a></li>
<li><a href="functions.html">Function index</a></li>
<li><a href="modules.html">Modules</a></li>
<li><a href="namespaces.html">Namespaces</a></li>
<li><a href="qtglobal.html">Global Declarations</a></li>
<li><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</li>
<li><a href="#">Qt Topics</a>
<ul>
<li><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li><a href="supported-platforms.html">Supported Platforms</a></li>
<li><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</li>
<li><a href="#">Examples</a>
<ul>
<li><a href="all-examples.html">Examples</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="demos.html">Demos</a></li>
<li><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="wrapper">
<div class="hd">
<span></span>
</div>
<div class="bd group">
<div class="sidebar">
<div class="searchlabel">
Search index:</div>
<div class="search" id="sidebarsearch">
<form id="qtdocsearch" action="" onsubmit="return false;">
<fieldset>
<input type="text" name="searchstring" id="pageType" value="" />
<div id="resultdialog">
<a href="#" id="resultclose">Close</a>
<p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p>
<p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span> results:</p>
<ul id="resultlist" class="all">
</ul>
</div>
</fieldset>
</form>
</div>
<div class="box first bottombar" id="lookup">
<h2 title="API Lookup"><span></span>
API Lookup</h2>
<div id="list001" class="list">
<ul id="ul001" >
<li class="defaultLink"><a href="classes.html">Class index</a></li>
<li class="defaultLink"><a href="functions.html">Function index</a></li>
<li class="defaultLink"><a href="modules.html">Modules</a></li>
<li class="defaultLink"><a href="namespaces.html">Namespaces</a></li>
<li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li>
<li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</div>
</div>
<div class="box bottombar" id="topics">
<h2 title="Qt Topics"><span></span>
Qt Topics</h2>
<div id="list002" class="list">
<ul id="ul002" >
<li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li class="defaultLink"><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li>
<li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</div>
</div>
<div class="box" id="examples">
<h2 title="Examples"><span></span>
Examples</h2>
<div id="list003" class="list">
<ul id="ul003">
<li class="defaultLink"><a href="all-examples.html">Examples</a></li>
<li class="defaultLink"><a href="tutorials.html">Tutorials</a></li>
<li class="defaultLink"><a href="demos.html">Demos</a></li>
<li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</div>
</div>
</div>
<div class="wrap">
<div class="toolbar">
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
</ul>
</div>
<div class="toolbuttons toolblock">
<ul>
<li id="smallA" class="t_button">A</li>
<li id="medA" class="t_button active">A</li>
<li id="bigA" class="t_button">A</li>
<li id="print" class="t_button"><a href="javascript:this.print();">
<span>Print</span></a></li>
</ul>
</div>
</div>
<div class="content mainContent">
<h1 class="title">main.cpp Example File</h1>
<span class="small-subtitle">tutorials/addressbook/part3/main.cpp</span>
<!-- $$$tutorials/addressbook/part3/main.cpp-description -->
<div class="descr"> <a name="details"></a>
<pre class="cpp"> <span class="comment">/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
**
** "Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions are
** met:
** * Redistributions of source code must retain the above copyright
** notice, this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
** of its contributors may be used to endorse or promote products derived
** from this software without specific prior written permission.
**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
**
** $QT_END_LICENSE$
**
****************************************************************************/</span>
<span class="preprocessor">#include <QtGui></span>
<span class="preprocessor">#include "addressbook.h"</span>
<span class="type">int</span> main(<span class="type">int</span> argc<span class="operator">,</span> <span class="type">char</span> <span class="operator">*</span>argv<span class="operator">[</span><span class="operator">]</span>)
{
<span class="type"><a href="qapplication.html">QApplication</a></span> app(argc<span class="operator">,</span> argv);
AddressBook addressBook;
addressBook<span class="operator">.</span>show();
<span class="keyword">return</span> app<span class="operator">.</span>exec();
}</pre>
</div>
<!-- @@@tutorials/addressbook/part3/main.cpp -->
</div>
</div>
</div>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2013 Digia Plc and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Digia, Qt and their respective logos are trademarks of Digia Plc
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
<script src="scripts/functions.js" type="text/javascript"></script>
</body>
</html>
| stephaneAG/PengPod700 | QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/tutorials-addressbook-part3-main-cpp.html | HTML | mit | 12,020 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>new (NCover::SummaryReport)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/albacore/ncoverreports/summaryreport.rb, line 5</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
<span class="ruby-ivar">@report_format</span> = <span class="ruby-identifier">:Xml</span>
<span class="ruby-keyword kw">super</span>()
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> | michaelsync/Giles | tools/Rake/lib/ruby/gems/1.8/doc/albacore-0.2.7/rdoc/classes/NCover/SummaryReport.src/M000377.html | HTML | mit | 873 |
---
layout: index
---
<ul class="posts">
{% for post in site.posts %}
{% if post.redirect == null %}
<li>
<small class="datetime muted" data-time="{{ post.date }}">{{ post.date | date_to_string }} </small>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
| WhiskyDev/whiskydev.github.io | blog.html | HTML | mit | 310 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - geometry - terrain + fog</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link type="text/css" rel="stylesheet" href="main.css">
<style>
body {
background-color: #efd1b5;
color: #61443e;
}
a {
color: #a06851;
}
</style>
</head>
<body>
<div id="container"></div>
<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - webgl terrain + fog demo <br />(left click: forward, right click: backward)</div>
<script type="module">
import * as THREE from '../build/three.module.js';
import Stats from './jsm/libs/stats.module.js';
import { FirstPersonControls } from './jsm/controls/FirstPersonControls.js';
import { ImprovedNoise } from './jsm/math/ImprovedNoise.js';
var container, stats;
var camera, controls, scene, renderer;
var mesh, texture;
var worldWidth = 256, worldDepth = 256;
var worldHalfWidth = worldWidth / 2;
var worldHalfDepth = worldDepth / 2;
var clock = new THREE.Clock();
init();
animate();
function init() {
container = document.getElementById( 'container' );
camera = new THREE.PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 1, 10000 );
scene = new THREE.Scene();
scene.background = new THREE.Color( 0xefd1b5 );
scene.fog = new THREE.FogExp2( 0xefd1b5, 0.0025 );
var data = generateHeight( worldWidth, worldDepth );
camera.position.y = data[ worldHalfWidth + worldHalfDepth * worldWidth ] * 10 + 500;
var geometry = new THREE.PlaneBufferGeometry( 7500, 7500, worldWidth - 1, worldDepth - 1 );
geometry.rotateX( - Math.PI / 2 );
var vertices = geometry.attributes.position.array;
for ( var i = 0, j = 0, l = vertices.length; i < l; i ++, j += 3 ) {
vertices[ j + 1 ] = data[ i ] * 10;
}
texture = new THREE.CanvasTexture( generateTexture( data, worldWidth, worldDepth ) );
texture.wrapS = THREE.ClampToEdgeWrapping;
texture.wrapT = THREE.ClampToEdgeWrapping;
mesh = new THREE.Mesh( geometry, new THREE.MeshBasicMaterial( { map: texture } ) );
scene.add( mesh );
renderer = new THREE.WebGLRenderer();
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
container.appendChild( renderer.domElement );
controls = new FirstPersonControls( camera, renderer.domElement );
controls.movementSpeed = 150;
controls.lookSpeed = 0.1;
stats = new Stats();
container.appendChild( stats.dom );
//
window.addEventListener( 'resize', onWindowResize, false );
}
function onWindowResize() {
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize( window.innerWidth, window.innerHeight );
controls.handleResize();
}
function generateHeight( width, height ) {
var size = width * height, data = new Uint8Array( size ),
perlin = new ImprovedNoise(), quality = 1, z = Math.random() * 100;
for ( var j = 0; j < 4; j ++ ) {
for ( var i = 0; i < size; i ++ ) {
var x = i % width, y = ~ ~ ( i / width );
data[ i ] += Math.abs( perlin.noise( x / quality, y / quality, z ) * quality * 1.75 );
}
quality *= 5;
}
return data;
}
function generateTexture( data, width, height ) {
var canvas, canvasScaled, context, image, imageData, vector3, sun, shade;
vector3 = new THREE.Vector3( 0, 0, 0 );
sun = new THREE.Vector3( 1, 1, 1 );
sun.normalize();
canvas = document.createElement( 'canvas' );
canvas.width = width;
canvas.height = height;
context = canvas.getContext( '2d' );
context.fillStyle = '#000';
context.fillRect( 0, 0, width, height );
image = context.getImageData( 0, 0, canvas.width, canvas.height );
imageData = image.data;
for ( var i = 0, j = 0, l = imageData.length; i < l; i += 4, j ++ ) {
vector3.x = data[ j - 2 ] - data[ j + 2 ];
vector3.y = 2;
vector3.z = data[ j - width * 2 ] - data[ j + width * 2 ];
vector3.normalize();
shade = vector3.dot( sun );
imageData[ i ] = ( 96 + shade * 128 ) * ( 0.5 + data[ j ] * 0.007 );
imageData[ i + 1 ] = ( 32 + shade * 96 ) * ( 0.5 + data[ j ] * 0.007 );
imageData[ i + 2 ] = ( shade * 96 ) * ( 0.5 + data[ j ] * 0.007 );
}
context.putImageData( image, 0, 0 );
// Scaled 4x
canvasScaled = document.createElement( 'canvas' );
canvasScaled.width = width * 4;
canvasScaled.height = height * 4;
context = canvasScaled.getContext( '2d' );
context.scale( 4, 4 );
context.drawImage( canvas, 0, 0 );
image = context.getImageData( 0, 0, canvasScaled.width, canvasScaled.height );
imageData = image.data;
for ( var i = 0, l = imageData.length; i < l; i += 4 ) {
var v = ~ ~ ( Math.random() * 5 );
imageData[ i ] += v;
imageData[ i + 1 ] += v;
imageData[ i + 2 ] += v;
}
context.putImageData( image, 0, 0 );
return canvasScaled;
}
//
function animate() {
requestAnimationFrame( animate );
render();
stats.update();
}
function render() {
controls.update( clock.getDelta() );
renderer.render( scene, camera );
}
</script>
</body>
</html>
| QingchaoHu/three.js | examples/webgl_geometry_terrain_fog.html | HTML | mit | 5,455 |
<!DOCTYPE html>
<html>
<head>
<title>总结</title>
<meta charset="utf-8">
<style type="text/css">
body{
width: 1000px;
margin: 0px auto;
background-image: url(images/12.jpg);
}
h1{
color: tomato;
}
h2,h3{
color: blue;
}
p{
color: green;
text-indent: 30px;
}
ol{
counter-reset: li; /* 创建一个计数器 */
list-style: none; /* 清除列表默认的编码*/
*list-style: decimal; /* 让IE6/7具有默认的编码 */
font: 15px 'trebuchet MS', 'lucida sans','微软雅黑',sans-serif;
padding: 10px 0px 10px 10px;
margin-bottom: 4em;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ol ol{
margin: 0 0 0 2em; /* 给二级列表增加一定的左边距*/
counter-reset: list;
}
ol ol ol{
margin: 0 0 0 2em; /* 给三级列表增加一定的左边距*/
counter-reset: listt;
}
.rectangle-list a{
position: relative;
display: block;
padding: .4em .4em .4em .8em;
*padding: .4em;
margin: .5em 0 .5em 2.5em;
background: #ddd;
color: #444;
text-decoration: none;
transition: all .3s ease-out;
}
.rectangle-list a:hover{
background: #eee;
}
.rectangle-list a:before{
content: counter(li);
counter-increment: li;
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #fa8072;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}
.rectangle-list a:after{
position: absolute;
content: '';
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
transition: all .3s ease-out;
}
.rectangle-list a:hover:after{
left: -.5em;
border-left-color: #fa8072;
}
.rounded-list a{
position: relative;
display: block;
padding: .4em .4em .4em 2em;
*padding: .4em;
margin: .5em 0;
background: #ddd;
color: #444;
text-decoration: none;
border-radius: .3em;
transition: all .3s ease-out;
}
.rounded-list a:hover{
background: #eee;
}
.rounded-list a:hover:before{
transform: rotate(360deg);
}
.rounded-list a:before{
content: counter(li)"."counter(list);
counter-increment: list;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: #87ceeb;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
border-radius: 2em;
transition: all .3s ease-out;
}
.rounded-list1 a:hover:after{
left: -1.5em;
border-left-color: #fff;
}
.rounded-list a:hover:after{
left: -1.5em;
border-left-color: #fff;
}
.rounded-list1 a:before{
content: counter(li)"."counter(list)"."counter(listt);
counter-increment: listt;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: #87ceeb;
height: 2.5em;
width: 2.5em;
line-height: 2.5em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
border-radius: 2em;
transition: all .3s ease-out;
font-size: 12px;
}
</style>
</head>
<body>
<div id="demon">
<h2>BOM浏览器对象模型</h2>
<ol class="rectangle-list">
<li><a href="">BOM简介</a></li>
<ol class="rounded-list">
<li><a href="">BOM是Browser Object Model的缩写,简称浏览器对象模型</a></li>
<li><a href="">由于BOM主要用于管理窗口与窗口之间的通讯,因此其核心对象是window</a></li>
<li><a href="">BOM由一系列相关的对象构成,并且每个对象都提供了很多方法与属性</a></li>
<li><a href="">BOM缺乏标准,JavaScript语法的标准化组织是ECMA,DOM的标准化组织是W3C</a></li>
</ol>
<li><a href="">windows对象(主要edit)</a></li>
<ol class="rounded-list">
<li><a href="">六大属性,属性本身又是对象 document frames history location navigator screen</a></li>
<li><a href="">windwow对象是最顶层的对象 document对象 下面还有5个属性,也是对象</a></li>
<li><a href="">window对象的常用方法</a></li>
<ol class="rounded-list1">
<li><a href="">open()——打开(弹出)一个新的窗体</a></li>
<li><a href="">close()——关闭窗体</a></li>
<li><a href="">setTimeout()—— 暂停指定的毫秒数后执行指定的代码 //// clearTimeout()——取消指定的setTimeout函数将要执行的代码</a></li>
<li><a href="">setInterval()——间隔指定的毫秒数不停地执行指定的代码 // clearInterval()——取消指定的setInterval函数将要执行的代码</a></li>
</ol>
</ol>
<li><a href="">Window 尺寸</a></li>
<ol class="rounded-list">
<li><a href="">有三种方法能够确定浏览器窗口的尺寸(浏览器的视口,不包括工具栏和滚动条)。</a></li>
<li><a href="">对于Internet Explorer、Chrome、Firefox、Opera 以及 Safari:<br/>
window.innerHeight - 浏览器窗口的内部高度 <br/>
window.innerWidth - 浏览器窗口的内部宽度 </a></li>
<li><a href="">对于 Internet Explorer 8、7、6、5:<br/>
document.documentElement.clientHeight <br/>
document.documentElement.clientWidth <br/>
或者<br/>
document.body.clientHeight <br/>
document.body.clientWidth </a></li>
</ol>
</ol>
</div>
</body>
</html> | fastfan/fastfan.github.com | summary/summary170410.html | HTML | mit | 5,666 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DocStrap Modules</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cyborg.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">DocStrap</a>
</div>
<div class="navbar-collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li><a href="module-base.html">base</a></li><li><a href="module-base_chains.html">base/chains</a></li><li><a href="module-documents_binder.html">documents/binder</a></li><li><a href="module-documents_model.html">documents/model</a></li><li><a href="module-documents_probe.html">documents/probe</a></li><li><a href="module-documents_schema.html">documents/schema</a></li><li><a href="module-ink_collector.html">ink/collector</a></li><li><a href="module-mixins_bussable.html">mixins/bussable</a></li><li><a href="module-mixins_signalable.html">mixins/signalable</a></li><li><a href="module-strings_format.html">strings/format</a></li><li><a href="module-utils_logger.html">utils/logger</a></li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li><a href="base.html">base</a></li><li><a href="base_chains.html">base/chains</a></li><li><a href="documents_model.html">documents/model</a></li><li><a href="module-documents_probe.This%252520is%252520not%252520actually%252520a%252520class,%252520but%252520an%252520artifact%252520of%252520the%252520documentation%252520system.html">documents/probe.This is not actually a class, but an artifact of the documentation system</a></li><li><a href="module-ink_collector-ACollector.html">ink/collector~ACollector</a></li><li><a href="module-ink_collector-CollectorBase.html">ink/collector~CollectorBase</a></li><li><a href="module-ink_collector-OCollector.html">ink/collector~OCollector</a></li><li><a href="module-mixins_signalable-Signal.html">mixins/signalable~Signal</a></li><li><a href="utils_logger.Logger.html">utils/logger.Logger</a></li>
</ul>
</li>
<li class="dropdown">
<a href="mixins.list.html" class="dropdown-toggle" data-toggle="dropdown">Mixins<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li><a href="documents_schema.html">documents/schema</a></li><li><a href="mixins_bussable.html">mixins/bussable</a></li><li><a href="mixins_signalable.html">mixins/signalable</a></li>
</ul>
</li>
<li class="dropdown">
<a href="tutorials.list.html" class="dropdown-toggle" data-toggle="dropdown">Tutorials<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li><a href="tutorial-Brush Teeth.html">Brush Teeth</a></li><li><a href="tutorial-Drive Car.html">Drive Car</a></li><li><a href="tutorial-Fence Test.html">Fence Test</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8">
<div id="main">
<h1 class="page-title">Modules</h1>
<h1 class="page-title">Modules</h1>
<section>
<header>
<h2>
</h2>
</header>
<article>
<div class="container-overview">
<dl class="details">
</dl>
</div>
<h3 class="subsection-title">Classes</h3>
<dl>
<dt><a href="base.html">base</a></dt>
<dd></dd>
<dt><a href="base_chains.html">base/chains</a></dt>
<dd></dd>
<dt><a href="documents_model.html">documents/model</a></dt>
<dd></dd>
<dt><a href="module-documents_probe.This%252520is%252520not%252520actually%252520a%252520class,%252520but%252520an%252520artifact%252520of%252520the%252520documentation%252520system.html"> but an artifact of the documentation system</a></dt>
<dd></dd>
<dt><a href="module-documents_probe.This%252520is%252520not%252520actually%252520a%252520class,%252520but%252520an%252520artifact%252520of%252520the%252520documentation%252520system.html"> but an artifact of the documentation system</a></dt>
<dd></dd>
<dt><a href="module-ink_collector-ACollector.html">ACollector</a></dt>
<dd></dd>
<dt><a href="module-ink_collector-CollectorBase.html">CollectorBase</a></dt>
<dd></dd>
<dt><a href="module-ink_collector-OCollector.html">OCollector</a></dt>
<dd></dd>
<dt><a href="module-mixins_signalable-Signal.html">Signal</a></dt>
<dd></dd>
<dt><a href="utils_logger.Logger.html">Logger</a></dt>
<dd></dd>
</dl>
<h3 class="subsection-title">Mixins</h3>
<dl>
<dt><a href="documents_schema.html">documents/schema</a></dt>
<dd></dd>
<dt><a href="mixins_bussable.html">mixins/bussable</a></dt>
<dd></dd>
<dt><a href="mixins_signalable.html">mixins/signalable</a></dt>
<dd></dd>
</dl>
</article>
</section>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-3">
<div id="toc" class="col-md-3"></div>
</div>
</div>
</div>
<footer>
<span class="copyright">
DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
on Thu Feb 5th 2015 using the <a
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
<!--<script src="scripts/sunlight.js"></script>-->
<script src="scripts/docstrap.lib.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script>
$( function () {
$( "[id*='$']" ).each( function () {
var $this = $( this );
$this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
} );
$( "#toc" ).toc( {
anchorName : function ( i, heading, prefix ) {
return $( heading ).attr( "id" ) || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : "100px"
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
$( '.dropdown-toggle' ).dropdown();
// $( ".tutorial-section pre, .readme-section pre" ).addClass( "sunlight-highlight-javascript" ).addClass( "linenums" );
$( ".tutorial-section pre, .readme-section pre" ).each( function () {
var $this = $( this );
var example = $this.find( "code" );
exampleText = example.html();
var lang = /{@lang (.*?)}/.exec( exampleText );
if ( lang && lang[1] ) {
exampleText = exampleText.replace( lang[0], "" );
example.html( exampleText );
lang = lang[1];
} else {
lang = "javascript";
}
if ( lang ) {
$this
.addClass( "sunlight-highlight-" + lang )
.addClass( "linenums" )
.html( example.html() );
}
} );
Sunlight.highlightAll( {
lineNumbers : true,
showMenu : true,
enableDoclinks : true
} );
} );
</script>
<!--Navigation and Symbol Display-->
<!--Google Analytics-->
</body>
</html> | egeste/pg-structure | node_modules/ink-docstrap/themes/cyborg/modules.list.html | HTML | mit | 7,827 |
<!--
/**
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div class="choice field">
<input type="checkbox" class="checkbox" data-bind="checked: value, attr: { id: uid, disabled: disabled, name: inputName }, hasFocus: focused">
<label class="label" data-bind="checked: value, attr: { for: uid }">
<span data-bind="text: description || label"></span>
</label>
<!-- ko if: notice -->
<div class="field-note" data-bind="attr: {id: noticeId}"><span data-bind="text: notice"></span></div>
<!-- /ko -->
</div>
| j-froehlich/magento2_wk | vendor/magento/module-ui/view/frontend/web/templates/form/element/checkbox.html | HTML | mit | 602 |
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="UNICORN">
<title id="title">UNICORN Framework Manager - pagename -</title>
<link rel="shortcut icon" href="https://dl.dropboxusercontent.com/u/22810487/UNICORN/image/favicon.ico" />
<!-- bootstrap -->
<link class="fwmassetscss" rel="stylesheet" type="text/css" href="./assets/themes/darkadmin/css/reset.css" />
<link class="fwmassetscss" rel="stylesheet" type="text/css" href="./assets/themes/darkadmin/bootstrap/css/bootstrap.min.css" />
<link class="fwmassetscss" rel="stylesheet" type="text/css" href="./assets/themes/darkadmin/css/style.css?body=1" media="all">
<link class="fwmassetscss" rel="stylesheet" type="text/css" href="./assets/themes/darkadmin/font-awesome/css/font-awesome.min.css" />
<link class="fwmassetscss" rel="stylesheet" type="text/css" href="./assets/themes/darkadmin/css/local.css" />
<link class="fwmassetscss" rel="stylesheet" type="text/css" href="./assets/themes/darkadmin/bootstrap/css/bs-sticky-footer.css" />
<script class="fwmassetsjs" type="text/javascript" src="./assets/themes/darkadmin/js/jquery-2.1.3.min.js"></script>
<script class="fwmassetsjs" type="text/javascript" src="./assets/themes/darkadmin/bootstrap/js/bootstrap.min.js"></script>
<link class="fwmassetscss" rel="stylesheet" type="text/css" href="//www.shieldui.com/shared/components/latest/css/shieldui-all.min.css" />
<link class="fwmassetscss" rel="stylesheet" type="text/css" href="//www.shieldui.com/shared/components/latest/css/light-bootstrap/all.min.css" />
<link class="fwmassetscss" id="gridcss" rel="stylesheet" type="text/css" href="//www.shieldui.com/shared/components/latest/css/dark-bootstrap/all.min.css" />
<script class="fwmassetsjs" type="text/javascript" src="//www.shieldui.com/shared/components/latest/js/shieldui-all.min.js"></script>
<script class="fwmassetsjs" type="text/javascript" src="//www.prepbootstrap.com/Content/js/gridData.js"></script>
<script class="fwmassetsjs" type="text/javascript" src="./assets/themes/darkadmin/bootstrap/js/bootstrap-datepicker.js"></script>
<script class="fwmassetsjs" type="text/javascript" src="./assets/themes/darkadmin/bootstrap/js/locales/bootstrap-datepicker.ja.js"></script>
<link class="fwmassetscss" rel="stylesheet" href="./assets/themes/darkadmin/bootstrap/css/bootstrap-datepicker.css" />
<link id="syntaxhighlighter" type="text/css" rel="stylesheet" href="./assets/vendor/css/syntaxhighlighter/shCoreRDark.css"/>
<script id="syntaxhighlighter-core-js" type="text/javascript" src="./assets/vendor/js/syntaxhighlighter/shCore.js"></script>
<script id="syntaxhighlighter-js" type="text/javascript" src="./assets/vendor/js/syntaxhighlighter/shBrushPhp.js"></script>
<!-- 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.3.0/respond.min.js"></script>
<![endif]-->
<link class="fwmassetscss" rel="stylesheet" href="./assets/fwm/css/la+.css" />
<link class="fwmassetscss" rel="stylesheet" href="./assets/fwm/css/la+wake.css" />
<link class="fwmassetscss" rel="stylesheet" href="./assets/fwm/css/sp.css" />
<script class="fwmassetsjs" src="./assets/fwm/js/main.js"></script>
</head>
<body>
<div id="wrapper">
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img style="float: left; margin-right: 10px;" src="https://dl.dropboxusercontent.com/u/22810487/UNICORN/image/favicon.ico" width="20" />RUNNING LA+</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul id="active" class="nav navbar-nav side-nav">
<li id="menu-generatenewproject"><a href="./generatenewproject.html"><i class="fa fa-sitemap"></i> GENERATE NEW PROJECT</a></li>
<li id="menu-projectlist" class="plojectlist-block">
<i class="fa fa-cubes"></i> PROJECT LIST
<ul id="projectlist">
<li class="project fa fa-cube"><a href="./managementproject.html?target_project=_project_"> project name</a></li>
</ul>
</li>
<li id="menu-tablelist" class="tablelist-block" style="display:none;"></li>
<li><a href="./bootstrap-elements.html"><i class="fa fa-list-ul"></i> Bootstrap Elements</a></li>
<li><a href="./bootstrap-form.html"><i class="fa fa-list-ol"></i> Bootstrap Form</a></li>
<li><a href="./bootstrap-grid.html"><i class="fa fa-table"></i> Bootstrap Grid</a></li>
<li><a href="./bootstrap-typography.html"><i class="fa fa-font"></i> Bootstrap Typography</a></li>
</ul>
<ul class="nav navbar-nav navbar-right navbar-user">
<li class="dropdown user-dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> <strong id="username" class="operator-name">Operator Name</strong><b class="caret"></b></a>
<ul class="dropdown-menu">
<!-- <li><a href="#"><i class="fa fa-gear"></i> Settings</a></li>
<li class="divider"></li>
--> <li><a href="http://unicorn-project.github.io" target="_blank"><i class="fa fa-gear"></i> Help</a></li>
<li class="divider"></li>
<li><a href="logout.html"><i class="fa fa-power-off"></i> Log Out</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<div id="page-wrapper">
<var selector="title#title" value="array(HtmlViewAssignor::PART_REPLACE_NODE_KEY => array('pagename' => 'Management ' . Flow::$params['get']['target_project'] . ' Flags'))" />
<div class="maincontents">
<h2 frowparamsection="target_project">_flow_target_project_の環境フラグ設定を変更出来ます。</h2>
<br/>
<div flowpostformsectionerror="managementproject-modifyconfigure" id="modified-message" class="red errormsg"></div>
<br/>
<form id="modifyflags-form" flowpostformsection="managementproject-modifyflags">
<table>
<tr>
<td>
<div>
<input id="useAutoGenerate" type="checkbox" name="autogenerate-enabled" value="1"/><label for="useAutoGenerate" class="strong">自動パッケージキャッシュ - <span class="strong dispflag">OFF</span></label>
<br/>
<label for="useAutoGenerate">
フレームワークが行う実行ファイル自動捜索処の結果を保存し、次回移行は捜索処理がスキップされるようになります。
<br/>
<strong>また、ONする事で処理速度の高速化及び負荷軽減が期待出来ます。</strong>
</label>
</div>
<br/>
</td>
</tr>
<tr>
<td>
<div>
<input id="useAutoMigration" type="checkbox" name="automigration-enabled" value="1"/><label for="useAutoMigration" class="strong">自動マイグレーション - <span class="strong dispflag">OFF</span></label>
<br/>
<label for="useAutoMigration">
ORMapper「PsychoFrame」を利用したテーブルアクセス時に、自動的にマイグレーションファイルの生成と最新のマイグレーションの適用処理を行うようになります。
<br/>
<strong class="red">※この機能を利用するにはMySQLデータベースを利用する必要があります!また、MySQLで無い場合にONに設定されているとエラーが生じます!</strong>
<br/>
<strong class="red">※この機能を利用すると処理速度が低下します!また、分散環境での動作を保証しません!本番サーバーの場合はOFFにする等して下さい!</strong>
</label>
</div>
<br/>
</td>
</tr>
<tr>
<td>
<div>
<input id="useAutoStageCheck" type="checkbox" name="autostagecheck-enabled" value="1"/><label for="useAutoStageCheck" class="strong">自動環境判別 - <span class="strong dispflag">OFF</span></label>
<br/>
<label for="useAutoStageCheck">
ドメインを参照して、ローカル環境・開発環境・テスト環境・ステージング環境を判別するようになります。
<br/>
<strong class="red">※この機能を利用すると、以下の「ローカル環境」・「テスト環境」・「開発環境」・「ステージング環境」用のそれぞれのフラグ設定は無視されます!</strong>
</label>
</div>
<br/>
</td>
</tr>
<tr>
<td>
<div>
<input id="useLocal" type="checkbox" name="local-enabled" value="1"/><label for="useLocal" class="strong">ローカル環境 - <span class="strong dispflag">OFF</span></label>
<br/>
<label for="useLocal">
ローカル環境として動作します。
<br/>
<strong class="red">※自動環境判別がONの場合、このフラグ設定は無視されます!</strong>
</label>
</div>
<br/>
</td>
</tr>
<tr>
<td>
<div>
<input id="useTest" type="checkbox" name="test-enabled" value="1"/><label for="useTest" class="strong">テスト環境 - <span class="strong dispflag">OFF</span></label>
<br/>
<label for="useTest">
テスト環境として動作します。
<br/>
<strong class="red">※自動環境判別がONの場合、このフラグ設定は無視されます!</strong>
</label>
</div>
<br/>
</td>
</tr>
<tr>
<td>
<div>
<input id="useDev" type="checkbox" name="dev-enabled" value="1"/><label for="useDev" class="strong">開発環境 - <span class="strong dispflag">OFF</span></label>
<br/>
<label for="useDev">
開発環境として動作します。
<br/>
<strong class="red">※自動環境判別がONの場合、このフラグ設定は無視されます!</strong>
</label>
</div>
<br/>
</td>
</tr>
<tr>
<td>
<div>
<input id="useStaging" type="checkbox" name="staging-enabled" value="1"/><label for="useStaging" class="strong">ステージング環境 - <span class="strong dispflag">OFF</span></label>
<br/>
<label for="useStaging">
ステージング環境として動作します。
<br/>
<strong class="red">※自動環境判別がONの場合、このフラグ設定は無視されます!</strong>
</label>
</div>
<br/>
</td>
</tr>
<tr>
<td>
<div>
<input id="useDebug" type="checkbox" name="debug-enabled" value="1"/><label for="useDebug" class="strong">デバッグモード - <span class="strong dispflag">OFF</span></label>
<br/>
<label for="useDebug">
デバッグモードをONにすると、debugログが吐出されるようになります。
<br/>
なお、ローカル環境・テスト環境・開発環境・ステージング環境の場合は強制的にONになります。
</label>
</div>
<br/>
</td>
</tr>
<tr>
<td>
<div class="buttonarea"><input type="submit" name="submit" class="btn btn-success" value="設定"/></div>
<br/>
</td>
</tr>
</table>
<input type="hidden" name="modify" value="1"/>
</form>
</div>
</div>
</div>
<div id="footer">
<p>
© 2015 <a href="http://unicorn-project.github.io" target="_blank">Powered by UNICORN </a>
<small>
<br>
with <a href="http://jekyllbootstrap.com" target="_blank">Jekyll bootstrap</a>
and <a href="http://www.prepbootstrap.com/bootstrap-theme/dark-admin" target="_blank">PreBootstrap DarkAdmin</a>
</small>
</p>
</div>
<!-- 背景を body タグで指定する代わりに、この div タグに指定する -->
<div class="background"></div>
</body>
</html>
| atarun/web | public/unicorn/managedocs/static/managementproject-modifyflags.html | HTML | mit | 12,722 |
<?xml version="1.0" encoding="utf-8"?>
<html lang="en">
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<style type="text/css">
html{ box-sizing:border-box; }
*,*:before,*:after{ box-sizing:inherit; }
html{ -ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; }
body{ margin:0; }
svg:not(:root){ overflow:hidden; }
hr{ box-sizing:content-box;height:0;overflow:visible; }
html,body{ font-family:Verdana,sans-serif;font-size:15px;line-height:1.5; }
html{ overflow-x:hidden; }
h1,h2,h3,h4,h5,h6,.w3-slim,.w3-wide{ font-family:'Segoe UI',Arial,sans-serif; }
h3{ font-size:24px; }
h1,h2,h3,h4,h5,h6{ font-weight:400;margin:10px 0; }
hr{ border:0;border-top:1px solid #EEE;margin:20px 0; }
.w3-table,.w3-table-all{ border-collapse:collapse;border-spacing:0;width:100%;display:table; }
.w3-table-all{ border:1px solid #CCC; }
.w3-bordered tr,.w3-table-all tr{ border-bottom:1px solid #DDD; }
.w3-striped tbody tr:nth-child(even){ background-color:#F1F1F1; }
.w3-table-all tr:nth-child(odd){ background-color:#FFF; }
.w3-table-all tr:nth-child(even){ background-color:#F1F1F1; }
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{ padding:8px 8px;display:table-cell;text-align:left;vertical-align:top; }
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{ padding-left:16px; }
.w3-btn,.w3-btn-floating,.w3-dropnav a,.w3-btn-floating-large,.w3-btn-block,.w3-navbar a,.w3-sidenav a,.w3-pagination li a,.w3-hoverable tbody tr,.w3-hoverable li,.w3-accordion-content a,.w3-dropdown-content a,.w3-dropdown-click:hover,.w3-dropdown-hover:hover,.w3-opennav,.w3-closenav,.w3-closebtn,*[class*="w3-hover-"]{ -webkit-transition:background-color 0.25s,color 0.15s,box-shadow 0.25s,opacity 0.25s,filter 0.25s,border 0.15s;transition:background-color 0.25s,color 0.15s,box-shadow 0.15s,opacity 0.25s,filter 0.25s,border 0.15s; }
</style>
<style type="text/css"></style>
<style type="text/css">
.ansi-a{ width:8.5in; }
</style>
<style type="text/css">
.stitch-theme{ color:#FFF;background-color:#36C !important;fill:#36C; }
.stitch-chart-theme-1{ fill:#36C;stroke:#36C; }
.stitch-chart-theme-2{ fill:#DC3912;stroke:#DC3912; }
.stitch-chart-theme-3{ fill:#F90;stroke:#F90; }
.stitch-chart-theme-4{ fill:#109618;stroke:#109618; }
.stitch-chart-theme-5{ fill:#909;stroke:#909; }
.stitch-chart-theme-6{ fill:#0099C6;stroke:#0099C6; }
.stitch-chart-theme-7{ fill:#D47;stroke:#D47; }
.stitch-chart-theme-8{ fill:#6A0;stroke:#6A0; }
.stitch-chart-theme-9{ fill:#B82E2E;stroke:#B82E2E; }
.stitch-chart-theme-10{ fill:#316395;stroke:#316395; }
.stitch-chart-theme-11{ fill:#949;stroke:#949; }
.stitch-chart-theme-12{ fill:#2A9;stroke:#2A9; }
.stitch-chart-text-theme-1,.stitch-chart-text-theme-2,.stitch-chart-text-theme-3,.stitch-chart-text-theme-4,.stitch-chart-text-theme-5,.stitch-chart-text-theme-6,.stitch-chart-text-theme-7,.stitch-chart-text-theme-8,.stitch-chart-text-theme-9,.stitch-chart-text-theme-10,.stitch-chart-text-theme-11,.stitch-chart-text-theme-12,.stitch-chart-text-theme-13,.stitch-chart-text-theme-14,.stitch-chart-text-theme-15,.stitch-chart-text-theme-16,.stitch-chart-text-theme-17,.stitch-chart-text-theme-18,.stitch-chart-text-theme-19,.stitch-chart-text-theme-20,.stitch-chart-text-theme-21,.stitch-chart-text-theme-22{ fill:#000; }
</style>
<style type="text/css"></style>
</head>
<body>
<div id="pages">
<div id="a" class="ansi-a" style="margin:0.5in 0.5in 0.5in 0.5in;" page-number="1">
<h3>Total Beverage Amounts</h3>
<hr />
<svg style="overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;" height="400" width="800">
<g>
<text x="0" y="0" style="font-weight:bold;"></text>
</g>
<g>
<g>
<circle cx="486.1865234375" cy="23.642578125" r="7" class="stitch-chart-theme-1" style="stroke:none;" />
<text x="500.1865234375" y="28.642578125">Chai</text>
</g>
<g>
<circle cx="486.1865234375" cy="47.28515625" r="7" class="stitch-chart-theme-2" style="stroke:none;" />
<text x="500.1865234375" y="52.28515625">Chang</text>
</g>
<g>
<circle cx="486.1865234375" cy="70.927734375" r="7" class="stitch-chart-theme-3" style="stroke:none;" />
<text x="500.1865234375" y="75.927734375">Chartreuse verte</text>
</g>
<g>
<circle cx="486.1865234375" cy="94.5703125" r="7" class="stitch-chart-theme-4" style="stroke:none;" />
<text x="500.1865234375" y="99.5703125">Côte de Blaye</text>
</g>
<g>
<circle cx="486.1865234375" cy="118.212890625" r="7" class="stitch-chart-theme-5" style="stroke:none;" />
<text x="500.1865234375" y="123.212890625">Guaraná Fantástica</text>
</g>
<g>
<circle cx="486.1865234375" cy="141.85546875" r="7" class="stitch-chart-theme-6" style="stroke:none;" />
<text x="500.1865234375" y="146.85546875">Ipoh Coffee</text>
</g>
<g>
<circle cx="486.1865234375" cy="165.498046875" r="7" class="stitch-chart-theme-7" style="stroke:none;" />
<text x="500.1865234375" y="170.498046875">Lakkalikööri</text>
</g>
<g>
<circle cx="486.1865234375" cy="189.140625" r="7" class="stitch-chart-theme-8" style="stroke:none;" />
<text x="500.1865234375" y="194.140625">Laughing Lumberjack Lager</text>
</g>
<g>
<circle cx="486.1865234375" cy="212.783203125" r="7" class="stitch-chart-theme-9" style="stroke:none;" />
<text x="500.1865234375" y="217.783203125">Outback Lager</text>
</g>
<g>
<circle cx="486.1865234375" cy="236.42578125" r="7" class="stitch-chart-theme-10" style="stroke:none;" />
<text x="500.1865234375" y="241.42578125">Rhönbräu Klosterbier</text>
</g>
<g>
<circle cx="486.1865234375" cy="260.068359375" r="7" class="stitch-chart-theme-11" style="stroke:none;" />
<text x="500.1865234375" y="265.068359375">Sasquatch Ale</text>
</g>
<g>
<circle cx="486.1865234375" cy="283.7109375" r="7" class="stitch-chart-theme-12" style="stroke:none;" />
<text x="500.1865234375" y="288.7109375">Steeleye Stout</text>
</g>
</g>
<g></g>
<g>
<path d="M180 180 L180 0 A180 180 0 0 1 240.188670442834 10.3611956233954 Z" class="stitch-chart-theme-1" style="stroke:#fff;stroke-width:1;" />
<text x="207.416004501892" y="25.9090744650407" class="stitch-chart-text-theme-1" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;">5.4%</text>
</g>
<g>
<path d="M180 180 L240.188670442834 10.3611956233954 A180 180 0 0 1 293.47085850221 40.2703887117283 Z" class="stitch-chart-theme-2" style="stroke:#fff;stroke-width:1;" />
<text x="259.103209696308" y="43.6549156761344" class="stitch-chart-text-theme-2" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;">5.4%</text>
</g>
<g>
<path d="M180 180 L293.47085850221 40.2703887117283 A180 180 0 0 1 322.420239245766 69.9251370512832 Z" class="stitch-chart-theme-3" style="stroke:#fff;stroke-width:1;" />
<text x="295.637859792051" y="70.7772504811799" class="stitch-chart-text-theme-3" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;">3.7%</text>
</g>
<g>
<path d="M180 180 L322.420239245766 69.9251370512832 A180 180 0 0 1 251.068708573917 345.376052261612 A180 180 0 0 1 2.12382855110238 207.569324088239 Z" class="stitch-chart-theme-4" style="stroke:#fff;stroke-width:1;" />
<text x="240.981411101466" y="323.654295397172" class="stitch-chart-text-theme-4" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;">58.0%</text>
</g>
<g>
<path d="M180 180 L2.12382855110238 207.569324088239 A180 180 0 0 1 0.0717746968435335 185.08269015941 Z" class="stitch-chart-theme-5" style="stroke:#fff;stroke-width:1;" />
<text x="19.0653303694458" y="194.209602911168" class="stitch-chart-text-theme-5" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;display:none;">2.0%</text>
</g>
<g>
<path d="M180 180 L0.0717746968435335 185.08269015941 A180 180 0 0 1 12.7947675749027 113.348591540244 Z" class="stitch-chart-theme-6" style="stroke:#fff;stroke-width:1;" />
<text x="20.880003515469" y="152.694104517706" class="stitch-chart-text-theme-6" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;">6.5%</text>
</g>
<g>
<path d="M180 180 L12.7947675749027 113.348591540244 A180 180 0 0 1 44.9575126611596 60.9893844510536 Z" class="stitch-chart-theme-7" style="stroke:#fff;stroke-width:1;" />
<text x="42.3007284448458" y="98.1611129224755" class="stitch-chart-text-theme-7" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;">5.5%</text>
</g>
<g>
<path d="M180 180 L44.9575126611596 60.9893844510536 A180 180 0 0 1 54.6740059100774 50.7970774116442 Z" class="stitch-chart-theme-8" style="stroke:#fff;stroke-width:1;" />
<text x="63.0315097255514" y="72.1117958691747" class="stitch-chart-text-theme-8" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;display:none;">1.2%</text>
</g>
<g>
<path d="M180 180 L54.6740059100774 50.7970774116442 A180 180 0 0 1 80.4065174888381 30.0628857110459 Z" class="stitch-chart-theme-9" style="stroke:#fff;stroke-width:1;" />
<text x="78.6059256810777" y="58.2481226684198" class="stitch-chart-text-theme-9" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;">2.9%</text>
</g>
<g>
<path d="M180 180 L80.4065174888381 30.0628857110459 A180 180 0 0 1 105.561180709077 16.1132641652372 Z" class="stitch-chart-theme-10" style="stroke:#fff;stroke-width:1;" />
<text x="101.626629816767" y="43.2609277702598" class="stitch-chart-text-theme-10" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;display:none;">2.5%</text>
</g>
<g>
<path d="M180 180 L105.561180709077 16.1132641652372 A180 180 0 0 1 135.321175449375 5.63313779053524 Z" class="stitch-chart-theme-11" style="stroke:#fff;stroke-width:1;" />
<text x="126.321734768619" y="32.5201025743135" class="stitch-chart-text-theme-11" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;">2.8%</text>
</g>
<g>
<path d="M180 180 L135.321175449375 5.63313779053524 A180 180 0 0 1 180 0 Z" class="stitch-chart-theme-12" style="stroke:#fff;stroke-width:1;" />
<text x="159.784968924915" y="24.8707109881554" class="stitch-chart-text-theme-12" style="text-anchor:middle;overflow:visible;font-size:15px;margin-top:30px;margin-bottom:30px;">4.0%</text>
</g>
</svg>
<table class="w3-table w3-table-all">
<caption></caption>
<thead>
<tr class="stitch-theme">
<th>Product Name</th>
<th>Total Purchase</th>
</tr>
</thead>
<tbody></tbody>
<tbody>
<tr>
<td>Chai</td>
<td>6296.00</td>
</tr>
<tr>
<td>Chang</td>
<td>6299.00</td>
</tr>
<tr>
<td>Chartreuse verte</td>
<td>4261.00</td>
</tr>
<tr>
<td>Côte de Blaye</td>
<td>67324.00</td>
</tr>
<tr>
<td>Guaraná Fantástica</td>
<td>2318.00</td>
</tr>
<tr>
<td>Ipoh Coffee</td>
<td>7526.00</td>
</tr>
<tr>
<td>Lakkalikööri</td>
<td>6335.00</td>
</tr>
<tr>
<td>Laughing Lumberjack Lager</td>
<td>1445.00</td>
</tr>
<tr>
<td>Outback Lager</td>
<td>3395.00</td>
</tr>
<tr>
<td>Rhönbräu Klosterbier</td>
<td>2954.00</td>
</tr>
<tr>
<td>Sasquatch Ale</td>
<td>3241.00</td>
</tr>
<tr>
<td>Steeleye Stout</td>
<td>4632.00</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
</div>
</div>
</body>
</html> | jherink/Stitch | src/Stitch.Test/Master/ExportTest01.html | HTML | mit | 12,338 |
<!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_72) on Wed Nov 05 20:55:55 EST 2014 -->
<title>Uses of Class org.apache.cassandra.net.MessagingService.Verb (apache-cassandra API)</title>
<meta name="date" content="2014-11-05">
<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.net.MessagingService.Verb (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/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">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/net/class-use/MessagingService.Verb.html" target="_top">Frames</a></li>
<li><a href="MessagingService.Verb.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.net.MessagingService.Verb" class="title">Uses of Class<br>org.apache.cassandra.net.MessagingService.Verb</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</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.cassandra.config">org.apache.cassandra.config</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.db">org.apache.cassandra.db</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.metrics">org.apache.cassandra.metrics</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.net">org.apache.cassandra.net</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cassandra.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> in <a href="../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a> with parameters of type <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><span class="strong">DatabaseDescriptor.</span><code><strong><a href="../../../../../org/apache/cassandra/config/DatabaseDescriptor.html#getTimeout(org.apache.cassandra.net.MessagingService.Verb)">getTimeout</a></strong>(<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> verb)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with parameters of type <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/net/MessageOut.html" title="class in org.apache.cassandra.net">MessageOut</a><<a href="../../../../../org/apache/cassandra/db/Mutation.html" title="class in org.apache.cassandra.db">Mutation</a>></code></td>
<td class="colLast"><span class="strong">Mutation.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Mutation.html#createMessage(org.apache.cassandra.net.MessagingService.Verb)">createMessage</a></strong>(<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> verb)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.metrics">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> in <a href="../../../../../org/apache/cassandra/metrics/package-summary.html">org.apache.cassandra.metrics</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/cassandra/metrics/package-summary.html">org.apache.cassandra.metrics</a> with parameters of type <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/metrics/DroppedMessageMetrics.html#DroppedMessageMetrics(org.apache.cassandra.net.MessagingService.Verb)">DroppedMessageMetrics</a></strong>(<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> verb)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.net">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> in <a href="../../../../../org/apache/cassandra/net/package-summary.html">org.apache.cassandra.net</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/net/package-summary.html">org.apache.cassandra.net</a> declared as <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></code></td>
<td class="colLast"><span class="strong">MessageIn.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessageIn.html#verb">verb</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></code></td>
<td class="colLast"><span class="strong">MessageOut.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessageOut.html#verb">verb</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/net/package-summary.html">org.apache.cassandra.net</a> with type parameters of type <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static java.util.EnumMap<<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a>,<a href="../../../../../org/apache/cassandra/io/IVersionedSerializer.html" title="interface in org.apache.cassandra.io">IVersionedSerializer</a><?>></code></td>
<td class="colLast"><span class="strong">MessagingService.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessagingService.html#callbackDeserializers">callbackDeserializers</a></strong></code>
<div class="block">A Map of what kind of serializer to wire up to a REQUEST_RESPONSE callback, based on outbound Verb.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.EnumSet<<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a>></code></td>
<td class="colLast"><span class="strong">MessagingService.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessagingService.html#DROPPABLE_VERBS">DROPPABLE_VERBS</a></strong></code>
<div class="block">Verbs it's okay to drop if the request has been queued longer than the request timeout.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.EnumMap<<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a>,<a href="../../../../../org/apache/cassandra/io/IVersionedSerializer.html" title="interface in org.apache.cassandra.io">IVersionedSerializer</a><?>></code></td>
<td class="colLast"><span class="strong">MessagingService.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessagingService.html#verbSerializers">verbSerializers</a></strong></code>
<div class="block">Messages we receive in IncomingTcpConnection have a Verb that tells us what kind of message it is.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.EnumMap<<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a>,<a href="../../../../../org/apache/cassandra/concurrent/Stage.html" title="enum in org.apache.cassandra.concurrent">Stage</a>></code></td>
<td class="colLast"><span class="strong">MessagingService.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessagingService.html#verbStages">verbStages</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/net/package-summary.html">org.apache.cassandra.net</a> that return <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></code></td>
<td class="colLast"><span class="strong">MessagingService.Verb.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a>[]</code></td>
<td class="colLast"><span class="strong">MessagingService.Verb.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/net/package-summary.html">org.apache.cassandra.net</a> with parameters of type <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <T> <a href="../../../../../org/apache/cassandra/net/MessageIn.html" title="class in org.apache.cassandra.net">MessageIn</a><T></code></td>
<td class="colLast"><span class="strong">MessageIn.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessageIn.html#create(java.net.InetAddress,%20T,%20java.util.Map,%20org.apache.cassandra.net.MessagingService.Verb,%20int)">create</a></strong>(java.net.InetAddress from,
T payload,
java.util.Map<java.lang.String,byte[]> parameters,
<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> verb,
int version)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/net/IVerbHandler.html" title="interface in org.apache.cassandra.net">IVerbHandler</a></code></td>
<td class="colLast"><span class="strong">MessagingService.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessagingService.html#getVerbHandler(org.apache.cassandra.net.MessagingService.Verb)">getVerbHandler</a></strong>(<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> type)</code>
<div class="block">This method returns the verb handler associated with the registered
verb.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">MessagingService.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessagingService.html#incrementDroppedMessages(org.apache.cassandra.net.MessagingService.Verb)">incrementDroppedMessages</a></strong>(<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> verb)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">MessagingService.</span><code><strong><a href="../../../../../org/apache/cassandra/net/MessagingService.html#registerVerbHandlers(org.apache.cassandra.net.MessagingService.Verb,%20org.apache.cassandra.net.IVerbHandler)">registerVerbHandlers</a></strong>(<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> verb,
<a href="../../../../../org/apache/cassandra/net/IVerbHandler.html" title="interface in org.apache.cassandra.net">IVerbHandler</a> verbHandler)</code>
<div class="block">Register a verb and the corresponding verb handler with the
Messaging Service.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/cassandra/net/package-summary.html">org.apache.cassandra.net</a> with parameters of type <a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/net/MessageOut.html#MessageOut(java.net.InetAddress,%20org.apache.cassandra.net.MessagingService.Verb,%20T,%20org.apache.cassandra.io.IVersionedSerializer,%20java.util.Map)">MessageOut</a></strong>(java.net.InetAddress from,
<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> verb,
<a href="../../../../../org/apache/cassandra/net/MessageOut.html" title="type parameter in MessageOut">T</a> payload,
<a href="../../../../../org/apache/cassandra/io/IVersionedSerializer.html" title="interface in org.apache.cassandra.io">IVersionedSerializer</a><<a href="../../../../../org/apache/cassandra/net/MessageOut.html" title="type parameter in MessageOut">T</a>> serializer,
java.util.Map<java.lang.String,byte[]> parameters)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/net/MessageOut.html#MessageOut(org.apache.cassandra.net.MessagingService.Verb)">MessageOut</a></strong>(<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> verb)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/net/MessageOut.html#MessageOut(org.apache.cassandra.net.MessagingService.Verb,%20T,%20org.apache.cassandra.io.IVersionedSerializer)">MessageOut</a></strong>(<a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">MessagingService.Verb</a> verb,
<a href="../../../../../org/apache/cassandra/net/MessageOut.html" title="type parameter in MessageOut">T</a> payload,
<a href="../../../../../org/apache/cassandra/io/IVersionedSerializer.html" title="interface in org.apache.cassandra.io">IVersionedSerializer</a><<a href="../../../../../org/apache/cassandra/net/MessageOut.html" title="type parameter in MessageOut">T</a>> serializer)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/cassandra/net/MessagingService.Verb.html" title="enum in org.apache.cassandra.net">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/net/class-use/MessagingService.Verb.html" target="_top">Frames</a></li>
<li><a href="MessagingService.Verb.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>
| vangav/vos_backend | apache-cassandra-2.1.2/javadoc/org/apache/cassandra/net/class-use/MessagingService.Verb.html | HTML | mit | 22,885 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags-->
<meta name="description" content="以太坊区块链浏览器">
<meta name="author" content="imqsl">
<meta name="keywords"
content="以太坊, 浏览器, 区块链, etherchain, 加密货币, 比特币">
<meta name="theme-color" content="#18bc9c">
<link rel="icon" href="//etherchain.org/images/glyphicons-51-link.png">
<title>主页 - 以太坊区块链浏览器</title>
<!-- Bootstrap core CSS-->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdn.datatables.net/r/bs/dt-1.10.9/datatables.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/default.min.css">
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
}</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.3/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bignumber.js/2.0.7/bignumber.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/numeral.js/1.4.5/numeral.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.4/jstz.min.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" data-toggle="collapse" data-target="#navbar" aria-expanded="false"
aria-controls="navbar" class="navbar-toggle collapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="" title="SCU嵌入式实验室" class="navbar-brand">
<span class="glyphicon glyphicon-link"></span>川大嵌入式实验室</a></div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown"><a href="#" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false" class="dropdown-toggle"><span
class="glyphicon glyphicon-eye-open"></span> 区块链<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="blocks.html"><span class="glyphicon glyphicon-book"></span> 区块</a></li>
<li><a href="txs.html?"><span class="glyphicon glyphicon-transfer"></span> 交易</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false" class="dropdown-toggle"><span
class="glyphicon glyphicon-list-alt"></span> 账户<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="acounts.html">账户</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false" class="dropdown-toggle">
<div class="span glyphicon glyphicon-wrench"></div>
工具<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://ens.etherchain.org/" target="_blank"><span
class="glyphicon glyphicon-globe"></span> Ethereum Name Service</a></li>
<li><a href="https://www.ethernodes.org/" target="_blank">Nodes Explorer</a></li>
<li><a href="https://github.com/gobitfly/etherchain-light" target="_blank">Etherchain Light</a>
</li>
<li><a href="https://github.com/gobitfly/erc20-explorer" target="_blank">ERC20 Token
explorer</a></li>
<li><a href="https://www.etherchain.org/documentation/api/">API</a></li>
</ul>
</li>
</ul>
<form action="search" method="POST" class="navbar-form navbar-right">
<div class="form-group"><input type="text" placeholder="Tx Hash, Address or Block number"
id="search" name="search" class="form-control input-sm"></div>
<button type="submit" style="margin-left: 2px" class="btn btn-success">
<span class="glyphicon glyphicon-search"></span></button>
</form>
</div>
</div>
</nav>
<div id="home" class="container">
<div class="row">
<div class="col-md-12"><h2 class="text-center">以太坊 网络 状态</h2></div>
</div>
<div class="row">
<div class="col-md-1 text-center glyphicon glyphicon-option-horizontal"></div>
<div class="col-md-2 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-primary">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block0"></h4></div>
</div>
</div>
<div class="col-md-1 text-center glyphicon glyphicon-arrow-right"></div>
<div class="col-md-2 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-info">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block1"></h4></div>
</div>
</div>
<div class="col-md-1 text-center glyphicon glyphicon-arrow-right"></div>
<div class="col-md-2 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-success">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block2"></h4></div>
</div>
</div>
<div class="col-md-1 text-center glyphicon glyphicon-arrow-right"></div>
<div class="col-md-2 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-warning">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block3"></h4></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-10 text-center glyphicon glyphicon-arrow-down"></div>
</div>
<div class="row">
<div class="col-md-offset-1 col-md-2 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-success">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block7"></h4></div>
</div>
</div>
<div class="col-md-1 text-center glyphicon glyphicon-arrow-left"></div>
<div class="col-md-2 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-info">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block6"></h4></div>
</div>
</div>
<div class="col-md-1 text-center glyphicon glyphicon-arrow-left"></div>
<div class="col-md-2 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-primary">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block5"></h4></div>
</div>
</div>
<div class="col-md-1 text-center glyphicon glyphicon-arrow-left"></div>
<div class="col-md-2 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-danger">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block4"></h4></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-1 text-center glyphicon glyphicon-arrow-down"></div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-1 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-warning">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block8"></h4></div>
</div>
</div>
<div class="col-md-1 text-center glyphicon glyphicon-arrow-right"></div>
<div class="col-md-2 text-center">
<div data-toggle="tooltip" data-placement="top"
class="panel panel-danger">
<div class="panel-heading"><h3 class="panel-title">区块号:</h3></div>
<div class="panel-body"><h4 id="block9"></h4></div>
</div>
</div>
<div class="col-md-1 text-center glyphicon glyphicon-option-horizontal"></div>
</div>
<div class="row">
<div class="col-md-4"><h2 class="text-center">最新区块</h2>
<div class="table-responsive">
<table class="table table-condensed table-striped table-hover border-right">
<thead>
<tr>
<th>区块号</th>
<th>挖出方</th>
<th>时间</th>
</tr>
</thead>
<tbody id="recentblocks">
</tbody>
</table>
</div>
<a href="blocks.html" role="button" class="btn btn-default">查看更多区块</a></div>
<div class="col-md-8"><h2 class="text-center">最新交易</h2>
<div class="table-responsive">
<table class="table table-striped table-hover table-condensed">
<thead>
<tr>
<th>哈希值</th>
<th>区块号</th>
<th>以太币从</th>
<th>交易到</th>
<th>金额</th>
<th>时间</th>
</tr>
</thead>
<tbody id="recentTxs">
</tbody>
</table>
</div>
<a href="txs.html?" role="button" class="btn btn-default">查看更多交易</a></div>
</div>
</div>
<hr>
<div class="container">
<footer><p>© 四川大学嵌入式实验室 | 以太坊区块链浏览器 | 联系我们 | 数据来源:
<a href="https://www.etherchain.org">www.etherchain.org</a> | Powered by Parity v1.7.8</p>
</footer>
</div>
</body>
<script src="dateformat.js"></script>
<script type="text/javascript">
var priceurl = "https://etherchain.org/api/statistics/price";
var baseurl = "https://etherchain.org/api/basic_stats";
var txurl;
$.getJSON(priceurl, function (result) {
var result = eval(result);
usd = result.data[result.data.length - 1].usd;
$("#price").append("$" + usd);
})
$.getJSON(baseurl, function (result) {
var result = eval(result);
var difficulty = result.data.difficulty.difficulty;
var blockTime = result.data.difficulty.blockTime;
var number = result.data.difficulty.number;
var name = result.data.difficulty.name;
txurl = "https://etherchain.org/api/block/" + number + ":id/tx";
$.getJSON(txurl, function (resultdata) {
var resultdata = eval(resultdata);
var length;
if (resultdata.data.length >= 10) {
length = 10;
} else {
length = resultdata.data.length;
}
for (i = 0; i < length; i++) {
var hash = resultdata.data[i].hash.substring(0, 9) + "...";
var block_id = resultdata.data[i].block_id;
var sender = resultdata.data[i].sender.substring(0, 9) + "...";
var recipient = resultdata.data[i].recipient.substring(0, 9) + "...";
var amount = (resultdata.data[i].amount / 1000000000000000000).toFixed(3) + " Ether";
var time = formatDuring(new Date().getTime() - new Date(resultdata.data[i].time).getTime());
$("#recentTxs").append("<tr><td>" + hash + "</td><td><a href='block.html?number="+block_id+"'>" +
block_id +
"</a> </td>" +
"<td>" + sender + "</td><td>" + recipient + "</td><td>" + amount + "</td><td>" + time + "</td>" + "</tr>");
}
if (length < 10) {
number = number - 1;
console.log(number);
txurl = "https://etherchain.org/api/block/" + number + ":id/tx";
var coinbaseurl = "https://etherchain.org/api/block/" + number + ":id";
var coinbase;
$.getJSON(coinbaseurl, function (resultdata) {
coinbase = resultdata.data[0].coinbase;
var nameurl = "https://etherchain.org/api/account/multiple/" + coinbase + ":ids";
$.getJSON(coinbaseurl, function (resultdata) {
name = resultdata.data[0].name;
$.getJSON(txurl, function (resultdata) {
for (i = 0; i < 10 - length; i++) {
var hash = resultdata.data[i].hash.substring(0, 9) + "...";
var block_id = resultdata.data[i].block_id;
var sender = resultdata.data[i].sender.substring(0, 9) + "...";
var recipient = resultdata.data[i].recipient.substring(0, 9) + "...";
var amount = (resultdata.data[i].amount / 1000000000000000000).toFixed(3) + " Ether";
var time = (new Date().getTime() - new Date(resultdata.data[i].time).getTime());
$("#recentTxs").append("<tr><td>" + hash + "</td><td><a href='block.html?number="+block_id+"'>" +
block_id +
"</a> </td>" +
"<td>" + sender + "</td><td>" + recipient + "</td><td>" + amount + "</td><td>" + time + "</td>" + "</tr>");
}
})
})
})
}
})
$("#difficulty").append((difficulty / 1000000000000).toFixed(3) + " T");
$("#blockTime").append(blockTime + "s");
for (i = 0; i < 10; i++) {
var number = result.data.blocks[i].number;
var name = result.data.blocks[i].name;
/*var time=new Date(result.data.blocks[i].time).getTime();*/
var time = formatDuring(new Date().getTime() - new Date(result.data.blocks[i].time).getTime());
/*var time=formatDuring(new Date().getUTCMilliseconds()-new Date(result.data.blocks[i].time).getUTCMilliseconds());*/
var coinbase = result.data.blocks[i].coinbase;
var subname;
if (name.length > 10) {
subname = name.substring(0, 10) + "...";
} else {
subname = name;
}
$("#block"+i).append(number);
$("#recentblocks").append("<tr><td><a href='block.html?number="+ number+"'>" +
"" + number + "</a></td>" + "<td><a href='acount.html?coinbase=" + coinbase + "'>" +
subname +
"</td>" + "<td>" +
time +
"</td>" +
"</tr>");
}
})
$.getJSON(txurl, function (result) {
var result = eval(result);
lastnumber = result.data[result.data.length - 1].usd;
})
</script>
</html>
| imqsl/ethereum-blockchain-explorer | target/explorer/index.html | HTML | mit | 16,916 |
hahaha~~
asdfasdf
<h1>adfa</h1>
hello world@1358490485765
| 17173/FED | plugins/fed_2html/test/htmls/test.html | HTML | mit | 64 |
<!DOCTYPE html><html xmlns:date="http://exslt.org/dates-and-times" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>phpDocumentor » Moneybird\Mapper</title>
<meta name="author" content="Mike van Riel">
<meta name="description" content="">
<link href="../css/template.css" rel="stylesheet" media="all">
<script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico">
<link rel="apple-touch-icon" href="../img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner"><div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">phpDocumentor</a><div class="nav-collapse"><ul class="nav">
<li class="dropdown">
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b></a><ul class="dropdown-menu">
<li><a>Namespaces</a></li>
<li><a href="../namespaces/Moneybird.html"><i class="icon-th"></i> Moneybird</a></li>
<li><a href="../namespaces/global.html"><i class="icon-th"></i> global</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b></a><ul class="dropdown-menu">
<li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors
<span class="label label-info">622</span></a></li>
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
<ul><li>todo
<span class="label label-info">1</span>
</li></ul></a></li>
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
<span class="label label-info">0</span></a></li>
</ul>
</li>
</ul></div>
</div></div>
<div class="go_to_top"><a href="#___" style="color: inherit">Back to top <i class="icon-upload icon-white"></i></a></div>
</div>
<div id="___" class="container">
<noscript><div class="alert alert-warning">
Javascript is disabled; several features are only available
if Javascript is enabled.
</div></noscript>
<div class="row">
<div class="span4">
<div class="btn-group view pull-right" data-toggle="buttons-radio">
<button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
</div>
<ul class="side-nav nav nav-list">
<li class="nav-header">
<i class="icon-map-marker"></i> Namespaces</li>
<li>
<a href="../namespaces/Moneybird.Mapper.html" title="Mapper"><i class="icon-th"></i>Mapper</a><ul class="nav nav-list nav-namespaces"></ul>
</li>
</ul>
</div>
<div class="span8 namespace-contents">
<ul class="breadcrumb">
<li>
<a href="../index.html"><i class="icon-th"></i></a><span class="divider">\</span>
</li>
<li><a href="../namespaces/Moneybird.html">Moneybird</a></li>
<span class="divider">\</span><li class="active"><a href="../namespaces/Moneybird.Mapper.html">Mapper</a></li>
</ul>
<div class="namespace-indent">
<h3>
<i class="icon-custom icon-class"></i> Classes and interfaces</h3>
<a name="Mapable" id="Mapable"></a><div class="element ajax clickable interface" href="../classes/Moneybird.Mapper.Mapable.html">
<h1>Mapable<a href="../classes/Moneybird.Mapper.Mapable.html">¶</a>
</h1>
<p class="short_description">Mapables can be mapped</p>
<div class="details collapse"></div>
<a href="../classes/Moneybird.Mapper.Mapable.html" class="more">« More »</a>
</div>
<a name="Exception" id="Exception"></a><div class="element ajax clickable class" href="../classes/Moneybird.Mapper.Exception.html">
<h1>Exception<a href="../classes/Moneybird.Mapper.Exception.html">¶</a>
</h1>
<p class="short_description">General exception</p>
<div class="details collapse"></div>
<a href="../classes/Moneybird.Mapper.Exception.html" class="more">« More »</a>
</div>
</div>
</div>
</div>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
generated on 2013-07-12T22:19:08+02:00.<br></footer></div>
</div>
</body>
</html>
| youngguns-nl/moneybird_php_api | docs/namespaces/Moneybird.Mapper.html | HTML | mit | 5,629 |
---
layout: example
categories: example/v1.0.0
version: v1.0.0
title: Geolocation
description: Finding the user's position
tags:
- ui
---
<style>
.ui-button {
background:#3887BE;
color:#FFF;
display:block;
position:absolute;
top:50%;left:50%;
width:160px;
margin:-20px 0 0 -80px;
z-index:100;
text-align:center;
padding:10px;
border:1px solid rgba(0,0,0,0.4);
border-radius:3px;
}
.ui-button:hover {
background:#3074a4;
color:#fff;
}
</style>
<div id='map'></div>
<a href='#' id='geolocate' class='ui-button'>Find me</a>
<script>
var geolocate = document.getElementById('geolocate');
var map = L.mapbox.map('map', 'mapbox.streets');
var myLayer = L.mapbox.featureLayer().addTo(map);
// This uses the HTML5 geolocation API, which is available on
// most mobile browsers and modern browsers, but not in Internet Explorer
//
// See this chart of compatibility for details:
// http://caniuse.com/#feat=geolocation
if (!navigator.geolocation) {
geolocate.innerHTML = 'Geolocation is not available';
} else {
geolocate.onclick = function (e) {
e.preventDefault();
e.stopPropagation();
map.locate();
};
}
// Once we've got a position, zoom and center the map
// on it, and add a single marker.
map.on('locationfound', function(e) {
map.fitBounds(e.bounds);
myLayer.setGeoJSON({
type: 'Feature',
geometry: {
type: 'Point',
coordinates: [e.latlng.lng, e.latlng.lat]
},
properties: {
'title': 'Here I am!',
'marker-color': '#ff8888',
'marker-symbol': 'star'
}
});
// And hide the geolocation button
geolocate.parentNode.removeChild(geolocate);
});
// If the user chooses not to allow their location
// to be shared, display an error message.
map.on('locationerror', function() {
geolocate.innerHTML = 'Position could not be found';
});
</script>
| jackhummah/bootles | vendor/mapbox/mapbox.js-2.4.0/docs/_posts/examples/v1.0.0/0100-01-01-geolocation.html | HTML | mit | 1,946 |
<!--
this file is part of refractiveindex.info database
refractiveindex.info database is in the public domain
copyright and related rights waived via CC0 1.0
-->
<h1>Yttrium sesquioxide, Y<sub>2</sub>O<sub>3</sub></h1>
<h2>Other names</h2>
<ul>
<liYttria</li>
<li>Yttrium(III) oxide</li>
<li>Diyttrium trioxide</li>
<li>Yttrium oxide</li>
</ul>
<h2>External links</h2>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Yttrium(III)_oxide">Yttrium(III) oxide - Wikipedia</a></li>
<li><a href="https://www.webelements.com/compounds/yttrium/diyttrium_trioxide.html">Diyttrium trioxide - WebElements</a></li>
</ul>
| polyanskiy/refractiveindex.info-database | database/info/main/Y2O3.html | HTML | cc0-1.0 | 612 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Geoportal-Solr</title>
<link rel="stylesheet" type="text/css" href="//serverapi.arcgisonline.com/jsapi/arcgis/3.4/js/dojo/dijit/themes/claro/claro.css" >
<link rel="stylesheet" type="text/css" href="//serverapi.arcgisonline.com/jsapi/arcgis/3.4/js/esri/css/esri.css" />
<link rel="stylesheet" href="g/solr/css/g.css"/>
<script type="text/javascript">
var dojoConfig = {
parseOnLoad: true,
packages: [
{name:"g",
location:location.pathname.replace(/\/[^/]*$/,'')+"/g"}
]
};
</script>
<script src="//serverapi.arcgisonline.com/jsapi/arcgis/3.4/"></script>
<script type="text/javascript">
require(["dojo/parser",
"dijit/layout/BorderContainer",
"dijit/layout/ContentPane",
"g/solr/base/SolrClient",
"g/solr/Expression",
"g/solr/SpatialFilterPane",
"g/solr/DateFilterPane",
"g/solr/SimpleFacetPane",
"g/solr/AppliedFiltersPane",
"g/solr/ResultsPane"
], function(){});
</script>
<script type="text/javascript">
function execLastQ() {
if (solrClient && solrClient.lastQueryUrl) {
window.open(solrClient.lastQueryUrl);
}
}
</script>
</head>
<body class="claro">
<div data-dojo-id="solrClient" data-dojo-type="g/solr/base/SolrClient"
data-dojo-props='
collectionUrl:"http://test.esri.com:8983/solr/collection1",
filters:[{viewable:true, removable:false, urlParameterName:"fq",
urlParameterValue:"id.table_s:table.docindex"}]'></div>
<div data-dojo-type="dijit/layout/BorderContainer"
data-dojo-props="gutters:false, liveSplitters:true"
class="gPageBorderContainer">
<div data-dojo-type="dijit/layout/ContentPane"
data-dojo-props="splitter:false, region:'top'"
class="gTopContentPane">
<div class="gBanner">
<span class="gBannerCaption">Geoportal-Solr</span>
</div>
</div>
<div data-dojo-type="dijit/layout/ContentPane"
data-dojo-props="splitter:true, region:'leading'"
class="gPanel gLeadingContentPane">
<div data-dojo-type="g/solr/Expression"></div>
<div data-dojo-type="g/solr/SpatialFilterPane"
data-dojo-props="
field: 'envelope_geo',
basemapUrl: 'http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer',
map: {autoResize: true, center: [-98, 40], zoom: 1}">
</div>
<div data-dojo-type="g/solr/DateFilterPane"
data-dojo-props="
title:'Temporal Extent',
field:'apiso.TempExtent_begin_tdt',
toField:'apiso.TempExtent_end_tdt'">
</div>
<div data-dojo-type="g/solr/DateFilterPane"
data-dojo-props="
title:'Last Modified',
field:'sys.src.item.lastmodified_tdt'">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="
title:'Metadata Type',
facet:{field:'sys.metadatatype.identifier_s', mincount:0, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'keywords', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'keywords_ss', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'contact.organizations_ss', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'contact.people_ss', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'sys.src.collections_txt', mincount:1, limit:100}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'sys.src.collections_ss', mincount:1, limit:100}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'dataAccessType_ss', mincount:1, limit:10}">
</div>
<!-- facets for each service type commented out -->
<!--<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'url.mapserver_ss', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'url.wms_ss', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'url.wfs_ss', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'url.kml_ss', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'url.json_ss', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'url.sos_ss', mincount:1, limit:10}">
</div>
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'url.thredds_ss', mincount:1, limit:10}">
</div>-->
<div data-dojo-type="g/solr/SimpleFacetPane"
data-dojo-props="facet:{field:'sys.src.site.name_s', mincount:1, limit:100}">
</div>
<div class="gPanelBottom"></div>
</div>
<div data-dojo-type="dijit/layout/ContentPane"
data-dojo-props="splitter:true, region:'center'",
class="gPanel gCenterContentPane">
<div data-dojo-type="g/solr/AppliedFiltersPane"></div>
<div data-dojo-type="g/solr/ResultsPane"
data-dojo-props="open:true, rows:10"></div>
<div class="gPanelBottom"></div>
</div>
</div>
</body>
</html> | Esri/geoportal-server | components/gc/www/g.html | HTML | apache-2.0 | 6,029 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Fri Nov 14 23:55:10 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.hadoop.io.compress (Apache Hadoop Main 2.5.2 API)
</TITLE>
<META NAME="date" CONTENT="2014-11-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../org/apache/hadoop/io/compress/package-summary.html" target="classFrame">org.apache.hadoop.io.compress</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Interfaces</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="CompressionCodec.html" title="interface in org.apache.hadoop.io.compress" target="classFrame"><I>CompressionCodec</I></A>
<BR>
<A HREF="Compressor.html" title="interface in org.apache.hadoop.io.compress" target="classFrame"><I>Compressor</I></A>
<BR>
<A HREF="Decompressor.html" title="interface in org.apache.hadoop.io.compress" target="classFrame"><I>Decompressor</I></A>
<BR>
<A HREF="DirectDecompressionCodec.html" title="interface in org.apache.hadoop.io.compress" target="classFrame"><I>DirectDecompressionCodec</I></A>
<BR>
<A HREF="DirectDecompressor.html" title="interface in org.apache.hadoop.io.compress" target="classFrame"><I>DirectDecompressor</I></A>
<BR>
<A HREF="SplittableCompressionCodec.html" title="interface in org.apache.hadoop.io.compress" target="classFrame"><I>SplittableCompressionCodec</I></A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="BlockCompressorStream.html" title="class in org.apache.hadoop.io.compress" target="classFrame">BlockCompressorStream</A>
<BR>
<A HREF="BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress" target="classFrame">BlockDecompressorStream</A>
<BR>
<A HREF="BZip2Codec.html" title="class in org.apache.hadoop.io.compress" target="classFrame">BZip2Codec</A>
<BR>
<A HREF="CodecPool.html" title="class in org.apache.hadoop.io.compress" target="classFrame">CodecPool</A>
<BR>
<A HREF="CompressionCodecFactory.html" title="class in org.apache.hadoop.io.compress" target="classFrame">CompressionCodecFactory</A>
<BR>
<A HREF="CompressionInputStream.html" title="class in org.apache.hadoop.io.compress" target="classFrame">CompressionInputStream</A>
<BR>
<A HREF="CompressionOutputStream.html" title="class in org.apache.hadoop.io.compress" target="classFrame">CompressionOutputStream</A>
<BR>
<A HREF="CompressorStream.html" title="class in org.apache.hadoop.io.compress" target="classFrame">CompressorStream</A>
<BR>
<A HREF="DecompressorStream.html" title="class in org.apache.hadoop.io.compress" target="classFrame">DecompressorStream</A>
<BR>
<A HREF="DefaultCodec.html" title="class in org.apache.hadoop.io.compress" target="classFrame">DefaultCodec</A>
<BR>
<A HREF="GzipCodec.html" title="class in org.apache.hadoop.io.compress" target="classFrame">GzipCodec</A>
<BR>
<A HREF="SplitCompressionInputStream.html" title="class in org.apache.hadoop.io.compress" target="classFrame">SplitCompressionInputStream</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
| hsh075623201/hadoop | share/doc/hadoop/api/org/apache/hadoop/io/compress/package-frame.html | HTML | apache-2.0 | 3,459 |
<html><head><link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/saltlab/art/master/plugins/testcasegenerator-plugin/core/src/main/resources/daisydiff/css/diff.css"></link></head>
<p>This is a sample paragraph be used for tests.</p>
</html> | crawljax/crawljax | plugins/testcasegenerator-plugin/src/test/resources/testdata/Paragraphs/041 remove formatted Text middle_variant_1/expected_new.html | HTML | apache-2.0 | 255 |
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Fruit REST service</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/wingcss/0.1.8/wing.min.css"/>
<!-- Load AngularJS -->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script type="text/javascript">
var app = angular.module("FruitManagement", []);
//Controller Part
app.controller("FruitManagementController", function ($scope, $http) {
//Initialize page with default data which is blank in this example
$scope.fruits = [];
$scope.form = {
name: "",
color: ""
};
$scope.searchData = {
name: "",
color: ""
};
//HTTP POST methods for add fruits
$scope.add = function () {
var data = { "name": $scope.form.name, "color": $scope.form.color };
$http({
method: "POST",
url: '/fruits',
data: angular.toJson(data),
headers: {
'Content-Type': 'application/json'
}
}).then(_success, _error);
};
//HTTP GET methods for search fruits
$scope.search = function () {
var name = $scope.searchData.name;
var color = $scope.searchData.color;
var url = '/fruits/search';
if(name !== '') {
url += '?name=' + name;
}
if(color !== '') {
url += '?color=' + color;
}
$http({
method: "GET",
url: url
}).then(function successCallback(response) {
$scope.fruits = response.data;
}, function errorCallback(response) {
console.log(response.statusText);
});
};
function _success(response) {
$scope.fruits = response.data;
_clearForm();
}
function _error(response) {
alert(response.data.message || response.statusText);
}
//Clear the form
function _clearForm() {
$scope.form.name = "";
$scope.form.color = "";
$scope.searchData.name = "";
$scope.searchData.color = "";
}
});
</script>
</head>
<body ng-app="FruitManagement" ng-controller="FruitManagementController">
<div class="container">
<h1>REST Service - Fruit</h1>
<h3>Add a fruit</h3>
<form ng-submit="add()">
<div class="row">
<div class="col-6"><input type="text" placeholder="Name" ng-model="form.name" size="60"/></div>
</div>
<div class="row">
<div class="col-6"><input type="text" placeholder="Color" ng-model="form.color" size="60"/></div>
</div>
<input type="submit" value="Add"/>
</form>
<h3>Search Fruits</h3>
<form ng-submit="search()">
<div class="row">
<div class="col-6"><input type="text" placeholder="Name" ng-model="searchData.name" size="60"/></div>
</div>
<div class="row">
<div class="col-6"><input type="text" placeholder="Color" ng-model="searchData.color" size="60"/></div>
</div>
<input type="submit" value="Search"/>
</form>
<div class="row">
<div class="col-4">Name</div>
<div class="col-8">Color</div>
</div>
<div class="row" ng-repeat="fruit in fruits">
<div class="col-4">{{ fruit.name }}</div>
<div class="col-8">{{ fruit.color }}</div>
</div>
</div>
</body>
</html>
| quarkusio/quarkus | integration-tests/elasticsearch-rest-high-level-client/src/main/resources/META-INF/resources/fruits.html | HTML | apache-2.0 | 3,571 |
{% extends "mobileadmin/mobile_safari/base.html" %}
{% load i18n %}
{% block title %}{% trans 'Page not found' %}{% endblock %}
{% block breadcrumbs %}{% trans 'Page not found' %}{% endblock %}
{% block tools %}{% endblock tools %}
{% block content %}
<div class="panel" selected="true">
<h1>{% trans "We're sorry, but the requested page could not be found." %}</h1>
</div>
{% endblock %}
| edisonlz/fruit | web_project/base/site-packages/mobileadmin/templates/mobileadmin/mobile_safari/404.html | HTML | apache-2.0 | 395 |
<!DOCTYPE HTML>
<html lang="en-US" {% block htmlTag %}{% endblock %}>
{{ htmlSnippet("html:start")|default("") }}
<head>
{{ htmlSnippet("head:start")|default("") }}
<meta charset="UTF-8">
<title>{% block title %}{% endblock %}</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="description" content="{% block description %}{% endblock %}">
<meta name="generator" content="GitBook {{ gitbook.version }}">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ staticBase }}/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="{{ staticBase }}/images/favicon.ico" type="image/x-icon">
{% block head %}{% endblock %}
{{ htmlSnippet("head:end")|default("") }}
</head>
<body>
{{ htmlSnippet("body:start")|default("") }}
{% block style %}{% endblock %}
{% block content %}{% endblock %}
{% block javascript %}{% endblock %}
{{ htmlSnippet("body:end")|default("") }}
</body>
{{ htmlSnippet("html:end")|default("") }}
</html>
| bjlxj2008/gitbook | theme/templates/layout.html | HTML | apache-2.0 | 1,427 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<a name="#top"/>
<H2><font face="VERDANA,ARIAL,HELVETICA">Tag-DB</font></H2>
<font face="VERDANA,ARIAL,HELVETICA">
Tag-DB is a software for automated <i>de novo</i> peptide sequencing of MS/MS spectra and tag-based protein identification searching.
<br><br>
As a first step the software uses the <a href="http://www.thegpm.org/TANDEM/">PepNovo+</a><font face="VERDANA,ARIAL,HELVETICA"> algorithm for the <i>de novo</i> peptide sequencing.
<br><br>
When starting the application five main tabs can be found:
<ol>
<li><u>De Novo Search:</u> <br>In this view the input MS/MS spectra can be selected. Supported input format is MGF.
In the next panel the executable of the PepNovo+ algorithm must be selected. Finally, the output folder must be specified.
On the right side several search settings for the <i>de novo</i> peptide sequencing can be chosen as well as modifications.
When clicking on the Start button on the De Novo Search Run panel, the <i>de novo</i> peptide sequencing will be initiated.
The Logging panel provides information about the processing status.
</li>
<li><u>De Novo Results:</u><br> The MS/MS spectrum is displayed with ion annotations derived from the <i>de novo</i> sequencing.
In the bottom left corner the query spectra are provided in the table. When clicking on one of the rows a spectrum can be selected.
The bottom right side displays a table with all <i>de novo</i> hits for a selected spectrum. It also provides information from
<i>de novo</i> algorithm such as score, N-terminal and C-terminal gap masses.
Note that the Statistics tab (see below) provides useful information about the score distribution.
</li>
<li><u>Tag-DB Search:</u><br> In the top left panel a protein FASTA database file must be specified to match the derived tags against.
In the top right panel the search settings for the tag-based database search can be changed.
When clicking on the Start button on the Tag-DB Search Run panel, the <i>de novo</i> peptide sequencing will be initiated.
The Logging panel provides information about the processing status.
Note that for the FASTA database only the UniProt (SwissProt/Trembl) format is currently support in Tag-DB.
</li>
<li><u>Tag-DB Search Results:</u><br> In the top left panel the protein families are displayed in the table.
The corresponding protein, peptides and PSMs can be found in the other tables. The spectrum with ion and amino acid
annotations is displayed in the bottom right corner.</li>
<li><u>Statistics:</u><br> This view provided a histogram of the <i>de novo</i> scores based on all input MS/MS spectra.
It is supposed to be a quality measure for the input data.
</li>
</ol>
All derived result from the tag-based database search can be exported via the Export menu. It is possible to export all proteins, peptides or peptide-spectrum-matches (PSMs).
<br><br>
For any further questions, feel free to contact the author:</font>
<font face="VERDANA,ARIAL,HELVETICA"><a href="mailto:[email protected]">[email protected]</a></font>
<br><br>
For news and updates on the software visit the Tag-DB website:<br>
<a href="http://tag-db.googlecode.com">Tag-DB website</a>
<br><br>
<a href="#top"><font face="VERDANA,ARIAL,HELVETICA">Go to top of page</font></a><br>
</font>
</BODY>
</HTML> | tectronics/tag-db | src/test/resources/html/help.html | HTML | apache-2.0 | 4,091 |
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Import the Sketch</title>
</head>
<body style="background-color: #FFFFE0;">
<table width="99%" cellspacing="0" align="left">
<tr>
<td>
<span>chipKIT Sketch Help</span>
</td>
<td width="55">
<a href="chipKITsketch_2_03.html"><img src="images/prev.gif" alt="Previous" border="0"></a>
</td>
<td width="55">
<a href="chipKITsketch_2_05.html"><img src="images/next.gif" alt="Next" border="0"></a>
</td>
</tr>
</table>
<br clear="all">
<br>
<div style="text-align: left;">
<a href="chipKITsketch_2_01.html#">Import Sketch</a> : Import the Sketch</div>
<hr align="left">
<blockquote>
<div style="color: #003366; font-family: Arial; font-size: 12.0pt; font-style: normal; font-variant: normal; font-weight: bold; margin-bottom: 6.0pt; margin-left: 36pt; margin-right: 0pt; margin-top: 14.0pt; text-align: left; text-indent: -36pt; text-transform: uppercase; vertical-align: baseline;">Import the Sketch<a name="628392"></a></div>
<div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 4.0pt; margin-left: 0pt; margin-right: 0pt; margin-top: 4.0pt; text-align: left; text-indent: 0pt; text-transform: none; vertical-align: baseline;">In this section you are guided through the following topics and steps:<a name="655583"></a></div>
<div style="margin-left: 0pt;margin-bottom: 2.0pt; margin-right: 9pt; margin-top: 2.0pt; vertical-align: baseline;">
<table border="0" cellspacing="0" cellpadding="0" width="99%" summary="">
<tr valign="baseline">
<td style="width: 9pt"><nobr><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;">• </div></nobr></td>
<td><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;"><a href="#646525" title="Import the Sketch" name="655671">Before You Begin</a></div></td>
</tr>
</table>
</div>
<div style="margin-left: 0pt;margin-bottom: 2.0pt; margin-right: 9pt; margin-top: 2.0pt; vertical-align: baseline;">
<table border="0" cellspacing="0" cellpadding="0" width="99%" summary="">
<tr valign="baseline">
<td style="width: 9pt"><nobr><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;">• </div></nobr></td>
<td><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;"><a href="chipKITsketch_2_05.html#640005" title="Begin the Import Process" name="655685">Begin the Import Process</a></div></td>
</tr>
</table>
</div>
<div style="margin-left: 0pt;margin-bottom: 2.0pt; margin-right: 9pt; margin-top: 2.0pt; vertical-align: baseline;">
<table border="0" cellspacing="0" cellpadding="0" width="99%" summary="">
<tr valign="baseline">
<td style="width: 9pt"><nobr><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;">• </div></nobr></td>
<td><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;"><a href="chipKITsketch_2_06.html#628366" title="Project Setup" name="655691">Project Setup</a></div></td>
</tr>
</table>
</div>
<div style="margin-left: 0pt;margin-bottom: 2.0pt; margin-right: 9pt; margin-top: 2.0pt; vertical-align: baseline;">
<table border="0" cellspacing="0" cellpadding="0" width="99%" summary="">
<tr valign="baseline">
<td style="width: 9pt"><nobr><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;">• </div></nobr></td>
<td><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;"><a href="chipKITsketch_2_07.html#640197" title="Select the Tool" name="655697">Select the Tool</a></div></td>
</tr>
</table>
</div>
<div style="margin-left: 0pt;margin-bottom: 2.0pt; margin-right: 9pt; margin-top: 2.0pt; vertical-align: baseline;">
<table border="0" cellspacing="0" cellpadding="0" width="99%" summary="">
<tr valign="baseline">
<td style="width: 9pt"><nobr><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;">• </div></nobr></td>
<td><div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-transform: none;"><a href="chipKITsketch_2_08.html#655398" title="Import the Project" name="655703">Import the Project</a></div></td>
</tr>
</table>
</div>
<div style="color: #003366; font-family: Arial; font-size: 11.0pt; font-style: normal; font-variant: normal; font-weight: bold; margin-bottom: 6.0pt; margin-left: 46.8pt; margin-right: 0pt; margin-top: 9.0pt; text-align: left; text-indent: -46.8pt; text-transform: none; vertical-align: baseline;">Before You Begin<a name="646525"></a></div>
<div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 4.0pt; margin-left: 0pt; margin-right: 0pt; margin-top: 4.0pt; text-align: left; text-indent: 0pt; text-transform: none; vertical-align: baseline;">To understand what’s going on in the system, read this section before you begin importing the sketch.<a name="646526"></a></div>
<div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 4.0pt; margin-left: 0pt; margin-right: 0pt; margin-top: 4.0pt; text-align: left; text-indent: 0pt; text-transform: none; vertical-align: baseline;">When you Run Project or Make and Program Device in MPLAB X IDE, a production image of the sketch is placed in the chipKIT. The original chipKIT bootloader will be included. The chipKIT will now behave as it normally does when you disconnect the ICSP cable from the debugger (MPLAB ICD 3, etc.), and power the chipKIT from its 9V power supply or the mini USB connector.<a name="646475"></a></div>
<div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 4.0pt; margin-left: 0pt; margin-right: 0pt; margin-top: 4.0pt; text-align: left; text-indent: 0pt; text-transform: none; vertical-align: baseline;">The bootloader will run and pass control to the chipKIT Sketch Importer application. If you make a change in your MPLAB X IDE project, you can also see that change in the Arduino IDE, if the option to copy the chipKIT dependencies is not checked.<a name="646476"></a></div>
<div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 4.0pt; margin-left: 0pt; margin-right: 0pt; margin-top: 4.0pt; text-align: left; text-indent: 0pt; text-transform: none; vertical-align: baseline;">However, if you Debug the sketch, the chipKIT will be programmed with a debug image of the sketch and also the bootloader. After debugging, if you disconnect the ICSP cable and try to run the chipKIT, nothing will happen because the chipKIT is in debug mode. You must program (select Run Project or Make and Program Device) the chipKIT if you want to leave the chipKIT in its original mode. Then you can use it in Arduino IDE and run the sketch when you power up the board.<a name="646985"></a></div>
<div style="color: #000000; font-family: Arial; font-size: 10.0pt; font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 4.0pt; margin-left: 0pt; margin-right: 0pt; margin-top: 4.0pt; text-align: left; text-indent: 0pt; text-transform: none; vertical-align: baseline;">After importing the Sketch into MPLAB X IDE in the next section, you will be able to program the Sketch or debug the Sketch.<a name="646642"></a></div>
</blockquote>
<hr align="left">
<table width="99%" cellspacing="0" align="left">
<tr>
<td width="55">
<a href="chipKITsketch_2_03.html"><img src="images/prev.gif" alt="Previous" border="0"></a>
</td>
<td width="55">
<a href="chipKITsketch_2_05.html"><img src="images/next.gif" alt="Next" border="0"></a>
</td>
<td style="text-align: right; font-family: Arial; font-size: 10px">
<a href="nbdocs://com.microchip.mplab.help/com/microchip/mplab/help/docs/Support.html">Microchip Support</a>
<br>
<div style="font-size: 9px">
Help Updated: 2017-04-13 14:25:13Z</div>
<div style="font-size: 9px">Help Page: 15</div>
</td>
</tr>
</table>
</body>
</html> | chipKIT32/chipKIT-importer-2.0 | src/com/microchip/mplab/nbide/embedded/arduino/docs/chipKITsketch_2_04.html | HTML | apache-2.0 | 9,878 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>UnaryOp xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<pre>
<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_comment">/*</em>
<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_comment"> * Copyright (c) 2014-2017 Neil Ellis</em>
<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment"> *</em>
<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * You may obtain a copy of the License at</em>
<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> *</em>
<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> *</em>
<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * limitations under the License.</em>
<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> */</em>
<a class="jxr_linenumber" name="L16" href="#L16">16</a>
<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">package</strong> dollar.internal.runtime.script.operators;
<a class="jxr_linenumber" name="L18" href="#L18">18</a>
<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> dollar.api.Value;
<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> dollar.api.script.DollarParser;
<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> dollar.api.script.Source;
<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> dollar.internal.runtime.script.DollarUtilFactory;
<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> dollar.internal.runtime.script.api.Operator;
<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> dollar.internal.runtime.script.parser.Op;
<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> dollar.internal.runtime.script.parser.OpType;
<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> org.jetbrains.annotations.NotNull;
<a class="jxr_linenumber" name="L27" href="#L27">27</a>
<a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">import</strong> java.util.function.BiFunction;
<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">import</strong> java.util.function.UnaryOperator;
<a class="jxr_linenumber" name="L30" href="#L30">30</a>
<a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> java.util.Collections.singletonList;
<a class="jxr_linenumber" name="L32" href="#L32">32</a>
<a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../dollar/internal/runtime/script/operators/UnaryOp.html">UnaryOp</a> <strong class="jxr_keyword">implements</strong> UnaryOperator<Value>, <a href="../../../../../dollar/internal/runtime/script/api/Operator.html">Operator</a> {
<a class="jxr_linenumber" name="L34" href="#L34">34</a> @NotNull
<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">final</strong> <a href="../../../../../dollar/internal/runtime/script/parser/Op.html">Op</a> operation;
<a class="jxr_linenumber" name="L36" href="#L36">36</a> @NotNull
<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> BiFunction<Value, Source, Value> function;
<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">boolean</strong> immediate;
<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">boolean</strong> pure;
<a class="jxr_linenumber" name="L40" href="#L40">40</a> @NotNull
<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">protected</strong> <a href="../../../../../dollar/api/script/DollarParser.html">DollarParser</a> parser;
<a class="jxr_linenumber" name="L42" href="#L42">42</a> @NotNull
<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">protected</strong> <a href="../../../../../dollar/api/script/Source.html">Source</a> source;
<a class="jxr_linenumber" name="L44" href="#L44">44</a>
<a class="jxr_linenumber" name="L45" href="#L45">45</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../dollar/internal/runtime/script/operators/UnaryOp.html">UnaryOp</a>(@NotNull <a href="../../../../../dollar/api/script/DollarParser.html">DollarParser</a> parser,
<a class="jxr_linenumber" name="L46" href="#L46">46</a> @NotNull <a href="../../../../../dollar/internal/runtime/script/parser/Op.html">Op</a> operation,
<a class="jxr_linenumber" name="L47" href="#L47">47</a> @NotNull BiFunction<Value, Source, Value> function,
<a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">boolean</strong> pure) {
<a class="jxr_linenumber" name="L49" href="#L49">49</a> <strong class="jxr_keyword">this</strong>.operation = operation;
<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">this</strong>.function = function;
<a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">this</strong>.parser = parser;
<a class="jxr_linenumber" name="L52" href="#L52">52</a> <strong class="jxr_keyword">this</strong>.pure = pure;
<a class="jxr_linenumber" name="L53" href="#L53">53</a> immediate = false;
<a class="jxr_linenumber" name="L54" href="#L54">54</a> validate(operation);
<a class="jxr_linenumber" name="L55" href="#L55">55</a> }
<a class="jxr_linenumber" name="L56" href="#L56">56</a>
<a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../dollar/internal/runtime/script/operators/UnaryOp.html">UnaryOp</a>(<strong class="jxr_keyword">boolean</strong> immediate,
<a class="jxr_linenumber" name="L58" href="#L58">58</a> @NotNull BiFunction<Value, Source, Value> function,
<a class="jxr_linenumber" name="L59" href="#L59">59</a> @NotNull <a href="../../../../../dollar/internal/runtime/script/parser/Op.html">Op</a> operation,
<a class="jxr_linenumber" name="L60" href="#L60">60</a> @NotNull <a href="../../../../../dollar/api/script/DollarParser.html">DollarParser</a> parser, <strong class="jxr_keyword">boolean</strong> pure) {
<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">this</strong>.operation = operation;
<a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">this</strong>.immediate = immediate;
<a class="jxr_linenumber" name="L63" href="#L63">63</a> <strong class="jxr_keyword">this</strong>.function = function;
<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">this</strong>.parser = parser;
<a class="jxr_linenumber" name="L65" href="#L65">65</a> <strong class="jxr_keyword">this</strong>.pure = pure;
<a class="jxr_linenumber" name="L66" href="#L66">66</a> validate(operation);
<a class="jxr_linenumber" name="L67" href="#L67">67</a> }
<a class="jxr_linenumber" name="L68" href="#L68">68</a>
<a class="jxr_linenumber" name="L69" href="#L69">69</a> @NotNull
<a class="jxr_linenumber" name="L70" href="#L70">70</a> @Override
<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../dollar/api/Value.html">Value</a> apply(@NotNull <a href="../../../../../dollar/api/Value.html">Value</a> from) {
<a class="jxr_linenumber" name="L72" href="#L72">72</a>
<a class="jxr_linenumber" name="L73" href="#L73">73</a> <strong class="jxr_keyword">if</strong> (immediate) {
<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">return</strong> DollarUtilFactory.util().node(operation, pure, parser, source, singletonList(from),
<a class="jxr_linenumber" name="L75" href="#L75">75</a> vars -> function.apply(from, source));
<a class="jxr_linenumber" name="L76" href="#L76">76</a>
<a class="jxr_linenumber" name="L77" href="#L77">77</a> }
<a class="jxr_linenumber" name="L78" href="#L78">78</a>
<a class="jxr_linenumber" name="L79" href="#L79">79</a> <em class="jxr_comment">//Lazy evaluation</em>
<a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">return</strong> DollarUtilFactory.util().reactiveNode(operation, pure, source, parser, from, args -> function.apply(from, source));
<a class="jxr_linenumber" name="L81" href="#L81">81</a>
<a class="jxr_linenumber" name="L82" href="#L82">82</a> }
<a class="jxr_linenumber" name="L83" href="#L83">83</a>
<a class="jxr_linenumber" name="L84" href="#L84">84</a> @Override
<a class="jxr_linenumber" name="L85" href="#L85">85</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setSource(@NotNull <a href="../../../../../dollar/api/script/Source.html">Source</a> source) {
<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">this</strong>.source = source;
<a class="jxr_linenumber" name="L87" href="#L87">87</a> }
<a class="jxr_linenumber" name="L88" href="#L88">88</a>
<a class="jxr_linenumber" name="L89" href="#L89">89</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> validate(@NotNull <a href="../../../../../dollar/internal/runtime/script/parser/Op.html">Op</a> operation) {
<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">if</strong> (operation.reactive() == immediate) {
<a class="jxr_linenumber" name="L91" href="#L91">91</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> AssertionError(<span class="jxr_string">"The operation "</span> + operation.name() + <span class="jxr_string">" is marked as "</span> + (operation.reactive()
<a class="jxr_linenumber" name="L92" href="#L92">92</a> ? <span class="jxr_string">"reactive"</span> : <span class="jxr_string">"unreactive"</span>) + <span class="jxr_string">" "</span> +
<a class="jxr_linenumber" name="L93" href="#L93">93</a> <span class="jxr_string">"yet this operator is set to be "</span> + (immediate
<a class="jxr_linenumber" name="L94" href="#L94">94</a> ? <span class="jxr_string">"unreactive"</span> : <span class="jxr_string">"reactive"</span>));
<a class="jxr_linenumber" name="L95" href="#L95">95</a> }
<a class="jxr_linenumber" name="L96" href="#L96">96</a> <strong class="jxr_keyword">if</strong> ((operation.type() != OpType.PREFIX) && (operation.type() != OpType.POSTFIX)) {
<a class="jxr_linenumber" name="L97" href="#L97">97</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> AssertionError(<span class="jxr_string">"The operator "</span> + operation.name() + <span class="jxr_string">" is not defined as a unary type but used in a unary "</span> +
<a class="jxr_linenumber" name="L98" href="#L98">98</a> <span class="jxr_string">"operator."</span>);
<a class="jxr_linenumber" name="L99" href="#L99">99</a> }
<a class="jxr_linenumber" name="L100" href="#L100">100</a> Boolean opIsPure = operation.pure();
<a class="jxr_linenumber" name="L101" href="#L101">101</a> <strong class="jxr_keyword">if</strong> (pure && (opIsPure != <strong class="jxr_keyword">null</strong>) && !opIsPure) {
<a class="jxr_linenumber" name="L102" href="#L102">102</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> AssertionError(
<a class="jxr_linenumber" name="L103" href="#L103">103</a> <span class="jxr_string">"The operation "</span> + operation.name() + <span class="jxr_string">" is marked as "</span> + (opIsPure ? <span class="jxr_string">"pure"</span> : <span class="jxr_string">"impure"</span>) + <span class="jxr_string">" yet this operator is set to be "</span> + (pure ? <span class="jxr_string">"pure"</span> : <span class="jxr_string">"impure"</span>));
<a class="jxr_linenumber" name="L104" href="#L104">104</a> }
<a class="jxr_linenumber" name="L105" href="#L105">105</a> }
<a class="jxr_linenumber" name="L106" href="#L106">106</a> }
</pre>
<hr/>
<div id="footer">Copyright © 2017. All rights reserved.</div>
</body>
</html>
| sillelien/dollar | docs/dev/xref/dollar/internal/runtime/script/operators/UnaryOp.html | HTML | apache-2.0 | 15,112 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_111) on Sun Jan 15 21:26:07 CET 2017 -->
<title>fr.esisar.frigolo.session.stateless.local Class Hierarchy</title>
<meta name="date" content="2017-01-15">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="fr.esisar.frigolo.session.stateless.local Class Hierarchy";
}
}
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-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="../../../../../../fr/esisar/frigolo/session/stateless/ejb/mesure/numerique/package-tree.html">Prev</a></li>
<li><a href="../../../../../../fr/esisar/frigolo/session/stateless/local/capteur/logique/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?fr/esisar/frigolo/session/stateless/local/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 fr.esisar.frigolo.session.stateless.local</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="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">fr.esisar.frigolo.session.stateless.local.<a href="../../../../../../fr/esisar/frigolo/session/stateless/local/AlerteInterfaceLocal.html" title="interface in fr.esisar.frigolo.session.stateless.local"><span class="typeNameLink">AlerteInterfaceLocal</span></a></li>
<li type="circle">fr.esisar.frigolo.session.stateless.local.<a href="../../../../../../fr/esisar/frigolo/session/stateless/local/FrigidaireInterfaceLocal.html" title="interface in fr.esisar.frigolo.session.stateless.local"><span class="typeNameLink">FrigidaireInterfaceLocal</span></a></li>
<li type="circle">fr.esisar.frigolo.session.stateless.local.<a href="../../../../../../fr/esisar/frigolo/session/stateless/local/PersonneInterfaceLocal.html" title="interface in fr.esisar.frigolo.session.stateless.local"><span class="typeNameLink">PersonneInterfaceLocal</span></a></li>
<li type="circle">fr.esisar.frigolo.session.stateless.local.<a href="../../../../../../fr/esisar/frigolo/session/stateless/local/TypeCapteurInterfaceLocal.html" title="interface in fr.esisar.frigolo.session.stateless.local"><span class="typeNameLink">TypeCapteurInterfaceLocal</span></a></li>
<li type="circle">fr.esisar.frigolo.session.stateless.local.<a href="../../../../../../fr/esisar/frigolo/session/stateless/local/UniteInterfaceLocal.html" title="interface in fr.esisar.frigolo.session.stateless.local"><span class="typeNameLink">UniteInterfaceLocal</span></a></li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-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="../../../../../../fr/esisar/frigolo/session/stateless/ejb/mesure/numerique/package-tree.html">Prev</a></li>
<li><a href="../../../../../../fr/esisar/frigolo/session/stateless/local/capteur/logique/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?fr/esisar/frigolo/session/stateless/local/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 ======= -->
</body>
</html>
| R3glisse/CS511 | SMART_FRIDGE_FRIGOLO/frifri/frifrifri/frifrifri/JavaDoc/fr/esisar/frigolo/session/stateless/local/package-tree.html | HTML | apache-2.0 | 6,289 |
<!DOCTYPE html>
<html itemscope lang="en-us">
<head><meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="generator" content="Hugo 0.57.2" />
<meta property="og:title" content="Sponsor Information" />
<meta name="twitter:title" content="Sponsor Information"/>
<meta itemprop="name" content="Sponsor Information"><meta property="og:description" content="Thank you for sponsoring DevOpsDays Seattle! As you probably know, DevOpsDays is a volunteer run not-for-profit event. Our goal is to help people learn about DevOps, and we couldn’t do it without your support.
Thank You!!
Things you should do right away Book your hotel rooms! A lot of hotels in Seattle sell out in the spring. It’s a good idea to book any rooms you’ll need as soon as possible." />
<meta name="twitter:description" content="Thank you for sponsoring DevOpsDays Seattle! As you probably know, DevOpsDays is a volunteer run not-for-profit event. Our goal is to help people learn about DevOps, and we couldn’t do it without your support.
Thank You!!
Things you should do right away Book your hotel rooms! A lot of hotels in Seattle sell out in the spring. It’s a good idea to book any rooms you’ll need as soon as possible." />
<meta itemprop="description" content="Thank you for sponsoring DevOpsDays Seattle! As you probably know, DevOpsDays is a volunteer run not-for-profit event. Our goal is to help people learn about DevOps, and we couldn’t do it without your support.
Thank You!!
Things you should do right away Book your hotel rooms! A lot of hotels in Seattle sell out in the spring. It’s a good idea to book any rooms you’ll need as soon as possible."><meta name="twitter:site" content="@devopsdays">
<meta property="og:type" content="event" />
<meta property="og:url" content="/events/2017-seattle/sponsor-info/" /><meta name="twitter:creator" content="@devopsdayssea" /><meta name="twitter:label1" value="Event" />
<meta name="twitter:data1" value="devopsdays Seattle 2017" /><meta name="twitter:label2" value="Dates" />
<meta name="twitter:data2" value="April 26 - 27, 2017" /><meta property="og:image" content="https://www.devopsdays.org/img/sharing.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://www.devopsdays.org/img/sharing.jpg" />
<meta itemprop="image" content="https://www.devopsdays.org/img/sharing.jpg" />
<meta property="fb:app_id" content="1904065206497317" /><meta itemprop="wordCount" content="724">
<title>Sponsor Information
</title>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-9713393-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<link href="/css/site.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet"><link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="/events/index.xml" rel="alternate" type="application/rss+xml" title="DevOpsDays" />
<link href="/events/index.xml" rel="feed" type="application/rss+xml" title="DevOpsDays" />
<script src=/js/devopsdays-min.js></script></head>
<body lang="">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="/">
<img src="/img/devopsdays-brain.png" height="30" class="d-inline-block align-top" alt="devopsdays Logo">
DevOpsDays
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto"><li class="nav-item global-navigation"><a class = "nav-link" href="/events">events</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/blog">blog</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/sponsor">sponsor</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/speaking">speaking</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/organizing">organizing</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/about">about</a></li></ul>
</div>
</nav>
<nav class="navbar event-navigation navbar-expand-md navbar-light">
<a href="/events/2017-seattle" class="nav-link">Seattle</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar2">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar2">
<ul class="navbar-nav"><li class="nav-item active">
<a class="nav-link" href="/events/2017-seattle/program">program</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-seattle/speakers">speakers</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-seattle/location">location</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-seattle/registration">registration</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-seattle/sponsor">sponsor</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-seattle/contact">contact</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-seattle/conduct">conduct</a>
</li></ul>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-md-12"><div class="row">
<div class="col-md-12 content-text"><h1>devopsdays Seattle - Sponsor Information</h1>
<h2 id="thank-you-for-sponsoring-devopsdays-seattle">Thank you for sponsoring DevOpsDays Seattle!</h2>
<p>As you probably know, DevOpsDays is a volunteer run not-for-profit event. Our goal is to help people learn about DevOps, and we couldn’t do it without your support.</p>
<p>Thank You!!</p>
<h3 id="things-you-should-do-right-away">Things you should do right away</h3>
<h4 id="book-your-hotel-rooms">Book your hotel rooms!</h4>
<p>A lot of hotels in Seattle sell out in the spring. It’s a good idea to book any rooms you’ll need as soon as possible.</p>
<h4 id="register-your-attendees">Register your attendees.</h4>
<p>You’ll receive a registration code to be given to people who will be attending on behalf of your company. Please don’t wait to have them register! We’d like to have an accurate count as soon as possible. If you haven’t received your code please email <a href='mailto:[email protected]?subject='>[email protected]</a>
</p>
<h3 id="venue-location">Venue Location</h3>
<p>McCaw Hall<br>
321 Mercer St<br>
Seattle, WA 98109</p>
<p>Information about the venue can be found at <a href="https://www.devopsdays.org/events/2017-seattle/location">https://www.devopsdays.org/events/2017-seattle/location</a></p>
<h3 id="dates-and-times">Dates and Times</h3>
<p>This year’s event is on Wednesday, Apr 26, 2017 and Thursday, Apr 27, 2017</p>
<p>The schedule for the day is at <a href="https://www.devopsdays.org/events/2017-seattle/program/">https://www.devopsdays.org/events/2017-seattle/program/</a> - As of this writing (21 February 2017) the times are not final! The start and finish times are unlikely to change very much, but the session schedule will.</p>
<h5 id="access-to-the-venue-for-setup-will-be-at-7am-on-day-one-you-ll-want-to-be-ready-to-go-when-attendee-registration-opens-at-8am">Access to the venue for setup will be at 7AM on day one. You’ll want to be ready to go when attendee registration opens at 8AM.</h5>
<p>Tear down is after the last break on day two.</p>
<p>Please don’t tear down early!</p>
<h3 id="who-to-send">Who to Send</h3>
<p>Of course this is up to you, but most attendees will be practitioners. It’s important to your success that you send people able to have practitioner level conversations. If you’re showing off your latest product, be ready to answer some technical questions. If you’re looking to hire people, have someone there who works in the type of role you’re hiring for.</p>
<h3 id="conference-format">Conference Format</h3>
<p>DevOpsDays is a unique blend of presentation style talks and interactive open discussions. The presentations are being chosen from over 130 submissions. We’re really excited about the talks we’ll see.</p>
<p>The afternoons are run as open spaces. You can learn more about this format at <a href="https://www.devopsdays.org/open-space-format/">https://www.devopsdays.org/open-space-format/</a>. To make the most of your participation it’s highly recommended that your staff participate in the open space discussions. This is your best chance to show off how valuable you can be to the attendees.</p>
<h3 id="shipping">Shipping</h3>
<p>The venue does not offer direct shipping / receiving.</p>
<p>There is a 24 / 7 FedEx Office location a few blocks away at:<br>
606 1st Ave N<br>
Seattle, WA 98109<br>
<a href="http://local.fedex.com/wa/seattle/office-0736/">http://local.fedex.com/wa/seattle/office-0736/</a></p>
<p>This location offers “Hold at FedEx Location” services, so items can be shipped there and picked up in time to set up your table. If you need assistance on how to ship them please contact them at 206-285-1071</p>
<h3 id="sponsor-tables">Sponsor Tables</h3>
<h4 id="gold-sponsors">Gold Sponsors</h4>
<ul>
<li>6 foot table with two chairs</li>
<li>Power available at table</li>
<li>WiFi is shared with the conference attendees, bandwidth heavy demos are not recommended</li>
</ul>
<h4 id="silver-sponsors">Silver Sponsors</h4>
<ul>
<li>Share a 6 foot table with another sponsor</li>
<li>Power available at table</li>
<li>WiFi is shared with the conference attendees, bandwidth heavy demos are not recommended</li>
</ul>
<p>The sponsor area will be set up to encourage people to hang out and enjoy coffee breaks and meals. It isn’t designed like a big trade show with aisles of booths. You should bring retractables banners instead of traditional trade show booths.</p>
<p><img style="max-width: 500px; padding: 0px 20px 20px 0px" src="/events/2017-seattle/banner_styles.png"></p>
<h3 id="a-v-rental-a-id-av-rental-a">A/V Rental<a id="av_rental"></a></h3>
<p>Monitors are available for rental from “Meeting Tomorrow”. Please download <a href="https://assets.devopsdays.org/events/2017/seattle/DevOpsDays_Seattle_Monitor_Order_Information.pdf">this form</a> for more information.</p>
<h3 id="lead-collection">Lead Collection</h3>
<p>We don’t share attendee information with sponsors.</p>
<p>You’re welcome to ask people to share their contact information voluntarily. It’s very common for sponsors to hold drawings for this purpose and we will have a time and the end of day 2 to announce winners.</p>
<p>Most attendees will not have business cards, so you’ll want to have a way to capture this information. Some sponsors will bring slips of paper and a punchbowl, others will use something like Google Forms on a laptop or tablet.</p>
<h3 id="code-of-conduct">Code of Conduct</h3>
<p>DevOpsDays is dedicated to providing a harassment-free conference experience for everyone. The Code of Conduct will be strictly enforced, please be sure to read it at <a href="http://www.devopsdays.org/events/2017-seattle/conduct/">http://www.devopsdays.org/events/2017-seattle/conduct/</a>. In particular, exhibitors should not use sexualized images, activities, or other material. Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.</p>
<h3 id="social-networks">Social Networks</h3>
<p>We have the twitter handle @DevOpsDaysSEA, but people will most likely use the #DevOpsDays hashtag.</p>
<br /><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Gold Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://gocd.org/"><img src = "/img/sponsors/thoughtworks-gocd-before-20190213.png" alt = "GoCD" title = "GoCD" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.sumologic.com/"><img src = "/img/sponsors/sumologic-before-20181203.png" alt = "SumoLogic" title = "SumoLogic" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://deis.io/"><img src = "/img/sponsors/deis.png" alt = "Deis" title = "Deis" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.slalom.com/"><img src = "/img/sponsors/slalom.png" alt = "Slalom" title = "Slalom" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.pivotal.io"><img src = "/img/sponsors/pivotal-before-20190307.png" alt = "Pivotal" title = "Pivotal" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.opsgenie.com?utm_source=Events&utm_campaign=DevOpsDays_Seattle_%20April&utm_medium=banner"><img src = "/img/sponsors/opsgenie.png" alt = "OpsGenie" title = "OpsGenie" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://ns1.com"><img src = "/img/sponsors/ns1.png" alt = "ns1" title = "ns1" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.xmatters.com/"><img src = "/img/sponsors/xmatters.png" alt = "xMatters, Inc" title = "xMatters, Inc" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://chef.io"><img src = "/img/sponsors/chef.png" alt = "Chef Software, Inc" title = "Chef Software, Inc" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.stackstorm.com/"><img src = "/img/sponsors/stackstorm.png" alt = "StackStorm" title = "StackStorm" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://automic.com/"><img src = "/img/sponsors/automic-before-20170605.png" alt = "Automic" title = "Automic" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.leankit.com/"><img src = "/img/sponsors/leankit.png" alt = "Leankit" title = "Leankit" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.catchpoint.com/"><img src = "/img/sponsors/catchpoint.png" alt = "Catchpoint" title = "Catchpoint" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www8.hp.com/us/en/software-solutions/application-delivery-management.htm"><img src = "/img/sponsors/hpe-seattle-2017.png" alt = "HPE" title = "HPE" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.northeastern.edu/seattle/academic_program/level-bootcamps/"><img src = "/img/sponsors/northeastern-university.png" alt = "Northeastern University" title = "Northeastern University" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://vmware.com/"><img src = "/img/sponsors/vmware.png" alt = "VMWare" title = "VMWare" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.rei.com/"><img src = "/img/sponsors/rei-before-20171219.png" alt = "REI" title = "REI" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.accenture.com/devops"><img src = "/img/sponsors/accenture.png" alt = "accenture" title = "accenture" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.gettyimages.com/"><img src = "/img/sponsors/getty-images.png" alt = "Getty Images" title = "Getty Images" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.dellemc.com"><img src = "/img/sponsors/dellemc.png" alt = "Dell EMC" title = "Dell EMC" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.pagerduty.com/"><img src = "/img/sponsors/pagerduty.png" alt = "PagerDuty" title = "PagerDuty" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.newrelic.com/culture"><img src = "/img/sponsors/newrelic.png" alt = "New Relic" title = "New Relic" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://aws.amazon.com/"><img src = "/img/sponsors/aws-before-20180313.png" alt = "Amazon Web Services" title = "Amazon Web Services" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Silver Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.victorops.com"><img src = "/img/sponsors/victorops-before-20180823.png" alt = "VictorOps" title = "VictorOps" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.netapp.com/us/"><img src = "/img/sponsors/netapp.png" alt = "NetApp" title = "NetApp" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.strong-bridge.com/"><img src = "/img/sponsors/strongbridge-consulting.png" alt = "Strong-Bridge Consulting" title = "Strong-Bridge Consulting" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.joyent.com/"><img src = "/img/sponsors/joyent.png" alt = "Joyent" title = "Joyent" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://base2s.com/"><img src = "/img/sponsors/base2.png" alt = "Base2" title = "Base2" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.cloudcoreo.com/"><img src = "/img/sponsors/cloudcoreo.png" alt = "CloudCoreo" title = "CloudCoreo" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.techtowntraining.com/"><img src = "/img/sponsors/techtown-before-20190407.png" alt = "TechTown Training" title = "TechTown Training" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://tmobile.careers/meet-our-teams/technology"><img src = "/img/sponsors/t-mobile.png" alt = "T-Mobile" title = "T-Mobile" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Bronze Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.spoken.com/technology-jobs/"><img src = "/img/sponsors/spoken.png" alt = "Spoken" title = "Spoken" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.concur.com"><img src = "/img/sponsors/concur.png" alt = "Concur" title = "Concur" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.extrahop.com/"><img src = "/img/sponsors/extrahop.png" alt = "ExtraHop" title = "ExtraHop" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Community Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.meetup.com/Seattle-DevOps-Meetup-Group/"><img src = "/img/sponsors/seattle-devops-meetup.png" alt = "Seattle DevOps Meetup" title = "Seattle DevOps Meetup" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.meetup.com/Seattle-CoffeeOps/"><img src = "/img/sponsors/seattle-coffeeops-before-20180416.png" alt = "Seattle CoffeeOps" title = "Seattle CoffeeOps" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.geekwire.com/events/geekwire-cloud-tech-summit-2017/"><img src = "/img/sponsors/geekwire.png" alt = "Geekwire" title = "Geekwire" class="img-fluid"></a>
</div></div><br />
</div>
</div>
</div></div>
</div>
<nav class="navbar bottom navbar-light footer-nav-row" style="background-color: #bfbfc1;">
<div class = "row">
<div class = "col-md-12 footer-nav-background">
<div class = "row">
<div class = "col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">@DEVOPSDAYS</h3>
<div>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/devopsdays/lists/devopsdays" data-chrome="noheader" height="440"></a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
</div>
</div>
<div class="col-md-6 col-lg-3 footer-nav-col footer-content">
<h3 class="footer-nav">BLOG</h3><a href = "https://www.devopsdays.org/blog/2019/05/10/10-years-of-devopsdays/"><h1 class = "footer-heading">10 years of devopsdays</h1></a><h2 class="footer-heading">by Kris Buytaert - 10 May, 2019</h2><p class="footer-content">It’s hard to believe but it is almost 10 years ago since #devopsdays happened for the first time in Gent. Back then there were almost 70 of us talking about topics that were of interest to both Operations and Development, we were exchanging our ideas and experiences `on how we were improving the quality of software delivery.
Our ideas got started on the crossroads of Open Source, Agile and early Cloud Adoption.</p><a href = "https://www.devopsdays.org/blog/"><h1 class = "footer-heading">Blogs</h1></a><h2 class="footer-heading">10 May, 2019</h2><p class="footer-content"></p><a href="https://www.devopsdays.org/blog/index.xml">Feed</a>
</div>
<div class="col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">CFP OPEN</h3><a href = "/events/2019-campinas" class = "footer-content">Campinas</a><br /><a href = "/events/2019-macapa" class = "footer-content">Macapá</a><br /><a href = "/events/2019-shanghai" class = "footer-content">Shanghai</a><br /><a href = "/events/2019-recife" class = "footer-content">Recife</a><br /><a href = "/events/2020-charlotte" class = "footer-content">Charlotte</a><br /><a href = "/events/2020-prague" class = "footer-content">Prague</a><br /><a href = "/events/2020-tokyo" class = "footer-content">Tokyo</a><br /><a href = "/events/2020-salt-lake-city" class = "footer-content">Salt Lake City</a><br />
<br />Propose a talk at an event near you!<br />
</div>
<div class="col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">About</h3>
devopsdays is a worldwide community conference series for anyone interested in IT improvement.<br /><br />
<a href="/about/" class = "footer-content">About devopsdays</a><br />
<a href="/privacy/" class = "footer-content">Privacy Policy</a><br />
<a href="/conduct/" class = "footer-content">Code of Conduct</a>
<br />
<br />
<a href="https://www.netlify.com">
<img src="/img/netlify-light.png" alt="Deploys by Netlify">
</a>
</div>
</div>
</div>
</div>
</nav>
<script>
$(document).ready(function () {
$("#share").jsSocials({
shares: ["email", {share: "twitter", via: 'devopsdayssea'}, "facebook", "linkedin"],
text: 'devopsdays Seattle - 2017',
showLabel: false,
showCount: false
});
});
</script>
</body>
</html>
| gomex/devopsdays-web | static/events/2017-seattle/sponsor-info/index.html | HTML | apache-2.0 | 26,395 |
<!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) on Mon Mar 28 17:12:09 AEST 2016 -->
<title>Uses of Class net.jini.jeri.ssl.SslServerEndpointImpl.SslListenEndpoint (River-Internet vtrunk API Documentation (internals))</title>
<meta name="date" content="2016-03-28">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class net.jini.jeri.ssl.SslServerEndpointImpl.SslListenEndpoint (River-Internet vtrunk API Documentation (internals))";
}
}
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="../../../../../net/jini/jeri/ssl/SslServerEndpointImpl.SslListenEndpoint.html" title="class in net.jini.jeri.ssl">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?net/jini/jeri/ssl/class-use/SslServerEndpointImpl.SslListenEndpoint.html" target="_top">Frames</a></li>
<li><a href="SslServerEndpointImpl.SslListenEndpoint.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 net.jini.jeri.ssl.SslServerEndpointImpl.SslListenEndpoint" class="title">Uses of Class<br>net.jini.jeri.ssl.SslServerEndpointImpl.SslListenEndpoint</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="../../../../../net/jini/jeri/ssl/SslServerEndpointImpl.SslListenEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpointImpl.SslListenEndpoint</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="#net.jini.jeri.ssl">net.jini.jeri.ssl</a></td>
<td class="colLast">
<div class="block">Provides implementations of <a href="../../../../../net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> and <a href="../../../../../net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="net.jini.jeri.ssl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../net/jini/jeri/ssl/SslServerEndpointImpl.SslListenEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpointImpl.SslListenEndpoint</a> in <a href="../../../../../net/jini/jeri/ssl/package-summary.html">net.jini.jeri.ssl</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../net/jini/jeri/ssl/SslServerEndpointImpl.SslListenEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpointImpl.SslListenEndpoint</a> in <a href="../../../../../net/jini/jeri/ssl/package-summary.html">net.jini.jeri.ssl</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>private class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../net/jini/jeri/ssl/HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint</a></span></code>
<div class="block">Implements ListenEndpoint</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="../../../../../net/jini/jeri/ssl/SslServerEndpointImpl.SslListenEndpoint.html" title="class in net.jini.jeri.ssl">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?net/jini/jeri/ssl/class-use/SslServerEndpointImpl.SslListenEndpoint.html" target="_top">Frames</a></li>
<li><a href="SslServerEndpointImpl.SslListenEndpoint.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 2007-2013, multiple authors.<br>Licensed under the <a href=http://www.apache.org/licenses/LICENSE-2.0 target=child >Apache License, Version 2.0</a>, see the <a href=../../../../../doc-files/NOTICE target=child >NOTICE</a> file for attributions.</small></p>
</body>
</html>
| pfirmstone/JGDMS | JGDMS/src/site/resources/old-static-site/doc/internals/net/jini/jeri/ssl/class-use/SslServerEndpointImpl.SslListenEndpoint.html | HTML | apache-2.0 | 7,453 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Fri Sep 05 23:35:02 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.lib.server.ServerException.ERROR (Apache Hadoop HttpFS 2.5.1 API)
</TITLE>
<META NAME="date" CONTENT="2014-09-05">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.lib.server.ServerException.ERROR (Apache Hadoop HttpFS 2.5.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html" title="enum in org.apache.hadoop.lib.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/lib/server//class-useServerException.ERROR.html" target="_top"><B>FRAMES</B></A>
<A HREF="ServerException.ERROR.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.lib.server.ServerException.ERROR</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html" title="enum in org.apache.hadoop.lib.server">ServerException.ERROR</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.lib.server"><B>org.apache.hadoop.lib.server</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.lib.server"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html" title="enum in org.apache.hadoop.lib.server">ServerException.ERROR</A> in <A HREF="../../../../../../org/apache/hadoop/lib/server/package-summary.html">org.apache.hadoop.lib.server</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/hadoop/lib/server/package-summary.html">org.apache.hadoop.lib.server</A> that return <A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html" title="enum in org.apache.hadoop.lib.server">ServerException.ERROR</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html" title="enum in org.apache.hadoop.lib.server">ServerException.ERROR</A></CODE></FONT></TD>
<TD><CODE><B>ServerException.ERROR.</B><B><A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name)</CODE>
<BR>
Returns the enum constant of this type with the specified name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html" title="enum in org.apache.hadoop.lib.server">ServerException.ERROR</A>[]</CODE></FONT></TD>
<TD><CODE><B>ServerException.ERROR.</B><B><A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html#values()">values</A></B>()</CODE>
<BR>
Returns an array containing the constants of this enum type, in
the order they are declared.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../org/apache/hadoop/lib/server/package-summary.html">org.apache.hadoop.lib.server</A> with parameters of type <A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html" title="enum in org.apache.hadoop.lib.server">ServerException.ERROR</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.html#ServerException(org.apache.hadoop.lib.server.ServerException.ERROR, java.lang.Object...)">ServerException</A></B>(<A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html" title="enum in org.apache.hadoop.lib.server">ServerException.ERROR</A> error,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE>
<BR>
Creates an server exception using the specified error code.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/lib/server/ServerException.ERROR.html" title="enum in org.apache.hadoop.lib.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/lib/server//class-useServerException.ERROR.html" target="_top"><B>FRAMES</B></A>
<A HREF="ServerException.ERROR.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
| jimmypw/hadoop | share/doc/hadoop/hadoop-hdfs-httpfs/apidocs/org/apache/hadoop/lib/server/class-use/ServerException.ERROR.html | HTML | apache-2.0 | 10,451 |
<HTML>
<BODY>
Utility and helper classes for tests
</BODY>
</HTML> | yarish/tinylog | tinylog/src/test/java/org/pmw/tinylog/util/package.html | HTML | apache-2.0 | 66 |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Package org.apache.sysds.runtime.transform.decode (Apache SystemDS 2.3.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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.5.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 Package org.apache.sysds.runtime.transform.decode (Apache SystemDS 2.3.0-SNAPSHOT API)";
}
}
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>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" 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">
<h1 title="Uses of Package org.apache.sysds.runtime.transform.decode" class="title">Uses of Package<br>org.apache.sysds.runtime.transform.decode</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="package-summary.html">org.apache.sysds.runtime.transform.decode</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="#org.apache.sysds.runtime.instructions.fed">org.apache.sysds.runtime.instructions.fed</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sysds.runtime.instructions.spark">org.apache.sysds.runtime.instructions.spark</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sysds.runtime.transform.decode">org.apache.sysds.runtime.transform.decode</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sysds.runtime.instructions.fed">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sysds.runtime.transform.decode</a> used by <a href="../../instructions/fed/package-summary.html">org.apache.sysds.runtime.instructions.fed</a></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">
<th class="colFirst" scope="row"><a href="class-use/Decoder.html#org.apache.sysds.runtime.instructions.fed">Decoder</a></th>
<td class="colLast">
<div class="block">Base class for all transform decoders providing both a row and block
interface for decoding matrices to frames.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sysds.runtime.instructions.spark">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sysds.runtime.transform.decode</a> used by <a href="../../instructions/spark/package-summary.html">org.apache.sysds.runtime.instructions.spark</a></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">
<th class="colFirst" scope="row"><a href="class-use/Decoder.html#org.apache.sysds.runtime.instructions.spark">Decoder</a></th>
<td class="colLast">
<div class="block">Base class for all transform decoders providing both a row and block
interface for decoding matrices to frames.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sysds.runtime.transform.decode">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sysds.runtime.transform.decode</a> used by <a href="package-summary.html">org.apache.sysds.runtime.transform.decode</a></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">
<th class="colFirst" scope="row"><a href="class-use/Decoder.html#org.apache.sysds.runtime.transform.decode">Decoder</a></th>
<td class="colLast">
<div class="block">Base class for all transform decoders providing both a row and block
interface for decoding matrices to frames.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/DecoderFactory.DecoderType.html#org.apache.sysds.runtime.transform.decode">DecoderFactory.DecoderType</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</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>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" 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="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>
| apache/incubator-systemml | docs/api/java/org/apache/sysds/runtime/transform/decode/package-use.html | HTML | apache-2.0 | 8,764 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Wed Oct 03 05:15:38 UTC 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.security.Credentials (Hadoop 1.0.4 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-03">
<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.security.Credentials (Hadoop 1.0.4 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/security/Credentials.html" title="class in org.apache.hadoop.security"><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/security//class-useCredentials.html" target="_top"><B>FRAMES</B></A>
<A HREF="Credentials.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.security.Credentials</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.filecache"><B>org.apache.hadoop.filecache</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapred"><B>org.apache.hadoop.mapred</B></A></TD>
<TD>A software framework for easily writing applications which process vast
amounts of data (multi-terabyte data-sets) parallelly on large clusters
(thousands of nodes) built of commodity hardware in a reliable, fault-tolerant
manner. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapreduce"><B>org.apache.hadoop.mapreduce</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapreduce.security"><B>org.apache.hadoop.mapreduce.security</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapreduce.security.token"><B>org.apache.hadoop.mapreduce.security.token</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.security"><B>org.apache.hadoop.security</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.filecache"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> in <A HREF="../../../../../org/apache/hadoop/filecache/package-summary.html">org.apache.hadoop.filecache</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/filecache/package-summary.html">org.apache.hadoop.filecache</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B>TrackerDistributedCacheManager.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/TrackerDistributedCacheManager.html#getDelegationTokens(org.apache.hadoop.conf.Configuration, org.apache.hadoop.security.Credentials)">getDelegationTokens</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A> job,
<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> credentials)</CODE>
<BR>
For each archive or cache file - get the corresponding delegation token</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapred"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> declared as <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></CODE></FONT></TD>
<TD><CODE><B>JobInProgress.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobInProgress.html#tokenStorage">tokenStorage</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> that return <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></CODE></FONT></TD>
<TD><CODE><B>JobConf.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html#getCredentials()">getCredentials</A></B>()</CODE>
<BR>
Get credentials for the job.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/mapred/JobStatus.html" title="class in org.apache.hadoop.mapred">JobStatus</A></CODE></FONT></TD>
<TD><CODE><B>JobTracker.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobTracker.html#submitJob(org.apache.hadoop.mapred.JobID, java.lang.String, org.apache.hadoop.security.Credentials)">submitJob</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobID.html" title="class in org.apache.hadoop.mapred">JobID</A> jobId,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> jobSubmitDir,
<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> ts)</CODE>
<BR>
JobTracker.submitJob() kicks off a new job.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapreduce"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/apache/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A> declared as <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></CODE></FONT></TD>
<TD><CODE><B>JobContext.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html#credentials">credentials</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A> that return <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></CODE></FONT></TD>
<TD><CODE><B>JobContext.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html#getCredentials()">getCredentials</A></B>()</CODE>
<BR>
Get credentials for the job.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapreduce.security"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/security/package-summary.html">org.apache.hadoop.mapreduce.security</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapreduce/security/package-summary.html">org.apache.hadoop.mapreduce.security</A> that return <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></CODE></FONT></TD>
<TD><CODE><B>TokenCache.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/security/TokenCache.html#loadTokens(java.lang.String, org.apache.hadoop.conf.Configuration)">loadTokens</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> jobTokenFile,
<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A> conf)</CODE>
<BR>
load job token from a file</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapreduce/security/package-summary.html">org.apache.hadoop.mapreduce.security</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</A><org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifier></CODE></FONT></TD>
<TD><CODE><B>TokenCache.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/security/TokenCache.html#getDelegationToken(org.apache.hadoop.security.Credentials, java.lang.String)">getDelegationToken</A></B>(<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> credentials,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> namenode)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</A><<A HREF="../../../../../org/apache/hadoop/mapreduce/security/token/JobTokenIdentifier.html" title="class in org.apache.hadoop.mapreduce.security.token">JobTokenIdentifier</A>></CODE></FONT></TD>
<TD><CODE><B>TokenCache.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/security/TokenCache.html#getJobToken(org.apache.hadoop.security.Credentials)">getJobToken</A></B>(<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> credentials)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static byte[]</CODE></FONT></TD>
<TD><CODE><B>TokenCache.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/security/TokenCache.html#getSecretKey(org.apache.hadoop.security.Credentials, org.apache.hadoop.io.Text)">getSecretKey</A></B>(<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> credentials,
<A HREF="../../../../../org/apache/hadoop/io/Text.html" title="class in org.apache.hadoop.io">Text</A> alias)</CODE>
<BR>
auxiliary method to get user's secret keys..</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B>TokenCache.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/security/TokenCache.html#obtainTokensForNamenodes(org.apache.hadoop.security.Credentials, org.apache.hadoop.fs.Path[], org.apache.hadoop.conf.Configuration)">obtainTokensForNamenodes</A></B>(<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> credentials,
<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[] ps,
<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A> conf)</CODE>
<BR>
Convenience method to obtain delegation tokens from namenodes
corresponding to the paths passed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B>TokenCache.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/security/TokenCache.html#setJobToken(org.apache.hadoop.security.token.Token, org.apache.hadoop.security.Credentials)">setJobToken</A></B>(<A HREF="../../../../../org/apache/hadoop/security/token/Token.html" title="class in org.apache.hadoop.security.token">Token</A><? extends <A HREF="../../../../../org/apache/hadoop/security/token/TokenIdentifier.html" title="class in org.apache.hadoop.security.token">TokenIdentifier</A>> t,
<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> credentials)</CODE>
<BR>
store job token</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapreduce.security.token"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/security/token/package-summary.html">org.apache.hadoop.mapreduce.security.token</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapreduce/security/token/package-summary.html">org.apache.hadoop.mapreduce.security.token</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B>DelegationTokenRenewal.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/security/token/DelegationTokenRenewal.html#registerDelegationTokensForRenewal(org.apache.hadoop.mapreduce.JobID, org.apache.hadoop.security.Credentials, org.apache.hadoop.conf.Configuration)">registerDelegationTokensForRenewal</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobID.html" title="class in org.apache.hadoop.mapreduce">JobID</A> jobId,
<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> ts,
<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A> conf)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.security"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> in <A HREF="../../../../../org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</A> that return <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></CODE></FONT></TD>
<TD><CODE><B>Credentials.</B><B><A HREF="../../../../../org/apache/hadoop/security/Credentials.html#readTokenStorageFile(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)">readTokenStorageFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> filename,
<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A> conf)</CODE>
<BR>
Convenience method for reading a token storage file, and loading the Tokens
therein in the passed UGI</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Credentials.</B><B><A HREF="../../../../../org/apache/hadoop/security/Credentials.html#addAll(org.apache.hadoop.security.Credentials)">addAll</A></B>(<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A> other)</CODE>
<BR>
Copy all of the credentials from one credential object into another.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security"><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/security//class-useCredentials.html" target="_top"><B>FRAMES</B></A>
<A HREF="Credentials.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>
| jrnz/hadoop | docs/api/org/apache/hadoop/security/class-use/Credentials.html | HTML | apache-2.0 | 27,646 |
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_enterPressed();
Selection_preserveWhileExecuting(showEmptyTextNodes);
showSelection();
}
</script>
</head>
<body>
<p>[]<b><i><u>Sample text</u></i></b></p>
</body>
</html>
| apache/incubator-corinthia | experiments/editorFramework/test/Layer0/cursor/enterPressed24-input.html | HTML | apache-2.0 | 255 |
<!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 Oct 13 19:29:18 UTC 2016 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class liquibase.changelog.ChangeSet (Liquibase Core 3.5.3 API)
</TITLE>
<META NAME="date" CONTENT="2016-10-13">
<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 liquibase.changelog.ChangeSet (Liquibase Core 3.5.3 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="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog"><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="../../../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-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?liquibase/changelog//class-useChangeSet.html" target="_top"><B>FRAMES</B></A>
<A HREF="ChangeSet.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>liquibase.changelog.ChangeSet</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase"><B>liquibase</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.change"><B>liquibase.change</B></A></TD>
<TD>The change package contains the available database "changes". </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.changelog"><B>liquibase.changelog</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.changelog.filter"><B>liquibase.changelog.filter</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.changelog.visitor"><B>liquibase.changelog.visitor</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.database"><B>liquibase.database</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.diff.output.changelog"><B>liquibase.diff.output.changelog</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.exception"><B>liquibase.exception</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.logging"><B>liquibase.logging</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.logging.core"><B>liquibase.logging.core</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.precondition"><B>liquibase.precondition</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.precondition.core"><B>liquibase.precondition.core</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.sdk.database"><B>liquibase.sdk.database</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.serializer"><B>liquibase.serializer</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.serializer.core.formattedsql"><B>liquibase.serializer.core.formattedsql</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.serializer.core.string"><B>liquibase.serializer.core.string</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.serializer.core.xml"><B>liquibase.serializer.core.xml</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.serializer.core.yaml"><B>liquibase.serializer.core.yaml</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.statement"><B>liquibase.statement</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.statement.core"><B>liquibase.statement.core</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#liquibase.util"><B>liquibase.util</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/package-summary.html">liquibase</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/package-summary.html">liquibase</A> that return types with arguments of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A>></CODE></FONT></TD>
<TD><CODE><B>Liquibase.</B><B><A HREF="../../../liquibase/Liquibase.html#listUnrunChangeSets(liquibase.Contexts)">listUnrunChangeSets</A></B>(<A HREF="../../../liquibase/Contexts.html" title="class in liquibase">Contexts</A> contexts)</CODE>
<BR>
<B>Deprecated.</B> <I>use version with LabelExpression</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A>></CODE></FONT></TD>
<TD><CODE><B>Liquibase.</B><B><A HREF="../../../liquibase/Liquibase.html#listUnrunChangeSets(liquibase.Contexts, liquibase.LabelExpression)">listUnrunChangeSets</A></B>(<A HREF="../../../liquibase/Contexts.html" title="class in liquibase">Contexts</A> contexts,
<A HREF="../../../liquibase/LabelExpression.html" title="class in liquibase">LabelExpression</A> labels)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A>></CODE></FONT></TD>
<TD><CODE><B>Liquibase.</B><B><A HREF="../../../liquibase/Liquibase.html#listUnrunChangeSets(liquibase.Contexts, liquibase.LabelExpression, boolean)">listUnrunChangeSets</A></B>(<A HREF="../../../liquibase/Contexts.html" title="class in liquibase">Contexts</A> contexts,
<A HREF="../../../liquibase/LabelExpression.html" title="class in liquibase">LabelExpression</A> labels,
boolean checkLiquibaseTables)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.change"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/change/package-summary.html">liquibase.change</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/change/package-summary.html">liquibase.change</A> that return <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>Change.</B><B><A HREF="../../../liquibase/change/Change.html#getChangeSet()">getChangeSet</A></B>()</CODE>
<BR>
Returns the changeSet this Change is part of.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>AbstractChange.</B><B><A HREF="../../../liquibase/change/AbstractChange.html#getChangeSet()">getChangeSet</A></B>()</CODE>
<BR>
Returns the changeSet this Change is part of.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/change/package-summary.html">liquibase.change</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Change.</B><B><A HREF="../../../liquibase/change/Change.html#setChangeSet(liquibase.changelog.ChangeSet)">setChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
Sets the changeSet this Change is a part of.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractChange.</B><B><A HREF="../../../liquibase/change/AbstractChange.html#setChangeSet(liquibase.changelog.ChangeSet)">setChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
Sets the changeSet this Change is a part of.</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.changelog"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/changelog/package-summary.html">liquibase.changelog</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/changelog/package-summary.html">liquibase.changelog</A> that return <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>DatabaseChangeLog.</B><B><A HREF="../../../liquibase/changelog/DatabaseChangeLog.html#createChangeSet(liquibase.parser.core.ParsedNode, liquibase.resource.ResourceAccessor)">createChangeSet</A></B>(<A HREF="../../../liquibase/parser/core/ParsedNode.html" title="class in liquibase.parser.core">ParsedNode</A> node,
<A HREF="../../../liquibase/resource/ResourceAccessor.html" title="interface in liquibase.resource">ResourceAccessor</A> resourceAccessor)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>ChangeSetStatus.</B><B><A HREF="../../../liquibase/changelog/ChangeSetStatus.html#getChangeSet()">getChangeSet</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>DatabaseChangeLog.</B><B><A HREF="../../../liquibase/changelog/DatabaseChangeLog.html#getChangeSet(liquibase.changelog.RanChangeSet)">getChangeSet</A></B>(<A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A> ranChangeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>DatabaseChangeLog.</B><B><A HREF="../../../liquibase/changelog/DatabaseChangeLog.html#getChangeSet(java.lang.String, java.lang.String, java.lang.String)">getChangeSet</A></B>(<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> path,
<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> author,
<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> id)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/changelog/package-summary.html">liquibase.changelog</A> that return types with arguments of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A>></CODE></FONT></TD>
<TD><CODE><B>DatabaseChangeLog.</B><B><A HREF="../../../liquibase/changelog/DatabaseChangeLog.html#getChangeSets()">getChangeSets</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/changelog/package-summary.html">liquibase.changelog</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>DatabaseChangeLog.</B><B><A HREF="../../../liquibase/changelog/DatabaseChangeLog.html#addChangeSet(liquibase.changelog.ChangeSet)">addChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected boolean</CODE></FONT></TD>
<TD><CODE><B>ChangeLogIterator.</B><B><A HREF="../../../liquibase/changelog/ChangeLogIterator.html#alreadySaw(liquibase.changelog.ChangeSet)">alreadySaw</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>OfflineChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/OfflineChangeLogHistoryService.html#appendChangeSet(liquibase.changelog.ChangeSet, liquibase.changelog.ChangeSet.ExecType)">appendChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <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></FONT></TD>
<TD><CODE><B>ChangeLogIterator.</B><B><A HREF="../../../liquibase/changelog/ChangeLogIterator.html#createKey(liquibase.changelog.ChangeSet)">createKey</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>StandardChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/StandardChangeLogHistoryService.html#getRanChangeSet(liquibase.changelog.ChangeSet)">getRanChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>ChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/ChangeLogHistoryService.html#getRanChangeSet(liquibase.changelog.ChangeSet)">getRanChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>AbstractChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/AbstractChangeLogHistoryService.html#getRanChangeSet(liquibase.changelog.ChangeSet)">getRanChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD>
<TD><CODE><B>ChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/ChangeLogHistoryService.html#getRanDate(liquibase.changelog.ChangeSet)">getRanDate</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
Returns the date the given changeSet was ran.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD>
<TD><CODE><B>AbstractChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/AbstractChangeLogHistoryService.html#getRanDate(liquibase.changelog.ChangeSet)">getRanDate</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.RunStatus.html" title="enum in liquibase.changelog">ChangeSet.RunStatus</A></CODE></FONT></TD>
<TD><CODE><B>ChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/ChangeLogHistoryService.html#getRunStatus(liquibase.changelog.ChangeSet)">getRunStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.RunStatus.html" title="enum in liquibase.changelog">ChangeSet.RunStatus</A></CODE></FONT></TD>
<TD><CODE><B>AbstractChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/AbstractChangeLogHistoryService.html#getRunStatus(liquibase.changelog.ChangeSet)">getRunStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</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>RanChangeSet.</B><B><A HREF="../../../liquibase/changelog/RanChangeSet.html#isSameAs(liquibase.changelog.ChangeSet)">isSameAs</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>ChangeLogIterator.</B><B><A HREF="../../../liquibase/changelog/ChangeLogIterator.html#markSeen(liquibase.changelog.ChangeSet)">markSeen</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>OfflineChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/OfflineChangeLogHistoryService.html#removeFromHistory(liquibase.changelog.ChangeSet)">removeFromHistory</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>StandardChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/StandardChangeLogHistoryService.html#removeFromHistory(liquibase.changelog.ChangeSet)">removeFromHistory</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/ChangeLogHistoryService.html#removeFromHistory(liquibase.changelog.ChangeSet)">removeFromHistory</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>OfflineChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/OfflineChangeLogHistoryService.html#replaceChangeSet(liquibase.changelog.ChangeSet, liquibase.changelog.OfflineChangeLogHistoryService.ReplaceChangeSetLogic)">replaceChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
liquibase.changelog.OfflineChangeLogHistoryService.ReplaceChangeSetLogic replaceLogic)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>OfflineChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/OfflineChangeLogHistoryService.html#replaceChecksum(liquibase.changelog.ChangeSet)">replaceChecksum</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>StandardChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/StandardChangeLogHistoryService.html#replaceChecksum(liquibase.changelog.ChangeSet)">replaceChecksum</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract void</CODE></FONT></TD>
<TD><CODE><B>AbstractChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/AbstractChangeLogHistoryService.html#replaceChecksum(liquibase.changelog.ChangeSet)">replaceChecksum</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>OfflineChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/OfflineChangeLogHistoryService.html#setExecType(liquibase.changelog.ChangeSet, liquibase.changelog.ChangeSet.ExecType)">setExecType</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>StandardChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/StandardChangeLogHistoryService.html#setExecType(liquibase.changelog.ChangeSet, liquibase.changelog.ChangeSet.ExecType)">setExecType</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeLogHistoryService.</B><B><A HREF="../../../liquibase/changelog/ChangeLogHistoryService.html#setExecType(liquibase.changelog.ChangeSet, liquibase.changelog.ChangeSet.ExecType)">setExecType</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../liquibase/changelog/package-summary.html">liquibase.changelog</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/changelog/ChangeSetStatus.html#ChangeSetStatus(liquibase.changelog.ChangeSet)">ChangeSetStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/changelog/RanChangeSet.html#RanChangeSet(liquibase.changelog.ChangeSet)">RanChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/changelog/RanChangeSet.html#RanChangeSet(liquibase.changelog.ChangeSet, liquibase.changelog.ChangeSet.ExecType, liquibase.ContextExpression, liquibase.Labels)">RanChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType,
<A HREF="../../../liquibase/ContextExpression.html" title="class in liquibase">ContextExpression</A> contexts,
<A HREF="../../../liquibase/Labels.html" title="class in liquibase">Labels</A> labels)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.changelog.filter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/changelog/filter/package-summary.html">liquibase.changelog.filter</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/changelog/filter/package-summary.html">liquibase.changelog.filter</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>CountChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/CountChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>NotRanChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/NotRanChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>ActuallyExecutedChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/ActuallyExecutedChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>ChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/ChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>ExecutedAfterChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/ExecutedAfterChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>NotInChangeLogChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/NotInChangeLogChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>LabelChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/LabelChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>UpToTagChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/UpToTagChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>ContextChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/ContextChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>AfterTagChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/AfterTagChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>AlreadyRanChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/AlreadyRanChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>DbmsChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/DbmsChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A></CODE></FONT></TD>
<TD><CODE><B>ShouldRunChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/ShouldRunChangeSetFilter.html#accepts(liquibase.changelog.ChangeSet)">accepts</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected boolean</CODE></FONT></TD>
<TD><CODE><B>ShouldRunChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/ShouldRunChangeSetFilter.html#authorsAreEqual(liquibase.changelog.ChangeSet, liquibase.changelog.RanChangeSet)">authorsAreEqual</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A> ranChangeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected boolean</CODE></FONT></TD>
<TD><CODE><B>ShouldRunChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/ShouldRunChangeSetFilter.html#changeSetsMatch(liquibase.changelog.ChangeSet, liquibase.changelog.RanChangeSet)">changeSetsMatch</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A> ranChangeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected boolean</CODE></FONT></TD>
<TD><CODE><B>ShouldRunChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/ShouldRunChangeSetFilter.html#checksumChanged(liquibase.changelog.ChangeSet, liquibase.changelog.RanChangeSet)">checksumChanged</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A> ranChangeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>RanChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/RanChangeSetFilter.html#getRanChangeSet(liquibase.changelog.ChangeSet)">getRanChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected boolean</CODE></FONT></TD>
<TD><CODE><B>ShouldRunChangeSetFilter.</B><B><A HREF="../../../liquibase/changelog/filter/ShouldRunChangeSetFilter.html#idsAreEqual(liquibase.changelog.ChangeSet, liquibase.changelog.RanChangeSet)">idsAreEqual</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A> ranChangeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.changelog.visitor"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/changelog/visitor/package-summary.html">liquibase.changelog.visitor</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/changelog/visitor/package-summary.html">liquibase.changelog.visitor</A> that return types with arguments of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A>></CODE></FONT></TD>
<TD><CODE><B>ValidatingVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/ValidatingVisitor.html#getDuplicateChangeSets()">getDuplicateChangeSets</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A>></CODE></FONT></TD>
<TD><CODE><B>ListVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/ListVisitor.html#getSeenChangeSets()">getSeenChangeSets</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/changelog/visitor/package-summary.html">liquibase.changelog.visitor</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../liquibase/changelog/ChangeSetStatus.html" title="class in liquibase.changelog">ChangeSetStatus</A></CODE></FONT></TD>
<TD><CODE><B>StatusVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/StatusVisitor.html#addStatus(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database)">addStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>UpdateVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/UpdateVisitor.html#fireRan(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, liquibase.changelog.ChangeSet.ExecType)">fireRan</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database2,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>UpdateVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/UpdateVisitor.html#fireRunFailed(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, liquibase.exception.MigrationFailedException)">fireRunFailed</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/exception/MigrationFailedException.html" title="class in liquibase.exception">MigrationFailedException</A> e)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>UpdateVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/UpdateVisitor.html#fireWillRun(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, liquibase.changelog.ChangeSet.RunStatus)">fireWillRun</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database2,
<A HREF="../../../liquibase/changelog/ChangeSet.RunStatus.html" title="enum in liquibase.changelog">ChangeSet.RunStatus</A> runStatus)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSetStatus.html" title="class in liquibase.changelog">ChangeSetStatus</A></CODE></FONT></TD>
<TD><CODE><B>StatusVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/StatusVisitor.html#getStatus(liquibase.changelog.ChangeSet)">getStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
Convenience method to return the ChangeSetStatus of a given changeSet.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeLogSyncListener.</B><B><A HREF="../../../liquibase/changelog/visitor/ChangeLogSyncListener.html#markedRan(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database)">markedRan</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/ChangeExecListener.html#ran(liquibase.change.Change, liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database)">ran</A></B>(<A HREF="../../../liquibase/change/Change.html" title="interface in liquibase.change">Change</A> change,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/AbstractChangeExecListener.html#ran(liquibase.change.Change, liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database)">ran</A></B>(<A HREF="../../../liquibase/change/Change.html" title="interface in liquibase.change">Change</A> change,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/ChangeExecListener.html#ran(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, liquibase.changelog.ChangeSet.ExecType)">ran</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
Called after the given changeset is run.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/AbstractChangeExecListener.html#ran(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, liquibase.changelog.ChangeSet.ExecType)">ran</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/ChangeExecListener.html#rolledBack(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database)">rolledBack</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database)</CODE>
<BR>
Called after a change is rolled back.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/AbstractChangeExecListener.html#rolledBack(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database)">rolledBack</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/ChangeExecListener.html#runFailed(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.lang.Exception)">runFailed</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> exception)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/AbstractChangeExecListener.html#runFailed(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.lang.Exception)">runFailed</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> exception)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SkippedChangeSetVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/SkippedChangeSetVisitor.html#skipped(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">skipped</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>StatusVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/StatusVisitor.html#skipped(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">skipped</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeSetVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/ChangeSetVisitor.html#visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">visit</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>StatusVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/StatusVisitor.html#visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">visit</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ValidatingVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/ValidatingVisitor.html#visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">visit</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>UpdateVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/UpdateVisitor.html#visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">visit</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>DBDocVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/DBDocVisitor.html#visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">visit</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeLogSyncVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/ChangeLogSyncVisitor.html#visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">visit</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>RollbackVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/RollbackVisitor.html#visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">visit</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ExpectedChangesVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/ExpectedChangesVisitor.html#visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">visit</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ListVisitor.</B><B><A HREF="../../../liquibase/changelog/visitor/ListVisitor.html#visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, java.util.Set)">visit</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../liquibase/changelog/filter/ChangeSetFilterResult.html" title="class in liquibase.changelog.filter">ChangeSetFilterResult</A>> filterResults)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/ChangeExecListener.html#willRun(liquibase.change.Change, liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database)">willRun</A></B>(<A HREF="../../../liquibase/change/Change.html" title="interface in liquibase.change">Change</A> change,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/AbstractChangeExecListener.html#willRun(liquibase.change.Change, liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database)">willRun</A></B>(<A HREF="../../../liquibase/change/Change.html" title="interface in liquibase.change">Change</A> change,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/ChangeExecListener.html#willRun(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, liquibase.changelog.ChangeSet.RunStatus)">willRun</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/ChangeSet.RunStatus.html" title="enum in liquibase.changelog">ChangeSet.RunStatus</A> runStatus)</CODE>
<BR>
Called just before a given changeset is run.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractChangeExecListener.</B><B><A HREF="../../../liquibase/changelog/visitor/AbstractChangeExecListener.html#willRun(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, liquibase.changelog.ChangeSet.RunStatus)">willRun</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> databaseChangeLog,
<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/ChangeSet.RunStatus.html" title="enum in liquibase.changelog">ChangeSet.RunStatus</A> runStatus)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.database"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/database/package-summary.html">liquibase.database</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/database/package-summary.html">liquibase.database</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>AbstractJdbcDatabase.</B><B><A HREF="../../../liquibase/database/AbstractJdbcDatabase.html#getRanChangeSet(liquibase.changelog.ChangeSet)">getRanChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>Database.</B><B><A HREF="../../../liquibase/database/Database.html#getRanChangeSet(liquibase.changelog.ChangeSet)">getRanChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD>
<TD><CODE><B>AbstractJdbcDatabase.</B><B><A HREF="../../../liquibase/database/AbstractJdbcDatabase.html#getRanDate(liquibase.changelog.ChangeSet)">getRanDate</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD>
<TD><CODE><B>Database.</B><B><A HREF="../../../liquibase/database/Database.html#getRanDate(liquibase.changelog.ChangeSet)">getRanDate</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.RunStatus.html" title="enum in liquibase.changelog">ChangeSet.RunStatus</A></CODE></FONT></TD>
<TD><CODE><B>AbstractJdbcDatabase.</B><B><A HREF="../../../liquibase/database/AbstractJdbcDatabase.html#getRunStatus(liquibase.changelog.ChangeSet)">getRunStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
Returns the run status for the given ChangeSet</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.RunStatus.html" title="enum in liquibase.changelog">ChangeSet.RunStatus</A></CODE></FONT></TD>
<TD><CODE><B>Database.</B><B><A HREF="../../../liquibase/database/Database.html#getRunStatus(liquibase.changelog.ChangeSet)">getRunStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractJdbcDatabase.</B><B><A HREF="../../../liquibase/database/AbstractJdbcDatabase.html#markChangeSetExecStatus(liquibase.changelog.ChangeSet, liquibase.changelog.ChangeSet.ExecType)">markChangeSetExecStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
After the change set has been ran against the database this method will update the change log table
with the information.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Database.</B><B><A HREF="../../../liquibase/database/Database.html#markChangeSetExecStatus(liquibase.changelog.ChangeSet, liquibase.changelog.ChangeSet.ExecType)">markChangeSetExecStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractJdbcDatabase.</B><B><A HREF="../../../liquibase/database/AbstractJdbcDatabase.html#removeRanStatus(liquibase.changelog.ChangeSet)">removeRanStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Database.</B><B><A HREF="../../../liquibase/database/Database.html#removeRanStatus(liquibase.changelog.ChangeSet)">removeRanStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.diff.output.changelog"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/diff/output/changelog/package-summary.html">liquibase.diff.output.changelog</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/diff/output/changelog/package-summary.html">liquibase.diff.output.changelog</A> that return types with arguments of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A>></CODE></FONT></TD>
<TD><CODE><B>DiffToChangeLog.</B><B><A HREF="../../../liquibase/diff/output/changelog/DiffToChangeLog.html#generateChangeSets()">generateChangeSets</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.exception"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/exception/package-summary.html">liquibase.exception</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/exception/package-summary.html">liquibase.exception</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ValidationErrors.</B><B><A HREF="../../../liquibase/exception/ValidationErrors.html#addAll(liquibase.exception.ValidationErrors, liquibase.changelog.ChangeSet)">addAll</A></B>(<A HREF="../../../liquibase/exception/ValidationErrors.html" title="class in liquibase.exception">ValidationErrors</A> validationErrors,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../liquibase/exception/package-summary.html">liquibase.exception</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/exception/MigrationFailedException.html#MigrationFailedException(liquibase.changelog.ChangeSet, java.lang.String)">MigrationFailedException</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> failedChangeSet,
<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> message)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/exception/MigrationFailedException.html#MigrationFailedException(liquibase.changelog.ChangeSet, java.lang.String, java.lang.Throwable)">MigrationFailedException</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> failedChangeSet,
<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> message,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> cause)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/exception/MigrationFailedException.html#MigrationFailedException(liquibase.changelog.ChangeSet, java.lang.Throwable)">MigrationFailedException</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> failedChangeSet,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> cause)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.logging"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/logging/package-summary.html">liquibase.logging</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/logging/package-summary.html">liquibase.logging</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Logger.</B><B><A HREF="../../../liquibase/logging/Logger.html#setChangeSet(liquibase.changelog.ChangeSet)">setChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.logging.core"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/logging/core/package-summary.html">liquibase.logging.core</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/logging/core/package-summary.html">liquibase.logging.core</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractLogger.</B><B><A HREF="../../../liquibase/logging/core/AbstractLogger.html#setChangeSet(liquibase.changelog.ChangeSet)">setChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.precondition"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/precondition/package-summary.html">liquibase.precondition</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/precondition/package-summary.html">liquibase.precondition</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Precondition.</B><B><A HREF="../../../liquibase/precondition/Precondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>CustomPreconditionWrapper.</B><B><A HREF="../../../liquibase/precondition/CustomPreconditionWrapper.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.precondition.core"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/precondition/core/package-summary.html">liquibase.precondition.core</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/precondition/core/package-summary.html">liquibase.precondition.core</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AndPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/AndPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>PrimaryKeyExistsPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/PrimaryKeyExistsPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ColumnExistsPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/ColumnExistsPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SqlPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/SqlPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ViewExistsPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/ViewExistsPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ForeignKeyExistsPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/ForeignKeyExistsPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SequenceExistsPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/SequenceExistsPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>NotPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/NotPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>OrPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/OrPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ObjectQuotingStrategyPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/ObjectQuotingStrategyPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>RunningAsPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/RunningAsPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>RowCountPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/RowCountPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>TableExistsPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/TableExistsPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>PreconditionContainer.</B><B><A HREF="../../../liquibase/precondition/core/PreconditionContainer.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeLogPropertyDefinedPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/ChangeLogPropertyDefinedPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>DBMSPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/DBMSPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeSetExecutedPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/ChangeSetExecutedPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>IndexExistsPrecondition.</B><B><A HREF="../../../liquibase/precondition/core/IndexExistsPrecondition.html#check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet)">check</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<A HREF="../../../liquibase/changelog/DatabaseChangeLog.html" title="class in liquibase.changelog">DatabaseChangeLog</A> changeLog,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.sdk.database"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/sdk/database/package-summary.html">liquibase.sdk.database</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/sdk/database/package-summary.html">liquibase.sdk.database</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/RanChangeSet.html" title="class in liquibase.changelog">RanChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>MockDatabase.</B><B><A HREF="../../../liquibase/sdk/database/MockDatabase.html#getRanChangeSet(liquibase.changelog.ChangeSet)">getRanChangeSet</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD>
<TD><CODE><B>MockDatabase.</B><B><A HREF="../../../liquibase/sdk/database/MockDatabase.html#getRanDate(liquibase.changelog.ChangeSet)">getRanDate</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.RunStatus.html" title="enum in liquibase.changelog">ChangeSet.RunStatus</A></CODE></FONT></TD>
<TD><CODE><B>MockDatabase.</B><B><A HREF="../../../liquibase/sdk/database/MockDatabase.html#getRunStatus(liquibase.changelog.ChangeSet)">getRunStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>MockDatabase.</B><B><A HREF="../../../liquibase/sdk/database/MockDatabase.html#markChangeSetExecStatus(liquibase.changelog.ChangeSet, liquibase.changelog.ChangeSet.ExecType)">markChangeSetExecStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>MockDatabase.</B><B><A HREF="../../../liquibase/sdk/database/MockDatabase.html#removeRanStatus(liquibase.changelog.ChangeSet)">removeRanStatus</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>MockDatabase.</B><B><A HREF="../../../liquibase/sdk/database/MockDatabase.html#updateChecksum(liquibase.changelog.ChangeSet)">updateChecksum</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.serializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/serializer/package-summary.html">liquibase.serializer</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/serializer/package-summary.html">liquibase.serializer</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChangeLogSerializer.</B><B><A HREF="../../../liquibase/serializer/ChangeLogSerializer.html#append(liquibase.changelog.ChangeSet, java.io.File)">append</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> changeLogFile)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.serializer.core.formattedsql"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/serializer/core/formattedsql/package-summary.html">liquibase.serializer.core.formattedsql</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/serializer/core/formattedsql/package-summary.html">liquibase.serializer.core.formattedsql</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>FormattedSqlChangeLogSerializer.</B><B><A HREF="../../../liquibase/serializer/core/formattedsql/FormattedSqlChangeLogSerializer.html#append(liquibase.changelog.ChangeSet, java.io.File)">append</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> changeLogFile)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A></CODE></FONT></TD>
<TD><CODE><B>FormattedSqlChangeLogSerializer.</B><B><A HREF="../../../liquibase/serializer/core/formattedsql/FormattedSqlChangeLogSerializer.html#getTargetDatabase(liquibase.changelog.ChangeSet)">getTargetDatabase</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.serializer.core.string"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/serializer/core/string/package-summary.html">liquibase.serializer.core.string</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/serializer/core/string/package-summary.html">liquibase.serializer.core.string</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>StringChangeLogSerializer.</B><B><A HREF="../../../liquibase/serializer/core/string/StringChangeLogSerializer.html#append(liquibase.changelog.ChangeSet, java.io.File)">append</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> changeLogFile)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.serializer.core.xml"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/serializer/core/xml/package-summary.html">liquibase.serializer.core.xml</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/serializer/core/xml/package-summary.html">liquibase.serializer.core.xml</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>XMLChangeLogSerializer.</B><B><A HREF="../../../liquibase/serializer/core/xml/XMLChangeLogSerializer.html#append(liquibase.changelog.ChangeSet, java.io.File)">append</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> changeLogFile)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.serializer.core.yaml"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/serializer/core/yaml/package-summary.html">liquibase.serializer.core.yaml</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/serializer/core/yaml/package-summary.html">liquibase.serializer.core.yaml</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>YamlChangeLogSerializer.</B><B><A HREF="../../../liquibase/serializer/core/yaml/YamlChangeLogSerializer.html#append(liquibase.changelog.ChangeSet, java.io.File)">append</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> changeLogFile)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.statement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/statement/package-summary.html">liquibase.statement</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../liquibase/statement/package-summary.html">liquibase.statement</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/statement/ExecutablePreparedStatementBase.html#ExecutablePreparedStatementBase(liquibase.database.Database, java.lang.String, java.lang.String, java.lang.String, java.util.List, liquibase.changelog.ChangeSet, liquibase.resource.ResourceAccessor)">ExecutablePreparedStatementBase</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<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> catalogName,
<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> schemaName,
<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> tableName,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../liquibase/change/ColumnConfig.html" title="class in liquibase.change">ColumnConfig</A>> columns,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/resource/ResourceAccessor.html" title="interface in liquibase.resource">ResourceAccessor</A> resourceAccessor)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/statement/InsertExecutablePreparedStatement.html#InsertExecutablePreparedStatement(liquibase.database.Database, java.lang.String, java.lang.String, java.lang.String, java.util.List, liquibase.changelog.ChangeSet, liquibase.resource.ResourceAccessor)">InsertExecutablePreparedStatement</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<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> catalogName,
<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> schemaName,
<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> tableName,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../liquibase/change/ColumnConfig.html" title="class in liquibase.change">ColumnConfig</A>> columns,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/resource/ResourceAccessor.html" title="interface in liquibase.resource">ResourceAccessor</A> resourceAccessor)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/statement/UpdateExecutablePreparedStatement.html#UpdateExecutablePreparedStatement(liquibase.database.Database, java.lang.String, java.lang.String, java.lang.String, java.util.List, liquibase.changelog.ChangeSet, liquibase.resource.ResourceAccessor)">UpdateExecutablePreparedStatement</A></B>(<A HREF="../../../liquibase/database/Database.html" title="interface in liquibase.database">Database</A> database,
<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> catalogName,
<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> schemaName,
<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> tableName,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../liquibase/change/ColumnConfig.html" title="class in liquibase.change">ColumnConfig</A>> columns,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/resource/ResourceAccessor.html" title="interface in liquibase.resource">ResourceAccessor</A> resourceAccessor)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.statement.core"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/statement/core/package-summary.html">liquibase.statement.core</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/statement/core/package-summary.html">liquibase.statement.core</A> that return <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>MarkChangeSetRanStatement.</B><B><A HREF="../../../liquibase/statement/core/MarkChangeSetRanStatement.html#getChangeSet()">getChangeSet</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>UpdateChangeSetChecksumStatement.</B><B><A HREF="../../../liquibase/statement/core/UpdateChangeSetChecksumStatement.html#getChangeSet()">getChangeSet</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></CODE></FONT></TD>
<TD><CODE><B>RemoveChangeSetRanStatusStatement.</B><B><A HREF="../../../liquibase/statement/core/RemoveChangeSetRanStatusStatement.html#getChangeSet()">getChangeSet</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../liquibase/statement/core/package-summary.html">liquibase.statement.core</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/statement/core/MarkChangeSetRanStatement.html#MarkChangeSetRanStatement(liquibase.changelog.ChangeSet, liquibase.changelog.ChangeSet.ExecType)">MarkChangeSetRanStatement</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/changelog/ChangeSet.ExecType.html" title="enum in liquibase.changelog">ChangeSet.ExecType</A> execType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/statement/core/RemoveChangeSetRanStatusStatement.html#RemoveChangeSetRanStatusStatement(liquibase.changelog.ChangeSet)">RemoveChangeSetRanStatusStatement</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../liquibase/statement/core/UpdateChangeSetChecksumStatement.html#UpdateChangeSetChecksumStatement(liquibase.changelog.ChangeSet)">UpdateChangeSetChecksumStatement</A></B>(<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="liquibase.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> in <A HREF="../../../liquibase/util/package-summary.html">liquibase.util</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../liquibase/util/package-summary.html">liquibase.util</A> with parameters of type <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></FONT></TD>
<TD><CODE><B>StreamUtil.</B><B><A HREF="../../../liquibase/util/StreamUtil.html#openStream(java.lang.String, java.lang.Boolean, liquibase.changelog.ChangeSet, liquibase.resource.ResourceAccessor)">openStream</A></B>(<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> path,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A> relativeToChangelogFile,
<A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog">ChangeSet</A> changeSet,
<A HREF="../../../liquibase/resource/ResourceAccessor.html" title="interface in liquibase.resource">ResourceAccessor</A> resourceAccessor)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../liquibase/changelog/ChangeSet.html" title="class in liquibase.changelog"><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="../../../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-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?liquibase/changelog//class-useChangeSet.html" target="_top"><B>FRAMES</B></A>
<A HREF="ChangeSet.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 © 2016 <a href="http://www.liquibase.org">Liquibase.org</a>. All rights reserved.
</BODY>
</HTML>
| ErpMicroServices/party-database | liquibase-3.5.3-bin/sdk/javadoc/liquibase/changelog/class-use/ChangeSet.html | HTML | apache-2.0 | 145,034 |
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>MultipleTermPositions.Doc Method</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Apache Lucene.Net 2.4.0 Class Library API</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">MultipleTermPositions.Doc Method </h1>
</div>
</div>
<div id="nstext">
<p>
</p>
<div class="syntax">public <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemInt32ClassTopic.htm">int</a> Doc();</div>
<h4 class="dtH4">Implements</h4>
<p>
<a href="Lucene.Net.Index.TermDocs.Doc.html">TermDocs.Doc</a>
</p>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Lucene.Net.Index.MultipleTermPositions.html">MultipleTermPositions Class</a> | <a href="Lucene.Net.Index.html">Lucene.Net.Index Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="Doc method">
</param>
<param name="Keyword" value="Doc method, MultipleTermPositions class">
</param>
<param name="Keyword" value="MultipleTermPositions.Doc method">
</param>
</object>
<hr />
<div id="footer">
<p>
</p>
<p>Generated from assembly Lucene.Net [2.4.0.2]</p>
</div>
</div>
</body>
</html> | Mpdreamz/lucene.net | doc/core/Lucene.Net.Index.MultipleTermPositions.Doc.html | HTML | apache-2.0 | 1,949 |
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<title>Pang</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/phaser.min.js"></script>
<script src ="js/popper.js"></script>
<script src ="js/bootstrap.min.js"></script>
<script src = "js/pang.js"></script>
</head>
<body>
<div id ="prueba" class = "game_canvas">
<div class="hidden end_game_form">
<h2>INDRODUCE TUS INICIALES</h2>
<div>
<input name="punt_input" id="punt_input" maxlength = "3">
<button class="jqSubmitPunt btn btn-default">Enviar</button>
</div>
</div>
</div>
</body>
</html> | alber0905/proyecto_juegos_en_red | Servidor/target/classes/static/game.html | HTML | apache-2.0 | 931 |
<a href="javascript:void(0)" ng-click="$ctrl.updateSymbology()">
<div class="col-md-2">
<div class="card symbology-card">
<div class="row">
<div class="col-md-12"><strong>{{$ctrl.title}}<strong></div>
</div>
<img ng-src="{{$ctrl.icon}}" class="preview-image"></img>
<div class="shape-style">
<admin-event-form-map-shape style="$ctrl.style" type="Polygon" primary="$ctrl.primary" secondary="$ctrl.secondary"/>
</div>
<div class="shape-style">
<admin-event-form-map-shape style="$ctrl.style" type="LineString" primary="$ctrl.primary" secondary="$ctrl.secondary"/>
</div>
</div>
</div>
</a>
| newmanw/mage-server | web-app/src/ng1/admin/events/forms/map/map.symbology.html | HTML | apache-2.0 | 677 |
<?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>dependency_tracker.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.3</span><br />
<h1>
dependency_tracker.rb
</h1>
<ul class="files">
<li>
../../../../.rvm/gems/ruby-2.2.2@playme/gems/actionview-4.2.3/lib/action_view/dependency_tracker.rb
</li>
<li>Last modified: 2015-07-23 13:52:49 +0100</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- File only: requires -->
<div class="sectiontitle">Required Files</div>
<ul>
<li>thread_safe</li>
</ul>
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../classes/ActionView.html">ActionView</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../classes/ActionView/DependencyTracker/ThreadSafe.html">ActionView::DependencyTracker::ThreadSafe</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../classes/ActionView/DependencyTracker.html">ActionView::DependencyTracker</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> | gelaru/tabkeeper | doc/api/files/__/__/__/__/_rvm/gems/ruby-2_2_2@playme/gems/actionview-4_2_3/lib/action_view/dependency_tracker_rb.html | HTML | apache-2.0 | 2,692 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>History</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Multiprecision">
<link rel="up" href="../map.html" title="Roadmap">
<link rel="prev" href="../map.html" title="Roadmap">
<link rel="next" href="todo.html" title="TODO">
</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="../map.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../map.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="todo.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_multiprecision.map.hist"></a><a class="link" href="hist.html" title="History">History</a>
</h3></div></div></div>
<h5>
<a name="boost_multiprecision.map.hist.h0"></a>
<span class="phrase"><a name="boost_multiprecision.map.hist.multiprecision_2_2_3_boost_1_57"></a></span><a class="link" href="hist.html#boost_multiprecision.map.hist.multiprecision_2_2_3_boost_1_57">Multiprecision-2.2.3
(Boost-1.57)</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Changed rational to float conversions to exactly round to nearest, see
[https://svn.boost.org/trac/boost/ticket/10085 10085].
</li>
<li class="listitem">
Added improved generic float to rational conversions.
</li>
<li class="listitem">
Fixed rare bug in exponent function for <a class="link" href="../tut/floats/cpp_bin_float.html" title="cpp_bin_float">cpp_bin_float</a>.
</li>
<li class="listitem">
Fixed various minor documentation issues.
</li>
</ul></div>
<h5>
<a name="boost_multiprecision.map.hist.h1"></a>
<span class="phrase"><a name="boost_multiprecision.map.hist.multiprecision_2_2_2_boost_1_56"></a></span><a class="link" href="hist.html#boost_multiprecision.map.hist.multiprecision_2_2_2_boost_1_56">Multiprecision-2.2.2
(Boost-1.56)</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Change floating point to rational conversions to be implicit, see <a href="https://svn.boost.org/trac/boost/ticket/10082" target="_top">10082</a>.
</li>
<li class="listitem">
Fix definition of checked_cpp_rational typedef.
</li>
</ul></div>
<h5>
<a name="boost_multiprecision.map.hist.h2"></a>
<span class="phrase"><a name="boost_multiprecision.map.hist.multiprecision_2_2_1"></a></span><a class="link" href="hist.html#boost_multiprecision.map.hist.multiprecision_2_2_1">Multiprecision-2.2.1</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Fix bug in assignment from string in cpp_int, see <a href="https://svn.boost.org/trac/boost/ticket/9936" target="_top">9936</a>.
</li></ul></div>
<h5>
<a name="boost_multiprecision.map.hist.h3"></a>
<span class="phrase"><a name="boost_multiprecision.map.hist.multiprecision_2_2_0"></a></span><a class="link" href="hist.html#boost_multiprecision.map.hist.multiprecision_2_2_0">Multiprecision-2.2.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Moved to Boost.Multiprecision specific version number - we have one breaking
change in Boost-1.54 which makes this major version 2, plus two releases
with new features since then.
</li>
<li class="listitem">
Added new <a class="link" href="../tut/floats/cpp_bin_float.html" title="cpp_bin_float">cpp_bin_float</a>
backend for binary floating point.
</li>
<li class="listitem">
Added MSVC-specific #include for compiler intrinsics, see <a href="https://svn.boost.org/trac/boost/ticket/9336" target="_top">9336</a>.
</li>
<li class="listitem">
Fixed various typos in docs, see <a href="https://svn.boost.org/trac/boost/ticket/9432" target="_top">9432</a>.
</li>
<li class="listitem">
Fixed <a class="link" href="../tut/rational/gmp_rational.html" title="gmp_rational">gmp_rational</a>
to allow move-copy from an already copied-from object, see <a href="https://svn.boost.org/trac/boost/ticket/9497" target="_top">9497</a>.
</li>
<li class="listitem">
Added list of values for numeric_limits.
</li>
</ul></div>
<h5>
<a name="boost_multiprecision.map.hist.h4"></a>
<span class="phrase"><a name="boost_multiprecision.map.hist.boost_1_55"></a></span><a class="link" href="hist.html#boost_multiprecision.map.hist.boost_1_55">Boost-1.55</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added support for Boost.Serialization.
</li>
<li class="listitem">
Suppressed some GCC warnings. See <a href="https://svn.boost.org/trac/boost/ticket/8872" target="_top">8872</a>.
</li>
<li class="listitem">
Fixed bug in pow for large integer arguments. See <a href="https://svn.boost.org/trac/boost/ticket/8809" target="_top">8809</a>.
</li>
<li class="listitem">
Fixed bug in pow for calculation of 0<sup>N</sup>. See <a href="https://svn.boost.org/trac/boost/ticket/8798" target="_top">8798</a>.
</li>
<li class="listitem">
Fixed bug in fixed precision cpp_int IO code that causes conversion to
string to fail when the bit count is very small (less than CHAR_BIT).
See <a href="https://svn.boost.org/trac/boost/ticket/8745" target="_top">8745</a>.
</li>
<li class="listitem">
Fixed bug in cpp_int that causes left shift to fail when a fixed precision
type would overflow. See <a href="https://svn.boost.org/trac/boost/ticket/8741" target="_top">8741</a>.
</li>
<li class="listitem">
Fixed some cosmetic warnings from cpp_int. See <a href="https://svn.boost.org/trac/boost/ticket/8748" target="_top">8748</a>.
</li>
<li class="listitem">
Fixed calls to functions which are required to be macros in C99. See
<a href="https://svn.boost.org/trac/boost/ticket/8732" target="_top">8732</a>.
</li>
<li class="listitem">
Fixed bug that causes construction from INT_MIN, LONG_MIN etc to fail
in cpp_int. See <a href="https://svn.boost.org/trac/boost/ticket/8711" target="_top">8711</a>.
</li>
</ul></div>
<h5>
<a name="boost_multiprecision.map.hist.h5"></a>
<span class="phrase"><a name="boost_multiprecision.map.hist.1_54"></a></span><a class="link" href="hist.html#boost_multiprecision.map.hist.1_54">1.54</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<span class="bold"><strong>Breaking change</strong></span> renamed <code class="computeroutput"><span class="identifier">rational_adapter</span></code> to <code class="computeroutput"><span class="identifier">rational_adaptor</span></code>.
</li>
<li class="listitem">
Add support for <a href="http://perso.ens-lyon.fr/nathalie.revol/software.html" target="_top">MPFI</a>.
</li>
<li class="listitem">
Add logged_adaptor.
</li>
<li class="listitem">
Add support for 128-bit floats via GCC's <code class="computeroutput"><a class="link" href="../tut/floats/float128.html" title="float128">float128</a></code>
or Intel's <code class="computeroutput"><span class="identifier">_Quad</span></code> data
types.
</li>
<li class="listitem">
Add support for user-defined literals in cpp_int, improve <code class="computeroutput"><span class="keyword">constexpr</span></code> support.
</li>
<li class="listitem">
Fixed bug in integer division of <code class="computeroutput"><span class="identifier">cpp_int</span></code>
that results in incorrect sign of <code class="computeroutput"><span class="identifier">cpp_int</span></code>
when both arguments are small enough to fit in a <code class="computeroutput"><span class="identifier">double_limb_type</span></code>.
See <a href="https://svn.boost.org/trac/boost/ticket/8126" target="_top">8126</a>.
</li>
<li class="listitem">
Fixed bug in subtraction of a single limb in <code class="computeroutput"><span class="identifier">cpp_int</span></code>
that results in incorrect value when the result should have a 0 in the
last limb: <a href="https://svn.boost.org/trac/boost/ticket/8133" target="_top">8133</a>.
</li>
<li class="listitem">
Fixed bug in <code class="computeroutput"><span class="identifier">cpp_int</span></code>
where division of 0 by something doesn't get zero in the result: <a href="https://svn.boost.org/trac/boost/ticket/8160" target="_top">8160</a>.
</li>
<li class="listitem">
Fixed bug in some transcendental functions that caused incorrect return
values when variables are reused, for example with <code class="computeroutput"><span class="identifier">a</span>
<span class="special">=</span> <span class="identifier">pow</span><span class="special">(</span><span class="identifier">a</span><span class="special">,</span> <span class="identifier">b</span><span class="special">)</span></code>. See <a href="https://svn.boost.org/trac/boost/ticket/8326" target="_top">8326</a>.
</li>
<li class="listitem">
Fixed some assignment operations in the mpfr and gmp backends to be safe
if the target has been moved from: <a href="https://svn.boost.org/trac/boost/ticket/8326" target="_top">8667</a>.
</li>
<li class="listitem">
Fixed bug in <code class="computeroutput"><span class="identifier">cpp_int</span></code>
that gives incorrect answer for 0%N for large N: <a href="https://svn.boost.org/trac/boost/ticket/8670" target="_top">8670</a>.
</li>
<li class="listitem">
Fixed set_precision in mpfr backend so it doesn't trample over an existing
value: <a href="https://svn.boost.org/trac/boost/ticket/8692" target="_top">8692</a>.
</li>
</ul></div>
<h5>
<a name="boost_multiprecision.map.hist.h6"></a>
<span class="phrase"><a name="boost_multiprecision.map.hist.1_53"></a></span><a class="link" href="hist.html#boost_multiprecision.map.hist.1_53">1.53</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
First Release.
</li>
<li class="listitem">
Fix bug in <a href="https://svn.boost.org/trac/boost/ticket/7878" target="_top">cpp_int
division</a>.
</li>
<li class="listitem">
Fix issue <a href="https://svn.boost.org/trac/boost/ticket/7806" target="_top">#7806</a>.
</li>
</ul></div>
<h5>
<a name="boost_multiprecision.map.hist.h7"></a>
<span class="phrase"><a name="boost_multiprecision.map.hist.post_review_changes"></a></span><a class="link" href="hist.html#boost_multiprecision.map.hist.post_review_changes">Post
review changes</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Non-expression template operators further optimised with rvalue reference
support.
</li>
<li class="listitem">
Many functions made <code class="computeroutput"><span class="identifier">constexp</span></code>.
</li>
<li class="listitem">
Differentiate between explicit and implicit conversions in the number
constructor.
</li>
<li class="listitem">
Removed "mp_" prefix from types.
</li>
<li class="listitem">
Allowed mixed precision arithmetic.
</li>
<li class="listitem">
Changed ExpressionTemplates parameter to class <code class="computeroutput"><span class="identifier">number</span></code>
to use enumerated values rather than true/false.
</li>
<li class="listitem">
Changed ExpressionTemplate parameter default value to use a traits class
so that the default value depends on the backend used.
</li>
<li class="listitem">
Added support for fused-multiply-add/subtract with GMP support.
</li>
<li class="listitem">
Tweaked expression template unpacking to use fewer temporaries when the
LHS also appears in the RHS.
</li>
<li class="listitem">
Refactored <code class="computeroutput"><span class="identifier">cpp_int_backend</span></code>
based on review comments with new template parameter structure.
</li>
<li class="listitem">
Added additional template parameter to <code class="computeroutput"><span class="identifier">mpfr_float_backend</span></code>
to allow stack-based allocation.
</li>
<li class="listitem">
Added section on mixed precision arithmetic, and added support for operations
yielding a higher precision result than either of the arguments.
</li>
<li class="listitem">
Added overloads of integer-specific functions for built in integer types.
</li>
</ul></div>
<h5>
<a name="boost_multiprecision.map.hist.h8"></a>
<span class="phrase"><a name="boost_multiprecision.map.hist.pre_review_history"></a></span><a class="link" href="hist.html#boost_multiprecision.map.hist.pre_review_history">Pre-review
history</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
2011-2012, John Maddock adds an expression template enabled front end
to Christopher's code, and adds support for other backends.
</li>
<li class="listitem">
2011, Christopher Kormanyos publishes the decimal floating point code
under the Boost Software Licence. The code is published as: <a href="http://doi.acm.org/10.1145/1916461.1916469" target="_top">"Algorithm
910: A Portable C++ Multiple-Precision System for Special-Function Calculations"</a>,
in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011.
</li>
<li class="listitem">
2002-2011, Christopher Kormanyos develops the all C++ decimal arithmetic
floating point code.
</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2002-2013 John Maddock and Christopher Kormanyos<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="../map.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../map.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="todo.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| flingone/frameworks_base_cmds_remoted | libs/boost/libs/multiprecision/doc/html/boost_multiprecision/map/hist.html | HTML | apache-2.0 | 17,170 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>demo08</title>
<!--
为确定两个运算数是否相等,这两个运算符都会进行类型转换。
执行类型转换的规则如下:
如果一个运算数是 Boolean 值,在检查相等性之前,把它转换成数字值。false 转换成 0,true 为 1
如果一个运算数是字符串,另一个是数字,在检查相等性之前,要尝试把字符串转换成数字
如果一个运算数是对象,另一个是字符串,在检查相等性之前,要尝试把对象转换成字符串
如果一个运算数是对象,另一个是数字,在检查相等性之前,要尝试把对象转换成数字
在比较时,该运算符还遵守下列规则:
值 null 和 undefined 相等
在检查相等性时,不能把 null 和 undefined 转换成其他值
如果某个运算数是 NaN,等号将返回 false,非等号将返回 true
如果两个运算数都是对象,那么比较的是它们的引用值。如果两个运算数指向同一对象,那么等号返回 true,否则两个运算数不等
全等号和非全等号
全等号由三个等号表示(===),只有在无需类型转换运算数就相等的情况下,才返回 true
非全等号由感叹号加两个等号(!==)表示,只有在无需类型转换运算数不相等的情况下,才返回 true
-->
</head>
<body>
<p>
<h1>ECMAScript 等性运算符</h1>
</p>
<script>
document.write("Boolean(true) == 1 : " + (Boolean(true) == 1) + "<br>");
document.write("\"1\" == 1 : " + ("1" == 1) + "<br>");
document.write("\"S\" == 1 : " + ("S" == 1) + "<br>");
document.write("{} == \"1\" : " + ({} == "1") + "<br>");
document.write("{} == 1 : " + ({} == 1) + "<br>");
document.write("null == undefined : " + (null == undefined) + "<br>");
document.write("NaN == undefined : " + (true == NaN) + "<br><br><br>");
document.write("特殊情况: <br>");
document.write("null == undefined : " + (null == undefined) + "<br>");
document.write("\"NaN\" == NaN : " + ("NaN" == NaN) + "<br>");
document.write("5 == NaN : " + (5 == NaN) + "<br>");
document.write("NaN == NaN : " + (NaN == NaN) + "<br>");
document.write("NaN != NaN : " + (NaN != NaN) + "<br>");
document.write("false == 0 : " + (false == 0) + "<br>");
document.write("true == 1 : " + (true == 1) + "<br>");
document.write("true == 2 : " + (true == 2) + "<br>");
document.write("undefined == 0 : " + (undefined == 0) + "<br>");
document.write("null == 0 : " + (null == 0) + "<br>");
document.write("\"5\" == 0 : " + ("5" == 5) + "<br><br><br>");
document.write("0 === \"0\" : " + (0 === "0") + "<br>");
document.write("0 !== \"0\" : " + (0 !== "0") + "<br>");
</script>
</body>
</html> | CaMnter/front-end-life | node-life/build/build/ecmascript-life/ecmascript-operator/demo08.html | HTML | apache-2.0 | 3,008 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Tue Feb 18 20:36:05 PST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Constant Field Values (SPDX tools 1.2.5 API)</title>
<meta name="date" content="2014-02-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="Constant Field Values (SPDX tools 1.2.5 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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><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?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#org.spdx">org.spdx.*</a></li>
</ul>
</div>
<div class="constantValuesContainer"><a name="org.spdx">
<!-- -->
</a>
<h2 title="org.spdx">org.spdx.*</h2>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.compare.<a href="org/spdx/compare/LicenseCompareHelper.html" title="class in org.spdx.compare">LicenseCompareHelper</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.LicenseCompareHelper.TOKEN_DELIM">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/LicenseCompareHelper.html#TOKEN_DELIM">TOKEN_DELIM</a></code></td>
<td class="colLast"><code>"\\s"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.compare.<a href="org/spdx/compare/MultiDocumentSpreadsheet.html" title="class in org.spdx.compare">MultiDocumentSpreadsheet</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.MultiDocumentSpreadsheet.MAX_DOCUMENTS">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/compare/MultiDocumentSpreadsheet.html#MAX_DOCUMENTS">MAX_DOCUMENTS</a></code></td>
<td class="colLast"><code>25</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.compare.<a href="org/spdx/compare/PackageSheet.html" title="class in org.spdx.compare">PackageSheet</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.CHECKSUM_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#CHECKSUM_FIELD_TEXT">CHECKSUM_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Checksum"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.CONCLUDED_LICENSE_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#CONCLUDED_LICENSE_FIELD_TEXT">CONCLUDED_LICENSE_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Concluded License"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.COPYRIGHT_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#COPYRIGHT_FIELD_TEXT">COPYRIGHT_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Copyright"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.DECLARED_LICENSE_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#DECLARED_LICENSE_FIELD_TEXT">DECLARED_LICENSE_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Declared License"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.DESCRIPTION_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#DESCRIPTION_FIELD_TEXT">DESCRIPTION_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Description"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.DIFFERENT_STRING">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#DIFFERENT_STRING">DIFFERENT_STRING</a></code></td>
<td class="colLast"><code>"Diff"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.DOWNLOAD_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#DOWNLOAD_FIELD_TEXT">DOWNLOAD_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Dowload Location"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.EQUAL_STRING">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#EQUAL_STRING">EQUAL_STRING</a></code></td>
<td class="colLast"><code>"Equal"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.EQUALS_COL">
<!-- -->
</a><code>protected static final int</code></td>
<td><code><a href="org/spdx/compare/PackageSheet.html#EQUALS_COL">EQUALS_COL</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.EQUALS_HEADER_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#EQUALS_HEADER_TEXT">EQUALS_HEADER_TEXT</a></code></td>
<td class="colLast"><code>"Equals"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.FIELD_COL">
<!-- -->
</a><code>protected static final int</code></td>
<td><code><a href="org/spdx/compare/PackageSheet.html#FIELD_COL">FIELD_COL</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.FIELD_HEADER_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#FIELD_HEADER_TEXT">FIELD_HEADER_TEXT</a></code></td>
<td class="colLast"><code>"Package Property"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.FILE_NAME_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#FILE_NAME_FIELD_TEXT">FILE_NAME_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"File Name"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.FIRST_DOC_COL">
<!-- -->
</a><code>protected static final int</code></td>
<td><code><a href="org/spdx/compare/PackageSheet.html#FIRST_DOC_COL">FIRST_DOC_COL</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.HOMEPAGE_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#HOMEPAGE_FIELD_TEXT">HOMEPAGE_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Home Page"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.LICENSE_COMMENT_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#LICENSE_COMMENT_FIELD_TEXT">LICENSE_COMMENT_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"License Comment"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.LICENSE_INFOS_FROM_FILES_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#LICENSE_INFOS_FROM_FILES_FIELD_TEXT">LICENSE_INFOS_FROM_FILES_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"License From Files"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.ORIGINATOR_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#ORIGINATOR_FIELD_TEXT">ORIGINATOR_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Originator"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.PACKAGE_NAME_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#PACKAGE_NAME_FIELD_TEXT">PACKAGE_NAME_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Package Name"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.SOURCEINFO_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#SOURCEINFO_FIELD_TEXT">SOURCEINFO_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Source Info"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.SUMMARY_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#SUMMARY_FIELD_TEXT">SUMMARY_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Summary"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.SUPPLIER_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#SUPPLIER_FIELD_TEXT">SUPPLIER_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Supplier"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.VERIFICATION_EXCLUDED_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#VERIFICATION_EXCLUDED_FIELD_TEXT">VERIFICATION_EXCLUDED_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Verification Excluded"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.VERIFICATION_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#VERIFICATION_FIELD_TEXT">VERIFICATION_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Verification Value"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.compare.PackageSheet.VERSION_FIELD_TEXT">
<!-- -->
</a><code>protected static final <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><code><a href="org/spdx/compare/PackageSheet.html#VERSION_FIELD_TEXT">VERSION_FIELD_TEXT</a></code></td>
<td class="colLast"><code>"Version"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.licenseTemplate.<a href="org/spdx/licenseTemplate/HtmlTemplateOutputHandler.html" title="class in org.spdx.licenseTemplate">HtmlTemplateOutputHandler</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.licenseTemplate.HtmlTemplateOutputHandler.OPTIONAL_LICENSE_TEXT_CLASS">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/licenseTemplate/HtmlTemplateOutputHandler.html#OPTIONAL_LICENSE_TEXT_CLASS">OPTIONAL_LICENSE_TEXT_CLASS</a></code></td>
<td class="colLast"><code>"optional-license-text"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.licenseTemplate.HtmlTemplateOutputHandler.REPLACEABLE_LICENSE_TEXT_CLASS">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/licenseTemplate/HtmlTemplateOutputHandler.html#REPLACEABLE_LICENSE_TEXT_CLASS">REPLACEABLE_LICENSE_TEXT_CLASS</a></code></td>
<td class="colLast"><code>"replacable-license-text"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.rdfparser.<a href="org/spdx/rdfparser/DOAPProject.html" title="class in org.spdx.rdfparser">DOAPProject</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.DOAPProject.UNKNOWN_URI">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/DOAPProject.html#UNKNOWN_URI">UNKNOWN_URI</a></code></td>
<td class="colLast"><code>"UNKNOWN"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.rdfparser.<a href="org/spdx/rdfparser/SPDXDocument.html" title="class in org.spdx.rdfparser">SPDXDocument</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXDocument.CURRENT_IMPLEMENTATION_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXDocument.html#CURRENT_IMPLEMENTATION_VERSION">CURRENT_IMPLEMENTATION_VERSION</a></code></td>
<td class="colLast"><code>"1.2.5"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXDocument.CURRENT_SPDX_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXDocument.html#CURRENT_SPDX_VERSION">CURRENT_SPDX_VERSION</a></code></td>
<td class="colLast"><code>"SPDX-1.2"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXDocument.ONE_DOT_ONE_SPDX_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXDocument.html#ONE_DOT_ONE_SPDX_VERSION">ONE_DOT_ONE_SPDX_VERSION</a></code></td>
<td class="colLast"><code>"SPDX-1.1"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXDocument.ONE_DOT_ZERO_SPDX_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXDocument.html#ONE_DOT_ZERO_SPDX_VERSION">ONE_DOT_ZERO_SPDX_VERSION</a></code></td>
<td class="colLast"><code>"SPDX-1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXDocument.POINT_EIGHT_SPDX_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXDocument.html#POINT_EIGHT_SPDX_VERSION">POINT_EIGHT_SPDX_VERSION</a></code></td>
<td class="colLast"><code>"SPDX-0.8"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXDocument.POINT_NINE_SPDX_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXDocument.html#POINT_NINE_SPDX_VERSION">POINT_NINE_SPDX_VERSION</a></code></td>
<td class="colLast"><code>"SPDX-0.9"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.rdfparser.<a href="org/spdx/rdfparser/SpdxLicenseCsv.html" title="class in org.spdx.rdfparser">SpdxLicenseCsv</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxLicenseCsv.IS_OSI_APPROVED_COL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/rdfparser/SpdxLicenseCsv.html#IS_OSI_APPROVED_COL">IS_OSI_APPROVED_COL</a></code></td>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxLicenseCsv.LICENSE_HEADER_COL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/rdfparser/SpdxLicenseCsv.html#LICENSE_HEADER_COL">LICENSE_HEADER_COL</a></code></td>
<td class="colLast"><code>5</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxLicenseCsv.LICENSE_ID_COL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/rdfparser/SpdxLicenseCsv.html#LICENSE_ID_COL">LICENSE_ID_COL</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxLicenseCsv.LICENSE_NAME_COL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/rdfparser/SpdxLicenseCsv.html#LICENSE_NAME_COL">LICENSE_NAME_COL</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxLicenseCsv.LICENSE_NOTES_COL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/rdfparser/SpdxLicenseCsv.html#LICENSE_NOTES_COL">LICENSE_NOTES_COL</a></code></td>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxLicenseCsv.LICENSE_TEMPLATE_COL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/rdfparser/SpdxLicenseCsv.html#LICENSE_TEMPLATE_COL">LICENSE_TEMPLATE_COL</a></code></td>
<td class="colLast"><code>7</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxLicenseCsv.LICENSE_TEXT_COL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/rdfparser/SpdxLicenseCsv.html#LICENSE_TEXT_COL">LICENSE_TEXT_COL</a></code></td>
<td class="colLast"><code>6</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxLicenseCsv.LICENSE_URL_COL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/rdfparser/SpdxLicenseCsv.html#LICENSE_URL_COL">LICENSE_URL_COL</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.rdfparser.<a href="org/spdx/rdfparser/SPDXLicenseInfoFactory.html" title="class in org.spdx.rdfparser">SPDXLicenseInfoFactory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXLicenseInfoFactory.DEFAULT_LICENSE_LIST_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXLicenseInfoFactory.html#DEFAULT_LICENSE_LIST_VERSION">DEFAULT_LICENSE_LIST_VERSION</a></code></td>
<td class="colLast"><code>"1.19"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXLicenseInfoFactory.NOASSERTION_LICENSE_NAME">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXLicenseInfoFactory.html#NOASSERTION_LICENSE_NAME">NOASSERTION_LICENSE_NAME</a></code></td>
<td class="colLast"><code>"NOASSERTION"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXLicenseInfoFactory.NONE_LICENSE_NAME">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXLicenseInfoFactory.html#NONE_LICENSE_NAME">NONE_LICENSE_NAME</a></code></td>
<td class="colLast"><code>"NONE"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SPDXLicenseInfoFactory.STANDARD_LICENSE_URI_PREFIX">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SPDXLicenseInfoFactory.html#STANDARD_LICENSE_URI_PREFIX">STANDARD_LICENSE_URI_PREFIX</a></code></td>
<td class="colLast"><code>"http://spdx.org/licenses/"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.rdfparser.<a href="org/spdx/rdfparser/SpdxRdfConstants.html" title="interface in org.spdx.rdfparser">SpdxRdfConstants</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.ALGORITHM_SHA1">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#ALGORITHM_SHA1">ALGORITHM_SHA1</a></code></td>
<td class="colLast"><code>"SHA1"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_DOAP_PROJECT">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_DOAP_PROJECT">CLASS_DOAP_PROJECT</a></code></td>
<td class="colLast"><code>"Project"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_ANALYSIS">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_ANALYSIS">CLASS_SPDX_ANALYSIS</a></code></td>
<td class="colLast"><code>"SpdxDocument"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_ANY_LICENSE_INFO">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_ANY_LICENSE_INFO">CLASS_SPDX_ANY_LICENSE_INFO</a></code></td>
<td class="colLast"><code>"AnyLicenseInfo"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_CHECKSUM">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_CHECKSUM">CLASS_SPDX_CHECKSUM</a></code></td>
<td class="colLast"><code>"Checksum"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_CONJUNCTIVE_LICENSE_SET">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_CONJUNCTIVE_LICENSE_SET">CLASS_SPDX_CONJUNCTIVE_LICENSE_SET</a></code></td>
<td class="colLast"><code>"ConjunctiveLicenseSet"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_CREATION_INFO">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_CREATION_INFO">CLASS_SPDX_CREATION_INFO</a></code></td>
<td class="colLast"><code>"CreationInfo"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_DISJUNCTIVE_LICENSE_SET">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_DISJUNCTIVE_LICENSE_SET">CLASS_SPDX_DISJUNCTIVE_LICENSE_SET</a></code></td>
<td class="colLast"><code>"DisjunctiveLicenseSet"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_EXTRACTED_LICENSING_INFO">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_EXTRACTED_LICENSING_INFO">CLASS_SPDX_EXTRACTED_LICENSING_INFO</a></code></td>
<td class="colLast"><code>"ExtractedLicensingInfo"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_FILE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_FILE">CLASS_SPDX_FILE</a></code></td>
<td class="colLast"><code>"File"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_PACKAGE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_PACKAGE">CLASS_SPDX_PACKAGE</a></code></td>
<td class="colLast"><code>"Package"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_REVIEW">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_REVIEW">CLASS_SPDX_REVIEW</a></code></td>
<td class="colLast"><code>"Review"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_SIMPLE_LICENSE_INFO">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_SIMPLE_LICENSE_INFO">CLASS_SPDX_SIMPLE_LICENSE_INFO</a></code></td>
<td class="colLast"><code>"SimpleLicenseInfo"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_STANDARD_LICENSE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_STANDARD_LICENSE">CLASS_SPDX_STANDARD_LICENSE</a></code></td>
<td class="colLast"><code>"License"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CLASS_SPDX_VERIFICATIONCODE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CLASS_SPDX_VERIFICATIONCODE">CLASS_SPDX_VERIFICATIONCODE</a></code></td>
<td class="colLast"><code>"PackageVerificationCode"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CREATOR_PREFIX_ORGANIZATION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CREATOR_PREFIX_ORGANIZATION">CREATOR_PREFIX_ORGANIZATION</a></code></td>
<td class="colLast"><code>"Organization:"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CREATOR_PREFIX_PERSON">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CREATOR_PREFIX_PERSON">CREATOR_PREFIX_PERSON</a></code></td>
<td class="colLast"><code>"Person:"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.CREATOR_PREFIX_TOOL">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#CREATOR_PREFIX_TOOL">CREATOR_PREFIX_TOOL</a></code></td>
<td class="colLast"><code>"Tool:"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.DOAP_NAMESPACE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#DOAP_NAMESPACE">DOAP_NAMESPACE</a></code></td>
<td class="colLast"><code>"http://usefulinc.com/ns/doap#"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.FILE_TYPE_ARCHIVE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#FILE_TYPE_ARCHIVE">FILE_TYPE_ARCHIVE</a></code></td>
<td class="colLast"><code>"ARCHIVE"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.FILE_TYPE_BINARY">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#FILE_TYPE_BINARY">FILE_TYPE_BINARY</a></code></td>
<td class="colLast"><code>"BINARY"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.FILE_TYPE_OTHER">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#FILE_TYPE_OTHER">FILE_TYPE_OTHER</a></code></td>
<td class="colLast"><code>"OTHER"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.FILE_TYPE_SOURCE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#FILE_TYPE_SOURCE">FILE_TYPE_SOURCE</a></code></td>
<td class="colLast"><code>"SOURCE"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.NOASSERTION_VALUE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#NOASSERTION_VALUE">NOASSERTION_VALUE</a></code></td>
<td class="colLast"><code>"NOASSERTION"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.NON_STD_LICENSE_ID_PRENUM">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#NON_STD_LICENSE_ID_PRENUM">NON_STD_LICENSE_ID_PRENUM</a></code></td>
<td class="colLast"><code>"LicenseRef-"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.NONE_VALUE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#NONE_VALUE">NONE_VALUE</a></code></td>
<td class="colLast"><code>"NONE"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.OWL_NAMESPACE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#OWL_NAMESPACE">OWL_NAMESPACE</a></code></td>
<td class="colLast"><code>"http://www.w3.org/2002/07/owl#"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_CHECKSUM_ALGORITHM">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_CHECKSUM_ALGORITHM">PROP_CHECKSUM_ALGORITHM</a></code></td>
<td class="colLast"><code>"algorithm"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_CHECKSUM_ALGORITHM_SHA1">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_CHECKSUM_ALGORITHM_SHA1">PROP_CHECKSUM_ALGORITHM_SHA1</a></code></td>
<td class="colLast"><code>"checksumAlgorithm_sha1"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_CHECKSUM_VALUE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_CHECKSUM_VALUE">PROP_CHECKSUM_VALUE</a></code></td>
<td class="colLast"><code>"checksumValue"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_CREATION_CREATED">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_CREATION_CREATED">PROP_CREATION_CREATED</a></code></td>
<td class="colLast"><code>"created"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_CREATION_CREATOR">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_CREATION_CREATOR">PROP_CREATION_CREATOR</a></code></td>
<td class="colLast"><code>"creator"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_EXTRACTED_TEXT">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_EXTRACTED_TEXT">PROP_EXTRACTED_TEXT</a></code></td>
<td class="colLast"><code>"extractedText"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_ARTIFACTOF">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_ARTIFACTOF">PROP_FILE_ARTIFACTOF</a></code></td>
<td class="colLast"><code>"artifactOf"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_CHECKSUM">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_CHECKSUM">PROP_FILE_CHECKSUM</a></code></td>
<td class="colLast"><code>"checksum"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_CONTRIBUTOR">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_CONTRIBUTOR">PROP_FILE_CONTRIBUTOR</a></code></td>
<td class="colLast"><code>"fileContributor"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_COPYRIGHT">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_COPYRIGHT">PROP_FILE_COPYRIGHT</a></code></td>
<td class="colLast"><code>"copyrightText"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_FILE_DEPENDENCY">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_FILE_DEPENDENCY">PROP_FILE_FILE_DEPENDENCY</a></code></td>
<td class="colLast"><code>"fileDependency"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_LIC_COMMENTS">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_LIC_COMMENTS">PROP_FILE_LIC_COMMENTS</a></code></td>
<td class="colLast"><code>"licenseComments"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_LICENSE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_LICENSE">PROP_FILE_LICENSE</a></code></td>
<td class="colLast"><code>"licenseConcluded"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_NAME">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_NAME">PROP_FILE_NAME</a></code></td>
<td class="colLast"><code>"fileName"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_NOTICE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_NOTICE">PROP_FILE_NOTICE</a></code></td>
<td class="colLast"><code>"noticeText"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_SEEN_LICENSE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_SEEN_LICENSE">PROP_FILE_SEEN_LICENSE</a></code></td>
<td class="colLast"><code>"licenseInfoInFile"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_TYPE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_TYPE">PROP_FILE_TYPE</a></code></td>
<td class="colLast"><code>"fileType"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_TYPE_ARCHIVE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_TYPE_ARCHIVE">PROP_FILE_TYPE_ARCHIVE</a></code></td>
<td class="colLast"><code>"fileType_archive"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_TYPE_BINARY">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_TYPE_BINARY">PROP_FILE_TYPE_BINARY</a></code></td>
<td class="colLast"><code>"fileType_binary"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_TYPE_OTHER">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_TYPE_OTHER">PROP_FILE_TYPE_OTHER</a></code></td>
<td class="colLast"><code>"fileType_other"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_FILE_TYPE_SOURCE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_FILE_TYPE_SOURCE">PROP_FILE_TYPE_SOURCE</a></code></td>
<td class="colLast"><code>"fileType_source"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_LICENSE_ID">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_LICENSE_ID">PROP_LICENSE_ID</a></code></td>
<td class="colLast"><code>"licenseId"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_LICENSE_LIST_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_LICENSE_LIST_VERSION">PROP_LICENSE_LIST_VERSION</a></code></td>
<td class="colLast"><code>"licenseListVersion"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_LICENSE_NAME">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_LICENSE_NAME">PROP_LICENSE_NAME</a></code></td>
<td class="colLast"><code>"licenseName"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_LICENSE_SET_MEMEBER">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_LICENSE_SET_MEMEBER">PROP_LICENSE_SET_MEMEBER</a></code></td>
<td class="colLast"><code>"member"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_LICENSE_TEXT">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_LICENSE_TEXT">PROP_LICENSE_TEXT</a></code></td>
<td class="colLast"><code>"licenseText"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_OWL_SAME_AS">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_OWL_SAME_AS">PROP_OWL_SAME_AS</a></code></td>
<td class="colLast"><code>"sameAs"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_CHECKSUM">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_CHECKSUM">PROP_PACKAGE_CHECKSUM</a></code></td>
<td class="colLast"><code>"checksum"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_CONCLUDED_LICENSE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_CONCLUDED_LICENSE">PROP_PACKAGE_CONCLUDED_LICENSE</a></code></td>
<td class="colLast"><code>"licenseConcluded"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_DECLARED_COPYRIGHT">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_DECLARED_COPYRIGHT">PROP_PACKAGE_DECLARED_COPYRIGHT</a></code></td>
<td class="colLast"><code>"copyrightText"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_DECLARED_LICENSE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_DECLARED_LICENSE">PROP_PACKAGE_DECLARED_LICENSE</a></code></td>
<td class="colLast"><code>"licenseDeclared"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_DECLARED_NAME">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_DECLARED_NAME">PROP_PACKAGE_DECLARED_NAME</a></code></td>
<td class="colLast"><code>"name"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_DESCRIPTION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_DESCRIPTION">PROP_PACKAGE_DESCRIPTION</a></code></td>
<td class="colLast"><code>"description"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_DOWNLOAD_URL">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_DOWNLOAD_URL">PROP_PACKAGE_DOWNLOAD_URL</a></code></td>
<td class="colLast"><code>"downloadLocation"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_FILE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_FILE">PROP_PACKAGE_FILE</a></code></td>
<td class="colLast"><code>"hasFile"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_FILE_NAME">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_FILE_NAME">PROP_PACKAGE_FILE_NAME</a></code></td>
<td class="colLast"><code>"packageFileName"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_LICENSE_COMMENT">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_LICENSE_COMMENT">PROP_PACKAGE_LICENSE_COMMENT</a></code></td>
<td class="colLast"><code>"licenseComments"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_LICENSE_INFO_FROM_FILES">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_LICENSE_INFO_FROM_FILES">PROP_PACKAGE_LICENSE_INFO_FROM_FILES</a></code></td>
<td class="colLast"><code>"licenseInfoFromFiles"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_ORIGINATOR">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_ORIGINATOR">PROP_PACKAGE_ORIGINATOR</a></code></td>
<td class="colLast"><code>"originator"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_SHORT_DESC">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_SHORT_DESC">PROP_PACKAGE_SHORT_DESC</a></code></td>
<td class="colLast"><code>"summary"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_SOURCE_INFO">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_SOURCE_INFO">PROP_PACKAGE_SOURCE_INFO</a></code></td>
<td class="colLast"><code>"sourceInfo"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_SUPPLIER">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_SUPPLIER">PROP_PACKAGE_SUPPLIER</a></code></td>
<td class="colLast"><code>"supplier"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_VERIFICATION_CODE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_VERIFICATION_CODE">PROP_PACKAGE_VERIFICATION_CODE</a></code></td>
<td class="colLast"><code>"packageVerificationCode"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PACKAGE_VERSION_INFO">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PACKAGE_VERSION_INFO">PROP_PACKAGE_VERSION_INFO</a></code></td>
<td class="colLast"><code>"versionInfo"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PROJECT_HOMEPAGE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PROJECT_HOMEPAGE">PROP_PROJECT_HOMEPAGE</a></code></td>
<td class="colLast"><code>"homepage"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_PROJECT_NAME">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_PROJECT_NAME">PROP_PROJECT_NAME</a></code></td>
<td class="colLast"><code>"name"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_REVIEW_DATE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_REVIEW_DATE">PROP_REVIEW_DATE</a></code></td>
<td class="colLast"><code>"reviewDate"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_REVIEW_REVIEWER">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_REVIEW_REVIEWER">PROP_REVIEW_REVIEWER</a></code></td>
<td class="colLast"><code>"reviewer"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_SPDX_CREATION_INFO">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_SPDX_CREATION_INFO">PROP_SPDX_CREATION_INFO</a></code></td>
<td class="colLast"><code>"creationInfo"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_SPDX_DATA_LICENSE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_SPDX_DATA_LICENSE">PROP_SPDX_DATA_LICENSE</a></code></td>
<td class="colLast"><code>"dataLicense"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_SPDX_FILE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_SPDX_FILE">PROP_SPDX_FILE</a></code></td>
<td class="colLast"><code>"referencesFile"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_SPDX_NONSTANDARD_LICENSES">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_SPDX_NONSTANDARD_LICENSES">PROP_SPDX_NONSTANDARD_LICENSES</a></code></td>
<td class="colLast"><code>"hasExtractedLicensingInfo"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_SPDX_PACKAGE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_SPDX_PACKAGE">PROP_SPDX_PACKAGE</a></code></td>
<td class="colLast"><code>"describesPackage"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_SPDX_REVIEWED_BY">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_SPDX_REVIEWED_BY">PROP_SPDX_REVIEWED_BY</a></code></td>
<td class="colLast"><code>"reviewed"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_SPDX_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_SPDX_VERSION">PROP_SPDX_VERSION</a></code></td>
<td class="colLast"><code>"specVersion"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_HEADER_VERSION_1">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_HEADER_VERSION_1">PROP_STD_LICENSE_HEADER_VERSION_1</a></code></td>
<td class="colLast"><code>"licenseHeader"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_NAME">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_NAME">PROP_STD_LICENSE_NAME</a></code></td>
<td class="colLast"><code>"name"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_NAME_VERSION_1">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_NAME_VERSION_1">PROP_STD_LICENSE_NAME_VERSION_1</a></code></td>
<td class="colLast"><code>"licenseName"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_NOTES_VERSION_1">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_NOTES_VERSION_1">PROP_STD_LICENSE_NOTES_VERSION_1</a></code></td>
<td class="colLast"><code>"licenseNotes"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_NOTICE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_NOTICE">PROP_STD_LICENSE_NOTICE</a></code></td>
<td class="colLast"><code>"standardLicenseHeader"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_OSI_APPROVED">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_OSI_APPROVED">PROP_STD_LICENSE_OSI_APPROVED</a></code></td>
<td class="colLast"><code>"isOsiApproved"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_OSI_APPROVED_VERSION_1">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_OSI_APPROVED_VERSION_1">PROP_STD_LICENSE_OSI_APPROVED_VERSION_1</a></code></td>
<td class="colLast"><code>"licenseOsiApproved"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_TEMPLATE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_TEMPLATE">PROP_STD_LICENSE_TEMPLATE</a></code></td>
<td class="colLast"><code>"standardLicenseTemplate"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_TEMPLATE_VERSION_1">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_TEMPLATE_VERSION_1">PROP_STD_LICENSE_TEMPLATE_VERSION_1</a></code></td>
<td class="colLast"><code>"licenseTemplate"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_STD_LICENSE_URL_VERSION_1">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_STD_LICENSE_URL_VERSION_1">PROP_STD_LICENSE_URL_VERSION_1</a></code></td>
<td class="colLast"><code>"licenseSourceUrl"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_VALUE_NOASSERTION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_VALUE_NOASSERTION">PROP_VALUE_NOASSERTION</a></code></td>
<td class="colLast"><code>"noassertion"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_VALUE_NONE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_VALUE_NONE">PROP_VALUE_NONE</a></code></td>
<td class="colLast"><code>"none"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_VERIFICATIONCODE_IGNORED_FILES">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_VERIFICATIONCODE_IGNORED_FILES">PROP_VERIFICATIONCODE_IGNORED_FILES</a></code></td>
<td class="colLast"><code>"packageVerificationCodeExcludedFile"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.PROP_VERIFICATIONCODE_VALUE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#PROP_VERIFICATIONCODE_VALUE">PROP_VERIFICATIONCODE_VALUE</a></code></td>
<td class="colLast"><code>"packageVerificationCodeValue"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.RDF_NAMESPACE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#RDF_NAMESPACE">RDF_NAMESPACE</a></code></td>
<td class="colLast"><code>"http://www.w3.org/1999/02/22-rdf-syntax-ns#"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.RDF_PROP_RESOURCE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#RDF_PROP_RESOURCE">RDF_PROP_RESOURCE</a></code></td>
<td class="colLast"><code>"resource"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.RDF_PROP_TYPE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#RDF_PROP_TYPE">RDF_PROP_TYPE</a></code></td>
<td class="colLast"><code>"type"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.RDFS_NAMESPACE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#RDFS_NAMESPACE">RDFS_NAMESPACE</a></code></td>
<td class="colLast"><code>"http://www.w3.org/2000/01/rdf-schema#"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.RDFS_PROP_COMMENT">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#RDFS_PROP_COMMENT">RDFS_PROP_COMMENT</a></code></td>
<td class="colLast"><code>"comment"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.RDFS_PROP_LABEL">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#RDFS_PROP_LABEL">RDFS_PROP_LABEL</a></code></td>
<td class="colLast"><code>"label"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.RDFS_PROP_SEE_ALSO">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#RDFS_PROP_SEE_ALSO">RDFS_PROP_SEE_ALSO</a></code></td>
<td class="colLast"><code>"seeAlso"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.SPDX_DATA_LICENSE_ID">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#SPDX_DATA_LICENSE_ID">SPDX_DATA_LICENSE_ID</a></code></td>
<td class="colLast"><code>"CC0-1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.SPDX_DATA_LICENSE_ID_VERSION_1_0">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#SPDX_DATA_LICENSE_ID_VERSION_1_0">SPDX_DATA_LICENSE_ID_VERSION_1_0</a></code></td>
<td class="colLast"><code>"PDDL-1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.SPDX_DATE_FORMAT">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#SPDX_DATE_FORMAT">SPDX_DATE_FORMAT</a></code></td>
<td class="colLast"><code>"yyyy-MM-dd\'T\'HH:mm:ss\'Z\'"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.SPDX_NAMESPACE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#SPDX_NAMESPACE">SPDX_NAMESPACE</a></code></td>
<td class="colLast"><code>"http://spdx.org/rdf/terms#"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.STANDARD_LICENSE_URL">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#STANDARD_LICENSE_URL">STANDARD_LICENSE_URL</a></code></td>
<td class="colLast"><code>"http://spdx.org/licenses"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.TERM_LICENSE_NOASSERTION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#TERM_LICENSE_NOASSERTION">TERM_LICENSE_NOASSERTION</a></code></td>
<td class="colLast"><code>"noassertion"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.TERM_LICENSE_NONE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#TERM_LICENSE_NONE">TERM_LICENSE_NONE</a></code></td>
<td class="colLast"><code>"none"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.URI_VALUE_NOASSERTION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#URI_VALUE_NOASSERTION">URI_VALUE_NOASSERTION</a></code></td>
<td class="colLast"><code>"http://spdx.org/rdf/terms#noassertion"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.rdfparser.SpdxRdfConstants.URI_VALUE_NONE">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/rdfparser/SpdxRdfConstants.html#URI_VALUE_NONE">URI_VALUE_NONE</a></code></td>
<td class="colLast"><code>"http://spdx.org/rdf/terms#none"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.spdxspreadsheet.<a href="org/spdx/spdxspreadsheet/AbstractSheet.html" title="class in org.spdx.spdxspreadsheet">AbstractSheet</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.spdxspreadsheet.AbstractSheet.FONT_SIZE">
<!-- -->
</a><code>protected static final short</code></td>
<td><code><a href="org/spdx/spdxspreadsheet/AbstractSheet.html#FONT_SIZE">FONT_SIZE</a></code></td>
<td class="colLast"><code>200</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.spdxspreadsheet.<a href="org/spdx/spdxspreadsheet/SPDXSpreadsheet.html" title="class in org.spdx.spdxspreadsheet">SPDXSpreadsheet</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.spdxspreadsheet.SPDXSpreadsheet.CURRENT_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/spdxspreadsheet/SPDXSpreadsheet.html#CURRENT_VERSION">CURRENT_VERSION</a></code></td>
<td class="colLast"><code>"1.2.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.spdxspreadsheet.SPDXSpreadsheet.UNKNOWN_VERSION">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/spdxspreadsheet/SPDXSpreadsheet.html#UNKNOWN_VERSION">UNKNOWN_VERSION</a></code></td>
<td class="colLast"><code>"UNKNOWN"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.spdxspreadsheet.SPDXSpreadsheet.VERSION_0_9_1">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/spdxspreadsheet/SPDXSpreadsheet.html#VERSION_0_9_1">VERSION_0_9_1</a></code></td>
<td class="colLast"><code>"0.9.1"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.spdxspreadsheet.SPDXSpreadsheet.VERSION_0_9_2">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/spdxspreadsheet/SPDXSpreadsheet.html#VERSION_0_9_2">VERSION_0_9_2</a></code></td>
<td class="colLast"><code>"0.9.2"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.spdxspreadsheet.SPDXSpreadsheet.VERSION_0_9_3">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/spdxspreadsheet/SPDXSpreadsheet.html#VERSION_0_9_3">VERSION_0_9_3</a></code></td>
<td class="colLast"><code>"0.9.3"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.spdxspreadsheet.SPDXSpreadsheet.VERSION_0_9_4">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/spdxspreadsheet/SPDXSpreadsheet.html#VERSION_0_9_4">VERSION_0_9_4</a></code></td>
<td class="colLast"><code>"0.9.4"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.spdxspreadsheet.SPDXSpreadsheet.VERSION_1_1_0">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/spdxspreadsheet/SPDXSpreadsheet.html#VERSION_1_1_0">VERSION_1_1_0</a></code></td>
<td class="colLast"><code>"1.1.0"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.tag.<a href="org/spdx/tag/TagValueParserTokenTypes.html" title="interface in org.spdx.tag">TagValueParserTokenTypes</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.tag.TagValueParserTokenTypes.EOF">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/tag/TagValueParserTokenTypes.html#EOF">EOF</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.tag.TagValueParserTokenTypes.LINE_COMMENT">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/tag/TagValueParserTokenTypes.html#LINE_COMMENT">LINE_COMMENT</a></code></td>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.tag.TagValueParserTokenTypes.MULTI_LINE_VALUE">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/tag/TagValueParserTokenTypes.html#MULTI_LINE_VALUE">MULTI_LINE_VALUE</a></code></td>
<td class="colLast"><code>7</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.tag.TagValueParserTokenTypes.NULL_TREE_LOOKAHEAD">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/tag/TagValueParserTokenTypes.html#NULL_TREE_LOOKAHEAD">NULL_TREE_LOOKAHEAD</a></code></td>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.tag.TagValueParserTokenTypes.TAG">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/tag/TagValueParserTokenTypes.html#TAG">TAG</a></code></td>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.spdx.tag.TagValueParserTokenTypes.TAG_VALUE_TOKEN">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/tag/TagValueParserTokenTypes.html#TAG_VALUE_TOKEN">TAG_VALUE_TOKEN</a></code></td>
<td class="colLast"><code>6</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.tag.TagValueParserTokenTypes.VALUE">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/spdx/tag/TagValueParserTokenTypes.html#VALUE">VALUE</a></code></td>
<td class="colLast"><code>5</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.spdx.tools.<a href="org/spdx/tools/RdfToSpreadsheet.html" title="class in org.spdx.tools">RdfToSpreadsheet</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.spdx.tools.RdfToSpreadsheet.NOT_SUPPORTED_STRING">
<!-- -->
</a><code>public static final <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><code><a href="org/spdx/tools/RdfToSpreadsheet.html#NOT_SUPPORTED_STRING">NOT_SUPPORTED_STRING</a></code></td>
<td class="colLast"><code>"This field is not yet supported by SPDX"</code></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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><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?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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 <a href="http://www.linuxfoundation.org">Linux Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>
| goneall/SPDX-Tools | doc/constant-values.html | HTML | apache-2.0 | 97,216 |
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>RAMFile Constructor ()</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Apache Lucene.Net 2.4.0 Class Library API</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">RAMFile Constructor ()</h1>
</div>
</div>
<div id="nstext">
<p>Initializes a new instance of the <a href="Lucene.Net.Store.RAMFile.html">RAMFile</a> class.</p>
<div class="syntax">protected internal RAMFile();</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Lucene.Net.Store.RAMFile.html">RAMFile Class</a> | <a href="Lucene.Net.Store.html">Lucene.Net.Store Namespace</a> | <a href="Lucene.Net.Store.RAMFileConstructor.html">RAMFile Constructor Overload List</a></p>
<hr />
<div id="footer">
<p>
</p>
<p>Generated from assembly Lucene.Net [2.4.0.2]</p>
</div>
</div>
</body>
</html> | Mpdreamz/lucene.net | doc/core/Lucene.Net.Store.RAMFileConstructor1.html | HTML | apache-2.0 | 1,448 |
<!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) on Mon Mar 28 17:12:01 AEST 2016 -->
<title>net.jini.security.proxytrust (River-Internet vtrunk API Documentation (internals))</title>
<meta name="date" content="2016-03-28">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="net.jini.security.proxytrust (River-Internet vtrunk API Documentation (internals))";
}
}
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="../../../../net/jini/security/policy/package-summary.html">Prev Package</a></li>
<li><a href="../../../../net/jini/space/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?net/jini/security/proxytrust/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 net.jini.security.proxytrust</h1>
<div class="docSummary">
<div class="block">
Historically, proxy trust relied on the Java sandbox, however with the
plethora of security problems relating to serialization.</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="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="../../../../net/jini/security/proxytrust/ProxyTrust.html" title="interface in net.jini.security.proxytrust">ProxyTrust</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/ProxyTrustIterator.html" title="interface in net.jini.security.proxytrust">ProxyTrustIterator</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/ServerProxyTrust.html" title="interface in net.jini.security.proxytrust">ServerProxyTrust</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/TrustEquivalence.html" title="interface in net.jini.security.proxytrust">TrustEquivalence</a></td>
<td class="colLast">
<div class="block">Defines an interface for checking that an object (that is not yet known to
be trusted) is equivalent in trust, content, and function to a known
trusted object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/UntrustedObjectSecurityContext.html" title="interface in net.jini.security.proxytrust">UntrustedObjectSecurityContext</a></td>
<td class="colLast">
<div class="block">A trust verifier context element that provides a security context
to use to restrict privileges when invoking methods on untrusted objects.</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="../../../../net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html" title="class in net.jini.security.proxytrust">BasicUntrustedObjectSecurityContext</a></td>
<td class="colLast">
<div class="block">A basic trust verifier context element that provides a security
context to use to restrict privileges when invoking methods on untrusted
objects, based on a specified set of permissions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/ProxyTrustExporter.html" title="class in net.jini.security.proxytrust">ProxyTrustExporter</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/ProxyTrustExporter.ProxyTrustImpl.html" title="class in net.jini.security.proxytrust">ProxyTrustExporter.ProxyTrustImpl</a></td>
<td class="colLast">
<div class="block">ProxyTrust impl class</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/ProxyTrustExporter.Reaper.html" title="class in net.jini.security.proxytrust">ProxyTrustExporter.Reaper</a></td>
<td class="colLast">
<div class="block">WeakRef reaper</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/ProxyTrustExporter.WeakRef.html" title="class in net.jini.security.proxytrust">ProxyTrustExporter.WeakRef</a></td>
<td class="colLast">
<div class="block">Weak reference to the main remote object with strong reference
to the bootstrap remote object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/ProxyTrustInvocationHandler.html" title="class in net.jini.security.proxytrust">ProxyTrustInvocationHandler</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/ProxyTrustVerifier.html" title="class in net.jini.security.proxytrust">ProxyTrustVerifier</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/ProxyTrustVerifier.MOStream.html" title="class in net.jini.security.proxytrust">ProxyTrustVerifier.MOStream</a></td>
<td class="colLast">
<div class="block">Marshal output stream that looks for a class with a given codebase
but in a different class loader than the one we have.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/jini/security/proxytrust/SingletonProxyTrustIterator.html" title="class in net.jini.security.proxytrust">SingletonProxyTrustIterator</a></td>
<td class="colLast">Deprecated</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package net.jini.security.proxytrust Description">Package net.jini.security.proxytrust Description</h2>
<div class="block"><p>
Historically, proxy trust relied on the Java sandbox, however with the
plethora of security problems relating to serialization. Now with the
development of gadget attacks, where an attacker crafts a serialized
stream to contain objects constructed in a way to create execution paths
not intended by the original developers.
<p>
The constraint <a href="../../../../net/jini/core/constraint/AtomicInputValidation.html" title="enum in net.jini.core.constraint"><code>AtomicInputValidation</code></a>,
and
<a href="../../../../org/apache/river/api/io/DeSerializationPermission.html" title="class in org.apache.river.api.io"><code>DeSerializationPermission</code></a> combined with
<a href="../../../../net/jini/loader/DownloadPermission.html" title="class in net.jini.loader"><code>DownloadPermission</code></a>, prevent downloading untrusted code,
limit classes that are allowed to perform deserialization and prevent the
objects from being assembled into a form required to perform gadget attacks,
by preventing object construction when invariants are not satisfied.
<p>
In addition to the above defenses, a new method <a href="../../../../net/jini/core/lookup/ServiceRegistrar.html#lookUp-net.jini.core.lookup.ServiceTemplate-int-"><code>ServiceRegistrar.lookUp(net.jini.core.lookup.ServiceTemplate, int)</code></a>
has been provided to return bootstrap proxy's, that clients apply constraints to
and use to authenticate
a service, retrieve the service proxy and apply constraints, in this case
the proxy has been retrieved from a trusted and authenticated service.
<p>
New unicast discovery providers:<br>
<br>
<UL>
<li>org.apache.river.discovery.ssl.sha512.Client</li>
<li>org.apache.river.discovery.ssl.sha512.Server</li>
<li>org.apache.river.discovery.ssl.sha384.Client</li>
<li>org.apache.river.discovery.ssl.sha384.Server</li>
<li>org.apache.river.discovery.ssl.sha256.Client</li>
<li>org.apache.river.discovery.ssl.sha256.Server</li>
<li>org.apache.river.discovery.ssl.sha224.Client</li>
<li>org.apache.river.discovery.ssl.sha224.Server</li>
</UL>
The new unicast discovery providers above, automatically grant DownloadPermission
and DeSerializationPermission("ATOMIC") either to the ServiceRegistrar proxy's
class annotation, or to it's Certificate chain, to enable the proxy to be
downloaded and deserialized, note that constraints should be used to ensure
authentication occurs prior to these permissions being granted.
<p>
In light of these developments, the proxy trust mechanisms in this package are
now obsolete.
<p>
Defines a trust verifier to support verification of proxies that use
dynamically downloaded code, implementation mechanisms to support the
verification of such proxies, and an exporter for remote objects that have
such proxies. The trust verifier is intended to be specified in a resource to
configure the operation of
<a href="../../../../net/jini/security/Security.html#verifyObjectTrust-java.lang.Object-java.lang.ClassLoader-java.util.Collection-"><code>Security.verifyObjectTrust</code></a>.
<p>
The purpose of this package is to support verification of proxies that use
dynamically downloaded code, in a way that limits the knowledge that must be
pre-configured into the client. Specifically, the idea is to require the
client to only know who the server must authenticate as (which is something
the client presumably needs to know anyway), to avoid requiring the client to
know anything else (such as where the code was downloaded from or who signed
that code), and to avoid making assumptions about the authentication
mechanism (such as requiring the server to have a public/private key pair
that it has to use for signing the proxy code).
<p>
Rather than having the client directly determine if it trusts the proxy,
the approach taken is to first determine that the client can trust the server
(by requiring the server to authenticate itself), and then determine that the
server trusts the proxy (by asking the server for a verifier and passing the
proxy to that verifier). If the client trusts the server and the server
trusts the proxy, then transitively the client is inferred to trust the
proxy. However, there are questions to answer for both of these steps.
<p>
First, there is the question of how the client can reliably verify that the
server authenticates itself, when the client does not yet trust the
downloaded proxy. The
<a href="../../../../net/jini/security/proxytrust/ProxyTrustVerifier.html" title="class in net.jini.security.proxytrust"><code>ProxyTrustVerifier</code></a>
requires the proxy to support some bootstrap remote communication mechanism
that the client does trust. Specifically, the proxy must be able to provide a
bootstrap proxy, which must be an instance of both
<a href="../../../../net/jini/security/proxytrust/ProxyTrust.html" title="interface in net.jini.security.proxytrust"><code>ProxyTrust</code></a> and
<a href="../../../../net/jini/core/constraint/RemoteMethodControl.html" title="interface in net.jini.core.constraint"><code>RemoteMethodControl</code></a>. This
bootstrap proxy either must be trusted by the client, or it must be a
dynamic proxy which is trusted by the client after removing remote codebase
information from the dynamic proxy class. In the common case of a smart
proxy wrapped around a standard dynamic proxy (for example, a dynamic proxy
for a remote object exported to use Jini extensible remote invocation
(Jini ERI)), the dynamic proxy usually can serve as the bootstrap proxy if
its invocation handler does not depend on any downloaded code, on the
assumption that the client will have configured in a trust verifier for local
dynamic proxies and their invocation handlers (for example,
<a href="../../../../net/jini/jeri/BasicJeriTrustVerifier.html" title="class in net.jini.jeri"><code>BasicJeriTrustVerifier</code></a>). However, there
is no requirement that normal communication with the server use the same
protocol used by the bootstrap proxy; the bootstrap proxy could be used
strictly for trust verification. The
<a href="../../../../net/jini/security/proxytrust/ProxyTrustExporter.html" title="class in net.jini.security.proxytrust"><code>ProxyTrustExporter</code></a>
is provided for this purpose.
<p>
Second, there is the question of how to reliably obtain a verifier from the
server. (The proxy is not sent to the server because an untrusted proxy
could use a <code>writeReplace</code> serialization method to replace
itself on the wire with a trusted proxy; the proxy needs to be checked in
the client.) Authentication of the server should be required during the
remote call through the bootstrap proxy to obtain the verifier from the
server, as should object integrity, so that the remote call and the
verifier object received from it can be trusted. To accomplish this,
the client is responsible for specifying
<a href="../../../../net/jini/core/constraint/ServerAuthentication.html#YES"><code>ServerAuthentication.YES</code></a>, an appropriate
<a href="../../../../net/jini/core/constraint/ServerMinPrincipal.html" title="class in net.jini.core.constraint"><code>ServerMinPrincipal</code></a> instance,
and <a href="../../../../net/jini/core/constraint/Integrity.html#YES"><code>Integrity.YES</code></a>
as requirements for the
<a href="../../../../net/jini/security/proxytrust/ProxyTrust.html#getProxyVerifier--"><code>ProxyTrust.getProxyVerifier</code></a> method in a
<a href="../../../../net/jini/core/constraint/MethodConstraints.html" title="interface in net.jini.core.constraint"><code>MethodConstraints</code></a> instance
included as an element of the context collection passed to
<code>Security.verifyObjectTrust</code>. Normally such constraints should be
obtained from a <a href="../../../../net/jini/config/Configuration.html" title="interface in net.jini.config"><code>Configuration</code></a> rather
than being explicitly constructed.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="simpleTagLabel">Version:</span></dt>
<dd>3.0</dd>
</dl>
</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="../../../../net/jini/security/policy/package-summary.html">Prev Package</a></li>
<li><a href="../../../../net/jini/space/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?net/jini/security/proxytrust/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 2007-2013, multiple authors.<br>Licensed under the <a href=http://www.apache.org/licenses/LICENSE-2.0 target=child >Apache License, Version 2.0</a>, see the <a href=../../../../doc-files/NOTICE target=child >NOTICE</a> file for attributions.</small></p>
</body>
</html>
| pfirmstone/JGDMS | JGDMS/src/site/resources/old-static-site/doc/internals/net/jini/security/proxytrust/package-summary.html | HTML | apache-2.0 | 18,219 |
<!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>sslservicegroup_sslciphersuite_binding module — Nitro documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Nitro documentation" href="index.html" />
<link rel="up" title="ssl package" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.html" />
<link rel="next" title="sslvserver module" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver.html" />
<link rel="prev" title="sslservicegroup_sslcipher_binding module" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslcipher_binding.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver.html" title="sslvserver module"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslcipher_binding.html" title="sslservicegroup_sslcipher_binding module"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Nitro documentation</a> »</li>
<li><a href="nssrc.com.citrix.netscaler.nitro.resource.config.html" >config package</a> »</li>
<li><a href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.html" accesskey="U">ssl package</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="module-nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding">
<span id="sslservicegroup-sslciphersuite-binding-module"></span><h1>sslservicegroup_sslciphersuite_binding module<a class="headerlink" href="#module-nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding" title="Permalink to this headline">¶</a></h1>
<dl class="class">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding">
<em class="property">class </em><tt class="descname">sslservicegroup_sslciphersuite_binding</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.base.base_resource.html#nssrc.com.citrix.netscaler.nitro.resource.base.base_resource.base_resource" title="nssrc.com.citrix.netscaler.nitro.resource.base.base_resource.base_resource"><tt class="xref py py-class docutils literal"><span class="pre">nssrc.com.citrix.netscaler.nitro.resource.base.base_resource.base_resource</span></tt></a></p>
<p>Binding class showing the sslciphersuite that can be bound to sslservicegroup.</p>
<dl class="attribute">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.ciphername">
<tt class="descname">ciphername</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.ciphername" title="Permalink to this definition">¶</a></dt>
<dd><p>The name of the cipher group/alias/name configured for the SSL service group.</p>
</dd></dl>
<dl class="attribute">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.servicegroupname">
<tt class="descname">servicegroupname</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.servicegroupname" title="Permalink to this definition">¶</a></dt>
<dd><p>The name of the SSL service to which the SSL policy needs to be bound.<br/>Minimum length = 1.</p>
</dd></dl>
<dl class="attribute">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.description">
<tt class="descname">description</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.description" title="Permalink to this definition">¶</a></dt>
<dd><p>The description of the cipher.</p>
</dd></dl>
<dl class="classmethod">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.add">
<em class="property">classmethod </em><tt class="descname">add</tt><big>(</big><em>client</em>, <em>resource</em><big>)</big><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.add" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="classmethod">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.delete">
<em class="property">classmethod </em><tt class="descname">delete</tt><big>(</big><em>client</em>, <em>resource</em><big>)</big><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.delete" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="classmethod">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.get">
<em class="property">classmethod </em><tt class="descname">get</tt><big>(</big><em>service</em>, <em>servicegroupname</em><big>)</big><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.get" title="Permalink to this definition">¶</a></dt>
<dd><p>Use this API to fetch sslservicegroup_sslciphersuite_binding resources.</p>
</dd></dl>
<dl class="classmethod">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.get_filtered">
<em class="property">classmethod </em><tt class="descname">get_filtered</tt><big>(</big><em>service</em>, <em>servicegroupname</em>, <em>filter_</em><big>)</big><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.get_filtered" title="Permalink to this definition">¶</a></dt>
<dd><p>Use this API to fetch filtered set of sslservicegroup_sslciphersuite_binding resources.
Filter string should be in JSON format.eg: “port:80,servicetype:HTTP”.</p>
</dd></dl>
<dl class="classmethod">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.count">
<em class="property">classmethod </em><tt class="descname">count</tt><big>(</big><em>service</em>, <em>servicegroupname</em><big>)</big><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.count" title="Permalink to this definition">¶</a></dt>
<dd><p>Use this API to count sslservicegroup_sslciphersuite_binding resources configued on NetScaler.</p>
</dd></dl>
<dl class="classmethod">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.count_filtered">
<em class="property">classmethod </em><tt class="descname">count_filtered</tt><big>(</big><em>service</em>, <em>servicegroupname</em>, <em>filter_</em><big>)</big><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.count_filtered" title="Permalink to this definition">¶</a></dt>
<dd><p>Use this API to count the filtered set of sslservicegroup_sslciphersuite_binding resources.
Filter string should be in JSON format.eg: “port:80,servicetype:HTTP”.</p>
</dd></dl>
<dl class="class">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Ocspcheck">
<em class="property">class </em><tt class="descname">Ocspcheck</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Ocspcheck" title="Permalink to this definition">¶</a></dt>
<dd><dl class="attribute">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Ocspcheck.Mandatory">
<tt class="descname">Mandatory</tt><em class="property"> = 'Mandatory'</em><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Ocspcheck.Mandatory" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Ocspcheck.Optional">
<tt class="descname">Optional</tt><em class="property"> = 'Optional'</em><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Ocspcheck.Optional" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Crlcheck">
<em class="property">class </em><tt class="descclassname">sslservicegroup_sslciphersuite_binding.</tt><tt class="descname">Crlcheck</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Crlcheck" title="Permalink to this definition">¶</a></dt>
<dd><dl class="attribute">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Crlcheck.Mandatory">
<tt class="descname">Mandatory</tt><em class="property"> = 'Mandatory'</em><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Crlcheck.Mandatory" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Crlcheck.Optional">
<tt class="descname">Optional</tt><em class="property"> = 'Optional'</em><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding.Crlcheck.Optional" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
</dd></dl>
<dl class="class">
<dt id="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding_response">
<em class="property">class </em><tt class="descname">sslservicegroup_sslciphersuite_binding_response</tt><big>(</big><em>length=1</em><big>)</big><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.sslservicegroup_sslciphersuite_binding_response" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.base.base_response.html#nssrc.com.citrix.netscaler.nitro.resource.base.base_response.base_response" title="nssrc.com.citrix.netscaler.nitro.resource.base.base_response.base_response"><tt class="xref py py-class docutils literal"><span class="pre">nssrc.com.citrix.netscaler.nitro.resource.base.base_response.base_response</span></tt></a></p>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper"><ul class="globaltoc"><ul class="current">
<li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.exception.html">Nitro exception Package</a></li>
<li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.base.html">Base Package</a></li>
<li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.service.html">Service Package</a></li>
<li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.util.html">Util Package</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.html">Config Package</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.aaa.html">aaa</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.app.html">app</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.appflow.html">appflow</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.appfw.html">appfw</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.appqoe.html">appqoe</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.audit.html">audit</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.authentication.html">authentication</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.authorization.html">authorization</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.autoscale.html">autoscale</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.basic.html">basic</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ca.html">ca</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.cache.html">cache</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.cluster.html">cluster</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.cmp.html">cmp</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.cr.html">cr</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.cs.html">cs</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.db.html">db</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.dns.html">dns</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.dos.html">dos</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.feo.html">feo</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.filter.html">filter</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.gslb.html">gslb</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ha.html">ha</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ipsec.html">ipsec</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.lb.html">lb</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.lldp.html">lldp</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.network.html">network</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ns.html">ns</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ntp.html">ntp</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.policy.html">policy</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.pq.html">pq</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.protocol.html">protocol</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.responder.html">responder</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.rewrite.html">rewrite</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.rise.html">rise</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.router.html">router</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.sc.html">sc</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.snmp.html">snmp</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.spillover.html">spillover</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.html">ssl</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslaction.html">sslaction</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcert.html">sslcert</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertchain.html">sslcertchain</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertchain_binding.html">sslcertchain_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertchain_sslcertkey_binding.html">sslcertchain_sslcertkey_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertfile.html">sslcertfile</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertkey.html">sslcertkey</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertkey_binding.html">sslcertkey_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertkey_crldistribution_binding.html">sslcertkey_crldistribution_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertkey_service_binding.html">sslcertkey_service_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertkey_sslocspresponder_binding.html">sslcertkey_sslocspresponder_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertkey_sslvserver_binding.html">sslcertkey_sslvserver_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertlink.html">sslcertlink</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcertreq.html">sslcertreq</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcipher.html">sslcipher</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcipher_binding.html">sslcipher_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcipher_individualcipher_binding.html">sslcipher_individualcipher_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcipher_service_binding.html">sslcipher_service_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcipher_servicegroup_binding.html">sslcipher_servicegroup_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcipher_sslciphersuite_binding.html">sslcipher_sslciphersuite_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcipher_sslvserver_binding.html">sslcipher_sslvserver_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslciphersuite.html">sslciphersuite</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcrl.html">sslcrl</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcrl_binding.html">sslcrl_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcrl_serialnumber_binding.html">sslcrl_serialnumber_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslcrlfile.html">sslcrlfile</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.ssldhfile.html">ssldhfile</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.ssldhparam.html">ssldhparam</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.ssldsakey.html">ssldsakey</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.ssldtlsprofile.html">ssldtlsprofile</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslfips.html">sslfips</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslfipskey.html">sslfipskey</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslfipssimsource.html">sslfipssimsource</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslfipssimtarget.html">sslfipssimtarget</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslglobal_binding.html">sslglobal_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslglobal_sslpolicy_binding.html">sslglobal_sslpolicy_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslkeyfile.html">sslkeyfile</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslocspresponder.html">sslocspresponder</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslparameter.html">sslparameter</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpkcs12.html">sslpkcs12</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpkcs8.html">sslpkcs8</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicy.html">sslpolicy</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicy_binding.html">sslpolicy_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicy_csvserver_binding.html">sslpolicy_csvserver_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicy_lbvserver_binding.html">sslpolicy_lbvserver_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicy_sslglobal_binding.html">sslpolicy_sslglobal_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicy_sslpolicylabel_binding.html">sslpolicy_sslpolicylabel_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicy_sslservice_binding.html">sslpolicy_sslservice_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicy_sslvserver_binding.html">sslpolicy_sslvserver_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicylabel.html">sslpolicylabel</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicylabel_binding.html">sslpolicylabel_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslpolicylabel_sslpolicy_binding.html">sslpolicylabel_sslpolicy_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslprofile.html">sslprofile</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslrsakey.html">sslrsakey</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservice.html">sslservice</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservice_binding.html">sslservice_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservice_ecccurve_binding.html">sslservice_ecccurve_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservice_sslcertkey_binding.html">sslservice_sslcertkey_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservice_sslcipher_binding.html">sslservice_sslcipher_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservice_sslciphersuite_binding.html">sslservice_sslciphersuite_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservice_sslpolicy_binding.html">sslservice_sslpolicy_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup.html">sslservicegroup</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_binding.html">sslservicegroup_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslcertkey_binding.html">sslservicegroup_sslcertkey_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslcipher_binding.html">sslservicegroup_sslcipher_binding</a></li>
<li class="toctree-l3 current"><a class="current reference internal" href="">sslservicegroup_sslciphersuite_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver.html">sslvserver</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver_binding.html">sslvserver_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver_ecccurve_binding.html">sslvserver_ecccurve_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver_sslcertkey_binding.html">sslvserver_sslcertkey_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver_sslcipher_binding.html">sslvserver_sslcipher_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver_sslciphersuite_binding.html">sslvserver_sslciphersuite_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver_sslpolicy_binding.html">sslvserver_sslpolicy_binding</a></li>
<li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslwrapkey.html">sslwrapkey</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.stream.html">stream</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.system.html">system</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.tm.html">tm</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.transform.html">transform</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.tunnel.html">tunnel</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.utility.html">utility</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.vpn.html">vpn</a></li>
<li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.wi.html">wi</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.html">Stat Package</a></li>
</ul>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslcipher_binding.html"
title="previous chapter">sslservicegroup_sslcipher_binding module</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslvserver.html"
title="next chapter">sslvserver module</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright © 1999-2014 Citrix Systems, Inc. All Rights Reserved.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.
</div>
</body>
</html> | benfinke/ns_python | doc/html/nssrc.com.citrix.netscaler.nitro.resource.config.ssl.sslservicegroup_sslciphersuite_binding.html | HTML | apache-2.0 | 34,847 |
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="refresh"
content="0;
url=docs/scala.js.html"
/>
<script type="text/javascript">
window.location.href = 'docs/scala.js';
</script>
<title>Your Site Title Here</title>
</head>
<body>
If you are not redirected automatically, follow this
<a href="docs/scala.js">link</a>.
</body>
</html>
| trueaccord/ScalaPB | website/static/scala.js.html | HTML | apache-2.0 | 513 |
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2017-06-27
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<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="20170627" />
<meta http-equiv="Content-Language" content="en" />
<title>Metron – Statistics and Mathematical Functions</title>
<link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.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.0.min.js"></script>
<script type="text/javascript">$( document ).ready( function() { $( '.carousel' ).carousel( { interval: 3500 } ) } );</script>
</head>
<body class="topBarDisabled">
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<a href="http://metron.apache.org/" id="bannerLeft">
<img src="../../images/metron-logo.png" alt="Apache Metron" width="148px" height="48px"/>
</a>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li class="">
<a href="http://www.apache.org" class="externalLink" title="Apache">
Apache</a>
</li>
<li class="divider ">/</li>
<li class="">
<a href="http://metron.apache.org/" class="externalLink" title="Metron">
Metron</a>
</li>
<li class="divider ">/</li>
<li class="">
<a href="../../index.html" title="Documentation">
Documentation</a>
</li>
<li class="divider ">/</li>
<li class="">Statistics and Mathematical Functions</li>
<li id="publishDate" class="pull-right">Last Published: 2017-06-27</li> <li class="divider pull-right">|</li>
<li id="projectVersion" class="pull-right">Version: 0.4.0</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">User Documentation</li>
<li>
<a href="../../index.html" title="Metron">
<i class="icon-chevron-down"></i>
Metron</a>
<ul class="nav nav-list">
<li>
<a href="../../Upgrading.html" title="Upgrading">
<i class="none"></i>
Upgrading</a>
</li>
<li>
<a href="../../metron-analytics/index.html" title="Analytics">
<i class="icon-chevron-down"></i>
Analytics</a>
<ul class="nav nav-list">
<li>
<a href="../../metron-analytics/metron-maas-service/index.html" title="Maas-service">
<i class="none"></i>
Maas-service</a>
</li>
<li>
<a href="../../metron-analytics/metron-profiler/index.html" title="Profiler">
<i class="none"></i>
Profiler</a>
</li>
<li>
<a href="../../metron-analytics/metron-profiler-client/index.html" title="Profiler-client">
<i class="none"></i>
Profiler-client</a>
</li>
<li class="active">
<a href="#"><i class="icon-chevron-down"></i>Statistics</a>
<ul class="nav nav-list">
<li>
<a href="../../metron-analytics/metron-statistics/HLLP.html" title="HLLP">
<i class="none"></i>
HLLP</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="../../metron-deployment/index.html" title="Deployment">
<i class="icon-chevron-right"></i>
Deployment</a>
</li>
<li>
<a href="../../metron-docker/index.html" title="Docker">
<i class="none"></i>
Docker</a>
</li>
<li>
<a href="../../metron-interface/metron-config/index.html" title="Config">
<i class="none"></i>
Config</a>
</li>
<li>
<a href="../../metron-interface/metron-rest/index.html" title="Rest">
<i class="none"></i>
Rest</a>
</li>
<li>
<a href="../../metron-platform/index.html" title="Platform">
<i class="icon-chevron-right"></i>
Platform</a>
</li>
<li>
<a href="../../metron-sensors/index.html" title="Sensors">
<i class="icon-chevron-right"></i>
Sensors</a>
</li>
</ul>
</li>
</ul>
<hr class="divider" />
<div id="poweredBy">
<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" >
<h1>Statistics and Mathematical Functions</h1>
<p><a name="Statistics_and_Mathematical_Functions"></a></p>
<p>A variety of non-trivial and advanced analytics make use of statistics and advanced mathematical functions. Particular, capturing the statistical snapshots in a scalable way can open up doors for more advanced analytics such as outlier analysis. As such, this project is aimed at capturing a robust set of statistical functions and statistical-based algorithms in the form of Stellar functions. These functions can be used from everywhere where Stellar is used.</p>
<div class="section">
<h2><a name="Stellar_Functions"></a>Stellar Functions</h2>
<div class="section">
<h3><a name="Approximation_Statistics"></a>Approximation Statistics</h3>
<div class="section">
<h4><a name="HLLP_ADD"></a><tt>HLLP_ADD</tt></h4>
<ul>
<li>Description: Add value to the HyperLogLogPlus estimator set. See <a href="HLLP.html">HLLP README</a></li>
<li>Input:
<ul>
<li>hyperLogLogPlus - the hllp estimator to add a value to</li>
<li>value+ - value to add to the set. Takes a single item or a list.</li>
</ul></li>
<li>Returns: The HyperLogLogPlus set with a new value added</li>
</ul></div>
<div class="section">
<h4><a name="HLLP_CARDINALITY"></a><tt>HLLP_CARDINALITY</tt></h4>
<ul>
<li>Description: Returns HyperLogLogPlus-estimated cardinality for this set. See <a href="HLLP.html">HLLP README</a></li>
<li>Input:
<ul>
<li>hyperLogLogPlus - the hllp set</li>
</ul></li>
<li>Returns: Long value representing the cardinality for this set. Cardinality of a null set is 0.</li>
</ul></div>
<div class="section">
<h4><a name="HLLP_INIT"></a><tt>HLLP_INIT</tt></h4>
<ul>
<li>Description: Initializes the HyperLogLogPlus estimator set. p must be a value between 4 and sp and sp must be less than 32 and greater than 4. See <a href="HLLP.html">HLLP README</a></li>
<li>Input:
<ul>
<li>p - the precision value for the normal set</li>
<li>sp - the precision value for the sparse set. If p is set, but sp is 0 or not specified, the sparse set will be disabled.</li>
</ul></li>
<li>Returns: A new HyperLogLogPlus set</li>
</ul></div>
<div class="section">
<h4><a name="HLLP_MERGE"></a><tt>HLLP_MERGE</tt></h4>
<ul>
<li>Description: Merge hllp sets together. The resulting estimator is initialized with p and sp precision values from the first provided hllp estimator set. See <a href="HLLP.html">HLLP README</a></li>
<li>Input:
<ul>
<li>hllp - List of hllp estimators to merge. Takes a single hllp set or a list.</li>
</ul></li>
<li>Returns: A new merged HyperLogLogPlus estimator set. Passing an empty list returns null.</li>
</ul></div></div>
<div class="section">
<h3><a name="Mathematical_Functions"></a>Mathematical Functions</h3>
<div class="section">
<h4><a name="ABS"></a><tt>ABS</tt></h4>
<ul>
<li>Description: Returns the absolute value of a number.</li>
<li>Input:
<ul>
<li>number - The number to take the absolute value of</li>
</ul></li>
<li>Returns: The absolute value of the number passed in.</li>
</ul></div>
<div class="section">
<h4><a name="BIN"></a><tt>BIN</tt></h4>
<ul>
<li>Description: Computes the bin that the value is in given a set of bounds.</li>
<li>Input:
<ul>
<li>value - The value to bin</li>
<li>bounds - A list of value bounds (excluding min and max) in sorted order.</li>
</ul></li>
<li>Returns: Which bin N the value falls in such that bound(N-1) < value <= bound(N). No min and max bounds are provided, so values smaller than the 0’th bound go in the 0’th bin, and values greater than the last bound go in the M’th bin.</li>
</ul></div></div>
<div class="section">
<h3><a name="Distributional_Statistics"></a>Distributional Statistics</h3>
<div class="section">
<h4><a name="STATS_ADD"></a><tt>STATS_ADD</tt></h4>
<ul>
<li>Description: Adds one or more input values to those that are used to calculate the summary statistics.</li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object. If null, then a new one is initialized.</li>
<li>value+ - One or more numbers to add</li>
</ul></li>
<li>Returns: A Stellar statistics object</li>
</ul></div>
<div class="section">
<h4><a name="STATS_BIN"></a><tt>STATS_BIN</tt></h4>
<ul>
<li>Description: Computes the bin that the value is in based on the statistical distribution.</li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
<li>value - The value to bin</li>
<li>bounds? - A list of percentile bin bounds (excluding min and max) or a string representing a known and common set of bins. For convenience, we have provided QUARTILE, QUINTILE, and DECILE which you can pass in as a string arg. If this argument is omitted, then we assume a Quartile bin split.</li>
</ul></li>
<li>Returns: "Which bin N the value falls in such that bound(N-1) < value <= bound(N). No min and max bounds are provided, so values smaller than the 0’th bound go in the 0’th bin, and values greater than the last bound go in the M’th bin.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_COUNT"></a><tt>STATS_COUNT</tt></h4>
<ul>
<li>Description: Calculates the count of the values accumulated (or in the window if a window is used).</li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The count of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_GEOMETRIC_MEAN"></a><tt>STATS_GEOMETRIC_MEAN</tt></h4>
<ul>
<li>Description: Calculates the geometric mean of the accumulated values (or in the window if a window is used). See <a class="externalLink" href="http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics">http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics</a></li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The geometric mean of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_INIT"></a><tt>STATS_INIT</tt></h4>
<ul>
<li>Description: Initializes a statistics object</li>
<li>Input:
<ul>
<li>window_size - The number of input data values to maintain in a rolling window in memory. If window_size is equal to 0, then no rolling window is maintained. Using no rolling window is less memory intensive, but cannot calculate certain statistics like percentiles and kurtosis.</li>
</ul></li>
<li>Returns: A Stellar statistics object</li>
</ul></div>
<div class="section">
<h4><a name="STATS_KURTOSIS"></a><tt>STATS_KURTOSIS</tt></h4>
<ul>
<li>Description: Calculates the kurtosis of the accumulated values (or in the window if a window is used). See <a class="externalLink" href="http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics">http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics</a></li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The kurtosis of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_MAX"></a><tt>STATS_MAX</tt></h4>
<ul>
<li>Description: Calculates the maximum of the accumulated values (or in the window if a window is used).</li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The maximum of the accumulated values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_MEAN"></a><tt>STATS_MEAN</tt></h4>
<ul>
<li>Description: Calculates the mean of the accumulated values (or in the window if a window is used).</li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The mean of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_MERGE"></a><tt>STATS_MERGE</tt></h4>
<ul>
<li>Description: Merges statistics objects.</li>
<li>Input:
<ul>
<li>statistics - A list of statistics objects</li>
</ul></li>
<li>Returns: A Stellar statistics object</li>
</ul></div>
<div class="section">
<h4><a name="STATS_MIN"></a><tt>STATS_MIN</tt></h4>
<ul>
<li>Description: Calculates the minimum of the accumulated values (or in the window if a window is used).</li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The minimum of the accumulated values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_PERCENTILE"></a><tt>STATS_PERCENTILE</tt></h4>
<ul>
<li>Description: Computes the p’th percentile of the accumulated values (or in the window if a window is used).</li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
<li>p - a double where 0 <= p < 1 representing the percentile</li>
</ul></li>
<li>Returns: The p’th percentile of the data or NaN if the statistics object is null</li>
</ul></div>
<div class="section">
<h4><a name="STATS_POPULATION_VARIANCE"></a><tt>STATS_POPULATION_VARIANCE</tt></h4>
<ul>
<li>Description: Calculates the population variance of the accumulated values (or in the window if a window is used). See <a class="externalLink" href="http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics">http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics</a></li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The population variance of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_QUADRATIC_MEAN"></a><tt>STATS_QUADRATIC_MEAN</tt></h4>
<ul>
<li>Description: Calculates the quadratic mean of the accumulated values (or in the window if a window is used). See <a class="externalLink" href="http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics">http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics</a></li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The quadratic mean of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_SD"></a><tt>STATS_SD</tt></h4>
<ul>
<li>Description: Calculates the standard deviation of the accumulated values (or in the window if a window is used). See <a class="externalLink" href="http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics">http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics</a></li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The standard deviation of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_SKEWNESS"></a><tt>STATS_SKEWNESS</tt></h4>
<ul>
<li>Description: Calculates the skewness of the accumulated values (or in the window if a window is used). See <a class="externalLink" href="http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics">http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics</a></li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The skewness of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_SUM"></a><tt>STATS_SUM</tt></h4>
<ul>
<li>Description: Calculates the sum of the accumulated values (or in the window if a window is used).</li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The sum of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_SUM_LOGS"></a><tt>STATS_SUM_LOGS</tt></h4>
<ul>
<li>Description: Calculates the sum of the (natural) log of the accumulated values (or in the window if a window is used). See <a class="externalLink" href="http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics">http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics</a></li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The sum of the (natural) log of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_SUM_SQUARES"></a><tt>STATS_SUM_SQUARES</tt></h4>
<ul>
<li>Description: Calculates the sum of the squares of the accumulated values (or in the window if a window is used).</li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The sum of the squares of the values in the window or NaN if the statistics object is null.</li>
</ul></div>
<div class="section">
<h4><a name="STATS_VARIANCE"></a><tt>STATS_VARIANCE</tt></h4>
<ul>
<li>Description: Calculates the variance of the accumulated values (or in the window if a window is used). See <a class="externalLink" href="http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics">http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics</a></li>
<li>Input:
<ul>
<li>stats - The Stellar statistics object</li>
</ul></li>
<li>Returns: The variance of the values in the window or NaN if the statistics object is null.</li>
</ul></div></div>
<div class="section">
<h3><a name="Statistical_Outlier_Detection"></a>Statistical Outlier Detection</h3>
<div class="section">
<h4><a name="OUTLIER_MAD_STATE_MERGE"></a><tt>OUTLIER_MAD_STATE_MERGE</tt></h4>
<ul>
<li>Description: Update the statistical state required to compute the Median Absolute Deviation.</li>
<li>Input:
<ul>
<li>[state] - A list of Median Absolute Deviation States to merge. Generally these are states across time.</li>
<li>currentState? - The current state (optional)</li>
</ul></li>
<li>Returns: The Median Absolute Deviation state</li>
</ul></div>
<div class="section">
<h4><a name="OUTLIER_MAD_ADD"></a><tt>OUTLIER_MAD_ADD</tt></h4>
<ul>
<li>Description: Add a piece of data to the state.</li>
<li>Input:
<ul>
<li>state - The MAD state</li>
<li>value - The numeric value to add</li>
</ul></li>
<li>Returns: The MAD state</li>
</ul></div>
<div class="section">
<h4><a name="OUTLIER_MAD_SCORE"></a><tt>OUTLIER_MAD_SCORE</tt></h4>
<ul>
<li>Description: Get the modified z-score normalized by the MAD: scale * | x_i - median(X) | / MAD. See the first page of <a class="externalLink" href="http://web.ipac.caltech.edu/staff/fmasci/home/astro_refs/BetterThanMAD.pdf">http://web.ipac.caltech.edu/staff/fmasci/home/astro_refs/BetterThanMAD.pdf</a></li>
<li>Input:
<ul>
<li>state - The MAD state</li>
<li>value - The numeric value to score</li>
<li>scale? - Optionally the scale to use when computing the modified z-score. Default is <tt>0.6745</tt>, see the first page of <a class="externalLink" href="http://web.ipac.caltech.edu/staff/fmasci/home/astro_refs/BetterThanMAD.pdf">http://web.ipac.caltech.edu/staff/fmasci/home/astro_refs/BetterThanMAD.pdf</a></li>
</ul></li>
<li>Returns: The modified z-score</li>
</ul>
<p><a name="Outlier_Analysis"></a></p>
<h1>Outlier Analysis</h1>
<p>A common desire is to find anomalies in numerical data. To that end, we have some simple statistical anomaly detectors.</p></div></div></div>
<div class="section">
<h2><a name="Median_Absolute_Deviation"></a>Median Absolute Deviation</h2>
<p>Much has been written about this robust estimator. See the first page of <a class="externalLink" href="http://web.ipac.caltech.edu/staff/fmasci/home/astro_refs/BetterThanMAD.pdf">http://web.ipac.caltech.edu/staff/fmasci/home/astro_refs/BetterThanMAD.pdf</a> for a good coverage of the good and the bad of MAD. The usage, however is fairly straightforward:</p>
<ul>
<li>Gather the statistical state required to compute the MAD
<ul>
<li>The distribution of the values of a univariate random variable over time.</li>
<li>The distribution of the absolute deviations of the values from the median.</li>
</ul></li>
<li>Use this statistical state to score unseen values. The higher the score, the more unlike the previously seen data the value is.</li>
</ul>
<p>There are a couple of issues which make MAD a bit hard to compute. First, the statistical state requires computing median, which can be computationally expensive to compute exactly. To get around this, we use the OnlineStatisticalProvider to compute a sketch rather than the exact median. Secondly, the statistical state for seasonal data should be limited to a fixed, trailing window. We do this by ensuring that the MAD state is mergeable and able to be queried from within the Profiler.</p>
<div class="section">
<h3><a name="Example"></a>Example</h3>
<p>We will create a dummy data stream of gaussian noise to illustrate how to use the MAD functionality along with the profiler to tag messages as outliers or not.</p>
<p>To do this, we will create a </p>
<ul>
<li>data generator</li>
<li>parser</li>
<li>profiler profile</li>
<li>enrichment and threat triage</li>
</ul>
<div class="section">
<h4><a name="Data_Generator"></a>Data Generator</h4>
<p>We can create a simple python script to generate a stream of gaussian noise at the frequency of one message per second as a python script which should be saved at <tt>~/rand_gen.py</tt>:</p>
<div class="source">
<div class="source">
<pre>#!/usr/bin/python
import random
import sys
import time
def main():
mu = float(sys.argv[1])
sigma = float(sys.argv[2])
freq_s = int(sys.argv[3])
while True:
print str(random.gauss(mu, sigma))
sys.stdout.flush()
time.sleep(freq_s)
if __name__ == '__main__':
main()
</pre></div></div>
<p>This script will take the following as arguments:</p>
<ul>
<li>The mean of the data generated</li>
<li>The standard deviation of the data generated</li>
<li>The frequency (in seconds) of the data generated</li>
</ul>
<p>If, however, you’d like to test a longer tailed distribution, like the student t-distribution and have numpy installed, you can use the following as <tt>~/rand_gen.py</tt>:</p>
<div class="source">
<div class="source">
<pre>#!/usr/bin/python
import random
import sys
import time
import numpy as np
def main():
df = float(sys.argv[1])
freq_s = int(sys.argv[2])
while True:
print str(np.random.standard_t(df))
sys.stdout.flush()
time.sleep(freq_s)
if __name__ == '__main__':
main()
</pre></div></div>
<p>This script will take the following as arguments:</p>
<ul>
<li>The degrees of freedom for the distribution</li>
<li>The frequency (in seconds) of the data generated</li>
</ul></div>
<div class="section">
<h4><a name="The_Parser"></a>The Parser</h4>
<p>We will create a parser that will take the single numbers in and create a message with a field called <tt>value</tt> in them using the <tt>CSVParser</tt>.</p>
<p>Add the following file to <tt>$METRON_HOME/config/zookeeper/parsers/mad.json</tt>:</p>
<div class="source">
<div class="source">
<pre>{
"parserClassName" : "org.apache.metron.parsers.csv.CSVParser"
,"sensorTopic" : "mad"
,"parserConfig" : {
"columns" : {
"value_str" : 0
}
}
,"fieldTransformations" : [
{
"transformation" : "STELLAR"
,"output" : [ "value" ]
,"config" : {
"value" : "TO_DOUBLE(value_str)"
}
}
]
}
</pre></div></div></div>
<div class="section">
<h4><a name="Enrichment_and_Threat_Intel"></a>Enrichment and Threat Intel</h4>
<p>We will set a threat triage level of <tt>10</tt> if a message generates a outlier score of more than 3.5. This cutoff will depend on your data and should be adjusted based on the assumed underlying distribution. Note that under the assumptions of normality, MAD will act as a robust estimator of the standard deviation, so the cutoff should be considered the number of standard deviations away. For other distributions, there are other interpretations which will make sense in the context of measuring the “degree different”. See <a class="externalLink" href="http://eurekastatistics.com/using-the-median-absolute-deviation-to-find-outliers/">http://eurekastatistics.com/using-the-median-absolute-deviation-to-find-outliers/</a> for a brief discussion of this.</p>
<p>Create the following in <tt>$METRON_HOME/config/zookeeper/enrichments/mad.json</tt>:</p>
<div class="source">
<div class="source">
<pre>{
"enrichment": {
"fieldMap": {
"stellar" : {
"config" : {
"parser_score" : "OUTLIER_MAD_SCORE(OUTLIER_MAD_STATE_MERGE(
PROFILE_GET( 'sketchy_mad', 'global', PROFILE_FIXED(10, 'MINUTES')) ), value)"
,"is_alert" : "if parser_score > 3.5 then true else is_alert"
}
}
}
,"fieldToTypeMap": { }
},
"threatIntel": {
"fieldMap": { },
"fieldToTypeMap": { },
"triageConfig" : {
"riskLevelRules" : [
{
"rule" : "parser_score > 3.5",
"score" : 10
}
],
"aggregator" : "MAX"
}
}
}
</pre></div></div>
<p>We also need an indexing configuration. Create the following in <tt>$METRON_HOME/config/zookeeper/indexing/mad.json</tt>:</p>
<div class="source">
<div class="source">
<pre>{
"hdfs" : {
"index": "mad",
"batchSize": 1,
"enabled" : true
},
"elasticsearch" : {
"index": "mad",
"batchSize": 1,
"enabled" : true
}
}
</pre></div></div></div>
<div class="section">
<h4><a name="The_Profiler"></a>The Profiler</h4>
<p>We can set up the profiler to track the MAD statistical state required to compute MAD. For the purposes of this demonstration, we will configure the profiler to capture statistics on the minute mark. We will capture a global statistical state for the <tt>value</tt> field and we will look back for a 5 minute window when computing the median.</p>
<p>Create the following file at <tt>$METRON_HOME/config/zookeeper/profiler.json</tt>:</p>
<div class="source">
<div class="source">
<pre>{
"profiles": [
{
"profile": "sketchy_mad",
"foreach": "'global'",
"onlyif": "true",
"init" : {
"s": "OUTLIER_MAD_STATE_MERGE(PROFILE_GET('sketchy_mad',
'global', PROFILE_FIXED(5, 'MINUTES')))"
},
"update": {
"s": "OUTLIER_MAD_ADD(s, value)"
},
"result": "s"
}
]
}
</pre></div></div>
<p>Adjust <tt>$METRON_HOME/config/zookeeper/global.json</tt> to adjust the capture duration:</p>
<div class="source">
<div class="source">
<pre> "profiler.client.period.duration" : "1",
"profiler.client.period.duration.units" : "MINUTES"
</pre></div></div>
<p>Adjust <tt>$METRON_HOME/config/profiler.properties</tt> to adjust the capture duration by changing <tt>profiler.period.duration=15</tt> to <tt>profiler.period.duration=1</tt></p></div>
<div class="section">
<h4><a name="Execute_the_Flow"></a>Execute the Flow</h4>
<ol style="list-style-type: decimal">
<li>
<p>Install the elasticsearch head plugin by executing: <tt>/usr/share/elasticsearch/bin/plugin install mobz/elasticsearch-head</tt></p></li>
<li>
<p>Stopping all other parser topologies via monit</p></li>
<li>
<p>Create the <tt>mad</tt> kafka topic by executing: <tt>/usr/hdp/current/kafka-broker/bin/kafka-topics.sh --zookeeper node1:2181 --create --topic mad --partitions 1 --replication-factor 1</tt></p></li>
<li>
<p>Push the modified configs by executing: <tt>$METRON_HOME/bin/zk_load_configs.sh --mode PUSH -z node1:2181 -i $METRON_HOME/config/zookeeper/</tt></p></li>
<li>
<p>Start the profiler by executing: <tt>$METRON_HOME/bin/start_profiler_topology.sh</tt></p></li>
<li>
<p>Start the parser topology by executing: <tt>$METRON_HOME/bin/start_parser_topology.sh -k node1:6667 -z node1:2181 -s mad</tt></p></li>
<li>
<p>Ensure that the enrichment and indexing topologies are started. If not, then start those via monit or by hand.</p></li>
<li>
<p>Generate data into kafka by executing the following for at least 10 minutes: <tt>~/rand_gen.py 0 1 1 | /usr/hdp/current/kafka-broker/bin/kafka-console-producer.sh --broker-list node1:6667 --topic mad</tt> Note: if you chose the use the t-distribution script above, you would adjust the parameters of the <tt>rand_gen.py</tt> script accordingly.</p></li>
<li>
<p>Stop the above with ctrl-c and send in an obvious outlier into kafka: <tt>echo "1000" | /usr/hdp/current/kafka-broker/bin/kafka-console-producer.sh --broker-list node1:6667 --topic mad</tt></p></li>
</ol>
<p>You should be able to find the outlier via the elasticsearch head plugin by searching for the messages where <tt>is_alert</tt> is <tt>true</tt>.</p></div></div></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row span12">Copyright © 2017
<a href="https://www.apache.org">The Apache Software Foundation</a>.
All Rights Reserved.
</div>
</div>
</footer>
</body>
</html>
| zezutom/metron | site/current-book/metron-analytics/metron-statistics/index.html | HTML | apache-2.0 | 34,978 |
<!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_51) on Fri Jul 19 02:59:47 EDT 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
All Classes (Solr 4.4.0 API)
</TITLE>
<META NAME="date" CONTENT="2013-07-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/apache/solr/uima/processor/FieldMappingException.html" title="class in org.apache.solr.uima.processor" target="classFrame">FieldMappingException</A>
<BR>
<A HREF="org/apache/solr/uima/processor/SolrUIMAConfiguration.html" title="class in org.apache.solr.uima.processor" target="classFrame">SolrUIMAConfiguration</A>
<BR>
<A HREF="org/apache/solr/uima/processor/SolrUIMAConfigurationReader.html" title="class in org.apache.solr.uima.processor" target="classFrame">SolrUIMAConfigurationReader</A>
<BR>
<A HREF="org/apache/solr/uima/processor/UIMAToSolrMapper.html" title="class in org.apache.solr.uima.processor" target="classFrame">UIMAToSolrMapper</A>
<BR>
<A HREF="org/apache/solr/uima/processor/UIMAUpdateRequestProcessor.html" title="class in org.apache.solr.uima.processor" target="classFrame">UIMAUpdateRequestProcessor</A>
<BR>
<A HREF="org/apache/solr/uima/processor/UIMAUpdateRequestProcessorFactory.html" title="class in org.apache.solr.uima.processor" target="classFrame">UIMAUpdateRequestProcessorFactory</A>
<BR>
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
| tenaciousjzh/titan-solr-cloud-test | solr-4.4.0/docs/solr-uima/allclasses-frame.html | HTML | apache-2.0 | 1,722 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PPLUtils Class Reference</title>
<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1333)">
</head>
<body class="appledoc">
<header>
<div class="container" class="hide-in-xcode">
<h1 id="library-title">
<a href="../index.html">PacteraPulse </a>
</h1>
<p id="developer-home">
<a href="../index.html">Pactera</a>
</p>
</div>
</header>
<aside>
<div class="container">
<nav>
<ul id="header-buttons" role="toolbar">
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
<li id="on-this-page" role="navigation">
<label>
On This Page
<div class="chevron">
<div class="chevy chevron-left"></div>
<div class="chevy chevron-right"></div>
</div>
<select id="jump-to">
<option value="top">Jump To…</option>
<option value="tasks">Tasks</option>
<optgroup label="Class Methods">
<option value="//api/name/sharedInstance">+ sharedInstance</option>
</optgroup>
<optgroup label="Instance Methods">
<option value="//api/name/getUniqueId">- getUniqueId</option>
<option value="//api/name/showLaunch:">- showLaunch:</option>
</optgroup>
</select>
</label>
</li>
</ul>
</nav>
</div>
</aside>
<article>
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">PPLUtils Class Reference</h1>
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Inherits from</th>
<td>NSObject</td>
</tr><tr>
<th>Declared in</th>
<td>PPLUtils.h<br />PPLUtils.m</td>
</tr>
</tbody></table></div>
<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<div class="task-list">
<div class="section-method">
<a name="//api/name/sharedInstance" title="sharedInstance"></a>
<h3 class="method-title"><code><a href="#//api/name/sharedInstance">+ sharedInstance</a></code>
</h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Method to get singleton instance for PPUtils class</p>
</div>
<div class="method-subsection method-declaration"><code>+ (PPLUtils *)sharedInstance</code></div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>a new created instance or an existing one</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PPLUtils.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/getUniqueId" title="getUniqueId"></a>
<h3 class="method-title"><code><a href="#//api/name/getUniqueId">– getUniqueId</a></code>
</h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Function to get unique ID for this device, this is used for submitting
feedback to the server</p>
</div>
<div class="method-subsection method-declaration"><code>- (NSString *)getUniqueId</code></div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>unique ID for this device</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PPLUtils.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/showLaunch:" title="showLaunch:"></a>
<h3 class="method-title"><code><a href="#//api/name/showLaunch:">– showLaunch:</a></code>
</h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>This function shows the launch screen which has instructions</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)showLaunch:(UIViewController *)<em>sender</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>sender</code></th>
<td><p>Initiator for this function</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PPLUtils.m</code></p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="footer-copyright">
<p class="copyright">Copyright © 2015 Pactera. All rights reserved. Updated: 2015-05-27</p>
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
</div>
</footer>
</div>
</div>
</article>
<script src="../js/script.js"></script>
</body>
</html> | PacteraMobile/pacterapulse-ios | Documentation/html/Classes/PPLUtils.html | HTML | apache-2.0 | 5,704 |
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest(api)
{
api.Outline.init();
api.PostponedActions.perform();
api.Tables.splitSelection();
api.tests.TestLib.showSelection();
}
</script>
</head>
<body>
<table style="width: 100%">
<col width="25%">
<col width="25%">
<col width="25%">
<col width="25%">
<tr>
<td colspan="2">[One</td>
<td colspan="2">Three</td>
</tr>
<tr>
<td colspan="2">Five</td>
<td colspan="2">Seven]</td>
</tr>
<tr>
<td colspan="2">Nine</td>
<td colspan="2">Eleven</td>
</tr>
<tr>
<td colspan="2">Thirteen</td>
<td colspan="2">Fifteen</td>
</tr>
</table>
</body>
</html>
| corinthia/corinthia-editorlib | tests/tables/split07b-input.html | HTML | apache-2.0 | 763 |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="script/common.css">
<script src="script/common.js"></script>
<script>
function setup(){
$('input').datepicker({
multidate: true
});
}
</script>
</head>
<body data-capture="input, .datepicker">
<div class="row">
<div class="span4">
<input type="text" value="03/03/2013,03/16/2013">
</div>
<div class="span4">
<input type="text" value="03/03/2013,06/16/2013" data-date-start-view="1">
</div>
<div class="span4">
<input type="text" value="03/03/2013,03/16/2014" data-date-start-view="2">
</div>
</div>
</body>
</html>
| ioplee/gittest | assets/vendors/bootstrap-datepicker/docs/_screenshots/option_multidate.html | HTML | apache-2.0 | 834 |
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- @@ HACK -->
<script src="http://localhost:9000/static/Orbited.js"></script>
<script src="/toscawidgets/resources/moksha.apps.chat.widgets.chat.chat/static/irc2.js"></script>
<script src="/toscawidgets/resources/moksha.apps.chat.widgets.chat.chat/static/willowchat.js"></script>
<script src="/toscawidgets/resources/moksha.apps.chat.widgets.chat.chat/static/gui.js"></script>
<script src="/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.2.6.pack.js"></script>
<script src="gui.js"></script>
<script>
TCPSocket = Orbited.TCPSocket
document.domain = document.domain
/* Orbited.system.enabled = true;
Orbited.loggers['Orbited.XSDR'].enabled = false
Orbited.loggers['Orbited.CometSession'].enabled = true
Orbited.loggers['Orbited.TCPSocket'].enabled = true
Orbited.loggers['XSDRBridge'].enabled = true
Orbited.loggers['Orbited.CometTransports.LongPoll'].enabled = true
Orbited.loggers['Orbited.CometTransports.XHRStream'].enabled = true
Orbited.loggers['Orbited.CometTransports.HTMLFile'].enabled = true
Orbited.loggers['Orbited.CometTransports.SSE'].enabled = true
Orbited.loggers['WC.c.IRCClient'].enabled = true
*/
</script>
</head>
<body>
<div id="popup">
<div id="popupOuter">
<div id="popupMiddle">
<div id="popupContent">
<p>Greeting</p>
<label for="nickname">Nickname:</label>
<input type="text" id="nickname" maxlength="16" style="width: 10em;" value="" />
</div>
</div>
</div>
</div>
<div id="absorbClicks"></div>
<div id="presenceToggle">
→
</div>
<div id="presence">
<div id="presenceTitle">Presence</div>
<div id="presenceList">
</div>
</div>
<div id="history">
</div>
<div id="inputBar">
<textarea id="chatboxInput"></textarea>
</div>
</body>
</html>
| lmacken/moksha | moksha/apps/chat/moksha/apps/chat/static/themes/simple/index.html | HTML | apache-2.0 | 1,888 |
<?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>task.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.3</span><br />
<h1>
task.rb
</h1>
<ul class="files">
<li>
../../../../.rvm/gems/ruby-2.2.2@playme/gems/railties-4.2.3/lib/rails/api/task.rb
</li>
<li>Last modified: 2015-07-23 13:52:54 +0100</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- File only: requires -->
<div class="sectiontitle">Required Files</div>
<ul>
<li>rdoc/task</li>
<li>sdoc</li>
</ul>
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../classes/Rails.html">Rails</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../../classes/Rails/API.html">Rails::API</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/Rails/API/AppTask.html">Rails::API::AppTask</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/Rails/API/EdgeTask.html">Rails::API::EdgeTask</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/Rails/API/RepoTask.html">Rails::API::RepoTask</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/Rails/API/StableTask.html">Rails::API::StableTask</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../../../../../classes/Rails/API/Task.html">Rails::API::Task</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> | l33z3r/playme | doc/api/files/__/__/__/__/_rvm/gems/ruby-2_2_2@playme/gems/railties-4_2_3/lib/rails/api/task_rb.html | HTML | apache-2.0 | 3,375 |
<!--
Copyright (C) 2015 The Android Open Source Project
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.
-->
<link rel="import" href="../../../bower_components/polymer/polymer.html">
<link rel="import" href="../../shared/gr-account-link/gr-account-link.html">
<link rel="import" href="../../shared/gr-button/gr-button.html">
<link rel="import" href="../../shared/gr-date-formatter/gr-date-formatter.html">
<link rel="import" href="../../shared/gr-linked-text/gr-linked-text.html">
<link rel="import" href="../../shared/gr-rest-api-interface/gr-rest-api-interface.html">
<link rel="import" href="../gr-comment-list/gr-comment-list.html">
<dom-module id="gr-message">
<template>
<style>
:host {
border-top: 1px solid #ddd;
display: block;
position: relative;
}
:host(:not([expanded])) {
cursor: pointer;
}
gr-avatar {
position: absolute;
left: var(--default-horizontal-margin);
}
.collapsed .contentContainer {
color: #777;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.showAvatar.expanded .contentContainer {
margin-left: calc(var(--default-horizontal-margin) + 2.5em);
padding: 10px 0;
}
.showAvatar.collapsed .contentContainer {
margin-left: calc(var(--default-horizontal-margin) + 1.75em);
padding: 10px 75px 10px 0;
}
.hideAvatar.collapsed .contentContainer,
.hideAvatar.expanded .contentContainer {
margin-left: 0;
padding: 10px 75px 10px 0;
}
.collapsed gr-avatar {
top: 8px;
height: 1.75em;
width: 1.75em;
}
.expanded gr-avatar {
top: 12px;
height: 2.5em;
width: 2.5em;
}
.name {
font-weight: bold;
}
.content {
font-family: var(--monospace-font-family);
}
.collapsed .name,
.collapsed .content,
.collapsed .message {
display: inline;
}
.collapsed gr-comment-list,
.collapsed .replyContainer {
display: none;
}
.collapsed .name {
color: var(--default-text-color);
}
.expanded .name {
cursor: pointer;
}
.date {
color: #666;
position: absolute;
right: var(--default-horizontal-margin);
top: 10px;
}
.replyContainer {
padding: .5em 0 1em;
}
</style>
<div class$="[[_computeClass(expanded, showAvatar)]]">
<gr-avatar account="[[message.author]]" image-size="100"></gr-avatar>
<div class="contentContainer">
<div class="name" on-tap="_handleNameTap">[[message.author.name]]</div>
<div class="content">
<gr-linked-text class="message"
pre="[[expanded]]"
content="[[message.message]]"
disabled="[[!expanded]]"
config="[[projectConfig.commentlinks]]"></gr-linked-text>
<gr-comment-list
comments="[[comments]]"
change-num="[[changeNum]]"
patch-num="[[message._revision_number]]"></gr-comment-list>
</div>
<a class="date" href$="[[_computeMessageHash(message)]]" on-tap="_handleLinkTap">
<gr-date-formatter date-str="[[message.date]]"></gr-date-formatter>
</a>
</div>
<div class="replyContainer" hidden$="[[!showReplyButton]]" hidden>
<gr-button small on-tap="_handleReplyTap">Reply</gr-button>
</div>
</div>
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>
</template>
<script src="gr-message.js"></script>
</dom-module>
| MerritCR/merrit | polygerrit-ui/app/elements/change/gr-message/gr-message.html | HTML | apache-2.0 | 4,153 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>ImageMagick: Changelog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="application-name" content="ImageMagick">
<meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.">
<meta name="application-url" content="http://www.imagemagick.org">
<meta name="generator" content="PHP">
<meta name="keywords" content="changelog, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert">
<meta name="rating" content="GENERAL">
<meta name="robots" content="INDEX, FOLLOW">
<meta name="generator" content="ImageMagick Studio LLC">
<meta name="author" content="ImageMagick Studio LLC">
<meta name="revisit-after" content="2 DAYS">
<meta name="resource-type" content="document">
<meta name="copyright" content="Copyright (c) 1999-2015 ImageMagick Studio LLC">
<meta name="distribution" content="Global">
<meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1">
<link rel="icon" href="../images/wand.png">
<link rel="shortcut icon" href="../images/wand.ico">
<link rel="stylesheet" href="../css/magick.html">
</head>
<body>
<div class="main">
<div class="magick-masthead">
<div class="container">
<script async="async" src="http://localhost/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3129977114552745" data-ad-slot="6345125851" data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<nav class="magick-nav">
<a class="magick-nav-item " href="../index.html">Home</a>
<a class="magick-nav-item " href="binary-releases.html">Download</a>
<a class="magick-nav-item " href="command-line-tools.html">Tools</a>
<a class="magick-nav-item " href="command-line-options.html">Options</a>
<a class="magick-nav-item " href="resources.html">Resources</a>
<a class="magick-nav-item " href="api.html">Develop</a>
<a class="magick-nav-item " href="http://nextgen.imagemagick.org/script/search.php">Search</a>
<a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
</nav>
</div>
</div>
<div class="container">
<div class="magick-header"><dl><dt>2012-04-27 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...></dt>
</dl><li> Allow the use of set and escapes when no images in memory (unless you attempt to access per-image meta-data) Currently does not include %[fx:...] and %[pixel:...]</li>
<dt>2012-10-05 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...></dt>
<li> Rather than replicate 'options' into 'artifacts' make a link from image to image_info and lookup a global option if no artifact is defined.</li>
<dt>2012-09-11 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...></dt>
<li> sigmoidal-contrast:</li>
<li> Remove unnecessary initial ClampToQuantum.</li>
<dt>2012-09-10 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...></dt>
<li> sigmoidal-contrast:</li>
<li> Direct computation, without LUT;</li>
<li> Fix re-declaration of i (at the top, and inside a conditional).</li>
<dt>2012-09-04 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...></dt>
<li> Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate).</li>
<dt>2012-08-08 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...></dt>
<li> Add final ClampToQuantum in sigmoidal colormap loop.</li>
<li> Remove OpenMP calls from colormap update loops.</li>
<dt>2011-08-01 7.0.0-0 Cristy <quetzlzacatenango@image...></dt>
<li> New version 7.0.0-0.</li>
</div> <footer class="magick-footer">
<p><a href="support.html">Donate</a> •
<a href="sitemap.html">Sitemap</a> •
<a href="links.html">Related</a> •
<a href="architecture.html">Architecture</a>
</p>
<p><a href="changelog.html#">Back to top</a> •
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="http://nextgen.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2015 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
<script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://nextgen.imagemagick.org/js/magick.html"></script>
</div>
</body>
</html>
| kwm81/ImageMagick | www/changelog.html | HTML | apache-2.0 | 4,853 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_72-internal) on Mon Mar 14 13:22:18 GMT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.taverna.scufl2.xml.t2flow.jaxb.Encoding (Apache Taverna Language APIs (Scufl2, Databundle) 0.15.1-incubating API)</title>
<meta name="date" content="2016-03-14">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.taverna.scufl2.xml.t2flow.jaxb.Encoding (Apache Taverna Language APIs (Scufl2, Databundle) 0.15.1-incubating API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html" title="enum in org.apache.taverna.scufl2.xml.t2flow.jaxb">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/taverna/scufl2/xml/t2flow/jaxb/class-use/Encoding.html" target="_top">Frames</a></li>
<li><a href="Encoding.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.taverna.scufl2.xml.t2flow.jaxb.Encoding" class="title">Uses of Class<br>org.apache.taverna.scufl2.xml.t2flow.jaxb.Encoding</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html" title="enum in org.apache.taverna.scufl2.xml.t2flow.jaxb">Encoding</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.taverna.scufl2.xml.t2flow.jaxb">org.apache.taverna.scufl2.xml.t2flow.jaxb</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.taverna.scufl2.xml.t2flow.jaxb">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html" title="enum in org.apache.taverna.scufl2.xml.t2flow.jaxb">Encoding</a> in <a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/package-summary.html">org.apache.taverna.scufl2.xml.t2flow.jaxb</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/apache/taverna/scufl2/xml/t2flow/jaxb/package-summary.html">org.apache.taverna.scufl2.xml.t2flow.jaxb</a> that return <a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html" title="enum in org.apache.taverna.scufl2.xml.t2flow.jaxb">Encoding</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html" title="enum in org.apache.taverna.scufl2.xml.t2flow.jaxb">Encoding</a></code></td>
<td class="colLast"><span class="typeNameLabel">Encoding.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html#fromValue-java.lang.String-">fromValue</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> v)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html" title="enum in org.apache.taverna.scufl2.xml.t2flow.jaxb">Encoding</a></code></td>
<td class="colLast"><span class="typeNameLabel">Encoding.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html" title="enum in org.apache.taverna.scufl2.xml.t2flow.jaxb">Encoding</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">Encoding.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/taverna/scufl2/xml/t2flow/jaxb/Encoding.html" title="enum in org.apache.taverna.scufl2.xml.t2flow.jaxb">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/taverna/scufl2/xml/t2flow/jaxb/class-use/Encoding.html" target="_top">Frames</a></li>
<li><a href="Encoding.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
| apache/incubator-taverna-site | content/javadoc/taverna-language/org/apache/taverna/scufl2/xml/t2flow/jaxb/class-use/Encoding.html | HTML | apache-2.0 | 8,829 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs For Class BudgetOptimizer</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="class-name">Class BudgetOptimizer</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">In budget optimizer, Google automatically places bids for the user based on their daily/monthly budget.</p>
<p class="notes">
Located in <a class="field" href="_adwords---src---Google---Api---Ads---AdWords---v201109---BulkMutateJobService.php.html">/adwords/src/Google/Api/Ads/AdWords/v201109/BulkMutateJobService.php</a> (line <span class="field">2286</span>)
</p>
<pre><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html">BiddingStrategy</a>
|
--BudgetOptimizer</pre>
</div>
</div>
<a name="sec-var-summary"></a>
<div class="info-box">
<div class="info-box-title">Variable Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="var-summary">
<div class="var-title">
<span class="var-type"><a href="../../GoogleApiAdsAdWords/v201109/Money.html">Money</a></span>
<a href="#$bidCeiling" title="details" class="var-name">$bidCeiling</a>
</div>
<div class="var-title">
<span class="var-type">boolean</span>
<a href="#$enhancedCpcEnabled" title="details" class="var-name">$enhancedCpcEnabled</a>
</div>
</div>
</div>
</div>
<a name="sec-method-summary"></a>
<div class="info-box">
<div class="info-box-title">Method Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="method-summary">
<div class="method-definition">
<span class="method-result">BudgetOptimizer</span>
<a href="#__construct" title="details" class="method-name">__construct</a>
([<span class="var-type"></span> <span class="var-name">$enhancedCpcEnabled</span> = <span class="var-default">NULL</span>], [<span class="var-type"></span> <span class="var-name">$bidCeiling</span> = <span class="var-default">NULL</span>], [<span class="var-type"></span> <span class="var-name">$BiddingStrategyType</span> = <span class="var-default">NULL</span>])
</div>
<div class="method-definition">
<span class="method-result">the</span>
<a href="#getNamespace" title="details" class="method-name">getNamespace</a>
()
</div>
<div class="method-definition">
<span class="method-result">the</span>
<a href="#getXsiTypeName" title="details" class="method-name">getXsiTypeName</a>
()
</div>
</div>
</div>
</div>
<a name="sec-vars"></a>
<div class="info-box">
<div class="info-box-title">Variables</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<a name="var$bidCeiling" id="$bidCeiling"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<span class="var-title">
<span class="var-type"><a href="../../GoogleApiAdsAdWords/v201109/Money.html">Money</a></span>
<span class="var-name">$bidCeiling</span>
(line <span class="line-number">2297</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
</div>
<a name="var$enhancedCpcEnabled" id="$enhancedCpcEnabled"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
<span class="var-type">boolean</span>
<span class="var-name">$enhancedCpcEnabled</span>
(line <span class="line-number">2291</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
</div>
<h4>Inherited Variables</h4>
<A NAME='inherited_vars'><!-- --></A>
<p>Inherited from <span class="classname"><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html">BiddingStrategy</a></span></p>
<blockquote>
<span class="var-title">
<span class="var-name"><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#var$BiddingStrategyType">BiddingStrategy::$BiddingStrategyType</a></span><br>
</span>
</blockquote>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="method__construct" id="__construct"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">Constructor __construct</span> (line <span class="line-number">2315</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">BudgetOptimizer</span>
<span class="method-name">
__construct
</span>
([<span class="var-type"></span> <span class="var-name">$enhancedCpcEnabled</span> = <span class="var-default">NULL</span>], [<span class="var-type"></span> <span class="var-name">$bidCeiling</span> = <span class="var-default">NULL</span>], [<span class="var-type"></span> <span class="var-name">$BiddingStrategyType</span> = <span class="var-default">NULL</span>])
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$enhancedCpcEnabled</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$bidCeiling</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$BiddingStrategyType</span> </li>
</ul>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#method__construct">BiddingStrategy::__construct()</a></dt>
</dl>
</div>
<a name="methodgetNamespace" id="getNamespace"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">getNamespace</span> (line <span class="line-number">2303</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Gets the namesapce of this class</p>
<ul class="tags">
<li><span class="field">return:</span> namespace of this class</li>
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">the</span>
<span class="method-name">
getNamespace
</span>
()
</div>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#methodgetNamespace">BiddingStrategy::getNamespace()</a></dt>
<dd>Gets the namesapce of this class</dd>
</dl>
</div>
<a name="methodgetXsiTypeName" id="getXsiTypeName"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">getXsiTypeName</span> (line <span class="line-number">2311</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Gets the xsi:type name of this class</p>
<ul class="tags">
<li><span class="field">return:</span> xsi:type name of this class</li>
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">the</span>
<span class="method-name">
getXsiTypeName
</span>
()
</div>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#methodgetXsiTypeName">BiddingStrategy::getXsiTypeName()</a></dt>
<dd>Gets the xsi:type name of this class</dd>
</dl>
</div>
<h4>Inherited Methods</h4>
<a name='inherited_methods'><!-- --></a>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html">BiddingStrategy</a></span></p>
<blockquote>
<span class="method-name"><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#method__construct">BiddingStrategy::__construct()</a></span><br>
<span class="method-name"><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#methodgetNamespace">BiddingStrategy::getNamespace()</a></span><br>
<span class="method-name"><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#methodgetParameterMap">BiddingStrategy::getParameterMap()</a></span><br>
<span class="method-name"><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#methodgetXsiTypeName">BiddingStrategy::getXsiTypeName()</a></span><br>
<span class="method-name"><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#method__get">BiddingStrategy::__get()</a></span><br>
<span class="method-name"><a href="../../GoogleApiAdsAdWords/v201109/BiddingStrategy.html#method__set">BiddingStrategy::__set()</a></span><br>
</blockquote>
</div>
</div>
<p class="notes" id="credit">
Documentation generated by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
</p>
</div></body>
</html> | aminin/google-api-adwords-php | docs/GoogleApiAdsAdWords/v201109/BudgetOptimizer.html | HTML | apache-2.0 | 11,242 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Wed Oct 03 05:15:39 UTC 2012 -->
<TITLE>
Uses of Package org.apache.hadoop.examples.terasort (Hadoop 1.0.4 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-03">
<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 Package org.apache.hadoop.examples.terasort (Hadoop 1.0.4 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"> <FONT CLASS="NavBarFont1">Class</FONT> </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/examples/terasort/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.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 Package<br>org.apache.hadoop.examples.terasort</B></H2>
</CENTER>
No usage of org.apache.hadoop.examples.terasort
<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"> <FONT CLASS="NavBarFont1">Class</FONT> </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/examples/terasort/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.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>
| jrnz/hadoop | docs/api/org/apache/hadoop/examples/terasort/package-use.html | HTML | apache-2.0 | 5,726 |
<!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>User management — phpMyAdmin 4.0.10.19 documentation</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '4.0.10.19',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="copyright" title="Copyright" href="copyright.html" />
<link rel="top" title="phpMyAdmin 4.0.10.19 documentation" href="index.html" />
<link rel="up" title="User Guide" href="user.html" />
<link rel="next" title="Other sources of information" href="other.html" />
<link rel="prev" title="Transformations" href="transformations.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="other.html" title="Other sources of information"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="transformations.html" title="Transformations"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.0.10.19 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="user.html" accesskey="U">User Guide</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="user-management">
<h1>User management<a class="headerlink" href="#user-management" title="Permalink to this headline">¶</a></h1>
<p>User management is the process of controlling which users are allowed to
connect to the MySQL server and what permissions they have on each database.
phpMyAdmin does not handle user management, rather it passes the username and
password on to MySQL, which then determines whether a user is permitted to
perform a particular action. Within phpMyAdmin, administrators have full
control over creating users, viewing and editing privileges for existing users,
and removing users.</p>
<p>Within phpMyAdmin, user management is controlled via the <span class="guilabel">Users</span> link
from the main page. Users can be created, edited, and removed.</p>
<div class="section" id="creating-a-new-user">
<h2>Creating a new user<a class="headerlink" href="#creating-a-new-user" title="Permalink to this headline">¶</a></h2>
<p>To create a new user, click the <span class="guilabel">Add a new user</span> link near the bottom
of the <span class="guilabel">Users</span> page (you must be a “superuser”, e.g., user “root”).
Use the textboxes and drop-downs to configure the user to your particular
needs. You can then select whether to create a database for that user and grant
specific global privileges. Once you’ve created the user (by clicking Go), you
can define that user’s permissions on a specific database (don’t grant global
privileges in that case). In general, users do not need any global privileges
(other than USAGE), only permissions for their specific database.</p>
</div>
<div class="section" id="editing-an-existing-user">
<h2>Editing an existing user<a class="headerlink" href="#editing-an-existing-user" title="Permalink to this headline">¶</a></h2>
<p>To edit an existing user, simply click the pencil icon to the right of that
user in the <span class="guilabel">Users</span> page. You can then edit their global- and
database-specific privileges, change their password, or even copy those
privileges to a new user.</p>
</div>
<div class="section" id="deleting-a-user">
<h2>Deleting a user<a class="headerlink" href="#deleting-a-user" title="Permalink to this headline">¶</a></h2>
<p>From the <span class="guilabel">Users</span> page, check the checkbox for the user you wish to
remove, select whether or not to also remove any databases of the same name (if
they exist), and click Go.</p>
</div>
<div class="section" id="assigning-privileges-to-user-for-a-specific-database">
<h2>Assigning privileges to user for a specific database<a class="headerlink" href="#assigning-privileges-to-user-for-a-specific-database" title="Permalink to this headline">¶</a></h2>
<p>Users are assigned to databases by editing the user record (from the
<span class="guilabel">Users</span> link on the home page) not from within the <span class="guilabel">Users</span>
link under the table. If you are creating a user specifically for a given table
you will have to create the user first (with no global privileges) and then go
back and edit that user to add the table and privileges for the individual
table.</p>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">User management</a><ul>
<li><a class="reference internal" href="#creating-a-new-user">Creating a new user</a></li>
<li><a class="reference internal" href="#editing-an-existing-user">Editing an existing user</a></li>
<li><a class="reference internal" href="#deleting-a-user">Deleting a user</a></li>
<li><a class="reference internal" href="#assigning-privileges-to-user-for-a-specific-database">Assigning privileges to user for a specific database</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="transformations.html"
title="previous chapter">Transformations</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="other.html"
title="next chapter">Other sources of information</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/privileges.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="other.html" title="Other sources of information"
>next</a> |</li>
<li class="right" >
<a href="transformations.html" title="Transformations"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.0.10.19 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="user.html" >User Guide</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© <a href="copyright.html">Copyright</a> 2012 - 2013, The phpMyAdmin devel team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
</div>
</body>
</html> | zhyee/djbbs | myadmin2/doc/html/privileges.html | HTML | apache-2.0 | 8,378 |
<form class="open-recess-form" name="signupForm">
<div class="row">
<div class="small-12 large-6 columns">
<div class="form-label">Create an Account</div>
</br>
<div class="form-label">Name:</div>
<input type="text" name="fullName" ng-model="userInfo.fullName"required>
<div class="form-label">Email:</div>
<input type="text" name="email" ng-model="userInfo.email" required>
<div class="form-label">Phone Number:</div><input type="text" name="phoneNumber" ng-model="userInfo.phoneNumber" required>
<div class="form-label">Password:</div>
<input type="password" name="password" ng-model="userInfo.password" required>
<input class="button teal medium join-this-game" type="submit" value="submit" ng-disabled="signupForm.$invalid" ng-click="submitTheForm(userInfo.fullName, userInfo.email, userInfo.phoneNumber, userInfo.password)">
<div>{{response}}</div>
</div>
</div>
</form>
| 21tag/AngularRecess | public/angular_views/userProfile.html | HTML | apache-2.0 | 954 |
<html dir="LTR" xmlns:ndoc="urn:ndoc-schema">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="history" name="save" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Control Property</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">A MIDI Library for .NET</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">ControlChangeMessage.Control Property</h1>
</div>
</div>
<div id="nstext">
<p> The control for this message. </p>
<div class="syntax">public <a href="Midi~Midi.Control.html">Control</a> Control { public get; }</div>
<p>
</p>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Midi~Midi.ControlChangeMessage.html">ControlChangeMessage Class</a> | <a href="~Midi.html">Midi Namespace</a></p>
<hr />
<div id="footer">
<p>
<a>Copyright © 2009 Tom Lokovic</a>
</p>
<p>Generated from assembly Midi [1.1.0.0] by <a href="http://ndoc3.sourceforget.net">NDoc3</a></p>
</div>
</div>
</body>
</html> | math85360/wmp_led | wmp_led/midi_library/docs/Midi~Midi.ControlChangeMessage.Control.html | HTML | apache-2.0 | 1,522 |
<div class="form-div">
<div ng-include="'views/partials/_form_header.html'"></div>
<div class="form-errors" ng-show="error">
<ul>
<li ng-repeat="(key, data) in errorMessages">{{key}} {{data}}</li>
</ul>
</div>
<form id="signup-form" name="signupForm" ng-submit="updateUserData(profile)">
<div ng-include="'views/partials/_user_form.html'"></div>
<button type="submit">حفظ التعديلات</button>
</form>
</div>
| mjalajel/manshar | web-client/app/views/profiles/edit.html | HTML | bsd-2-clause | 451 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Ignite Tools: UAObservable Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.4 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ASLogo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Ignite Tools</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li id="searchli">
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pro-attribs">Protected Attributes</a> </div>
<div class="headertitle">
<div class="title">UAObservable Class Reference</div> </div>
</div>
<div class="contents">
<!-- doxytag: class="UAObservable" --><div class="dynheader">
Inheritance diagram for UAObservable:</div>
<div class="dyncontent">
<div class="center">
<img src="interface_u_a_observable.png" usemap="#UAObservable_map" alt=""/>
<map id="UAObservable_map" name="UAObservable_map">
<area href="interface_u_a_content_inventory.html" alt="UAContentInventory" shape="rect" coords="162,56,314,80"/>
<area href="interface_u_a_inbox_message_list.html" alt="UAInboxMessageList" shape="rect" coords="162,112,314,136"/>
<area href="interface_u_a_inventory.html" alt="UAInventory" shape="rect" coords="162,168,314,192"/>
<area href="interface_u_airship.html" alt="UAirship" shape="rect" coords="162,224,314,248"/>
<area href="interface_u_a_product.html" alt="UAProduct" shape="rect" coords="162,280,314,304"/>
<area href="interface_u_a_product_inventory.html" alt="UAProductInventory" shape="rect" coords="162,336,314,360"/>
<area href="interface_u_a_push.html" alt="UAPush" shape="rect" coords="162,392,314,416"/>
<area href="interface_u_a_store_kit_observer.html" alt="UAStoreKitObserver" shape="rect" coords="162,448,314,472"/>
<area href="interface_u_a_subscription_content.html" alt="UASubscriptionContent" shape="rect" coords="162,504,314,528"/>
<area href="interface_u_a_subscription_inventory.html" title="This class provides access to the full inventory of subscriptions offered for sale in this applicatio..." alt="UASubscriptionInventory" shape="rect" coords="162,560,314,584"/>
<area href="interface_u_a_subscription_manager.html" title="This class provides the primary interface for interacting with the Urban Airship subscription functio..." alt="UASubscriptionManager" shape="rect" coords="162,616,314,640"/>
<area href="interface_u_a_user.html" alt="UAUser" shape="rect" coords="162,672,314,696"/>
</map>
</div></div>
<p><a href="class_u_a_observable-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aed8658e27c096380c1b71af8730ea406"></a><!-- doxytag: member="UAObservable::notifyObservers:" ref="aed8658e27c096380c1b71af8730ea406" args="(SEL selector)" -->
(void) </td><td class="memItemRight" valign="bottom">- <b>notifyObservers:</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7a16e448ebf30aab9f89a05aa6430668"></a><!-- doxytag: member="UAObservable::notifyObservers:withObject:" ref="a7a16e448ebf30aab9f89a05aa6430668" args="(SEL selector,[withObject] id arg1)" -->
(void) </td><td class="memItemRight" valign="bottom">- <b>notifyObservers:withObject:</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adc9a9d57e951e7c9d753e605cdc495f8"></a><!-- doxytag: member="UAObservable::notifyObservers:withObject:withObject:" ref="adc9a9d57e951e7c9d753e605cdc495f8" args="(SEL selector,[withObject] id arg1,[withObject] id arg2)" -->
(void) </td><td class="memItemRight" valign="bottom">- <b>notifyObservers:withObject:withObject:</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afa72083aff5d566639ee120ecac67f3a"></a><!-- doxytag: member="UAObservable::addObserver:" ref="afa72083aff5d566639ee120ecac67f3a" args="(id observer)" -->
(void) </td><td class="memItemRight" valign="bottom">- <b>addObserver:</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af80ca0cfd1ebb2bae5cf45d4c7f94e1c"></a><!-- doxytag: member="UAObservable::removeObserver:" ref="af80ca0cfd1ebb2bae5cf45d4c7f94e1c" args="(id observer)" -->
(void) </td><td class="memItemRight" valign="bottom">- <b>removeObserver:</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac3c825be16202a7ef21ae232b8952f1c"></a><!-- doxytag: member="UAObservable::removeObservers" ref="ac3c825be16202a7ef21ae232b8952f1c" args="()" -->
(void) </td><td class="memItemRight" valign="bottom">- <b>removeObservers</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adce639a4608633cf5c197517bef55e58"></a><!-- doxytag: member="UAObservable::countObservers" ref="adce639a4608633cf5c197517bef55e58" args="()" -->
(int) </td><td class="memItemRight" valign="bottom">- <b>countObservers</b></td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af181dbb858c19e2eacf0e8f8e699fd00"></a><!-- doxytag: member="UAObservable::observers" ref="af181dbb858c19e2eacf0e8f8e699fd00" args="" -->
NSMutableSet * </td><td class="memItemRight" valign="bottom"><b>observers</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a649415880407ace3ee223424363d8452"></a><!-- doxytag: member="UAObservable::observerLock" ref="a649415880407ace3ee223424363d8452" args="" -->
NSLock * </td><td class="memItemRight" valign="bottom"><b>observerLock</b></td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>Shared/Airship/Common/<a class="el" href="_u_a_observable_8h_source.html">UAObservable.h</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>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Properties</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>
<hr class="footer"/><address class="footer"><small>Generated on Tue Aug 30 2011 10:11:54 for Ignite Tools by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>
| jflasher/IgniteTools | DoxygenDocs.docset/html/interface_u_a_observable.html | HTML | bsd-2-clause | 9,562 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Luadocs for mods/terragenitor/modules/maskedridgedmodule.lua</title>
<link rel="stylesheet" href="../../../../luadoc.css" type="text/css" />
<!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<div id="navigation">
<h1>LuaDoc</h1>
<ul>
<li><a href="../../../../index.html">Index</a></li>
</ul>
<!-- Module list -->
<!-- File list -->
<h1>Files</h1>
<ul>
<li>
<a href="../../../../files/mods/terragenitor/biome.html">mods/terragenitor/biome.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/caelum.html">mods/terragenitor/caelum.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/chisel.html">mods/terragenitor/chisel.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/flora.html">mods/terragenitor/flora.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/init.html">mods/terragenitor/init.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/module.html">mods/terragenitor/module.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/modules/dualnoisemodule.html">mods/terragenitor/modules/dualnoisemodule.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/modules/maskednoisemodule.html">mods/terragenitor/modules/maskednoisemodule.lua</a>
</li>
<li><strong>mods/terragenitor/modules/maskedridgedmodule.lua</strong></li>
<li>
<a href="../../../../files/mods/terragenitor/modules/roundingmodule.html">mods/terragenitor/modules/roundingmodule.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/modules/singlenoisemodule.html">mods/terragenitor/modules/singlenoisemodule.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/sculptor.html">mods/terragenitor/sculptor.lua</a>
</li>
<li>
<a href="../../../../files/mods/terragenitor/terragenitor.html">mods/terragenitor/terragenitor.lua</a>
</li>
</ul>
</div> <!-- id="navigation" -->
<div id="content">
<h1>File <code>mods/terragenitor/modules/maskedridgedmodule.lua</code></h1>
<br/>
<br/>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>
| RobertZenz/minetest-australopithecus-terragenitor | doc/files/mods/terragenitor/modules/maskedridgedmodule.html | HTML | bsd-2-clause | 2,807 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Qtc.Gui.QCloseEvent</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>Qtc.Gui.QCloseEvent</DIV
><DIV CLASS="mini-synopsis"
><DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Gui-QCloseEvent.html#t%3AQqCloseEvent" TARGET="main"
>QqCloseEvent</A
> x1</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Gui-QCloseEvent.html#t%3AQqCloseEvent_nf" TARGET="main"
>QqCloseEvent_nf</A
> x1</DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Gui-QCloseEvent.html#v%3AqCloseEvent_delete" TARGET="main"
>qCloseEvent_delete</A
></DIV
></DIV
></DIV
></BODY
></HTML
>
| keera-studios/hsQt | doc/apiGuide/mini_Qtc-Gui-QCloseEvent.html | HTML | bsd-2-clause | 982 |
<!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 Jul 06 17:52:14 EDT 2015 -->
<title>Uses of Package engine.parsing.json</title>
<meta name="date" content="2015-07-06">
<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 engine.parsing.json";
}
//-->
</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-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?engine/parsing/json/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 engine.parsing.json" class="title">Uses of Package<br>engine.parsing.json</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="../../../engine/parsing/json/package-summary.html">engine.parsing.json</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="#engine.parsing.json">engine.parsing.json</a></td>
<td class="colLast">
<div class="block">Provides classes for loading and parsing JSON files.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="engine.parsing.json">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../engine/parsing/json/package-summary.html">engine.parsing.json</a> used by <a href="../../../engine/parsing/json/package-summary.html">engine.parsing.json</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="../../../engine/parsing/json/class-use/JSONLiteral.html#engine.parsing.json">JSONLiteral</a>
<div class="block">A literal value in a JSON file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../engine/parsing/json/class-use/JSONValue.html#engine.parsing.json">JSONValue</a>
<div class="block">Represents a value in a JSON file.</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-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?engine/parsing/json/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| BennyQBD/2DPlatformer | doc/engine/parsing/json/package-use.html | HTML | bsd-2-clause | 5,322 |
<div class="apiDetail">
<div>
<h2>
<span>Function(parentNode, newNodes, isSilent)</span><span
class="path">zTreeObj.</span>addNodes
</h2>
<h3>
Overview<span class="h3_info">[ depends on <span
class="highlight_green">jquery.ztree.core</span> js ]</span>
</h3>
<div class="desc">
<p></p>
<div class="longdesc">
<p>Add nodes</p>
<p class="highlight_red">In order to avoid duplication data
resulting from repeated initialization, zTree v3.x will
automatically clone node data when zTree initialized or add nodes.
If you need to get the data objects within the zTree, please get
the return value of this method.</p>
<p class="highlight_red">Please use zTree object to executing
the method.</p>
</div>
</div>
<h3>Function Parameter Descriptions</h3>
<div class="desc">
<h4>
<b>parentNode</b><span>JSON</span>
</h4>
<p>The additional node's parent node. If additional node is root
node, please the parentNode is null.</p>
<p class="highlight_red">Please ensure this node data object is a
data object within zTree.</p>
<h4 class="topLine">
<b>newNodes</b><span>JSON / Array(JSON)</span>
</h4>
<p>The node data's JSON object collection which need to increase,
refer to 'treeNode treeNode data details'</p>
<p class="highlight_red">1. zTree v3.x support to add single
node, that is, if you only add a node, you can don't use the array.</p>
<p class="highlight_red">2. If you use simple data model, please
refer to the attributes within the 'setting.data.simpleData'.</p>
<h4 class="topLine">
<b>isSilent</b><span>Boolean</span>
</h4>
<p>Set whether to automatically expand the parent node, after add
nodes.</p>
<p>isSilent = true means: don't auto expand the parent node.
Otherwise auto expand.</p>
<h4 class="topLine">
<b>Return </b><span>Array(JSON)</span>
</h4>
<p>return the new nodes in zTree</p>
<p class="highlight_red">If the newNodes is single data object,
the return value is a array with length is 1.</p>
<p class="highlight_red">Note: the node data JSON object in the
return value is not equal to the JSON object in the 'newNodes'.</p>
</div>
<h3>Examples of function</h3>
<h4>1. Add one root node to zTree which id is 'tree'</h4>
<pre xmlns="">
<code>var treeObj = $.fn.zTree.getZTreeObj("tree");
var newNode = {name:"newNode1"};
newNode = treeObj.addNodes(null, newNode);
</code>
</pre>
<h4>2. Add three root nodes to zTree which id is 'tree'</h4>
<pre xmlns="">
<code>var treeObj = $.fn.zTree.getZTreeObj("tree");
var newNodes = [{name:"newNode1"}, {name:"newNode2"}, {name:"newNode3"}];
newNodes = treeObj.addNodes(null, newNodes);
</code>
</pre>
</div>
</div> | zhangjunfang/eclipse-dir | ecardcity-platform/src/main/resources/views/styles/vender/ztree/api/en/zTreeObj.addNodes.html | HTML | bsd-2-clause | 2,772 |
{% extends "base_list_lv0.html" %}
{% load i18n %}
{% load scielo_common %}
{% block page_title %}{% trans "List of Tickets" %}{% endblock %}
{% block content %}
<div class="row-fluid show-grid">
<div class="span10">
<h4>{% trans 'List of Tickets' %}:</h4>
</div>
<div class="2" style="text-align:right; margin-bottom:20px;">
{% simple_pagination tickets %}
</div>
</div>
<table class="table table-striped table-condensed">
<thead>
<tr>
<th>{% trans "Article" %}:</th>
<th>{% trans "Author" %}:</th>
<th>{% trans "Title" %}:</th>
<th>{% trans "Created" %}:</th>
<th>{% trans "Status" %}:</th>
<th></th>
</tr>
</thead>
<tbody>
{% for ticket in tickets.object_list %}
<tr>
<td>
{{ ticket.article.article_title|truncatewords:5 }}
</td>
<td>
<img style="vertical-align:top;" src="{{ ticket.author.get_profile.avatar_url }}" alt="Gravatar">
{{ ticket.author.get_full_name|title }}
</td>
<td>
{{ ticket.title }}
</td>
<td>
{{ ticket.started_at|date:"d/m/Y - H:i" }}
</td>
<td>
{% if ticket.is_open %}
<span class="label label-success">{% trans "Open" %}</span>
{% else %}
<span class="label label-important">{% trans "Closed" %}</span>
{% endif %}
</td>
<td>
<a href="{% url ticket_detail ticket.id %}" class="btn btn-mini btn" type="button">{% trans "Details" %}</a>
</td>
</tr>
{% empty %}
<tr>
<td colspan="5">
<div class="alert alert-info">
<i class="icon-info-sign"></i>
{% trans 'There are no items.' %}
</div>
</td>
</tr>
{% endfor %}
<tbody>
</table>
{% endblock %}
| jfunez/scielo-manager | scielomanager/articletrack/templates/articletrack/ticket_list.html | HTML | bsd-2-clause | 1,789 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Wed Mar 18 13:22:20 PDT 2015 -->
<title>io.grpc.proto Class Hierarchy (grpc-core 0.1.0-SNAPSHOT API)</title>
<meta name="date" content="2015-03-18">
<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="io.grpc.proto Class Hierarchy (grpc-core 0.1.0-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>Class</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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../io/grpc/package-tree.html">Prev</a></li>
<li><a href="../../../io/grpc/transport/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?io/grpc/proto/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 io.grpc.proto</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.Object
<ul>
<li type="circle">java.io.InputStream (implements java.io.Closeable)
<ul>
<li type="circle">io.grpc.<a href="../../../io/grpc/DeferredInputStream.html" title="class in io.grpc"><span class="typeNameLink">DeferredInputStream</span></a><T>
<ul>
<li type="circle">io.grpc.proto.<a href="../../../io/grpc/proto/DeferredProtoInputStream.html" title="class in io.grpc.proto"><span class="typeNameLink">DeferredProtoInputStream</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">io.grpc.proto.<a href="../../../io/grpc/proto/ProtoUtils.html" title="class in io.grpc.proto"><span class="typeNameLink">ProtoUtils</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 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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../io/grpc/package-tree.html">Prev</a></li>
<li><a href="../../../io/grpc/transport/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?io/grpc/proto/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 ======= -->
</body>
</html>
| dhwanishah9/Lab2 | core/build/docs/javadoc/io/grpc/proto/package-tree.html | HTML | bsd-3-clause | 4,920 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PMDK C++ bindings: pmem::obj::concurrent_hash_map< Key, T, Hash, KeyEqual, MutexType, ScopedLockType >::accessor Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PMDK C++ bindings
 <span id="projectnumber">1.9</span>
</div>
<div id="projectbrief">This is the C++ bindings documentation for PMDK's libpmemobj.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacepmem.html">pmem</a></li><li class="navelem"><a class="el" href="namespacepmem_1_1obj.html">obj</a></li><li class="navelem"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map.html">concurrent_hash_map</a></li><li class="navelem"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1accessor.html">accessor</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="classpmem_1_1obj_1_1concurrent__hash__map_1_1accessor-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">pmem::obj::concurrent_hash_map< Key, T, Hash, KeyEqual, MutexType, ScopedLockType >::accessor Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Allows write access to elements and combines data access, locking, and garbage collection.
<a href="classpmem_1_1obj_1_1concurrent__hash__map_1_1accessor.html#details">More...</a></p>
<p><code>#include <<a class="el" href="concurrent__hash__map_8hpp_source.html">libpmemobj++/container/concurrent_hash_map.hpp</a>></code></p>
<div class="dynheader">
Inheritance diagram for pmem::obj::concurrent_hash_map< Key, T, Hash, KeyEqual, MutexType, ScopedLockType >::accessor:</div>
<div class="dyncontent">
<div class="center">
<img src="classpmem_1_1obj_1_1concurrent__hash__map_1_1accessor.png" usemap="#pmem::obj::concurrent_5Fhash_5Fmap_3C_20Key_2C_20T_2C_20Hash_2C_20KeyEqual_2C_20MutexType_2C_20ScopedLockType_20_3E::accessor_map" alt=""/>
<map id="pmem::obj::concurrent_5Fhash_5Fmap_3C_20Key_2C_20T_2C_20Hash_2C_20KeyEqual_2C_20MutexType_2C_20ScopedLockType_20_3E::accessor_map" name="pmem::obj::concurrent_5Fhash_5Fmap_3C_20Key_2C_20T_2C_20Hash_2C_20KeyEqual_2C_20MutexType_2C_20ScopedLockType_20_3E::accessor_map">
<area href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html" title="Combines data access, locking, and garbage collection." alt="pmem::obj::concurrent_hash_map< Key, T, Hash, KeyEqual, MutexType, ScopedLockType >::const_accessor" shape="rect" coords="0,0,634,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a8ba008f0799ac6ff32596f95079723c5"><td class="memItemLeft" align="right" valign="top"><a id="a8ba008f0799ac6ff32596f95079723c5"></a>
using </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1accessor.html#a8ba008f0799ac6ff32596f95079723c5">value_type</a> = typename concurrent_hash_map::value_type</td></tr>
<tr class="memdesc:a8ba008f0799ac6ff32596f95079723c5"><td class="mdescLeft"> </td><td class="mdescRight">Type of value. <br /></td></tr>
<tr class="separator:a8ba008f0799ac6ff32596f95079723c5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_types_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor')"><img src="closed.png" alt="-"/> Public Types inherited from <a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html">pmem::obj::concurrent_hash_map< Key, T, Hash, KeyEqual, MutexType, ScopedLockType >::const_accessor</a></td></tr>
<tr class="memitem:acad0c9ca59f3d8841f3a92411c3fc16c inherit pub_types_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memItemLeft" align="right" valign="top"><a id="acad0c9ca59f3d8841f3a92411c3fc16c"></a>
using </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html#acad0c9ca59f3d8841f3a92411c3fc16c">value_type</a> = const typename concurrent_hash_map::value_type</td></tr>
<tr class="memdesc:acad0c9ca59f3d8841f3a92411c3fc16c inherit pub_types_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="mdescLeft"> </td><td class="mdescRight">Type of value. <br /></td></tr>
<tr class="separator:acad0c9ca59f3d8841f3a92411c3fc16c inherit pub_types_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aaf6c82df7459fc3f0d65e2f4638b9bcd"><td class="memItemLeft" align="right" valign="top"><a id="aaf6c82df7459fc3f0d65e2f4638b9bcd"></a>
reference </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1accessor.html#aaf6c82df7459fc3f0d65e2f4638b9bcd">operator*</a> () const</td></tr>
<tr class="memdesc:aaf6c82df7459fc3f0d65e2f4638b9bcd"><td class="mdescLeft"> </td><td class="mdescRight">Return reference to associated value in hash table. <br /></td></tr>
<tr class="separator:aaf6c82df7459fc3f0d65e2f4638b9bcd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0b521bd321486ca4e5cfe514ace51312"><td class="memItemLeft" align="right" valign="top"><a id="a0b521bd321486ca4e5cfe514ace51312"></a>
pointer </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1accessor.html#a0b521bd321486ca4e5cfe514ace51312">operator-></a> () const</td></tr>
<tr class="memdesc:a0b521bd321486ca4e5cfe514ace51312"><td class="mdescLeft"> </td><td class="mdescRight">Return pointer to associated value in hash table. <br /></td></tr>
<tr class="separator:a0b521bd321486ca4e5cfe514ace51312"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html">pmem::obj::concurrent_hash_map< Key, T, Hash, KeyEqual, MutexType, ScopedLockType >::const_accessor</a></td></tr>
<tr class="memitem:a1054a41e4749a787cba271d68e16c5d2 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html#a1054a41e4749a787cba271d68e16c5d2">empty</a> () const</td></tr>
<tr class="separator:a1054a41e4749a787cba271d68e16c5d2 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab0f677c7931273902c3cdec06f724fbe inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html#ab0f677c7931273902c3cdec06f724fbe">release</a> ()</td></tr>
<tr class="memdesc:ab0f677c7931273902c3cdec06f724fbe inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="mdescLeft"> </td><td class="mdescRight">Release accessor. <a href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html#ab0f677c7931273902c3cdec06f724fbe">More...</a><br /></td></tr>
<tr class="separator:ab0f677c7931273902c3cdec06f724fbe inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aefce716101eef9ce351234aada0e42e5 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memItemLeft" align="right" valign="top">const_reference </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html#aefce716101eef9ce351234aada0e42e5">operator*</a> () const</td></tr>
<tr class="separator:aefce716101eef9ce351234aada0e42e5 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af70a1641ad90c88f8b33180aabb8a1ee inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memItemLeft" align="right" valign="top">const_pointer </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html#af70a1641ad90c88f8b33180aabb8a1ee">operator-></a> () const</td></tr>
<tr class="separator:af70a1641ad90c88f8b33180aabb8a1ee inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aad14d1bd137430d4429b132d4ec64258 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html#aad14d1bd137430d4429b132d4ec64258">const_accessor</a> ()</td></tr>
<tr class="memdesc:aad14d1bd137430d4429b132d4ec64258 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="mdescLeft"> </td><td class="mdescRight">Create empty result. <a href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html#aad14d1bd137430d4429b132d4ec64258">More...</a><br /></td></tr>
<tr class="separator:aad14d1bd137430d4429b132d4ec64258 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae8b5d43b109e412cbc70a8823788d3d9 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memItemLeft" align="right" valign="top"><a id="ae8b5d43b109e412cbc70a8823788d3d9"></a>
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor.html#ae8b5d43b109e412cbc70a8823788d3d9">~const_accessor</a> ()</td></tr>
<tr class="memdesc:ae8b5d43b109e412cbc70a8823788d3d9 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="mdescLeft"> </td><td class="mdescRight">Destroy result after releasing the underlying reference. <br /></td></tr>
<tr class="separator:ae8b5d43b109e412cbc70a8823788d3d9 inherit pub_methods_classpmem_1_1obj_1_1concurrent__hash__map_1_1const__accessor"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template<typename Key, typename T, typename Hash, typename KeyEqual, typename MutexType, typename ScopedLockType><br />
class pmem::obj::concurrent_hash_map< Key, T, Hash, KeyEqual, MutexType, ScopedLockType >::accessor</h3>
<p>Allows write access to elements and combines data access, locking, and garbage collection. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>libpmemobj++/container/<a class="el" href="concurrent__hash__map_8hpp_source.html">concurrent_hash_map.hpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20
</small></address>
</body>
</html>
| pbalcer/pbalcer.github.io | content/libpmemobj-cpp/v1.9/doxygen/classpmem_1_1obj_1_1concurrent__hash__map_1_1accessor.html | HTML | bsd-3-clause | 14,590 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Удаление макроса - Макросы</title>
<meta http-equiv="Content-Type" Content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../styles/styles.css">
<script language="javascript" src="../../links.js" type="text/javascript"></script>
</head>
<body>
<h1>Удаление макроса</h1>
<div class="navbar">
<a href="../../index.html">главная</a> |
<a href="../index.html">Макросы</a> |
<a href="index.html">Работа с макросами</a>
</div>
<p>Для того, чтобы удалить макрос, нужно записать пустой (не
содержащий действий) макрос и присвоить ему <a href="assign.html">горячую клавишу</a>
макроса, который вы хотите удалить.</p>
<p>Эту операцию можно выполнить, осуществив следующие действия:</p>
<ol>
<li>Начать запись макроса (<kbd>Ctrl</kbd>+<kbd>.</kbd>)</li>
<li>Закончить запись макроса (<kbd>Ctrl</kbd>+<kbd>.</kbd>)</li>
<li>Ввести или выбрать в диалоге назначения горячей клавиши
сочетание, макрос для которого вы хотите удалить</li>
</ol>
<p class="note"><img src="../../../images/warning.gif" alt="ВНИМАНИЕ!" width="10" height="10"> ВНИМАНИЕ!</p>
<ul class="note">
<li>После удаления макроса сочетание клавиш, используемое для его
выполнения, начнёт выполнять свою первоначальную функцию. т. е.
если это сочетание клавиш до записи макроса обрабатывалось FAR
или каким-либо плагином, то после удаления макроса оно снова
начнёт обрабатываться.</li>
</ul>
<div class="see">Смотрите также:</div><div class="seecont">
<a href="record.html">Запись макроса</a>
</div>
</body>
</html>
| FarGroup/FarManager | enc/enc_rus/meta/macro/macrokey/delete.html | HTML | bsd-3-clause | 2,267 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Wed Mar 02 16:46:14 EST 2011 -->
<TITLE>
Uses of Class gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?gov/nih/nci/cabig/caaers/service/class-use/DomainObjectImportOutcome.Severity.html" target="_top"><B>FRAMES</B></A>
<A HREF="DomainObjectImportOutcome.Severity.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>gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nih.nci.cabig.caaers.service"><B>gov.nih.nci.cabig.caaers.service</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nih.nci.cabig.caaers.service"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A> in <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/package-summary.html">gov.nih.nci.cabig.caaers.service</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/package-summary.html">gov.nih.nci.cabig.caaers.service</A> that return <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A></CODE></FONT></TD>
<TD><CODE><B>DomainObjectImportOutcome.Message.</B><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Message.html#getSeverity()">getSeverity</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A></CODE></FONT></TD>
<TD><CODE><B>DomainObjectImportOutcome.Severity.</B><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE>
<BR>
Returns the enum constant of this type with the specified name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A>[]</CODE></FONT></TD>
<TD><CODE><B>DomainObjectImportOutcome.Severity.</B><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html#values()">values</A></B>()</CODE>
<BR>
Returns an array containing the constants of this enum type, in
the order they're declared.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/package-summary.html">gov.nih.nci.cabig.caaers.service</A> with parameters of type <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>DomainObjectImportOutcome.</B><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.html#addErrorMessage(java.lang.String, gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity)">addErrorMessage</A></B>(java.lang.String msg,
<A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A> severity)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>DomainObjectImportOutcome.</B><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.html#errorInBusinessLogic(gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity, java.lang.String)">errorInBusinessLogic</A></B>(<A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A> severity,
java.lang.String message)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>DomainObjectImportOutcome.</B><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.html#ifNullObject(java.lang.Object, gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity, java.lang.String)">ifNullObject</A></B>(java.lang.Object domainObject,
<A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A> severity,
java.lang.String message)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>DomainObjectImportOutcome.</B><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.html#ifNullOrEmptyList(java.util.List, gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity)">ifNullOrEmptyList</A></B>(java.util.List list,
<A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A> severity)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>DomainObjectImportOutcome.</B><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.html#ifNullOrEmptyList(java.util.List, gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity, java.lang.String)">ifNullOrEmptyList</A></B>(java.util.List list,
<A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A> severity,
java.lang.String message)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>DomainObjectImportOutcome.Message.</B><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Message.html#setSeverity(gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity)">setSeverity</A></B>(<A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A> severity)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/package-summary.html">gov.nih.nci.cabig.caaers.service</A> with parameters of type <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Message.html#DomainObjectImportOutcome.Message(java.lang.String, gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome.Severity)">DomainObjectImportOutcome.Message</A></B>(java.lang.String message,
<A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service">DomainObjectImportOutcome.Severity</A> severity)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../gov/nih/nci/cabig/caaers/service/DomainObjectImportOutcome.Severity.html" title="enum in gov.nih.nci.cabig.caaers.service"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?gov/nih/nci/cabig/caaers/service/class-use/DomainObjectImportOutcome.Severity.html" target="_top"><B>FRAMES</B></A>
<A HREF="DomainObjectImportOutcome.Severity.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>
| CBIIT/caaers | caAERS/software/docs/gov/nih/nci/cabig/caaers/service/class-use/DomainObjectImportOutcome.Severity.html | HTML | bsd-3-clause | 16,476 |
<a href='https://github.com/angular/angular.js/edit/v1.5.x/docs/content/tutorial/step_03.ngdoc?message=docs(tutorial%2F3 - Filtering Repeaters)%3A%20describe%20your%20change...'
class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<ul doc-tutorial-nav="3"></ul>
<p>We did a lot of work in laying a foundation for the app in the last step, so now we'll do something
simple; we will add full text search (yes, it will be simple!). We will also write an end-to-end
test, because a good end-to-end test is a good friend. It stays with your app, keeps an eye on it,
and quickly detects regressions.</p>
<ul>
<li>The app now has a search box. Notice that the phone list on the page changes depending on what a
user types into the search box.
</li>
</ul>
<div doc-tutorial-reset="3"></div>
<h2 id="controller">Controller</h2>
<p>We made no changes to the controller.</p>
<h2 id="template">Template</h2>
<p><strong><code>app/index.html</code>:</strong></p>
<pre><code class="lang-html"><div class="container-fluid">
<div class="row">
<div class="col-md-2">
<!--Sidebar content-->
Search: <input ng-model="query">
</div>
<div class="col-md-10">
<!--Body content-->
<ul class="phones">
<li ng-repeat="phone in phones | filter:query">
{{phone.name}}
<p>{{phone.snippet}}</p>
</li>
</ul>
</div>
</div>
</div>
</code></pre>
<p>We added a standard HTML <code><input></code> tag and used Angular's
<a href="api/ng/filter/filter">filter</a> function to process the input for the
<a href="api/ng/directive/ngRepeat">ngRepeat</a> directive.</p>
<p>This lets a user enter search criteria and immediately see the effects of their search on the phone
list. This new code demonstrates the following:</p>
<ul>
<li><p>Data-binding: This is one of the core features in Angular. When the page loads, Angular binds the
name of the input box to a variable of the same name in the data model and keeps the two in sync.</p>
<p>In this code, the data that a user types into the input box (named <strong><code>query</code></strong>) is
immediately
available as a filter input in the list repeater (<code>phone in phones |
filter:</code><strong><code>query</code></strong>). When
changes to the data model cause the repeater's input to change, the repeater efficiently updates
the DOM to reflect the current state of the model.</p>
</li>
</ul>
<p><img class="diagram" src="img/tutorial/tutorial_03.png"></p>
<ul>
<li><p>Use of the <code>filter</code> filter: The <a href="api/ng/filter/filter">filter</a> function uses the
<code>query</code> value to create a new array that contains only those records that match the
<code>query</code>.</p>
<p><code>ngRepeat</code> automatically updates the view in response to the changing number of phones returned
by the <code>filter</code> filter. The process is completely transparent to the developer.</p>
</li>
</ul>
<h2 id="test">Test</h2>
<p>In Step 2, we learned how to write and run unit tests. Unit tests are perfect for testing
controllers and other components of our application written in JavaScript, but they can't easily
test DOM manipulation or the wiring of our application. For these, an end-to-end test is a much
better choice.</p>
<p>The search feature was fully implemented via templates and data-binding, so we'll write our first
end-to-end test, to verify that the feature works.</p>
<p><strong><code>test/e2e/scenarios.js</code>:</strong></p>
<pre><code class="lang-js">describe('PhoneCat App', function() {
describe('Phone list view', function() {
beforeEach(function() {
browser.get('app/index.html');
});
it('should filter the phone list as a user types into the search box', function() {
var phoneList = element.all(by.repeater('phone in phones'));
var query = element(by.model('query'));
expect(phoneList.count()).toBe(3);
query.sendKeys('nexus');
expect(phoneList.count()).toBe(1);
query.clear();
query.sendKeys('motorola');
expect(phoneList.count()).toBe(2);
});
});
});
</code></pre>
<p>This test verifies that the search box and the repeater are correctly wired together. Notice how
easy it is to write end-to-end tests in Angular. Although this example is for a simple test, it
really is that easy to set up any functional, readable, end-to-end test.</p>
<h3 id="running-end-to-end-tests-with-protractor">Running End to End Tests with Protractor</h3>
<p>Even though the syntax of this test looks very much like our controller unit test written with
Jasmine, the end-to-end test uses APIs of <a href="https://github.com/angular/protractor">Protractor</a>. Read
about the Protractor APIs at <a href="http://angular.github.io/protractor/#/api">http://angular.github.io/protractor/#/api</a>.
</p>
<p>Much like Karma is the test runner for unit tests, we use Protractor to run end-to-end tests.
Try it with <code>npm run protractor</code>. End-to-end tests are slow, so unlike with unit tests, Protractor
will exit after the test run and will not automatically rerun the test suite on every file change.
To rerun the test suite, execute <code>npm run protractor</code> again.</p>
<div class="alert alert-info">
Note: You must ensure your application is being served via a web-server to test with protractor.
You can do this using <code>npm start</code>.
You also need to ensure you've installed the protractor and updated webdriver prior to running the
<code>npm run protractor</code>. You can do this by issuing <code>npm install</code> and <code>npm run
update-webdriver</code> into
your terminal.
</div>
<h1 id="experiments">Experiments</h1>
<h3 id="display-current-query">Display Current Query</h3>
<p>Display the current value of the <code>query</code> model by adding a <code>{{query}}</code> binding into the
<code>index.html</code> template, and see how it changes when you type in the input box.</p>
<h3 id="display-query-in-title">Display Query in Title</h3>
<p>Let's see how we can get the current value of the <code>query</code> model to appear in the HTML page title.</p>
<ul>
<li><p>Add an end-to-end test into the <code>describe</code> block, <code>test/e2e/scenarios.js</code> should look
like this:</p>
<pre><code class="lang-js">describe('PhoneCat App', function() {
describe('Phone list view', function() {
beforeEach(function() {
browser.get('app/index.html');
});
var phoneList = element.all(by.repeater('phone in phones'));
var query = element(by.model('query'));
it('should filter the phone list as a user types into the search box', function() {
expect(phoneList.count()).toBe(3);
query.sendKeys('nexus');
expect(phoneList.count()).toBe(1);
query.clear();
query.sendKeys('motorola');
expect(phoneList.count()).toBe(2);
});
it('should display the current filter value in the title bar', function() {
query.clear();
expect(browser.getTitle()).toMatch(/Google Phone Gallery:\s*$/);
query.sendKeys('nexus');
expect(browser.getTitle()).toMatch(/Google Phone Gallery: nexus$/);
});
});
});
</code></pre>
<p>Run protractor (<code>npm run protractor</code>) to see this test fail.</p>
</li>
</ul>
<ul>
<li><p>You might think you could just add the <code>{{query}}</code> to the title tag element as follows:</p>
<pre><code><title>Google Phone Gallery: {{query}}</title>
</code></pre>
<p>However, when you reload the page, you won't see the expected result. This is because the "query"
model lives in the scope, defined by the <code>ng-controller="PhoneListCtrl"</code> directive, on
the body
element:</p>
<pre><code><body ng-controller="PhoneListCtrl">
</code></pre>
<p>If you want to bind to the query model from the <code><title></code> element, you must
<strong>move</strong> the
<code>ngController</code> declaration to the HTML element because it is the common parent of both the body
and title elements:</p>
<pre><code><html ng-app="phonecatApp" ng-controller="PhoneListCtrl">
</code></pre>
<p>Be sure to <strong>remove</strong> the <code>ng-controller</code> declaration from the body element.</p>
</li>
<li><p>Re-run <code>npm run protractor</code> to see the test now pass.</p>
</li>
<li><p>While using double curlies works fine within the title element, you might have noticed that
for a split second they are actually displayed to the user while the page is loading. A better
solution would be to use the <a href="api/ng/directive/ngBind">ngBind</a> or
<a href="api/ng/directive/ngBindTemplate">ngBindTemplate</a> directives, which are invisible to the user
while the page is loading:</p>
<pre><code><title ng-bind-template="Google Phone Gallery: {{query}}">Google Phone Gallery</title>
</code></pre>
</li>
</ul>
<h1 id="summary">Summary</h1>
<p>We have now added full text search and included a test to verify that search works! Now let's go on
to <a href="tutorial/step_04">step 4</a> to learn how to add sorting capability to the phone app.</p>
<ul doc-tutorial-nav="3"></ul>
| mudunuriRaju/tlr-live | tollbackend/web/js/angular-1.5.5/docs/partials/tutorial/step_03.html | HTML | bsd-3-clause | 10,009 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.